From 85f120433165ad1b6d8b984f4c1eb36de520fc4b Mon Sep 17 00:00:00 2001 From: ijliao Date: Thu, 22 Nov 2001 10:02:31 +0000 Subject: add raptor RDF Parser Toolkit for Redland --- textproc/raptor/Makefile | 27 +++++++++++++++++++++++++++ textproc/raptor/distinfo | 1 + textproc/raptor/pkg-comment | 1 + textproc/raptor/pkg-descr | 6 ++++++ textproc/raptor/pkg-plist | 4 ++++ 5 files changed, 39 insertions(+) create mode 100644 textproc/raptor/Makefile create mode 100644 textproc/raptor/distinfo create mode 100644 textproc/raptor/pkg-comment create mode 100644 textproc/raptor/pkg-descr create mode 100644 textproc/raptor/pkg-plist (limited to 'textproc/raptor') 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 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 -- cgit