[49231] trunk/dports/graphics

jmr at macports.org jmr at macports.org
Sun Apr 5 18:43:19 PDT 2009


Revision: 49231
          http://trac.macports.org/changeset/49231
Author:   jmr at macports.org
Date:     2009-04-05 18:43:19 -0700 (Sun, 05 Apr 2009)
Log Message:
-----------
New port: fig2ps (#17485)

Added Paths:
-----------
    trunk/dports/graphics/fig2ps/
    trunk/dports/graphics/fig2ps/Portfile

Added: trunk/dports/graphics/fig2ps/Portfile
===================================================================
--- trunk/dports/graphics/fig2ps/Portfile	                        (rev 0)
+++ trunk/dports/graphics/fig2ps/Portfile	2009-04-06 01:43:19 UTC (rev 49231)
@@ -0,0 +1,39 @@
+# $Id$
+
+PortSystem              1.0
+
+name                    fig2ps
+version                 1.3.6
+categories              graphics tex
+maintainers             vcn.com:jjstickel
+platforms               darwin
+homepage                http://fig2ps.sourceforge.net/
+master_sites            sourceforge
+use_configure           no
+
+description             converts xfig files to postscript or PDF, processing text with LaTeX
+
+long_description \
+		 fig2ps is a perl script which converts xfig files to postscript or\
+		 PDF, processing text with LaTeX. It's primary aim is to produce\
+		 documents (such as articles) with a high quality, in which the\
+		 pictures are seamlessly integrated with the text (notably, the font in\
+		 the figures is exactly the same as in the text).
+
+checksums \
+    md5 ad8156d5177d76bbfb9b84ea3f403453 \
+    sha1 6184054e3ed8b460db0f15f07400c66d8dbd7254
+
+depends_run	path:bin/perl:perl5 \
+		port:ghostscript \
+		port:transfig \
+		bin:latex:texlive
+
+post-extract {
+    reinplace "s|\$(DESTDIR)/usr|${destroot}${prefix}|" ${worksrcpath}/Makefile
+    reinplace "s|\$(DESTDIR)|${destroot}${prefix}|" ${worksrcpath}/Makefile
+    reinplace "s|usr/||" ${worksrcpath}/dirs
+    reinplace "s|/etc|${prefix}/etc|" ${worksrcpath}/bin/fig2ps
+}
+
+build {}


Property changes on: trunk/dports/graphics/fig2ps/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090405/4c980da2/attachment-0001.html>


More information about the macports-changes mailing list