Sat Mar 10 22:23:13 2012 UTC ()
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]


(markd)
diff -r1.7 -r1.8 pkgsrc/print/pdfjam/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/print/pdfjam/PLIST
diff -r1.1.1.1 -r1.2 pkgsrc/print/pdfjam/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/print/pdfjam/Makefile (expand / switch to unified diff)

--- pkgsrc/print/pdfjam/Makefile 2011/02/26 16:03:39 1.7
+++ pkgsrc/print/pdfjam/Makefile 2012/03/10 22:23:13 1.8
@@ -1,38 +1,38 @@ @@ -1,38 +1,38 @@
1# $NetBSD: Makefile,v 1.7 2011/02/26 16:03:39 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2012/03/10 22:23:13 markd Exp $
2# 2#
3 3
4DISTNAME= pdfjam_1.20 4DISTNAME= pdfjam_2.02
5PKGNAME= ${DISTNAME:C/_/-/} 5PKGNAME= ${DISTNAME:C/_/-/}
6PKGREVISION= 2 
7CATEGORIES= print 6CATEGORIES= print
8MASTER_SITES= http://www.warwick.ac.uk/go/pdfjam/ 7MASTER_SITES= http://www.warwick.ac.uk/go/pdfjam/
9EXTRACT_SUFX= .tgz 8EXTRACT_SUFX= .tgz
10 9
11MAINTAINER= uebayasi@NetBSD.org 10MAINTAINER= uebayasi@NetBSD.org
12HOMEPAGE= http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic/firth/software/pdfjam/ 11HOMEPAGE= http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic/firth/software/pdfjam/
13COMMENT= Small collection of PDF utilities 12COMMENT= Small collection of PDF utilities
14LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
15 14
16DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin 15DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
17DEPENDS+= tex-ms-[0-9]*:../../print/tex-ms 16DEPENDS+= tex-ms-[0-9]*:../../print/tex-ms
18DEPENDS+= tex-eso-pic-[0-9]*:../../print/tex-eso-pic 17DEPENDS+= tex-eso-pic-[0-9]*:../../print/tex-eso-pic
19DEPENDS+= tex-pdfpages-[0-9]*:../../print/tex-pdfpages 18DEPENDS+= tex-pdfpages-[0-9]*:../../print/tex-pdfpages
20 19
21PKG_DESTDIR_SUPPORT= user-destdir 20PKG_DESTDIR_SUPPORT= user-destdir
22 21
23NO_BUILD= yes 22NO_BUILD= yes
24 23
25WRKSRC= ${WRKDIR}/pdfjam 24WRKSRC= ${WRKDIR}/pdfjam
26 25
27UTILS= pdf90 pdfjoin pdfnup 26UTILS= pdf180 pdf270 pdf90 pdfbook pdfflip pdfjam pdfjam-pocketmod \
 27 pdfjam-slides3up pdfjam-slides6up pdfjoin pdfnup pdfpun
28 28
29INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 29INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
30 30
31do-install: 31do-install:
32.for _util in ${UTILS} 32.for _util in ${UTILS}
33 ${INSTALL_SCRIPT} ${WRKSRC}/scripts/${_util} ${DESTDIR}${PREFIX}/bin/${_util} 33 ${INSTALL_SCRIPT} ${WRKSRC}/bin/${_util} ${DESTDIR}${PREFIX}/bin/${_util}
34 ${INSTALL_MAN} ${WRKSRC}/man1/${_util}.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${_util}.1 34 ${INSTALL_MAN} ${WRKSRC}/man1/${_util}.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${_util}.1
35.endfor 35.endfor
36.undef ${_util} 36.undef ${_util}
37 37
38.include "../../mk/bsd.pkg.mk" 38.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/print/pdfjam/PLIST (expand / switch to unified diff)

--- pkgsrc/print/pdfjam/PLIST 2006/01/09 10:10:08 1.1.1.1
+++ pkgsrc/print/pdfjam/PLIST 2012/03/10 22:23:13 1.2
@@ -1,7 +1,25 @@ @@ -1,7 +1,25 @@
1@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/09 10:10:08 uebayasi Exp $ 1@comment $NetBSD: PLIST,v 1.2 2012/03/10 22:23:13 markd Exp $
 2bin/pdf180
 3bin/pdf270
2bin/pdf90 4bin/pdf90
 5bin/pdfbook
 6bin/pdfflip
 7bin/pdfjam
 8bin/pdfjam-pocketmod
 9bin/pdfjam-slides3up
 10bin/pdfjam-slides6up
3bin/pdfjoin 11bin/pdfjoin
4bin/pdfnup 12bin/pdfnup
 13bin/pdfpun
 14man/man1/pdf180.1
 15man/man1/pdf270.1
5man/man1/pdf90.1 16man/man1/pdf90.1
 17man/man1/pdfbook.1
 18man/man1/pdfflip.1
 19man/man1/pdfjam-pocketmod.1
 20man/man1/pdfjam-slides3up.1
 21man/man1/pdfjam-slides6up.1
 22man/man1/pdfjam.1
6man/man1/pdfjoin.1 23man/man1/pdfjoin.1
7man/man1/pdfnup.1 24man/man1/pdfnup.1
 25man/man1/pdfpun.1

cvs diff -r1.1.1.1 -r1.2 pkgsrc/print/pdfjam/distinfo (expand / switch to unified diff)

--- pkgsrc/print/pdfjam/distinfo 2006/01/09 10:10:08 1.1.1.1
+++ pkgsrc/print/pdfjam/distinfo 2012/03/10 22:23:13 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2006/01/09 10:10:08 uebayasi Exp $ 1$NetBSD: distinfo,v 1.2 2012/03/10 22:23:13 markd Exp $
2 2
3SHA1 (pdfjam_1.20.tgz) = 4219ebcd09cbd4b31ee6b3d45645ef5ac22aeae4 3SHA1 (pdfjam_2.02.tgz) = f9f69d65e9280291d3920510914756767f7e94db
4RMD160 (pdfjam_1.20.tgz) = 822eef552d77e0cc590d5140e2ef46baf6ec577e 4RMD160 (pdfjam_2.02.tgz) = 5f2f6e009e0c77668e103177d510991834d98d18
5Size (pdfjam_1.20.tgz) = 52814 bytes 5Size (pdfjam_2.02.tgz) = 127478 bytes