pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/raptor Initial import of raptor 0.9.12
details: https://anonhg.NetBSD.org/pkgsrc/rev/df41ad51becd
branches: trunk
changeset: 460436:df41ad51becd
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Sat Aug 30 16:18:58 2003 +0000
description:
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:
textproc/raptor/DESCR | 12 ++++++++++++
textproc/raptor/Makefile | 23 +++++++++++++++++++++++
textproc/raptor/PLIST | 14 ++++++++++++++
textproc/raptor/buildlink2.mk | 29 +++++++++++++++++++++++++++++
textproc/raptor/distinfo | 4 ++++
5 files changed, 82 insertions(+), 0 deletions(-)
diffs (102 lines):
diff -r 23f4d44ada0b -r df41ad51becd textproc/raptor/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/raptor/DESCR Sat Aug 30 16:18:58 2003 +0000
@@ -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 -r 23f4d44ada0b -r df41ad51becd textproc/raptor/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/raptor/Makefile Sat Aug 30 16:18:58 2003 +0000
@@ -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@localhost
+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 -r 23f4d44ada0b -r df41ad51becd textproc/raptor/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/raptor/PLIST Sat Aug 30 16:18:58 2003 +0000
@@ -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 -r 23f4d44ada0b -r df41ad51becd textproc/raptor/buildlink2.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/raptor/buildlink2.mk Sat Aug 30 16:18:58 2003 +0000
@@ -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 -r 23f4d44ada0b -r df41ad51becd textproc/raptor/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/raptor/distinfo Sat Aug 30 16:18:58 2003 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index