>Description:
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/
>How-To-Repeat:
>Fix:
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# peps
# peps/pkg-descr
# peps/pkg-plist
# peps/distinfo
# peps/Makefile
# peps/pkg-comment
#
echo c - peps
mkdir -p peps > /dev/null 2>&1
echo x - peps/pkg-descr
sed 's/^X//' >peps/pkg-descr << 'END-of-peps/pkg-descr'
Xpeps is a utility to Print Encapsulated PostScript files.
XSpecifically, it allows you to convert an EPS file into an anti-aliased
XPGM bitmap (with a variable resolution and anti-aliasing level).
XIf the -p option is specified, the resulting bitmap is piped through
Xpnmtopng to create a PNG image.
X
XWWW: http://www.whizkidtech.net/peps/
X
X- Pete
Xpe...@databits.net
END-of-peps/pkg-descr
echo x - peps/pkg-plist
sed 's/^X//' >peps/pkg-plist << 'END-of-peps/pkg-plist'
Xbin/peps
END-of-peps/pkg-plist
echo x - peps/distinfo
sed 's/^X//' >peps/distinfo << 'END-of-peps/distinfo'
XMD5 (peps-1.0.tar.gz) = 3c60e405dd9994cc4145fd7274efe8d2
END-of-peps/distinfo
echo x - peps/Makefile
sed 's/^X//' >peps/Makefile << 'END-of-peps/Makefile'
X# New ports collection makefile for: peps
X# Date created: 5 July 2001
X# Whom: pe...@databits.net
X#
X# $FreeBSD$
X#
X
XPORTNAME= peps
XPORTVERSION= 1.0
XCATEGORIES= graphics
XMASTER_SITES= http://www.whizkidtech.net/peps/
X
XMAINTAINER= pe...@databits.net
X
XRUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 \
X pnmtopng:${PORTSDIR}/graphics/netpbm
X
Xpost-patch:
X @${PERL} -pi -e 's!cc -O3!${CC} ${CFLAGS}!' ${WRKSRC}/Makefile
X
Xdo-install:
X ${INSTALL_PROGRAM} ${WRKSRC}/peps ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-peps/Makefile
echo x - peps/pkg-comment
sed 's/^X//' >peps/pkg-comment << 'END-of-peps/pkg-comment'
XConverts EPS images to anti-aliased PGM bitmaps
END-of-peps/pkg-comment
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majo...@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message