add raptor

RDF Parser Toolkit for Redland
This commit is contained in:
Ying-Chieh Liao 2001-11-22 10:02:31 +00:00
parent f307a822e6
commit b26237b863
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50363
11 changed files with 79 additions and 0 deletions

View File

@ -180,6 +180,7 @@
SUBDIR += py-xml
SUBDIR += py2html
SUBDIR += rand
SUBDIR += raptor
SUBDIR += redland
SUBDIR += replaceit
SUBDIR += rman

27
textproc/raptor/Makefile Normal file
View File

@ -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>

1
textproc/raptor/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (raptor-0.9.3.tar.gz) = 1651edd954fe12d1bc7b937b0b5d23c6

View File

@ -0,0 +1 @@
RDF Parser Toolkit for Redland

View File

@ -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/

View File

@ -0,0 +1,4 @@
bin/rdfdump
include/ntriples.h
include/raptor.h
lib/libraptor.a

27
textproc/raptor2/Makefile Normal file
View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (raptor-0.9.3.tar.gz) = 1651edd954fe12d1bc7b937b0b5d23c6

View File

@ -0,0 +1 @@
RDF Parser Toolkit for Redland

View File

@ -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/

View File

@ -0,0 +1,4 @@
bin/rdfdump
include/ntriples.h
include/raptor.h
lib/libraptor.a