Commit graph

10 commits

Author SHA1 Message Date
asau
6ebceaf75d Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
markd
43d00ccbe0 Update to 2.08
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-15 01:53:45 +00:00
markd
0265e50655 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]
2012-03-10 22:23:13 +00:00
wiz
bfb0da2e20 Depend on used tex packages instead of everything. Bump PKGREVISION.
Set LICENSE.
2011-02-26 16:03:39 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
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.
2007-01-07 09:13:46 +00:00
wiz
a4354ee7ad Some teTeX2-removal cleanup. 2006-08-14 08:39:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
jlam
c95ffd9147 PKGNAME should be derived from DISTNAME, not DISTFILES. This removes a
".tgz" from the PKGNAME.
2006-01-20 23:46:47 +00:00
uebayasi
500647c2ef 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).
2006-01-09 10:10:08 +00:00