diff options
author | fredb <fredb> | 1999-09-25 20:39:46 +0000 |
---|---|---|
committer | fredb <fredb> | 1999-09-25 20:39:46 +0000 |
commit | d1615f4b3dc877e3ae0ff9b4c623261437c40c17 (patch) | |
tree | 459547d09381d3363bbee708f12ea5f4f072791a /graphics | |
parent | f3b130138e3e8bf5b4913b3dd72b6841a3118bca (diff) | |
download | pkgsrc-d1615f4b3dc877e3ae0ff9b4c623261437c40c17.tar.gz |
Initial import of xpdf-crypto.
This is the crypto-enabled version of graphics/xpdf.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpdf-crypto/Makefile | 39 | ||||
-rw-r--r-- | graphics/xpdf-crypto/files/md5 | 4 | ||||
-rw-r--r-- | graphics/xpdf-crypto/pkg/COMMENT | 1 | ||||
-rw-r--r-- | graphics/xpdf-crypto/pkg/DESCR | 8 | ||||
-rw-r--r-- | graphics/xpdf-crypto/pkg/PLIST | 19 |
5 files changed, 71 insertions, 0 deletions
diff --git a/graphics/xpdf-crypto/Makefile b/graphics/xpdf-crypto/Makefile new file mode 100644 index 00000000000..630e08140f6 --- /dev/null +++ b/graphics/xpdf-crypto/Makefile @@ -0,0 +1,39 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/09/25 20:39:46 fredb Exp $ +# FreeBSD Id: Makefile,v 1.12 1998/03/11 03:08:12 vanilla Exp +# + +DISTNAME= xpdf-0.90 +PKGNAME= xpdf-crypto-0.90 +CATEGORIES= graphics print +MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ +EXTRACT_SUFX= .tgz + +PATCH_SITES= http://www.fefe.de/ +PATCHFILES= xpdf-0.90-fefe-diff2.gz +PATCH_DIST_STRIP= -p1 + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.foolabs.com/xpdf/ + +DEPENDS+= t1lib-0.9.2:../../textproc/t1lib +DEPENDS+= xpm-3.4k:../../graphics/xpm + +RESTRICTED= "Crypto; export-controlled" +MIRROR_DISTFILE= no + +GNU_CONFIGURE= yes +USE_X11BASE= yes + +CONFLICTS= xpdf-0.[789][a0] + +MAN1= xpdf.1 pdftops.1 pdftotext.1 pdfinfo.1 pdftopbm.1 pdfimages.1 + +post-install: + @cd ${WRKSRC}/doc; \ + for m in ${MAN1}; do \ + nroff -Tascii -mandoc $$m > $${m%.1}.0; \ + done; \ + ${ECHO} ${INSTALL_MAN} ${MAN1:S/.1/.0/} ${PREFIX}/man/cat1; \ + ${INSTALL_MAN} ${MAN1:S/.1/.0/} ${PREFIX}/man/cat1 + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/xpdf-crypto/files/md5 b/graphics/xpdf-crypto/files/md5 new file mode 100644 index 00000000000..6adc6b402ed --- /dev/null +++ b/graphics/xpdf-crypto/files/md5 @@ -0,0 +1,4 @@ +$NetBSD: md5,v 1.1.1.1 1999/09/25 20:39:46 fredb Exp $ + +MD5 (xpdf-0.90.tgz) = a7678b64713a466279b61c28ba01134b +MD5 (xpdf-0.90-fefe-diff2.gz) = 33339e6b598f4e3caadf2a4f20fe4734 diff --git a/graphics/xpdf-crypto/pkg/COMMENT b/graphics/xpdf-crypto/pkg/COMMENT new file mode 100644 index 00000000000..eb312fa811e --- /dev/null +++ b/graphics/xpdf-crypto/pkg/COMMENT @@ -0,0 +1 @@ +Display tool for PDF files, including encrypted ones. diff --git a/graphics/xpdf-crypto/pkg/DESCR b/graphics/xpdf-crypto/pkg/DESCR new file mode 100644 index 00000000000..b4fc6b0eadc --- /dev/null +++ b/graphics/xpdf-crypto/pkg/DESCR @@ -0,0 +1,8 @@ +Xpdf is a viewer for Portable Document Format (PDF) files. + +Xpdf is designed to be small and efficient. It runs under X, +but does not use the Motif or Xt libraries. Use of the T1 library +provides superior rendering of type 1 fonts, and also permits +run-time configuration of the exact fonts to be used. + +This is the crypto-enabled version. diff --git a/graphics/xpdf-crypto/pkg/PLIST b/graphics/xpdf-crypto/pkg/PLIST new file mode 100644 index 00000000000..1e95c6f3202 --- /dev/null +++ b/graphics/xpdf-crypto/pkg/PLIST @@ -0,0 +1,19 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/25 20:39:46 fredb Exp $ +bin/xpdf +bin/pdftops +bin/pdftotext +bin/pdfinfo +bin/pdftopbm +bin/pdfimages +man/man1/xpdf.1 +man/man1/pdftops.1 +man/man1/pdftotext.1 +man/man1/pdfinfo.1 +man/man1/pdftopbm.1 +man/man1/pdfimages.1 +man/cat1/xpdf.0 +man/cat1/pdftops.0 +man/cat1/pdftotext.0 +man/cat1/pdfinfo.0 +man/cat1/pdftopbm.0 +man/cat1/pdfimages.0 |