[82968] trunk/dports/textproc/liblrdf

pixilla at macports.org pixilla at macports.org
Mon Aug 22 14:21:26 PDT 2011


Revision: 82968
          http://trac.macports.org/changeset/82968
Author:   pixilla at macports.org
Date:     2011-08-22 14:21:25 -0700 (Mon, 22 Aug 2011)
Log Message:
-----------
textproc/liblrdf:
- Repository moved to GitHub.
- Fix livecheck
- Remove unused patchfile
- Add openmaintainer
- Add license GPL-2

Modified Paths:
--------------
    trunk/dports/textproc/liblrdf/Portfile

Removed Paths:
-------------
    trunk/dports/textproc/liblrdf/files/

Modified: trunk/dports/textproc/liblrdf/Portfile
===================================================================
--- trunk/dports/textproc/liblrdf/Portfile	2011-08-22 20:48:02 UTC (rev 82967)
+++ trunk/dports/textproc/liblrdf/Portfile	2011-08-22 21:21:25 UTC (rev 82968)
@@ -1,34 +1,30 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name            liblrdf
-version         0.4.0
-revision        2
-categories      textproc
-platforms       darwin
-maintainers     pixilla
-description     A lightweight RDF library with special support for LADSPA plugins.
-long_description librdf is a library to make it easy to manipulate \
-                RDF files describing LADSPA plugins. It can also be \
-                used for general RDF manipulation. It can read RDF/XLM \
-                and N3 files and export N3 files. Tt also has a \
-                light taxonomic inference capablility..
-homepage        http://sourceforge.net/projects/lrdf/
-master_sites    sourceforge:lrdf
-checksums       md5     327a5674f671c4b360c6353800226877 \
-                sha1    17ce55f692bc52ed12605091b99106255f964b5f \
-                rmd160  2cb371c99552ac3045b72e20786494575ded37d8
-depends_build   port:pkgconfig
-depends_lib     port:raptor2
+name                liblrdf
+version             0.4.0
+revision            3
+categories          textproc
+maintainers         pixilla openmaintainer
+platforms           darwin
+license             GPL-2
 
-# http://projects.archlinux.org/svntogit/packages.git/plain/liblrdf/trunk/raptor2.diff
-patchfiles          patch-raptor2.diff
-patch.pre_args      -p1
+description         A lightweight RDF library with special support for LADSPA plugins.
+long_description    librdf is a library to make it easy to manipulate RDF files describing LADSPA \
+                    plugins. It can also be used for general RDF manipulation. It can read RDF/XLM \
+                    and N3 files and export N3 files. It also has a light taxonomic inference capablility.
 
-use_autoreconf  yes
+homepage            https://github.com/swh/LRDF
+fetch.type          git
+git.url             git://github.com/swh/LRDF.git
+git.branch          4e416a5209c7a5854fac
 
-configure.cppflags-append -I./src -I../src
+configure.cmd       ./autogen.sh
 
-livecheck.regex <title>${name} (.*) released.*</title>
+depends_build       port:pkgconfig
+depends_lib         port:raptor2
+
+livecheck.url       http://sourceforge.net/projects/lrdf/files/
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110822/ae04670a/attachment.html>


More information about the macports-changes mailing list