Path to this page:
./
print/pdfjam,
Small collection of PDF utilities
Branch: CURRENT,
Version: 2.08nb2,
Package name: pdfjam-2.08nb2,
Maintainer: uebayasiPDFjam 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).
Required to run:[
print/tex-ms] [
print/tex-latex-bin] [
print/tex-eso-pic] [
print/tex-pdfpages]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 176.489 KB
Version history: (Expand)
- (2023-04-27) Updated to version: pdfjam-2.08nb2
- (2021-06-15) Updated to version: pdfjam-2.08nb1
- (2012-03-15) Updated to version: pdfjam-2.08
- (2012-03-11) Updated to version: pdfjam-2.02
- (2011-02-26) Updated to version: pdfjam-1.20nb2
- (2006-02-06) Updated to version: pdfjam-1.20nb1
CVS history: (Expand)
2023-04-27 15:24:41 by Yorick Hardy | Files touched by this commit (1) |
Log message:
pdfjam: depend on tex-everyshi and tex-pdflscape
Some of the commands of pdfjam require tex-everyshi and tex-pdflscape to
be installed, so add the dependencies and bump PKGREVISION.
|
2021-10-26 13:15:15 by Nia Alarie | Files touched by this commit (1670) |
Log message:
print: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:52:04 by Nia Alarie | Files touched by this commit (1670) |
Log message:
print: Remove SHA1 hashes for distfiles
|
2021-06-15 15:12:29 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
pdfjam: Avoid an extra backslash (NFCI intended on liberal sed(1)-s)
It is problematic at least with recent-ish NetBSD sed(1).
PKGREVISION++
|
2019-11-04 20:58:09 by Roland Illig | Files touched by this commit (101) |
Log message:
print: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2015-11-04 02:03:03 by Alistair G. Crooks | Files touched by this commit (1194) |
Log message:
Add SHA512 digests for distfiles for print category
Problems found locating distfiles:
Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz
Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz
Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz
Package dvidvi: missing distfile dvidvi-1.0.tar.gz
Package lgrind: missing distfile lgrind.tar.bz2
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2012-10-08 15:45:50 by Aleksej Saushev | Files touched by this commit (147) |
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
|
2012-03-15 02:53:45 by Mark Davies | Files touched by this commit (2) |
Log message:
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.
|