summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2012-03-10 22:23:13 +0000
committermarkd <markd@pkgsrc.org>2012-03-10 22:23:13 +0000
commit45870b23f729b8ed436cc5a80ca41f77e8500184 (patch)
tree984e91308cecac666cdfb8e003f57abd1ac748bc /print
parent830560416be6307b610c93fc5e7013bfbd438a20 (diff)
downloadpkgsrc-45870b23f729b8ed436cc5a80ca41f77e8500184.tar.gz
Update to 2.02
2.02: more progress on portability; introduced the beginnings of a suite of tests; improvements in the --keepinfo functionality, and to the treatment of file permissions (thanks to Marco Pessotto for these). [2010-04-14] 2.01: fixed a silly bug (thoughtless use of "test -a" in a couple of places) which seriously affected portability. [2010-04-13] 2.00: a major re-design. This is not completely backward-compatible with previous versions of the pdfnup, pdfjoin and pdf90 scripts. The differences in interface are few, though. In addition, various reported bugs have been fixed - many thanks to all those kind people who reported them (too numerous to list here!) [2010-03-14] 1.21: bug fixes, including security issues (many thanks to Eduard Bloch, Robert Buchholz and Martin Vaeth for helpful reports on vulnerabilities and for kindly contributing patches); the scripts now call for /bin/bash as interpreter; availability of mktemp is now also assumed; the Mac OS X droplets now look for pdflatex at (by default) /usr/texbin/pdflatex [2009-01-19]
Diffstat (limited to 'print')
-rw-r--r--print/pdfjam/Makefile10
-rw-r--r--print/pdfjam/PLIST20
-rw-r--r--print/pdfjam/distinfo8
3 files changed, 28 insertions, 10 deletions
diff --git a/print/pdfjam/Makefile b/print/pdfjam/Makefile
index 306b93f8f5b..e1cacb8a695 100644
--- a/print/pdfjam/Makefile
+++ b/print/pdfjam/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2011/02/26 16:03:39 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2012/03/10 22:23:13 markd Exp $
#
-DISTNAME= pdfjam_1.20
+DISTNAME= pdfjam_2.02
PKGNAME= ${DISTNAME:C/_/-/}
-PKGREVISION= 2
CATEGORIES= print
MASTER_SITES= http://www.warwick.ac.uk/go/pdfjam/
EXTRACT_SUFX= .tgz
@@ -24,13 +23,14 @@ NO_BUILD= yes
WRKSRC= ${WRKDIR}/pdfjam
-UTILS= pdf90 pdfjoin pdfnup
+UTILS= pdf180 pdf270 pdf90 pdfbook pdfflip pdfjam pdfjam-pocketmod \
+ pdfjam-slides3up pdfjam-slides6up pdfjoin pdfnup pdfpun
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
.for _util in ${UTILS}
- ${INSTALL_SCRIPT} ${WRKSRC}/scripts/${_util} ${DESTDIR}${PREFIX}/bin/${_util}
+ ${INSTALL_SCRIPT} ${WRKSRC}/bin/${_util} ${DESTDIR}${PREFIX}/bin/${_util}
${INSTALL_MAN} ${WRKSRC}/man1/${_util}.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${_util}.1
.endfor
.undef ${_util}
diff --git a/print/pdfjam/PLIST b/print/pdfjam/PLIST
index af980334981..8f472242386 100644
--- a/print/pdfjam/PLIST
+++ b/print/pdfjam/PLIST
@@ -1,7 +1,25 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/09 10:10:08 uebayasi Exp $
+@comment $NetBSD: PLIST,v 1.2 2012/03/10 22:23:13 markd Exp $
+bin/pdf180
+bin/pdf270
bin/pdf90
+bin/pdfbook
+bin/pdfflip
+bin/pdfjam
+bin/pdfjam-pocketmod
+bin/pdfjam-slides3up
+bin/pdfjam-slides6up
bin/pdfjoin
bin/pdfnup
+bin/pdfpun
+man/man1/pdf180.1
+man/man1/pdf270.1
man/man1/pdf90.1
+man/man1/pdfbook.1
+man/man1/pdfflip.1
+man/man1/pdfjam-pocketmod.1
+man/man1/pdfjam-slides3up.1
+man/man1/pdfjam-slides6up.1
+man/man1/pdfjam.1
man/man1/pdfjoin.1
man/man1/pdfnup.1
+man/man1/pdfpun.1
diff --git a/print/pdfjam/distinfo b/print/pdfjam/distinfo
index 6e122edbfc6..16a562f57fb 100644
--- a/print/pdfjam/distinfo
+++ b/print/pdfjam/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/01/09 10:10:08 uebayasi Exp $
+$NetBSD: distinfo,v 1.2 2012/03/10 22:23:13 markd Exp $
-SHA1 (pdfjam_1.20.tgz) = 4219ebcd09cbd4b31ee6b3d45645ef5ac22aeae4
-RMD160 (pdfjam_1.20.tgz) = 822eef552d77e0cc590d5140e2ef46baf6ec577e
-Size (pdfjam_1.20.tgz) = 52814 bytes
+SHA1 (pdfjam_2.02.tgz) = f9f69d65e9280291d3920510914756767f7e94db
+RMD160 (pdfjam_2.02.tgz) = 5f2f6e009e0c77668e103177d510991834d98d18
+Size (pdfjam_2.02.tgz) = 127478 bytes