diff options
author | tg <tg@FreeBSD.org> | 1998-07-16 14:35:29 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-07-16 14:35:29 +0800 |
commit | 675b9d6634069d3fb3f187f06f1d2c4508652e71 (patch) | |
tree | fec3f821ff28cbd6502942d1c2d69827a9f56dca | |
parent | c6df4ec8a4cc22243d54da47a8ec343ed63b2135 (diff) | |
download | freebsd-ports-graphics-675b9d6634069d3fb3f187f06f1d2c4508652e71.tar.gz freebsd-ports-graphics-675b9d6634069d3fb3f187f06f1d2c4508652e71.tar.zst freebsd-ports-graphics-675b9d6634069d3fb3f187f06f1d2c4508652e71.zip |
New port pstoedit, a converter from PostScript to other vector
graphics formats.
-rw-r--r-- | graphics/pstoedit/Makefile | 29 | ||||
-rw-r--r-- | graphics/pstoedit/distinfo | 1 | ||||
-rw-r--r-- | graphics/pstoedit/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/pstoedit/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/pstoedit/pkg-plist | 2 |
5 files changed, 38 insertions, 0 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile new file mode 100644 index 00000000000..b33248a96ad --- /dev/null +++ b/graphics/pstoedit/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: pstodit +# Version required: 2.60p1 +# Date created: 03 July 1998 +# Whom: Thomas Gellekum <tg@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= pstoedit.2.60p1 +PKGNAME= pstoedit-2.60p1 +CATEGORIES= graphics print +MASTER_SITES= http://www.geocities.com/SiliconValley/Network/1958/ +EXTRACT_SUFX= .zip + +MAINTAINER= ports@FreeBSD.ORG + +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 + +EXTRACT_CMD= unzip +EXTRACT_BEFORE_ARGS= -q +EXTRACT_AFTER_ARGS= -d ${WRKDIR} +WRKSRC= ${WRKDIR}/src +MAKEFILE= makefile +ALL_TARGET= + +MANL= pstoedit.l + +.include <bsd.port.mk> diff --git a/graphics/pstoedit/distinfo b/graphics/pstoedit/distinfo new file mode 100644 index 00000000000..38e65374327 --- /dev/null +++ b/graphics/pstoedit/distinfo @@ -0,0 +1 @@ +MD5 (pstoedit.2.60p1.zip) = ccbbed69c7c4972a13f5e110f2064143 diff --git a/graphics/pstoedit/pkg-comment b/graphics/pstoedit/pkg-comment new file mode 100644 index 00000000000..47bc991e1df --- /dev/null +++ b/graphics/pstoedit/pkg-comment @@ -0,0 +1 @@ +Convert PostScript to other vector graphic formats. diff --git a/graphics/pstoedit/pkg-descr b/graphics/pstoedit/pkg-descr new file mode 100644 index 00000000000..35837bfb5b6 --- /dev/null +++ b/graphics/pstoedit/pkg-descr @@ -0,0 +1,5 @@ +pstoedit converts Postscript(TM) and PDF files to other vector graphic +formats so that they can be edited graphically. + +Copyright (C) 1993,1994,1995,1996,1997 +Wolfgang Glunz, Wolfgang.Glunz@mchp.siemens.de diff --git a/graphics/pstoedit/pkg-plist b/graphics/pstoedit/pkg-plist new file mode 100644 index 00000000000..2dc2e7e9ea7 --- /dev/null +++ b/graphics/pstoedit/pkg-plist @@ -0,0 +1,2 @@ +bin/pstoedit +man/manl/pstoedit.l.gz |