Changeset 82968
- Timestamp:
- 08/22/11 14:21:25 (4 years ago)
- Location:
- trunk/dports/textproc/liblrdf
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/textproc/liblrdf/Portfile
r81698 r82968 2 2 # $Id$ 3 3 4 PortSystem 1.04 PortSystem 1.0 5 5 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 6 name liblrdf 7 version 0.4.0 8 revision 3 9 categories textproc 10 maintainers pixilla openmaintainer 11 platforms darwin 12 license GPL-2 25 13 26 # http://projects.archlinux.org/svntogit/packages.git/plain/liblrdf/trunk/raptor2.diff 27 patchfiles patch-raptor2.diff 28 patch.pre_args -p1 14 description A lightweight RDF library with special support for LADSPA plugins. 15 long_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. 29 18 30 use_autoreconf yes 19 homepage https://github.com/swh/LRDF 20 fetch.type git 21 git.url git://github.com/swh/LRDF.git 22 git.branch 4e416a5209c7a5854fac 31 23 32 configure.c ppflags-append -I./src -I../src24 configure.cmd ./autogen.sh 33 25 34 livecheck.regex <title>${name} (.*) released.*</title> 26 depends_build port:pkgconfig 27 depends_lib port:raptor2 28 29 livecheck.url http://sourceforge.net/projects/lrdf/files/ 30 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)"
Note: See TracChangeset
for help on using the changeset viewer.

