aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-11-28 03:07:46 +0800
committerantoine <antoine@FreeBSD.org>2014-11-28 03:07:46 +0800
commitb3713457f8e11fc2f1a8ce05f3d272178ed34fe7 (patch)
tree3253593dd392beb18b039845676b5be7e568f43c /print
parent0d8b220907008006ae9c2d0ab2e8d3fd4729a45e (diff)
downloadfreebsd-ports-graphics-b3713457f8e11fc2f1a8ce05f3d272178ed34fe7.tar.gz
freebsd-ports-graphics-b3713457f8e11fc2f1a8ce05f3d272178ed34fe7.tar.zst
freebsd-ports-graphics-b3713457f8e11fc2f1a8ce05f3d272178ed34fe7.zip
Remove print/pdfjam, it's included in texlive-base
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/pdfjam/Makefile36
-rw-r--r--print/pdfjam/distinfo2
-rw-r--r--print/pdfjam/pkg-descr12
4 files changed, 0 insertions, 51 deletions
diff --git a/print/Makefile b/print/Makefile
index e8b05caac4e..9f9fe1ee4e5 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -160,7 +160,6 @@
SUBDIR += pdf4tcl
SUBDIR += pdfbox
SUBDIR += pdfcube
- SUBDIR += pdfjam
SUBDIR += pdflib
SUBDIR += pdflib-perl
SUBDIR += pdftk
diff --git a/print/pdfjam/Makefile b/print/pdfjam/Makefile
deleted file mode 100644
index 90bd795f05a..00000000000
--- a/print/pdfjam/Makefile
+++ /dev/null
@@ -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>
diff --git a/print/pdfjam/distinfo b/print/pdfjam/distinfo
deleted file mode 100644
index fe8f3f26595..00000000000
--- a/print/pdfjam/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pdfjam-2.08.tar.gz) = c731c598cfad076c985526ff89cbf34423a216101aa5e2d753a71de119ecc0f3
-SIZE (pdfjam-2.08.tar.gz) = 180725
diff --git a/print/pdfjam/pkg-descr b/print/pdfjam/pkg-descr
deleted file mode 100644
index 628034eb761..00000000000
--- a/print/pdfjam/pkg-descr
+++ /dev/null
@@ -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