[32802] trunk/dports/graphics
simon at macports.org
simon at macports.org
Sun Jan 13 06:27:28 PST 2008
Revision: 32802
http://trac.macosforge.org/projects/macports/changeset/32802
Author: simon at macports.org
Date: 2008-01-13 06:27:27 -0800 (Sun, 13 Jan 2008)
Log Message:
-----------
graphics/asymptote: New port version 1.40, closes #13249. Thanks to loshea at gmail.com.
Added Paths:
-----------
trunk/dports/graphics/asymptote/
trunk/dports/graphics/asymptote/Portfile
Added: trunk/dports/graphics/asymptote/Portfile
===================================================================
--- trunk/dports/graphics/asymptote/Portfile (rev 0)
+++ trunk/dports/graphics/asymptote/Portfile 2008-01-13 14:27:27 UTC (rev 32802)
@@ -0,0 +1,40 @@
+# $Id$
+
+PortSystem 1.0
+
+name asymptote
+version 1.40
+categories graphics
+maintainers nomaintainer
+description a vector graphics language
+long_description Asymptote is a powerful descriptive \
+ vector graphics language that provides a natural \
+ coordinate-based framework for technical drawing. \
+ Labels and equations are typeset with LaTeX, for \
+ high-quality PostScript output.
+homepage http://asymptote.sourceforge.net
+platforms darwin
+configure.args --with-latex=${prefix}/share/texmf-local/tex/latex \
+ --mandir=${prefix}/share/man
+distfiles ${distname}.src.tgz:main gc-7.0.tar.gz:gc
+master_sites sourceforge::main \
+ http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source:gc
+checksums ${distname}.src.tgz md5 157b1902766b363bf0d74d059f490861 \
+ gc-7.0.tar.gz md5 3645ccf5f32ebb27d99b27b0d29e9c38
+depends_lib port:readline \
+ port:texlive \
+ port:ghostscript \
+ port:fftw-3 \
+ port:gsl \
+ port:libsigsegv \
+ port:ncurses
+extract.only ${distname}.src.tgz
+
+post-extract {
+ file copy ${distpath}/gc-7.0.tar.gz ${worksrcpath}
+}
+
+post-activate {
+ # run `mktexlsr` to make sure the asymptote files are found:
+ system "mktexlsr"
+}
Property changes on: trunk/dports/graphics/asymptote/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080113/a55994d0/attachment.html
More information about the macports-changes
mailing list