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:
parent
5602e24db8
commit
45b4a09f53
35
print/ps2eps/Makefile
Normal file
35
print/ps2eps/Makefile
Normal 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
4
print/ps2eps/distinfo
Normal 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
4
print/ps2eps/pkg/DESCR
Normal 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
5
print/ps2eps/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user