pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/pdfjam Initial import of PDFjam 1.2.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20dfd6112ff4
branches:  trunk
changeset: 505908:20dfd6112ff4
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Mon Jan 09 10:10:08 2006 +0000

description:
Initial import of PDFjam 1.2.0:

PDFjam is a small collection of shell scripts which provide a simple
interface to some of the functionality of the excellent pdfpages package
(by Andreas Matthias) for pdfLaTeX.  At present the utilities available
are:

 + pdfnup, which allows PDF files to be "n-upped" in roughly the way
   that psnup does for PostScript files.

 + pdfjoin, which concatenates the pages of multiple PDF files together
   into a single file

 + pdf90, which rotates the pages of one or more PDF files through 90
   degrees (anti-clockwise).

diffstat:

 print/pdfjam/DESCR    |  13 +++++++++++++
 print/pdfjam/Makefile |  29 +++++++++++++++++++++++++++++
 print/pdfjam/PLIST    |   7 +++++++
 print/pdfjam/distinfo |   5 +++++
 4 files changed, 54 insertions(+), 0 deletions(-)

diffs (70 lines):

diff -r b04394b8a5fb -r 20dfd6112ff4 print/pdfjam/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/pdfjam/DESCR        Mon Jan 09 10:10:08 2006 +0000
@@ -0,0 +1,13 @@
+PDFjam is a small collection of shell scripts which provide a simple
+interface to some of the functionality of the excellent pdfpages package
+(by Andreas Matthias) for pdfLaTeX.  At present the utilities available
+are:
+
+ + pdfnup, which allows PDF files to be "n-upped" in roughly the way
+   that psnup does for PostScript files.
+
+ + pdfjoin, which concatenates the pages of multiple PDF files together
+   into a single file
+
+ + pdf90, which rotates the pages of one or more PDF files through 90
+   degrees (anti-clockwise).
diff -r b04394b8a5fb -r 20dfd6112ff4 print/pdfjam/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/pdfjam/Makefile     Mon Jan 09 10:10:08 2006 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/01/09 10:10:08 uebayasi Exp $
+#
+
+PKGNAME=       ${DISTFILES:C/_/-/}
+DISTNAME=      pdfjam_1.20
+CATEGORIES=    print
+MASTER_SITES=  http://www.warwick.ac.uk/go/pdfjam/
+EXTRACT_SUFX=  .tgz
+
+MAINTAINER=    uebayasi%NetBSD.org@localhost
+HOMEPAGE=      http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic/firth/software/pdfjam/
+COMMENT=       Small collection of PDF utilities
+
+DEPENDS+=      teTeX-bin-[0-9]*:../../print/teTeX-bin
+
+NO_BUILD=      yes
+
+WRKSRC=                ${WRKDIR}/pdfjam
+
+UTILS=         pdf90 pdfjoin pdfnup
+
+do-install:
+.for _util in ${UTILS}
+               ${INSTALL_SCRIPT} ${WRKSRC}/scripts/${_util} ${PREFIX}/bin/${_util}
+               ${INSTALL_MAN} ${WRKSRC}/man1/${_util}.1 ${PREFIX}/man/man1/${_util}.1
+.endfor
+.undef ${_util}
+
+.include "../../mk/bsd.pkg.mk"
diff -r b04394b8a5fb -r 20dfd6112ff4 print/pdfjam/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/pdfjam/PLIST        Mon Jan 09 10:10:08 2006 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/09 10:10:08 uebayasi Exp $
+bin/pdf90
+bin/pdfjoin
+bin/pdfnup
+man/man1/pdf90.1
+man/man1/pdfjoin.1
+man/man1/pdfnup.1
diff -r b04394b8a5fb -r 20dfd6112ff4 print/pdfjam/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/pdfjam/distinfo     Mon Jan 09 10:10:08 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/01/09 10:10:08 uebayasi Exp $
+
+SHA1 (pdfjam_1.20.tgz) = 4219ebcd09cbd4b31ee6b3d45645ef5ac22aeae4
+RMD160 (pdfjam_1.20.tgz) = 822eef552d77e0cc590d5140e2ef46baf6ec577e
+Size (pdfjam_1.20.tgz) = 52814 bytes



Home | Main Index | Thread Index | Old Index