Changeset 83338
- Timestamp:
- 08/29/11 19:19:10 (4 years ago)
- Location:
- trunk/dports/textproc/liblrdf
- Files:
-
- 3 added
- 1 edited
-
Portfile (modified) (2 diffs)
-
files (added)
-
files/patch-lrdf.h.diff (added)
-
files/patch-src-lrdf.c.diff (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/textproc/liblrdf/Portfile
r82968 r83338 15 15 long_description librdf is a library to make it easy to manipulate RDF files describing LADSPA \ 16 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 capab lility.17 and N3 files and export N3 files. It also has a light taxonomic inference capability. 18 18 19 19 homepage https://github.com/swh/LRDF … … 22 22 git.branch 4e416a5209c7a5854fac 23 23 24 configure.cmd ./autogen.sh25 26 24 depends_build port:pkgconfig 27 25 depends_lib port:raptor2 28 26 27 patchfiles patch-lrdf.h.diff \ 28 patch-src-lrdf.c.diff 29 30 configure.cmd ./autogen.sh 31 32 if {${configure.compiler} == "llvm-gcc-4.2"} { 33 configure.compiler clang 34 } 29 35 livecheck.url http://sourceforge.net/projects/lrdf/files/ 30 36 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)"
Note: See TracChangeset
for help on using the changeset viewer.

