[58047] trunk/dports/gis

ryandesign at macports.org ryandesign at macports.org
Mon Sep 21 02:36:20 PDT 2009


Revision: 58047
          http://trac.macports.org/changeset/58047
Author:   ryandesign at macports.org
Date:     2009-09-21 02:36:15 -0700 (Mon, 21 Sep 2009)
Log Message:
-----------
libkml: new port, version 1.0.1; closes #21395

Added Paths:
-----------
    trunk/dports/gis/libkml/
    trunk/dports/gis/libkml/Portfile

Added: trunk/dports/gis/libkml/Portfile
===================================================================
--- trunk/dports/gis/libkml/Portfile	                        (rev 0)
+++ trunk/dports/gis/libkml/Portfile	2009-09-21 09:36:15 UTC (rev 58047)
@@ -0,0 +1,47 @@
+# $Id$
+
+PortSystem              1.0
+
+name                    libkml
+version                 1.0.1
+maintainers             ryandesign
+license                 BSD
+platforms               darwin
+categories              gis
+
+description             library to parse, generate and operate on KML
+
+long_description        ${name} is Google's library for use with applications \
+                        that want to parse, generate and operate on KML. It \
+                        is an implementation of the OGC KML 2.2 standard.
+
+homepage                http://code.google.com/p/libkml/
+master_sites            googlecode
+
+checksums               md5     624dea8d12caaae762f6a80297995e09 \
+                        sha1    586059f6a4a9eed71bf6362fe268cf6e1ed5e4cf \
+                        rmd160  e0b209ed2a9186b7cf727184de5ce04f05e1170d
+
+# Not sure what needs cURL, but the configure script looks for it
+depends_build-append    port:curl
+
+depends_lib-append      port:expat \
+                        port:zlib
+
+# Otherwise SWIG will be used if it's installed
+configure.args-append   --disable-swig
+
+test.run                yes
+test.target             check
+
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${docdir}
+    xinstall -W ${worksrcpath} -m 644 \
+        AUTHORS \
+        COPYING \
+        ChangeLog \
+        NEWS \
+        README \
+        ${docdir}
+}


Property changes on: trunk/dports/gis/libkml/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/20090921/e5b46d88/attachment-0001.html>


More information about the macports-changes mailing list