[51813] trunk/dports/textproc

ryandesign at macports.org ryandesign at macports.org
Wed Jun 3 15:24:01 PDT 2009


Revision: 51813
          http://trac.macports.org/changeset/51813
Author:   ryandesign at macports.org
Date:     2009-06-03 15:24:00 -0700 (Wed, 03 Jun 2009)
Log Message:
-----------
pure-xml: new port, version 0.1; see #19269

Added Paths:
-----------
    trunk/dports/textproc/pure-xml/
    trunk/dports/textproc/pure-xml/Portfile

Added: trunk/dports/textproc/pure-xml/Portfile
===================================================================
--- trunk/dports/textproc/pure-xml/Portfile	                        (rev 0)
+++ trunk/dports/textproc/pure-xml/Portfile	2009-06-03 22:24:00 UTC (rev 51813)
@@ -0,0 +1,49 @@
+# $Id$
+
+PortSystem                      1.0
+
+name                            pure-xml
+version                         0.1
+categories                      textproc
+platforms                       darwin
+maintainers                     ryandesign
+use_parallel_build              yes
+homepage                        http://pure-lang.googlecode.com/
+master_sites                    ${homepage}files/
+
+description                     an interface to libxml2 and libxslt for Pure
+
+long_description                ${name} is an interface to the libxml2 and \
+                                libxslt libraries for Pure.
+
+checksums                       md5     dd4b93efa84df4bdcd8077a46d977072 \
+                                sha1    02252ef4fd63f41922923b2ee338e779eb0eb4a7 \
+                                rmd160  cd87273c00439599a4b11da25bcfdc4180b574be
+
+depends_lib-append              path:lib/libpure.dylib:pure \
+                                path:lib/pkgconfig/libxml-2.0.pc:libxml2 \
+                                path:lib/pkgconfig/libxslt.pc:libxslt
+
+use_configure                   no
+
+pre-build {
+    build.args-append           CC=${configure.cc} \
+                                CFLAGS="${configure.cflags}" \
+                                CPPFLAGS="${configure.cppflags}" \
+                                LDFLAGS="${configure.ldflags}"
+}
+
+post-destroot {
+    xinstall -d \
+        ${destroot}${prefix}/share/doc/${name} \
+        ${destroot}${prefix}/share/examples
+    xinstall -m 644 -W ${worksrcpath} \
+        COPYING \
+        README \
+        ${destroot}${prefix}/share/doc/${name}
+    copy ${worksrcpath}/examples ${destroot}${prefix}/share/examples/${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-xml/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/f6dc1324/attachment.html>


More information about the macports-changes mailing list