Remove print/pdfjam, it's included in texlive-base
This commit is contained in:
parent
e7b109f6df
commit
c6b085e72f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373514
5 changed files with 1 additions and 51 deletions
1
MOVED
1
MOVED
|
@ -7293,3 +7293,4 @@ x11-wm/e17-modules|x11-wm/e-modules|2014-11-25|Renamed
|
|||
net-im/folks04||2014-11-26|Removed, no longer used after GNOME 3 merge
|
||||
devel/afl|security/afl|2014-11-26|Duplicate port
|
||||
print/latexmk|print/texlive-base|2014-11-27|Has been incorporated in TeXLive
|
||||
print/pdfjam|print/texlive-base|2014-11-27|Has been incorporated in TeXLive
|
||||
|
|
|
@ -160,7 +160,6 @@
|
|||
SUBDIR += pdf4tcl
|
||||
SUBDIR += pdfbox
|
||||
SUBDIR += pdfcube
|
||||
SUBDIR += pdfjam
|
||||
SUBDIR += pdflib
|
||||
SUBDIR += pdflib-perl
|
||||
SUBDIR += pdftk
|
||||
|
|
|
@ -1,36 +0,0 @@
|
|||
# Created by: Paul Chvostek <paul@it.ca>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pdfjam
|
||||
PORTVERSION= 2.08
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic/firth/software/pdfjam/ \
|
||||
ftp://ftp.stack.nl/pub/users/johans/pdfjam/
|
||||
|
||||
MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= Shell scripts to manipulate PDF files
|
||||
|
||||
USE_TEX= formats base
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
PROGS= pdf90 pdf180 pdf270 pdfbook pdfflip pdfjam \
|
||||
pdfjam-pocketmod pdfjam-slides3up pdfjam-slides6up \
|
||||
pdfjoin pdfnup pdfpun
|
||||
PLIST_FILES= ${PROGS:S/^/bin\//} etc/pdfjam.conf.dist \
|
||||
${PROGS:S|^|man/man1/|:S/$/.1.gz/}
|
||||
PORTDOCS= PDFjam-README.html pdfdroplets.png
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${PROGS:S|^|${WRKSRC}/bin/|g} \
|
||||
${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${PROGS:S|^|${WRKSRC}/man1/|g:S|$|.1|g} \
|
||||
${STAGEDIR}${MAN1PREFIX}/man/man1
|
||||
${INSTALL_DATA} ${WRKSRC}/pdfjam.conf \
|
||||
${STAGEDIR}${PREFIX}/etc/pdfjam.conf.dist
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|g} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (pdfjam-2.08.tar.gz) = c731c598cfad076c985526ff89cbf34423a216101aa5e2d753a71de119ecc0f3
|
||||
SIZE (pdfjam-2.08.tar.gz) = 180725
|
|
@ -1,12 +0,0 @@
|
|||
PDFjam, by David Firth, 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).
|
||||
|
||||
WWW: http://www.warwick.ac.uk/go/pdfjam
|
Loading…
Reference in a new issue