New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82968


Ignore:
Timestamp:
08/22/11 14:21:25 (4 years ago)
Author:
pixilla@…
Message:

textproc/liblrdf:

  • Repository moved to GitHub.
  • Fix livecheck
  • Remove unused patchfile
  • Add openmaintainer
  • Add license GPL-2
Location:
trunk/dports/textproc/liblrdf
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/textproc/liblrdf/Portfile

    r81698 r82968  
    22# $Id$ 
    33 
    4 PortSystem 1.0 
     4PortSystem          1.0 
    55 
    6 name            liblrdf 
    7 version         0.4.0 
    8 revision        2 
    9 categories      textproc 
    10 platforms       darwin 
    11 maintainers     pixilla 
    12 description     A lightweight RDF library with special support for LADSPA plugins. 
    13 long_description librdf is a library to make it easy to manipulate \ 
    14                 RDF files describing LADSPA plugins. It can also be \ 
    15                 used for general RDF manipulation. It can read RDF/XLM \ 
    16                 and N3 files and export N3 files. Tt also has a \ 
    17                 light taxonomic inference capablility.. 
    18 homepage        http://sourceforge.net/projects/lrdf/ 
    19 master_sites    sourceforge:lrdf 
    20 checksums       md5     327a5674f671c4b360c6353800226877 \ 
    21                 sha1    17ce55f692bc52ed12605091b99106255f964b5f \ 
    22                 rmd160  2cb371c99552ac3045b72e20786494575ded37d8 
    23 depends_build   port:pkgconfig 
    24 depends_lib     port:raptor2 
     6name                liblrdf 
     7version             0.4.0 
     8revision            3 
     9categories          textproc 
     10maintainers         pixilla openmaintainer 
     11platforms           darwin 
     12license             GPL-2 
    2513 
    26 # http://projects.archlinux.org/svntogit/packages.git/plain/liblrdf/trunk/raptor2.diff 
    27 patchfiles          patch-raptor2.diff 
    28 patch.pre_args      -p1 
     14description         A lightweight RDF library with special support for LADSPA plugins. 
     15long_description    librdf is a library to make it easy to manipulate RDF files describing LADSPA \ 
     16                    plugins. It can also be used for general RDF manipulation. It can read RDF/XLM \ 
     17                    and N3 files and export N3 files. It also has a light taxonomic inference capablility. 
    2918 
    30 use_autoreconf  yes 
     19homepage            https://github.com/swh/LRDF 
     20fetch.type          git 
     21git.url             git://github.com/swh/LRDF.git 
     22git.branch          4e416a5209c7a5854fac 
    3123 
    32 configure.cppflags-append -I./src -I../src 
     24configure.cmd       ./autogen.sh 
    3325 
    34 livecheck.regex <title>${name} (.*) released.*</title> 
     26depends_build       port:pkgconfig 
     27depends_lib         port:raptor2 
     28 
     29livecheck.url       http://sourceforge.net/projects/lrdf/files/ 
     30livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)" 
Note: See TracChangeset for help on using the changeset viewer.