diff options
author | markp <markp@FreeBSD.org> | 2001-07-07 11:52:10 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2001-07-07 11:52:10 +0800 |
commit | 2870a30fc356b5fc9edc9404893b0d8e942ec444 (patch) | |
tree | 01f9a534d62b409db325fa9eae73d84eb8cf4c7c /graphics/peps | |
parent | 90b6c3fe7779f2e2fac4b0ef34f0d2302e662db2 (diff) | |
download | freebsd-ports-gnome-2870a30fc356b5fc9edc9404893b0d8e942ec444.tar.gz freebsd-ports-gnome-2870a30fc356b5fc9edc9404893b0d8e942ec444.tar.zst freebsd-ports-gnome-2870a30fc356b5fc9edc9404893b0d8e942ec444.zip |
Add peps 1.0, converts EPS images to anti-aliased PGM bitmaps.
PR: 28753
Submitted by: petef@databits.net
Diffstat (limited to 'graphics/peps')
-rw-r--r-- | graphics/peps/Makefile | 24 | ||||
-rw-r--r-- | graphics/peps/distinfo | 1 | ||||
-rw-r--r-- | graphics/peps/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/peps/pkg-descr | 10 | ||||
-rw-r--r-- | graphics/peps/pkg-plist | 1 |
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 |