diff options
author | dillo <dillo@pkgsrc.org> | 2002-10-16 14:45:54 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2002-10-16 14:45:54 +0000 |
commit | ad3eba34f7f94a87958d2b2b16d8a38c83087508 (patch) | |
tree | 04f51e3da73515ebe49987744d629bd38475cc5d /print/img2eps | |
parent | 8ee0a8529f654c49d7c14ad09e2214c091042ff0 (diff) | |
download | pkgsrc-ad3eba34f7f94a87958d2b2b16d8a38c83087508.tar.gz |
initial import of img2eps 0.1
img2eps packages raster images into EPS (Embedded PostScript) files,
using whatever PostScript features are advantageous. If possible, the
compressed image data is copied directly to the EPS file.
Supported image file formats are GIF, JPEG, PNG, TIFF, and XPM.
Diffstat (limited to 'print/img2eps')
-rw-r--r-- | print/img2eps/DESCR | 5 | ||||
-rw-r--r-- | print/img2eps/Makefile | 20 | ||||
-rw-r--r-- | print/img2eps/PLIST | 3 | ||||
-rw-r--r-- | print/img2eps/distinfo | 4 |
4 files changed, 32 insertions, 0 deletions
diff --git a/print/img2eps/DESCR b/print/img2eps/DESCR new file mode 100644 index 00000000000..007dbc258d7 --- /dev/null +++ b/print/img2eps/DESCR @@ -0,0 +1,5 @@ + img2eps packages raster images into EPS (Embedded PostScript) files, +using whatever PostScript features are advantageous. If possible, the +compressed image data is copied directly to the EPS file. + + Supported image file formats are GIF, JPEG, PNG, TIFF, and XPM. diff --git a/print/img2eps/Makefile b/print/img2eps/Makefile new file mode 100644 index 00000000000..3064fd4f740 --- /dev/null +++ b/print/img2eps/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/10/16 14:45:54 dillo Exp $ +# + +DISTNAME= img2eps-0.1 +CATEGORIES= print graphics +MASTER_SITES= http://eris.giga.or.at/pub/nih/img2eps/ +MASTER_SITES+= http://sunsite.univie.ac.at/pub/nih/img2eps/ + +MAINTAINER= dillo@giga.or.at +HOMEPAGE= http://eris.giga.or.at/pub/nih/img2eps/ +COMMENT= convert raster images to EPS files + +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES + +.include "../../graphics/jpeg/buildlink2.mk" +.include "../../graphics/libungif/buildlink2.mk" +.include "../../graphics/png/buildlink2.mk" +.include "../../graphics/tiff/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/img2eps/PLIST b/print/img2eps/PLIST new file mode 100644 index 00000000000..864f3d04dde --- /dev/null +++ b/print/img2eps/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/16 14:45:54 dillo Exp $ +bin/img2eps +man/man1/img2eps.1 diff --git a/print/img2eps/distinfo b/print/img2eps/distinfo new file mode 100644 index 00000000000..c1eba7cd362 --- /dev/null +++ b/print/img2eps/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/10/16 14:45:54 dillo Exp $ + +SHA1 (img2eps-0.1.tar.gz) = 0fb06950f424babc6ef7e81c34667d6bf490d4ed +Size (img2eps-0.1.tar.gz) = 360320 bytes |