Add peps 1.0, converts EPS images to anti-aliased PGM bitmaps.

PR:		28753
Submitted by:	petef@databits.net
This commit is contained in:
Mark Pulford 2001-07-07 03:52:10 +00:00
parent 4999253ac2
commit c3c51ca673
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44855
6 changed files with 38 additions and 0 deletions

View File

@ -177,6 +177,7 @@
SUBDIR += p5-Imlib2
SUBDIR += p5-chart
SUBDIR += panorama
SUBDIR += peps
SUBDIR += pgperl
SUBDIR += pgplot
SUBDIR += photopc

24
graphics/peps/Makefile Normal file
View File

@ -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>

1
graphics/peps/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (peps-1.0.tar.gz) = 3c60e405dd9994cc4145fd7274efe8d2

View File

@ -0,0 +1 @@
Converts EPS images to anti-aliased PGM bitmaps

10
graphics/peps/pkg-descr Normal file
View File

@ -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

1
graphics/peps/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/peps