diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-11-22 18:02:31 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-11-22 18:02:31 +0800 |
commit | 85f120433165ad1b6d8b984f4c1eb36de520fc4b (patch) | |
tree | 5179ee51ddd62815f22237d9d7164582eaf4d400 /textproc/raptor2 | |
parent | 7298bbab1d896cfdcd32b1e94318fe263008deec (diff) | |
download | freebsd-ports-gnome-85f120433165ad1b6d8b984f4c1eb36de520fc4b.tar.gz freebsd-ports-gnome-85f120433165ad1b6d8b984f4c1eb36de520fc4b.tar.zst freebsd-ports-gnome-85f120433165ad1b6d8b984f4c1eb36de520fc4b.zip |
add raptor
RDF Parser Toolkit for Redland
Diffstat (limited to 'textproc/raptor2')
-rw-r--r-- | textproc/raptor2/Makefile | 27 | ||||
-rw-r--r-- | textproc/raptor2/distinfo | 1 | ||||
-rw-r--r-- | textproc/raptor2/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/raptor2/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/raptor2/pkg-plist | 4 |
5 files changed, 39 insertions, 0 deletions
diff --git a/textproc/raptor2/Makefile b/textproc/raptor2/Makefile new file mode 100644 index 000000000000..c9632af211b0 --- /dev/null +++ b/textproc/raptor2/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/raptor2/distinfo b/textproc/raptor2/distinfo new file mode 100644 index 000000000000..d16f5fa18f6f --- /dev/null +++ b/textproc/raptor2/distinfo @@ -0,0 +1 @@ +MD5 (raptor-0.9.3.tar.gz) = 1651edd954fe12d1bc7b937b0b5d23c6 diff --git a/textproc/raptor2/pkg-comment b/textproc/raptor2/pkg-comment new file mode 100644 index 000000000000..f5e5651f4714 --- /dev/null +++ b/textproc/raptor2/pkg-comment @@ -0,0 +1 @@ +RDF Parser Toolkit for Redland diff --git a/textproc/raptor2/pkg-descr b/textproc/raptor2/pkg-descr new file mode 100644 index 000000000000..b7ac0b23eb72 --- /dev/null +++ b/textproc/raptor2/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/raptor2/pkg-plist b/textproc/raptor2/pkg-plist new file mode 100644 index 000000000000..a78aedcb98d8 --- /dev/null +++ b/textproc/raptor2/pkg-plist @@ -0,0 +1,4 @@ +bin/rdfdump +include/ntriples.h +include/raptor.h +lib/libraptor.a |