[21785] trunk/dports/print

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 6 11:27:15 PST 2007


Revision: 21785
          http://trac.macosforge.org/projects/macports/changeset/21785
Author:   takanori at macports.org
Date:     2007-02-06 11:27:14 -0800 (Tue, 06 Feb 2007)

Log Message:
-----------
New port: epstool-3.08
Ticket:		#11204
Submitted by:	master at iaas.msu.ru

Added Paths:
-----------
    trunk/dports/print/epstool/
    trunk/dports/print/epstool/Portfile
    trunk/dports/print/epstool/files/
    trunk/dports/print/epstool/files/patch-epstool.mak
    trunk/dports/print/epstool/files/patch-makefile

Added: trunk/dports/print/epstool/Portfile
===================================================================
--- trunk/dports/print/epstool/Portfile	                        (rev 0)
+++ trunk/dports/print/epstool/Portfile	2007-02-06 19:27:14 UTC (rev 21785)
@@ -0,0 +1,30 @@
+PortSystem 1.0
+name		epstool
+version		3.08
+categories	print
+maintainers	master at iaas.msu.ru
+description	create or extract preview images in EPS files, fix bounding boxes and convert to bitmaps
+
+long_description \
+		Add EPSI, DOS (MS Word!) 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.
+
+platforms	darwin
+
+homepage	http://www.cs.wisc.edu/~ghost/gsview/epstool.htm
+master_sites	ftp://tug.ctan.org/tex-archive/nonfree/support/ghostscript/ghostgum \
+		ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum \
+		ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/old
+
+checksums	md5 465a57a598dbef411f4ecbfbd7d4c8d7
+
+depends_lib	bin:gs:ghostscript
+
+use_configure	no
+
+build.env	CFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
+
+patchfiles	patch-epstool.mak patch-makefile
+destroot.destdir	prefix=${destroot}${prefix}


Property changes on: trunk/dports/print/epstool/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/print/epstool/files/patch-epstool.mak
===================================================================
--- trunk/dports/print/epstool/files/patch-epstool.mak	                        (rev 0)
+++ trunk/dports/print/epstool/files/patch-epstool.mak	2007-02-06 19:27:14 UTC (rev 21785)
@@ -0,0 +1,15 @@
+--- src/epstool.mak.orig	2005-06-10 13:41:00.000000000 +0400
++++ src/epstool.mak	2006-12-29 23:39:11.000000000 +0300
+@@ -45,10 +45,10 @@
+ 
+ include $(SRCDIR)/common.mak
+ 
+-EPSTOOL_ROOT=/usr/local
++EPSTOOL_ROOT=
+ EPSTOOL_BASE=$(prefix)$(EPSTOOL_ROOT)
+ EPSTOOL_DOCDIR=$(EPSTOOL_BASE)/share/doc/epstool-$(EPSTOOL_VERSION)
+-EPSTOOL_MANDIR=$(EPSTOOL_BASE)/man
++EPSTOOL_MANDIR=$(EPSTOOL_BASE)/share/man
+ EPSTOOL_BINDIR=$(EPSTOOL_BASE)/bin
+ 
+ epstool: $(BD)epstool$(EXE)

Added: trunk/dports/print/epstool/files/patch-makefile
===================================================================
--- trunk/dports/print/epstool/files/patch-makefile	                        (rev 0)
+++ trunk/dports/print/epstool/files/patch-makefile	2007-02-06 19:27:14 UTC (rev 21785)
@@ -0,0 +1,15 @@
+--- makefile.org	2005-06-10 13:41:00.000000000 +0400
++++ makefile	2006-12-29 23:38:13.000000000 +0300
+@@ -45,10 +45,10 @@
+ 
+ include $(SRCDIR)/common.mak
+ 
+-EPSTOOL_ROOT=/usr/local
++EPSTOOL_ROOT=
+ EPSTOOL_BASE=$(prefix)$(EPSTOOL_ROOT)
+ EPSTOOL_DOCDIR=$(EPSTOOL_BASE)/share/doc/epstool-$(EPSTOOL_VERSION)
+-EPSTOOL_MANDIR=$(EPSTOOL_BASE)/man
++EPSTOOL_MANDIR=$(EPSTOOL_BASE)/share/man
+ EPSTOOL_BINDIR=$(EPSTOOL_BASE)/bin
+ 
+ epstool: $(BD)epstool$(EXE)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070206/10b78201/attachment.html


More information about the macports-changes mailing list