pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/psutils



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jun  1 16:18:39 UTC 2023

Modified Files:
        pkgsrc/print/psutils: DESCR Makefile
Removed Files:
        pkgsrc/print/psutils: PLIST distinfo

Log Message:
psutils: make this a compatibility package

Just depend on py-pspdfutils to give people time to switch
to that package directly.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/psutils/DESCR
cvs rdiff -u -r1.54 -r1.55 pkgsrc/print/psutils/Makefile
cvs rdiff -u -r1.5 -r0 pkgsrc/print/psutils/PLIST
cvs rdiff -u -r1.11 -r0 pkgsrc/print/psutils/distinfo

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

Modified files:

Index: pkgsrc/print/psutils/DESCR
diff -u pkgsrc/print/psutils/DESCR:1.2 pkgsrc/print/psutils/DESCR:1.3
--- pkgsrc/print/psutils/DESCR:1.2      Thu Apr 13 14:22:35 2023
+++ pkgsrc/print/psutils/DESCR  Thu Jun  1 16:18:38 2023
@@ -1,5 +1,3 @@
-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.
+This package is just a helper package to install the new Python
+version of psutils under the old name. Switch to installing
+py-pspdfutils directly.

Index: pkgsrc/print/psutils/Makefile
diff -u pkgsrc/print/psutils/Makefile:1.54 pkgsrc/print/psutils/Makefile:1.55
--- pkgsrc/print/psutils/Makefile:1.54  Fri Apr 14 04:32:44 2023
+++ pkgsrc/print/psutils/Makefile       Thu Jun  1 16:18:38 2023
@@ -1,21 +1,16 @@
-# $NetBSD: Makefile,v 1.54 2023/04/14 04:32:44 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2023/06/01 16:18:38 wiz Exp $
 
-DISTNAME=      psutils-2.10
+DISTNAME=      psutils-3.0.3
 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
+COMMENT=       Utilities for manipulating PostScript documents (compatibility package)
 LICENSE=       gnu-gpl-v3
 
-DEPENDS+=      p5-IPC-Run3-[0-9]*:../../devel/p5-IPC-Run3
+DEPENDS+=      ${PYPKGPREFIX}-pypspdfutils-[0-9]*:../../print/py-pspdfutils
 
-GNU_CONFIGURE= yes
-USE_TOOLS+=    gmake perl:run bash:test
-TEST_TARGET=   check
-REPLACE_BASH+= tests/run-test
+META_PACKAGE=  yes
 
-.include "../../print/libpaper/buildlink3.mk"
+.include "../../lang/python/pyversion.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index