[51812] trunk/dports/textproc
ryandesign at macports.org
ryandesign at macports.org
Wed Jun 3 15:15:27 PDT 2009
Revision: 51812
http://trac.macports.org/changeset/51812
Author: ryandesign at macports.org
Date: 2009-06-03 15:15:26 -0700 (Wed, 03 Jun 2009)
Log Message:
-----------
pure-doc: new port, version 0.3; see #19270
Added Paths:
-----------
trunk/dports/textproc/pure-doc/
trunk/dports/textproc/pure-doc/Portfile
Added: trunk/dports/textproc/pure-doc/Portfile
===================================================================
--- trunk/dports/textproc/pure-doc/Portfile (rev 0)
+++ trunk/dports/textproc/pure-doc/Portfile 2009-06-03 22:15:26 UTC (rev 51812)
@@ -0,0 +1,50 @@
+# $Id$
+
+PortSystem 1.0
+
+name pure-doc
+version 0.3
+categories textproc
+platforms darwin
+maintainers ryandesign
+use_parallel_build yes
+homepage http://pure-lang.googlecode.com/
+master_sites ${homepage}files/
+
+description a utility for literate programming and \
+ documenting source code in Pure
+
+long_description ${name} is a simple utility for literate \
+ programming and documenting source code \
+ written in the Pure programming language.
+
+checksums md5 83be79648928f8550e8e1e5a8abc9617 \
+ sha1 743eaeb1824aa0d8c1361c3cca351431a20ccbce \
+ rmd160 a1bb361a0aead05cdf2b94f25d47e21a80669e96
+
+depends_build-append path:bin/flex:flex
+
+depends_lib-append path:lib/libpure.dylib:pure
+
+use_configure no
+
+pre-build {
+ build.args-append CC=${configure.cc} \
+ CFLAGS="${configure.cflags}" \
+ CPPFLAGS="${configure.cppflags}" \
+ CXX=${configure.cxx} \
+ LDFLAGS="${configure.ldflags}"
+}
+
+post-destroot {
+ xinstall -d \
+ ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 -W ${worksrcpath} \
+ COPYING \
+ README \
+ ${destroot}${prefix}/share/doc/${name}
+}
+
+livecheck.check regex
+livecheck.url http://code.google.com/p/pure-lang/downloads/list
+livecheck.regex ${name}-(\[0-9.\]+)\\.tar
Property changes on: trunk/dports/textproc/pure-doc/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/20090603/3e4dfa1a/attachment.html>
More information about the macports-changes
mailing list