summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortsarna <tsarna@pkgsrc.org>1998-07-25 01:46:56 +0000
committertsarna <tsarna@pkgsrc.org>1998-07-25 01:46:56 +0000
commit548d9ff6644d44491dd728484bc9e6a60bc72177 (patch)
treeb067694547b4c1e4f7104c13a7250ea63f5c8538 /graphics
parent4c58683190c61aa199c22e02667149cb9e6da89b (diff)
downloadpkgsrc-548d9ff6644d44491dd728484bc9e6a60bc72177.tar.gz
add pkg for xpdf, a display tool for PDF files. Adapted from FreeBSD
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xpdf/Makefile30
-rw-r--r--graphics/xpdf/files/md51
-rw-r--r--graphics/xpdf/pkg/COMMENT1
-rw-r--r--graphics/xpdf/pkg/DESCR7
-rw-r--r--graphics/xpdf/pkg/PLIST11
5 files changed, 50 insertions, 0 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile
new file mode 100644
index 00000000000..000715c9ced
--- /dev/null
+++ b/graphics/xpdf/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: xpdf
+# Version required: 0.7a
+# Date created: 02 Feb 1996
+# Whom: chuckr@glue.umd.edu
+#
+# FreeBSD Id: Makefile,v 1.12 1998/03/11 03:08:12 vanilla Exp
+# $NetBSD: Makefile,v 1.1 1998/07/25 01:46:56 tsarna Exp $
+
+DISTNAME= xpdf-0.7a
+CATEGORIES= graphics print
+MASTER_SITES= ftp://ftp.aimnet.com/pub/users/derekn/xpdf/
+
+MAINTAINER= tsarna@netbsd.org
+
+LIB_DEPENDS= Xpm.4.:../xpm
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-gzip
+#USE_X11= yes
+
+MAN1= xpdf.1 pdftops.1 pdftotext.1
+
+post-build:
+ @(cd ${WRKSRC}; for m in ${MAN1} ; \
+ do nroff -man $$m > $${m%.1}.0; done);
+
+post-install:
+ @(cd ${WRKSRC}; ${INSTALL_MAN} ${MAN1:S/.1/.0/} ${PREFIX}/man/cat1)
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/xpdf/files/md5 b/graphics/xpdf/files/md5
new file mode 100644
index 00000000000..13858a25004
--- /dev/null
+++ b/graphics/xpdf/files/md5
@@ -0,0 +1 @@
+MD5 (xpdf-0.7a.tar.gz) = 3b6ed5783d1f7c53a3983d404ec5c818
diff --git a/graphics/xpdf/pkg/COMMENT b/graphics/xpdf/pkg/COMMENT
new file mode 100644
index 00000000000..145bc09305d
--- /dev/null
+++ b/graphics/xpdf/pkg/COMMENT
@@ -0,0 +1 @@
+Display tool for PDF files
diff --git a/graphics/xpdf/pkg/DESCR b/graphics/xpdf/pkg/DESCR
new file mode 100644
index 00000000000..da1e48e4d94
--- /dev/null
+++ b/graphics/xpdf/pkg/DESCR
@@ -0,0 +1,7 @@
+Xpdf is a viewer for Portable Document Format (PDF) files. (These are
+also sometimes also called 'Acrobat' files, from the name of Adobe's
+PDF software.) Xpdf runs under UNIX and the X Window System.
+
+Xpdf is designed to be small and efficient. It does not use the Motif
+or Xt libraries. It uses standard X fonts. Xpdf is quite usable on a
+486-66 PC running FreeBSD.
diff --git a/graphics/xpdf/pkg/PLIST b/graphics/xpdf/pkg/PLIST
new file mode 100644
index 00000000000..7a9022d6b81
--- /dev/null
+++ b/graphics/xpdf/pkg/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 1998/07/25 01:47:51 tsarna Exp $
+bin/xpdf
+bin/pdftops
+bin/pdftotext
+man/man1/xpdf.1
+man/man1/pdftops.1
+man/man1/pdftotext.1
+man/cat1/xpdf.0
+man/cat1/pdftops.0
+man/cat1/pdftotext.0
+