summaryrefslogtreecommitdiff
path: root/textproc/raptor
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-22 10:02:31 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-22 10:02:31 +0000
commitb26237b863fc00f7d8d130a26dd942c9ac70beba (patch)
tree9434bf85d3b8c2e20a33a369c0136cbf1e8b78a0 /textproc/raptor
parentBack out previous delta; this URL links toa much better description (diff)
add raptor
RDF Parser Toolkit for Redland
Notes
Notes: svn path=/head/; revision=50363
Diffstat (limited to 'textproc/raptor')
-rw-r--r--textproc/raptor/Makefile27
-rw-r--r--textproc/raptor/distinfo1
-rw-r--r--textproc/raptor/pkg-comment1
-rw-r--r--textproc/raptor/pkg-descr6
-rw-r--r--textproc/raptor/pkg-plist4
5 files changed, 39 insertions, 0 deletions
diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile
new file mode 100644
index 000000000000..c9632af211b0
--- /dev/null
+++ b/textproc/raptor/Makefile
@@ -0,0 +1,27 @@
+# ex:ts=8
+# New ports collection makefile for: raptor
+# Date created: Nov 22, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= raptor
+PORTVERSION= 0.9.3
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+ http://www.redland.opensource.ac.uk/dist/source/
+MASTER_SITE_SUBDIR= librdf
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= expat.2:${PORTSDIR}/textproc/expat2 \
+ xmlparse:${PORTSDIR}/www/libwww \
+ gnugetopt:${PORTSDIR}/devel/libgnugetopt
+
+LIBWWW_CONFIG= ${LOCALBASE}/bin/libwww-config
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include `${LIBWWW_CONFIG} --cflags`" \
+ LIBS="-L${LOCALBASE}/lib -lgnugetopt `${LIBWWW_CONFIG} --libs`"
+
+.include <bsd.port.mk>
diff --git a/textproc/raptor/distinfo b/textproc/raptor/distinfo
new file mode 100644
index 000000000000..d16f5fa18f6f
--- /dev/null
+++ b/textproc/raptor/distinfo
@@ -0,0 +1 @@
+MD5 (raptor-0.9.3.tar.gz) = 1651edd954fe12d1bc7b937b0b5d23c6
diff --git a/textproc/raptor/pkg-comment b/textproc/raptor/pkg-comment
new file mode 100644
index 000000000000..f5e5651f4714
--- /dev/null
+++ b/textproc/raptor/pkg-comment
@@ -0,0 +1 @@
+RDF Parser Toolkit for Redland
diff --git a/textproc/raptor/pkg-descr b/textproc/raptor/pkg-descr
new file mode 100644
index 000000000000..b7ac0b23eb72
--- /dev/null
+++ b/textproc/raptor/pkg-descr
@@ -0,0 +1,6 @@
+Raptor is the RDF Parser Toolkit for Redland and currently consists of two
+parsers: RDF/XML and N-Triples. Raptor is designed to integrate closely
+with Redland and also work entirely standalone, in which case it will use
+simple internal routines to perform the functions.
+
+WWW: http://www.redland.opensource.ac.uk/raptor/
diff --git a/textproc/raptor/pkg-plist b/textproc/raptor/pkg-plist
new file mode 100644
index 000000000000..a78aedcb98d8
--- /dev/null
+++ b/textproc/raptor/pkg-plist
@@ -0,0 +1,4 @@
+bin/rdfdump
+include/ntriples.h
+include/raptor.h
+lib/libraptor.a