pkgsrc-WIP-changes archive

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

psutils: incomplete update candidate



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Sun May 28 20:51:37 2023 +0200
Changeset:	9208bac4883bb8d2dd96f42435fd73c08e59ebb9

Modified Files:
	Makefile
Added Files:
	psutils/DESCR
	psutils/Makefile
	psutils/PLIST
	psutils/distinfo

Log Message:
psutils: incomplete update candidate

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

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

diffstat:
 Makefile         |  2 ++
 psutils/DESCR    |  5 +++++
 psutils/Makefile | 19 +++++++++++++++++++
 psutils/PLIST    | 21 +++++++++++++++++++++
 psutils/distinfo |  5 +++++
 5 files changed, 52 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 5588d3e68d..7c0f9452c9 100644
--- a/Makefile
+++ b/Makefile
@@ -3270,6 +3270,7 @@ SUBDIR+=	prpltwtr
 SUBDIR+=	prtunnel
 SUBDIR+=	prusaslicer
 SUBDIR+=	psh
+SUBDIR+=	psutils
 SUBDIR+=	psybnc
 SUBDIR+=	pt-ttf
 SUBDIR+=	ptlib
@@ -5428,6 +5429,7 @@ SUBDIR+=	systemc
 SUBDIR+=	systemsettings
 SUBDIR+=	sysvinit
 SUBDIR+=	syx
+SUBDIR+=	szyszka
 SUBDIR+=	t-coffee
 SUBDIR+=	t-gnus
 SUBDIR+=	ta-lib
diff --git a/psutils/DESCR b/psutils/DESCR
new file mode 100644
index 0000000000..a1240f1b1a
--- /dev/null
+++ b/psutils/DESCR
@@ -0,0 +1,5 @@
+PSUtils is a suite of utilities for manipulating PostScript documents
+produced according to the Document Structuring Conventions. You
+can select and rearrange pages, including arrangement into signatures
+for booklet printing, combine multple pages into a single page for
+n-up printing, and resize, flip and rotate pages.
diff --git a/psutils/Makefile b/psutils/Makefile
new file mode 100644
index 0000000000..635633b1a9
--- /dev/null
+++ b/psutils/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.54 2023/04/14 04:32:44 wiz Exp $
+
+DISTNAME=	psutils-3.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/psutils/
+COMMENT=	Utilities for manipulating PostScript documents
+LICENSE=	gnu-gpl-v3
+
+TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=	${PYPKGPREFIX}-puremagic-[0-9]*:../../wip/py-puremagic
+DEPENDS+=	${PYPKGPREFIX}-pdf>=3.8.0:../../textproc/py-pdf
+
+.include "../../print/libpaper/buildlink3.mk"
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/psutils/PLIST b/psutils/PLIST
new file mode 100644
index 0000000000..5af2bd37d3
--- /dev/null
+++ b/psutils/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.5 2023/04/13 14:22:35 wiz Exp $
+bin/epsffit
+bin/extractres
+bin/includeres
+bin/psbook
+bin/psjoin
+bin/psnup
+bin/psresize
+bin/psselect
+bin/pstops
+man/man1/epsffit.1
+man/man1/extractres.1
+man/man1/includeres.1
+man/man1/psbook.1
+man/man1/psjoin.1
+man/man1/psnup.1
+man/man1/psresize.1
+man/man1/psselect.1
+man/man1/pstops.1
+man/man1/psutils.1
+share/psutils/PSUtils.pm
diff --git a/psutils/distinfo b/psutils/distinfo
new file mode 100644
index 0000000000..00a7a0a8d7
--- /dev/null
+++ b/psutils/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.11 2023/04/13 14:22:35 wiz Exp $
+
+BLAKE2s (psutils-3.0.tar.gz) = d3574e50efdee2dbd4064a13736515fb6400bf43b541ff53eb0d71ee7e238ec7
+SHA512 (psutils-3.0.tar.gz) = dc79de40c3eb4f31c3495522fdac5d5e37dc079d909b1a377352b6bd49a9518962706dbd349744cd3d1a52a089d8183f8c86aa18279a24c3cc7fca34f944f7ba
+Size (psutils-3.0.tar.gz) = 47131 bytes


Home | Main Index | Thread Index | Old Index