summaryrefslogtreecommitdiff
path: root/textproc/raptor
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2003-08-30 16:18:58 +0000
committerxtraeme <xtraeme>2003-08-30 16:18:58 +0000
commita5063e9519bfd5b2986b6d15e62178c76cbdf416 (patch)
tree087b5a2a3db5ad5bc6789ff04e4df9fcd8204a12 /textproc/raptor
parentebc24226f9747b5d9f4bcf53c1874f28e86f219a (diff)
downloadpkgsrc-a5063e9519bfd5b2986b6d15e62178c76cbdf416.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')
-rw-r--r--textproc/raptor/DESCR12
-rw-r--r--textproc/raptor/Makefile23
-rw-r--r--textproc/raptor/PLIST14
-rw-r--r--textproc/raptor/buildlink2.mk29
-rw-r--r--textproc/raptor/distinfo4
5 files changed, 82 insertions, 0 deletions
diff --git a/textproc/raptor/DESCR b/textproc/raptor/DESCR
new file mode 100644
index 00000000000..8a31fc5e84c
--- /dev/null
+++ b/textproc/raptor/DESCR
@@ -0,0 +1,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
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"
diff --git a/textproc/raptor/PLIST b/textproc/raptor/PLIST
new file mode 100644
index 00000000000..72613bfcedd
--- /dev/null
+++ b/textproc/raptor/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/30 16:18:58 xtraeme Exp $
+bin/rapper
+bin/raptor-config
+include/ntriples.h
+include/raptor.h
+lib/libraptor.a
+lib/libraptor.la
+lib/libraptor.so
+lib/libraptor.so.0
+lib/libraptor.so.0.0
+lib/pkgconfig/raptor.pc
+man/man1/rapper.1
+man/man1/raptor-config.1
+man/man3/libraptor.3
diff --git a/textproc/raptor/buildlink2.mk b/textproc/raptor/buildlink2.mk
new file mode 100644
index 00000000000..4a269bf1dbc
--- /dev/null
+++ b/textproc/raptor/buildlink2.mk
@@ -0,0 +1,29 @@
+# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/08/30 16:18:58 xtraeme Exp $
+#
+# This Makefile fragment is included by packages that use raptor.
+#
+# This file was created automatically using createbuildlink 2.5.
+#
+
+.if !defined(RAPTOR_BUILDLINK2_MK)
+RAPTOR_BUILDLINK2_MK= # defined
+
+BUILDLINK_PACKAGES+= raptor
+BUILDLINK_DEPENDS.raptor?= raptor>=0.9.10
+BUILDLINK_PKGSRCDIR.raptor?= ../../wip/raptor
+
+EVAL_PREFIX+= BUILDLINK_PREFIX.raptor=raptor
+BUILDLINK_PREFIX.raptor_DEFAULT= ${LOCALBASE}
+BUILDLINK_FILES.raptor+= include/ntriples.h
+BUILDLINK_FILES.raptor+= include/raptor.h
+BUILDLINK_FILES.raptor+= lib/libraptor.*
+BUILDLINK_FILES.raptor+= lib/pkgconfig/raptor.pc
+
+.include "../../textproc/libxml2/buildlink2.mk"
+.include "../../www/curl/buildlink2.mk"
+
+BUILDLINK_TARGETS+= raptor-buildlink
+
+raptor-buildlink: _BUILDLINK_USE
+
+.endif # RAPTOR_BUILDLINK2_MK
diff --git a/textproc/raptor/distinfo b/textproc/raptor/distinfo
new file mode 100644
index 00000000000..b258e773927
--- /dev/null
+++ b/textproc/raptor/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/08/30 16:18:58 xtraeme Exp $
+
+SHA1 (raptor-0.9.12.tar.gz) = 646742a722ca98a1c15d9dd826c676960b887480
+Size (raptor-0.9.12.tar.gz) = 415325 bytes