[23064] trunk/dports/www

source_changes at macosforge.org source_changes at macosforge.org
Fri Mar 23 22:27:06 PDT 2007


Revision: 23064
          http://trac.macosforge.org/projects/macports/changeset/23064
Author:   pipping at macports.org
Date:     2007-03-23 22:27:06 -0700 (Fri, 23 Mar 2007)

Log Message:
-----------
 * new port submitted by lyle.johnson at gmail.com (#11574)
 * add checksums
 * add variant universal
 * add dependencies

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

Added: trunk/dports/www/rasqal/Portfile
===================================================================
--- trunk/dports/www/rasqal/Portfile	                        (rev 0)
+++ trunk/dports/www/rasqal/Portfile	2007-03-24 05:27:06 UTC (rev 23064)
@@ -0,0 +1,30 @@
+# $Id$
+
+PortSystem 1.0
+name                rasqal
+version             0.9.13
+description         Raptor RDF Query Library
+long_description    Rasqal is an open source C library that handles Resource \
+                    Description Framework (RDF) query syntaxes, query \
+                    construction and query execution returning result \
+                    bindings. The supported query languages are SPARQL and RDQL.
+maintainers         lyle.johnson at gmail.com
+categories          www
+platforms           darwin
+homepage            http://librdf.org/rasqal/
+master_sites        http://download.librdf.org/source/
+checksums           md5 5cbf3193bf473d1e35ee4539d1528b8b \
+                    sha1 aad875eb19dd00592b591f966ffb717a4f4f358f \
+                    rmd160 cfbb040adca4c16a092de9bc20caf31b6554dee2
+depends_lib         port:curl \
+                    port:libiconv \
+                    port:libxml2 \
+                    port:libxslt \
+                    port:openssl \
+                    port:raptor \
+                    port:zlib
+configure.args      --mandir=${prefix}/share/man
+if {[variant_isset universal]} {
+    configure.env-append \
+    CXXFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc"
+}


Property changes on: trunk/dports/www/rasqal/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/20070323/d41473a6/attachment.html


More information about the macports-changes mailing list