pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/epstool add epstool-3.07, a tool to manupulate p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d06219fbc6fa
branches:  trunk
changeset: 494866:d06219fbc6fa
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue May 31 16:17:22 2005 +0000

description:
add epstool-3.07, a tool to manupulate preview images and bounding boxes

diffstat:

 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(+), 0 deletions(-)

diffs (86 lines):

diff -r 7fb183c081b6 -r d06219fbc6fa print/epstool/.epsi
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/epstool/.epsi       Tue May 31 16:17:22 2005 +0000
@@ -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 -r 7fb183c081b6 -r d06219fbc6fa print/epstool/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/epstool/DESCR       Tue May 31 16:17:22 2005 +0000
@@ -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 -r 7fb183c081b6 -r d06219fbc6fa print/epstool/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/epstool/Makefile    Tue May 31 16:17:22 2005 +0000
@@ -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@localhost
+HOMEPAGE=              http://www.cs.wisc.edu/~ghost/gsview/epstool.htm
+COMMENT=               Manipulate EPS files
+
+MAKEFILE=              makefile
+
+.include "../../mk/bsd.pkg.mk"
diff -r 7fb183c081b6 -r d06219fbc6fa print/epstool/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/epstool/PLIST       Tue May 31 16:17:22 2005 +0000
@@ -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 -r 7fb183c081b6 -r d06219fbc6fa print/epstool/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/epstool/distinfo    Tue May 31 16:17:22 2005 +0000
@@ -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 -r 7fb183c081b6 -r d06219fbc6fa print/epstool/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/epstool/patches/patch-aa    Tue May 31 16:17:22 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index