[29984] trunk/dports/www

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 17 02:09:04 PDT 2007


Revision: 29984
          http://trac.macosforge.org/projects/macports/changeset/29984
Author:   ryandesign at macports.org
Date:     2007-10-17 02:09:04 -0700 (Wed, 17 Oct 2007)

Log Message:
-----------
redland-bindings: new port; see #12902

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

Added: trunk/dports/www/redland-bindings/Portfile
===================================================================
--- trunk/dports/www/redland-bindings/Portfile	                        (rev 0)
+++ trunk/dports/www/redland-bindings/Portfile	2007-10-17 09:09:04 UTC (rev 29984)
@@ -0,0 +1,48 @@
+# $Id$
+
+PortSystem 1.0
+
+name                redland-bindings
+version             1.0.6.1
+description         Redland RDF Language Bindings
+long_description    Redland is a set of free software libraries that provide \
+                    support for the Resource Description Framework (RDF). \
+                    This package provides higher-level language APIs to \
+                    Redland for multiple popular scripting languages.
+maintainers         arto.bendiken at gmail.com
+categories          www
+platforms           darwin
+homepage            http://librdf.org/bindings/
+master_sites        http://download.librdf.org/source/
+
+checksums           md5 eb527252d46d5e2d16d4f4d2abf6980d \
+                    sha1 70df1706a8c96ee79103bdd0425acdd3b45d3e1d
+
+depends_lib         port:redland
+
+configure.args      --mandir=${prefix}/share/man
+
+variant perl {
+	configure.args-append --with-perl
+	depends_lib-append port:perl5.8
+}
+
+variant php {
+	configure.args-append --with-php
+	depends_lib-append port:php5
+}
+
+variant python {
+	configure.args-append --with-python
+	depends_lib-append port:python23
+}
+
+variant ruby {
+	configure.args-append --with-ruby
+	depends_lib-append port:ruby
+}
+
+variant tcl {
+	configure.args-append --with-tcl
+	depends_lib-append port:tcl
+}


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


More information about the macports-changes mailing list