Add peps 1.0, converts EPS images to anti-aliased PGM bitmaps.
PR: 28753 Submitted by: petef@databits.net
This commit is contained in:
parent
4999253ac2
commit
c3c51ca673
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44855
@ -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
24
graphics/peps/Makefile
Normal 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
1
graphics/peps/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (peps-1.0.tar.gz) = 3c60e405dd9994cc4145fd7274efe8d2
|
1
graphics/peps/pkg-comment
Normal file
1
graphics/peps/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Converts EPS images to anti-aliased PGM bitmaps
|
10
graphics/peps/pkg-descr
Normal file
10
graphics/peps/pkg-descr
Normal 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
1
graphics/peps/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/peps
|
Loading…
Reference in New Issue
Block a user