diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-08-30 16:18:58 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-08-30 16:18:58 +0000 |
commit | 7e10635e68937ccf31e2a973d33270da72646c40 (patch) | |
tree | 087b5a2a3db5ad5bc6789ff04e4df9fcd8204a12 /textproc/raptor/Makefile | |
parent | d95286b9838c774f41baf155937095a32bbfe4c5 (diff) | |
download | pkgsrc-7e10635e68937ccf31e2a973d33270da72646c40.tar.gz |
Initial import of raptor 0.9.12
A Parser for the RDF/XML syntax as updated by the W3C RDF Core working group.
* Designed to integrate well with Redland
* Handles RDF/XML syntax updates for XML Base, xml:lang and RDF datatyping.
* Generates N-Triples supporting XML literals, language tagging and datatypes
* Parses content on the web if libcurl or libxml2 is available.
* Handles rdf:resource / resource attributes
* Uses expat and/or (GNOME) libxml XML parsers as available or required
* Optional features can be selected at run time.
* (Perl, Python, Java, Tcl, Ruby, PHP interfaces when used via Redland)
* No memory leaks
* Fast
Ok'ed by wiz@
Diffstat (limited to 'textproc/raptor/Makefile')
-rw-r--r-- | textproc/raptor/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile new file mode 100644 index 00000000000..31763374fa8 --- /dev/null +++ b/textproc/raptor/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/08/30 16:18:58 xtraeme Exp $ +# + +DISTNAME= raptor-0.9.12 +CATEGORIES= textproc +MASTER_SITES= http://www.redland.opensource.ac.uk/dist/source/ + +MAINTAINER= xtraeme@NetBSD.org +HOMEPAGE= http://www.redland.opensource.ac.uk/raptor/ +COMMENT= RDF Parser Toolkit written in C + +USE_BUILDLINK2= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +PKGCONFIG_OVERRIDE+= ${WRKSRC}/raptor.pc.in + +.include "../../textproc/libxml2/buildlink2.mk" +.include "../../devel/glib2/buildlink2.mk" +.include "../../www/curl/buildlink2.mk" + +.include "../../mk/bsd.pkg.mk" |