import ps2eps-1.61

ps2eps is a tool to produce Encapsulated PostScript Files (EPS/EPSF) from
usual one-paged Postscript documents. It calculates correct Bounding Boxes
for those EPS files and filters some special postscript command sequences
that can produce erroneous results on printers.

from Laurence Tratt <laurie at tratt.net>
This commit is contained in:
steven 2007-01-19 07:05:54 +00:00
parent 5602e24db8
commit 45b4a09f53
4 changed files with 48 additions and 0 deletions

35
print/ps2eps/Makefile Normal file
View File

@ -0,0 +1,35 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/01/19 07:05:54 steven Exp $
COMMENT= "convert Postscript to Encapsulated Postscript"
DISTNAME= ps2eps-1.61
CATEGORIES= print
HOMEPAGE= http://www.tm.uka.de/~bless/ps2eps.html
MAINTAINER= Laurence Tratt <laurie@tratt.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.tm.uka.de/~bless/
RUN_DEPENDS= ::print/ghostscript/gnu
WANTLIB= c
WRKDIST= ${WRKDIR}/ps2eps
NO_REGRESS= Yes
do-build:
${CC} ${CFLAGS} -o ${WRKBUILD}/bbox ${WRKSRC}/src/C/bbox.c
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/ps2eps ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKBUILD}/bbox ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/man/man1/bbox.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/doc/man/man1/ps2eps.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

4
print/ps2eps/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (ps2eps-1.61.tar.gz) = 2f3589ba7f7d640a1d6618e426147d3a
RMD160 (ps2eps-1.61.tar.gz) = 0e7acbfd94caa680a9ad440f834dc20a93a34397
SHA1 (ps2eps-1.61.tar.gz) = f32bdf0df29ae2fc458ca8d3cc9ec77074dcd179
SIZE (ps2eps-1.61.tar.gz) = 108457

4
print/ps2eps/pkg/DESCR Normal file
View File

@ -0,0 +1,4 @@
ps2eps is a tool to produce Encapsulated PostScript Files (EPS/EPSF) from
usual one-paged Postscript documents. It calculates correct Bounding Boxes
for those EPS files and filters some special postscript command sequences
that can produce erroneous results on printers.

5
print/ps2eps/pkg/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/01/19 07:05:54 steven Exp $
bin/bbox
bin/ps2eps
@man man/man1/bbox.1
@man man/man1/ps2eps.1