[26418] trunk/dports/www

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 22 08:03:47 PDT 2007


Revision: 26418
          http://trac.macosforge.org/projects/macports/changeset/26418
Author:   jmpp at macports.org
Date:     2007-06-22 08:03:46 -0700 (Fri, 22 Jun 2007)

Log Message:
-----------
New port: www/redland, closes #11746. Thanks to Lyle Johnson for the submission!

Added Paths:
-----------
    trunk/dports/www/redland/
    trunk/dports/www/redland/Portfile

Added: trunk/dports/www/redland/Portfile
===================================================================
--- trunk/dports/www/redland/Portfile	                        (rev 0)
+++ trunk/dports/www/redland/Portfile	2007-06-22 15:03:46 UTC (rev 26418)
@@ -0,0 +1,69 @@
+# $Id$
+
+PortSystem 1.0
+name                redland
+version             1.0.5
+description         Redland RDF Library
+long_description    Redland is a set of free software libraries that provide \
+                    support for the Resource Description Framework (RDF).
+maintainers         lyle.johnson at gmail.com
+categories          www
+platforms           darwin
+homepage            http://librdf.org/
+master_sites        http://download.librdf.org/source/
+
+checksums           md5 43d909ff6ffa7f7559ad9af5620c8cbf \
+                    sha1 770da4aa57f582580b43af85672ec2cfeb8ce190 \
+                    rmd160 396e1caa7a6dfb86b4d60498a4b9199378f66b1a
+
+depends_lib         port:curl \
+                    port:libiconv \
+                    port:libxml2 \
+                    port:libxslt \
+                    port:openssl \
+                    port:raptor \
+                    port:rasqal \
+                    port:sqlite3 \
+                    port:zlib
+
+configure.args      --mandir=${prefix}/share/man \
+                    --with-bdb=no \
+                    --with-mysql=no \
+                    --with-postgresql=no \
+                    --with-sqlite=no
+
+test.run            yes
+test.target         check
+
+default_variants    +db4
+
+variant db4 {
+	configure.args-delete --with-bdb=no
+	depends_lib-append port:db4
+}
+
+variant mysql3 conflicts mysql4 mysql5 {
+	configure.args-delete --with-mysql=no
+	depends_lib-append port:mysql3
+}
+
+variant mysql4 conflicts mysql3 mysql5 {
+	configure.args-delete --with-mysql=no
+	depends_lib-append port:mysql4
+}
+
+variant mysql5 conflicts mysql3 mysql4 {
+	configure.args-delete --with-mysql=no
+	depends_lib-append port:mysql5
+}
+
+variant postgresql {
+	configure.args-delete --with-postgresql=no
+	depends_lib-append port:postgresql
+}
+
+variant sqlite3 {
+	configure.args-delete --with-sqlite=no
+	depends_lib-append port:sqlite3
+}
+


Property changes on: trunk/dports/www/redland/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/20070622/38839927/attachment.html


More information about the macports-changes mailing list