[23062] trunk/dports/www

source_changes at macosforge.org source_changes at macosforge.org
Fri Mar 23 22:03:31 PDT 2007


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

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

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

Added: trunk/dports/www/raptor/Portfile
===================================================================
--- trunk/dports/www/raptor/Portfile	                        (rev 0)
+++ trunk/dports/www/raptor/Portfile	2007-03-24 05:03:30 UTC (rev 23062)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem 1.0
+name                raptor
+version             1.4.14
+description         Raptor RDF Parser Toolkit
+long_description    Raptor is an open source C library that provides a set of \
+                    parsers and serializers that generate Resource Description \
+                    Framework (RDF) triples by parsing syntaxes or serializing \
+                    the triples into a syntax.
+maintainers         lyle.johnson at gmail.com
+categories          www
+platforms           darwin
+distname            ${name}-${version}
+homepage            http://librdf.org/raptor/
+master_sites        http://download.librdf.org/source/
+checksums           md5 1bbc9938f8f7310e20fbd5b962a43847 \
+                    sha1 13aa10bc0c911a54f6697c884608ae6ead0147e4 \
+                    rmd160 e6f7f7a142ed584633a3aac9c4dddc2441483967
+depends_lib         port:curl \
+                    port:libiconv \
+                    port:libxml2 \
+                    port:libxslt \
+                    port:openssl \
+                    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"
+}
+test.run            yes
+test.target         check


Property changes on: trunk/dports/www/raptor/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/6af15287/attachment.html


More information about the macports-changes mailing list