[80048] trunk/dports/www

ryandesign at macports.org ryandesign at macports.org
Sun Jul 3 05:12:40 PDT 2011


Revision: 80048
          http://trac.macports.org/changeset/80048
Author:   ryandesign at macports.org
Date:     2011-07-03 05:12:40 -0700 (Sun, 03 Jul 2011)
Log Message:
-----------
raptor2: new port, version 2.0.3, needed for latest version of rasqal

Modified Paths:
--------------
    trunk/dports/www/raptor2/Portfile

Added Paths:
-----------
    trunk/dports/www/raptor2/

Modified: trunk/dports/www/raptor2/Portfile
===================================================================
--- trunk/dports/www/raptor/Portfile	2011-07-03 11:17:29 UTC (rev 80042)
+++ trunk/dports/www/raptor2/Portfile	2011-07-03 12:12:40 UTC (rev 80048)
@@ -2,9 +2,9 @@
 
 PortSystem 1.0
 
-name                raptor
-version             1.4.21
-revision        1
+name                raptor2
+version             2.0.3
+set major           [lindex [split ${version} .] 0]
 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 \
@@ -15,15 +15,26 @@
 platforms           darwin
 homepage            http://librdf.org/raptor/
 master_sites        http://download.librdf.org/source/
-checksums           md5     992061488af7a9e2d933df6b694bb876 \
-                    sha1    f8a82c6e9a342d0cc9772a02562c5e29c2c9b737 \
-                    rmd160  f2ee591e3e9e008b496d6b7bf78f1293173bf7ed
+
+checksums           sha1    996f532b059397f96a9b0cc231f6b2362f0b1184 \
+                    rmd160  bffa247579c17948c08c94423b568353ae8b5338
+
 depends_lib         port:curl \
                     port:libiconv \
                     port:libxml2 \
                     port:libxslt \
                     port:openssl \
                     port:zlib
+
+configure.args      --program-suffix=${major}
+
+post-destroot {
+    # Why are you appending the program suffix to the library manpage...
+    move ${destroot}${prefix}/share/man/man3/lib${name}${major}.3 ${destroot}${prefix}/share/man/man3/lib${name}.3
+    
+    move ${destroot}${prefix}/share/gtk-doc/html/raptor ${destroot}${prefix}/share/gtk-doc/html/${name}
+}
+
 test.run            yes
 test.target         check
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110703/10450640/attachment.html>


More information about the macports-changes mailing list