summaryrefslogtreecommitdiff
path: root/print/pdfjam
AgeCommit message (Collapse)AuthorFilesLines
2008-06-12Add DESTDIR support.joerg1-3/+7
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-08-14Some teTeX2-removal cleanup.wiz1-3/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-20PKGNAME should be derived from DISTNAME, not DISTFILES. This removes ajlam1-2/+2
".tgz" from the PKGNAME.
2006-01-09Initial import of PDFjam 1.2.0:uebayasi4-0/+54
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).