From ad3eba34f7f94a87958d2b2b16d8a38c83087508 Mon Sep 17 00:00:00 2001 From: dillo Date: Wed, 16 Oct 2002 14:45:54 +0000 Subject: 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. --- print/img2eps/DESCR | 5 +++++ print/img2eps/Makefile | 20 ++++++++++++++++++++ print/img2eps/PLIST | 3 +++ print/img2eps/distinfo | 4 ++++ 4 files changed, 32 insertions(+) create mode 100644 print/img2eps/DESCR create mode 100644 print/img2eps/Makefile create mode 100644 print/img2eps/PLIST create mode 100644 print/img2eps/distinfo (limited to 'print/img2eps') 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 -- cgit v1.2.3