summaryrefslogtreecommitdiff
path: root/print/pdfjam
AgeCommit message (Collapse)AuthorFilesLines
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-03-15Update to 2.08markd2-7/+7
2.08: fixed a bug in one of the tests 2.07: two other common graphics formats (JPG and PNG) are now explicitly allowed as input files (i.e., not only PDF files are allowed as inputs). 2.06: changed the pdfbook script to include --booklet true as the default behaviour (thanks to Julien Bossert for this good suggestion). 2.05: changes to the pdfbook script [the --right-edge-binding option is now redundant, and there's a new --short-edge option for binding along the short edge of pages instead of the long edge (thanks to Marco Pessotto for this)]. The --preamble option to pdfjam is enhanced, to allow multiple instances which get concatenated. Also various minor corrections to man pages. 2.04: various minor improvements suggested by Debian maintainers (thanks to Eduard Bloch for these). The main things are: addition of the --version option; liberalisation of pdfjam to allow files in JPEG format to be specified as input, as well as PDF (I don't know why or if this might work! but some people have said it does); tidying of the man files; and more use of exec, to avoid forking. 2.03: fixed a bug which caused problems when your /bin/sh is the zsh shell; fixed a bug which prevented the correct representation of many UTF-8 characters in pdfinfo data.
2012-03-10Update to 2.02markd3-10/+28
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]
2011-02-26Depend on used tex packages instead of everything. Bump PKGREVISION.wiz1-3/+8
Set LICENSE.
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).