summaryrefslogtreecommitdiff
path: root/graphics/peps
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2001-07-07 03:52:10 +0000
committerMark Pulford <markp@FreeBSD.org>2001-07-07 03:52:10 +0000
commitc3c51ca67330ac86649a8d0054354317469e9574 (patch)
tree6b94b06918a283367eb6be466648228f4a775359 /graphics/peps
parentUpdate MASTER_SITE to new location (diff)
Add peps 1.0, converts EPS images to anti-aliased PGM bitmaps.
PR: 28753 Submitted by: petef@databits.net
Notes
Notes: svn path=/head/; revision=44855
Diffstat (limited to 'graphics/peps')
-rw-r--r--graphics/peps/Makefile24
-rw-r--r--graphics/peps/distinfo1
-rw-r--r--graphics/peps/pkg-comment1
-rw-r--r--graphics/peps/pkg-descr10
-rw-r--r--graphics/peps/pkg-plist1
5 files changed, 37 insertions, 0 deletions
diff --git a/graphics/peps/Makefile b/graphics/peps/Makefile
new file mode 100644
index 000000000000..b28bdd4d7309
--- /dev/null
+++ b/graphics/peps/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: peps
+# Date created: 5 July 2001
+# Whom: petef@databits.net
+#
+# $FreeBSD$
+#
+
+PORTNAME= peps
+PORTVERSION= 1.0
+CATEGORIES= graphics
+MASTER_SITES= http://www.whizkidtech.net/peps/
+
+MAINTAINER= petef@databits.net
+
+RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 \
+ pnmtopng:${PORTSDIR}/graphics/netpbm
+
+post-patch:
+ @${PERL} -pi -e 's!cc -O3!${CC} ${CFLAGS}!' ${WRKSRC}/Makefile
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/peps ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/graphics/peps/distinfo b/graphics/peps/distinfo
new file mode 100644
index 000000000000..776946c2ea85
--- /dev/null
+++ b/graphics/peps/distinfo
@@ -0,0 +1 @@
+MD5 (peps-1.0.tar.gz) = 3c60e405dd9994cc4145fd7274efe8d2
diff --git a/graphics/peps/pkg-comment b/graphics/peps/pkg-comment
new file mode 100644
index 000000000000..8f3f00b37349
--- /dev/null
+++ b/graphics/peps/pkg-comment
@@ -0,0 +1 @@
+Converts EPS images to anti-aliased PGM bitmaps
diff --git a/graphics/peps/pkg-descr b/graphics/peps/pkg-descr
new file mode 100644
index 000000000000..aeccd231ec0a
--- /dev/null
+++ b/graphics/peps/pkg-descr
@@ -0,0 +1,10 @@
+peps is a utility to Print Encapsulated PostScript files.
+Specifically, it allows you to convert an EPS file into an anti-aliased
+PGM bitmap (with a variable resolution and anti-aliasing level).
+If the -p option is specified, the resulting bitmap is piped through
+pnmtopng to create a PNG image.
+
+WWW: http://www.whizkidtech.net/peps/
+
+- Pete
+petef@databits.net
diff --git a/graphics/peps/pkg-plist b/graphics/peps/pkg-plist
new file mode 100644
index 000000000000..f620712880d3
--- /dev/null
+++ b/graphics/peps/pkg-plist
@@ -0,0 +1 @@
+bin/peps