pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libpaper2: remove, used for updating print/libpaper



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Thu Apr 13 16:14:10 2023 +0200
Changeset:	4e5f012d18a852a6ae39eae39420e102db1da14b

Modified Files:
	Makefile
Removed Files:
	libpaper2/DESCR
	libpaper2/Makefile
	libpaper2/PLIST
	libpaper2/buildlink3.mk
	libpaper2/distinfo

Log Message:
libpaper2: remove, used for updating print/libpaper

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4e5f012d18a852a6ae39eae39420e102db1da14b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                |  1 -
 libpaper2/DESCR         |  3 ---
 libpaper2/Makefile      | 36 ------------------------------------
 libpaper2/PLIST         | 12 ------------
 libpaper2/buildlink3.mk | 13 -------------
 libpaper2/distinfo      |  5 -----
 6 files changed, 70 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index fbb121611b..f7a083eab0 100644
--- a/Makefile
+++ b/Makefile
@@ -2131,7 +2131,6 @@ SUBDIR+=	libostree
 SUBDIR+=	libowl-av
 SUBDIR+=	libpafe
 SUBDIR+=	libpano12
-SUBDIR+=	libpaper2
 SUBDIR+=	libpar2
 SUBDIR+=	libpare
 SUBDIR+=	libparsifal
diff --git a/libpaper2/DESCR b/libpaper2/DESCR
deleted file mode 100644
index 34e1087230..0000000000
--- a/libpaper2/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-The paper library and accompanying files are intended to provide a simple
-way for applications to take actions based on a system- or user-specified
-paper size.
diff --git a/libpaper2/Makefile b/libpaper2/Makefile
deleted file mode 100644
index b905eafc01..0000000000
--- a/libpaper2/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2023/04/12 15:52:46 wiz Exp $
-
-DISTNAME=	libpaper-2.1.0
-CATEGORIES=	print
-MASTER_SITES=	${MASTER_SITE_GITHUB:=rrthomas/}
-GITHUB_RELEASE=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/rrthomas/libpaper
-COMMENT=	Paper size handling library
-LICENSE=	gnu-gpl-v3 AND gnu-lgpl-v2.1
-
-GNU_CONFIGURE=		yes
-CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+=	--enable-relocatable
-USE_LIBTOOL=		yes
-USE_TOOLS+=		gmake
-
-TEST_TARGET=		check
-
-EGDIR=			${PREFIX}/share/examples/libpaper
-CONF_FILES+=		${EGDIR}/papersize ${PKG_SYSCONFDIR}/papersize
-CONF_FILES+=		${EGDIR}/paperspecs ${PKG_SYSCONFDIR}/paperspecs
-INSTALLATION_DIRS=	${EGDIR}
-
-BUILD_DEFS=		PAPERSIZE
-
-post-build:
-	${ECHO} ${PAPERSIZE} > ${WRKDIR}/papersize
-
-post-install:
-	${MV} ${DESTDIR}${PKG_SYSCONFDIR}/paperspecs ${DESTDIR}${EGDIR}
-	${INSTALL_DATA} ${WRKDIR}/papersize ${DESTDIR}${EGDIR}/papersize
-
-.include "../../devel/libgetopt/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/libpaper2/PLIST b/libpaper2/PLIST
deleted file mode 100644
index 0a380a9523..0000000000
--- a/libpaper2/PLIST
+++ /dev/null
@@ -1,12 +0,0 @@
-@comment $NetBSD$
-bin/paper
-bin/paper.bin
-bin/paperconf
-bin/paperconf.bin
-include/paper.h
-lib/libpaper.la
-man/man1/paper.1
-man/man5/paperspecs.5
-share/doc/libpaper/README
-share/examples/libpaper/papersize
-share/examples/libpaper/paperspecs
diff --git a/libpaper2/buildlink3.mk b/libpaper2/buildlink3.mk
deleted file mode 100644
index 215fb9159d..0000000000
--- a/libpaper2/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.4 2023/04/12 15:52:46 wiz Exp $
-
-BUILDLINK_TREE+=	libpaper
-
-.if !defined(LIBPAPER_BUILDLINK3_MK)
-LIBPAPER_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libpaper+=	libpaper>=2.0.10
-BUILDLINK_PKGSRCDIR.libpaper?=		../../wip/libpaper2
-
-.endif	# LIBPAPER_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-libpaper
diff --git a/libpaper2/distinfo b/libpaper2/distinfo
deleted file mode 100644
index 1244df63b8..0000000000
--- a/libpaper2/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.13 2023/04/12 15:52:46 wiz Exp $
-
-BLAKE2s (libpaper-2.1.0.tar.gz) = 9fc62b12bf4cbc0c35e826495d7c1863d0dffa72de35185a6966a2c6e58bac41
-SHA512 (libpaper-2.1.0.tar.gz) = 0e54084ee4aada1eb87cb8e0423ff23039298b0135c7f1c7c92794ef9010ab0704e5fab94f2e34dfbee2f8c048e11b6acecc04a4f3ac7c772dec5be43f870392
-Size (libpaper-2.1.0.tar.gz) = 1306128 bytes


Home | Main Index | Thread Index | Old Index