aboutsummaryrefslogtreecommitdiffstats
path: root/print/pdfjam
Commit message (Collapse)AuthorAgeFilesLines
* - Remove superfluous bsd.port.options.mk includejohans2014-02-141-12/+7
| | | | - Reduce the number of commands to run for installation
* Enable stage supportjohans2014-01-111-10/+9
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | print)
* Rectify USE_TEX to support both of teTeX and TeXLive.hrs2013-05-121-1/+1
| | | | | | | | | TEX_DEFAULT: A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf. USE_TEX: A knob for port developers. Valid keywords are listed in bsd.tex.mk.
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexhrs2013-05-061-2/+1
| | | | instead to make migration to TeXLive easier.
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* Update pdfjam to 2.08johans2010-12-163-38/+13
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Update my mail address to @FreeBSD.orgjohans2010-02-241-1/+1
| | | | Feature safe: yes
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Rewrite pdfjoin to avoid bashismsjohans2009-08-242-1/+22
| | | | Submitted by: Eygene Ryabinkin
* - Rewrite pdfjoin to avoid bashismsjohans2009-08-221-3/+3
| | | | | | - Remove dependency on bash Submitted by: Eygene Ryabinkin
* - Update to version 1.21johans2009-08-205-153/+12
| | | | | | - Remove patches that have been merged upstream - Add dependency on bash (and don't call it /bin/bash) - Grab maintainership
* Reset paul+ports@it.ca due to maintainer-timeouts and no responselinimon2009-08-172-3/+1
| | | | | | to email. Hat: portmgr
* - Fix insecure temporary filesmiwi2009-01-124-16/+121
| | | | | | PR: based on 130028 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Approved by: maintainer timeout
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Use bash rather than /bin/sh due to some linuxisms.lawrance2006-02-091-2/+4
| | | | | PR: ports/92945 Submitted by: Paul Chvostek <paul+ports@it.ca> (maintainer)
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* PDFjam, by David Firth, is a small collection of shell scriptspav2005-03-196-0/+98
which provide a simple interface to some of the functionality of the pdfpages package (by Andreas Matthias) for pdfLaTeX. PR: ports/78921 Submitted by: Paul Chvostek <paul+ports@it.ca>