From 383a219fe9b3d50e79bc5e4984eef431f7e15a40 Mon Sep 17 00:00:00 2001 From: drochner Date: Tue, 31 May 2005 16:17:22 +0000 Subject: add epstool-3.07, a tool to manupulate preview images and bounding boxes --- print/epstool/.epsi | 6 ++++++ print/epstool/DESCR | 12 ++++++++++++ print/epstool/Makefile | 14 ++++++++++++++ print/epstool/PLIST | 6 ++++++ print/epstool/distinfo | 6 ++++++ print/epstool/patches/patch-aa | 18 ++++++++++++++++++ 6 files changed, 62 insertions(+) create mode 100644 print/epstool/.epsi create mode 100644 print/epstool/DESCR create mode 100644 print/epstool/Makefile create mode 100644 print/epstool/PLIST create mode 100644 print/epstool/distinfo create mode 100644 print/epstool/patches/patch-aa (limited to 'print/epstool') diff --git a/print/epstool/.epsi b/print/epstool/.epsi new file mode 100644 index 00000000000..5587533f78c --- /dev/null +++ b/print/epstool/.epsi @@ -0,0 +1,6 @@ +save countdictstack mark newpath /showpage {} def /setpagedevice {pop} def +%%EndProlog +%%Page 1 1 +%%Trailer +cleartomark countdictstack exch sub { end } repeat restore +%%EOF diff --git a/print/epstool/DESCR b/print/epstool/DESCR new file mode 100644 index 00000000000..4b0391b275c --- /dev/null +++ b/print/epstool/DESCR @@ -0,0 +1,12 @@ +Epstool is a utility to create or extract preview images in EPS files, +fix bounding boxes and convert to bitmaps. +Features: + Add EPSI, DOS EPS or Mac PICT previews. + Extract PostScript from DOS EPS files. + Uses Ghostscript to create preview bitmaps. + Create a TIFF, WMF, PICT or Interchange preview from part of a + bitmap created by Ghostscript. + works under Win32 and Unix. Older versions work under OS/2 + and MS-DOS. + works on little-endian machines (Intel) or big endian + (Sun Sparc, Motorola) machines. diff --git a/print/epstool/Makefile b/print/epstool/Makefile new file mode 100644 index 00000000000..1cac339fd47 --- /dev/null +++ b/print/epstool/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/05/31 16:17:22 drochner Exp $ +# + +DISTNAME= epstool-3.07 +CATEGORIES= print +MASTER_SITES= ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.cs.wisc.edu/~ghost/gsview/epstool.htm +COMMENT= Manipulate EPS files + +MAKEFILE= makefile + +.include "../../mk/bsd.pkg.mk" diff --git a/print/epstool/PLIST b/print/epstool/PLIST new file mode 100644 index 00000000000..5f066934fa2 --- /dev/null +++ b/print/epstool/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/31 16:17:22 drochner Exp $ +bin/epstool +man/man1/epstool.1 +share/doc/epstool/LICENCE +share/doc/epstool/epstool.htm +@dirrm share/doc/epstool diff --git a/print/epstool/distinfo b/print/epstool/distinfo new file mode 100644 index 00000000000..3d55e8a21dd --- /dev/null +++ b/print/epstool/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/05/31 16:17:22 drochner Exp $ + +SHA1 (epstool-3.07.tar.gz) = 14eeb1b103072030e706b077768d414b5ffac34c +RMD160 (epstool-3.07.tar.gz) = 99b29d02dd1dc1827948d8da87ccc5f0669b57a6 +Size (epstool-3.07.tar.gz) = 184676 bytes +SHA1 (patch-aa) = 064a3a04d72ab23480e30866e48ed2a3bd618f9e diff --git a/print/epstool/patches/patch-aa b/print/epstool/patches/patch-aa new file mode 100644 index 00000000000..0d7c9dd9c66 --- /dev/null +++ b/print/epstool/patches/patch-aa @@ -0,0 +1,18 @@ +$NetBSD: patch-aa,v 1.1.1.1 2005/05/31 16:17:22 drochner Exp $ + +--- makefile.orig 2005-01-07 12:40:46.000000000 +0100 ++++ makefile +@@ -32,11 +32,11 @@ LIBPNGINC= + LIBPNGCFLAGS= + LIBPNGLIBS= + +-EPSTOOL_ROOT=/usr/local ++EPSTOOL_ROOT=${PREFIX} + EPSTOOL_BASE=$(prefix)$(EPSTOOL_ROOT) + EPSTOOL_BINDIR=$(EPSTOOL_BASE)/bin + EPSTOOL_MANDIR=$(EPSTOOL_BASE)/man +-EPSTOOL_DOCDIR=$(EPSTOOL_BASE)/share/doc ++EPSTOOL_DOCDIR=$(EPSTOOL_BASE)/share/doc/epstool + + LONGFILEDEF= + LONGFILEMOD=cfile -- cgit v1.2.3