diff options
Diffstat (limited to 'textproc/rasqal')
-rw-r--r-- | textproc/rasqal/Makefile | 66 | ||||
-rw-r--r-- | textproc/rasqal/distinfo | 2 | ||||
-rw-r--r-- | textproc/rasqal/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | textproc/rasqal/files/patch-configure | 15 | ||||
-rw-r--r-- | textproc/rasqal/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/rasqal/pkg-plist | 34 |
6 files changed, 0 insertions, 135 deletions
diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile deleted file mode 100644 index 356d2a0d0c35..000000000000 --- a/textproc/rasqal/Makefile +++ /dev/null @@ -1,66 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: redland -# Date created: Nov 22, 2001 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= redland -PORTVERSION= 1.0.2 -CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://librdf.org/dist/source/ -MASTER_SITE_SUBDIR= librdf - -MAINTAINER= chuck@pkix.net -COMMENT= A high-level interface for RDF - -LIB_DEPENDS= raptor.2:${PORTSDIR}/textproc/raptor - -# Berkeley DB is also needed, default to using 4.2 if not set otherwise. -WITH_BDB_VER?= 42 -.if ${WITH_BDB_VER} == 3 -LIB_DEPENDS+= db3.3:${PORTSDIR}/databases/db3 -.elif ${WITH_BDB_VER} == 4 -LIB_DEPENDS+= db4.0:${PORTSDIR}/databases/db4 -.elif ${WITH_BDB_VER} == 41 -LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41 -.elif ${WITH_BDB_VER} == 42 -LIB_DEPENDS+= db-4.2.2:${PORTSDIR}/databases/db42 -.elif ${WITH_BDB_VER} == 43 -LIB_DEPENDS+= db-4.3.0:${PORTSDIR}/databases/db43 -.else -.error WITH_BDB_VER must be one of 3, 4, 41, 42 or 43 -.endif - -USE_GNOME= gnomehack gnometarget lthack pkgconfig -USE_OPENSSL= yes -USE_GETOPT_LONG= yes -USE_GMAKE= yes -USE_LIBTOOL_VER= 15 -LIBTOOLFILES= configure rasqal/configure - -CPPFLAGS= -I${LOCALBASE}/include/db${WITH_BDB_VER} -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --with-raptor=system \ - --with-rasqal=internal \ - --with-threestore=no - -# optional use of recent MySQL versions -.if defined(WANT_MYSQL_VER) -.if ${WANT_MYSQL_VER} < 323 - @${ECHO} "This port requires WANT_MYSQL_VER=323 or later to use MySQL." -.else -CONFIGURE_ARGS+=--with-mysql=yes -.endif -.endif - -INSTALLS_SHLIB= yes - -MAN1= rasqal-config.1 rdfproc.1 redland-config.1 \ - redland-db-upgrade.1 roqet.1 -MAN3= librasqal.3 redland.3 - -.include <bsd.port.mk> diff --git a/textproc/rasqal/distinfo b/textproc/rasqal/distinfo deleted file mode 100644 index 4a1919e3f453..000000000000 --- a/textproc/rasqal/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (redland-1.0.2.tar.gz) = 64c291f063e15b4929a276167359ccf7 -SIZE (redland-1.0.2.tar.gz) = 2806461 diff --git a/textproc/rasqal/files/patch-Makefile.in b/textproc/rasqal/files/patch-Makefile.in deleted file mode 100644 index eb18debc2f80..000000000000 --- a/textproc/rasqal/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed Aug 4 12:17:19 2004 -+++ Makefile.in Wed Aug 4 12:18:49 2004 -@@ -257,7 +257,7 @@ - # to ensure that the raptor and rasqal subdirectories are called - # as CONFIG_SUBDIR directories. - # --SUBDIRS = @LOCAL_SUBDIRS@ librdf examples utils demos docs data -+SUBDIRS = @LOCAL_SUBDIRS@ librdf utils demos docs data - EXTRA_DIST = ChangeLog ChangeLog.1 ChangeLog.2 ChangeLog.3 ChangeLog.4 \ - README NEWS LICENSE.txt TODO \ - README.html NEWS.html LICENSE.html TODO.html \ diff --git a/textproc/rasqal/files/patch-configure b/textproc/rasqal/files/patch-configure deleted file mode 100644 index bdb0881dd344..000000000000 --- a/textproc/rasqal/files/patch-configure +++ /dev/null @@ -1,15 +0,0 @@ ---- configure.orig Tue Sep 9 00:06:31 2003 -+++ configure Tue Sep 9 09:03:46 2003 -@@ -12735,9 +12735,9 @@ - CFLAGS="$MAINTAINER_CFLAGS $CFLAGS" - fi - --LIBS= --CPPFLAGS= --LDFLAGS= -+LIBS="$LIBS" -+CPPFLAGS="$CPPFLAGS" -+LDFLAGS="$LDFLAGS" - - LIBRDF_LIBTOOLLIBS=librdf.la - diff --git a/textproc/rasqal/pkg-descr b/textproc/rasqal/pkg-descr deleted file mode 100644 index 022367271ed6..000000000000 --- a/textproc/rasqal/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Redland is a library that provides a high-level interface for RDF allowing -the model to be stored, queried and manipulated. Redland implements each -of the RDF model concepts in its own class so provides an object based API -for them. Some of the classes providing the parsers, storage mechanisms and -other elements are built as modules that can be added or removed as required. - -WWW: http://librdf.org/ diff --git a/textproc/rasqal/pkg-plist b/textproc/rasqal/pkg-plist deleted file mode 100644 index 807a36b4ec9e..000000000000 --- a/textproc/rasqal/pkg-plist +++ /dev/null @@ -1,34 +0,0 @@ -bin/rasqal-config -bin/rdfproc -bin/redland-config -bin/redland-db-upgrade -bin/roqet -include/librdf.h -include/rasqal.h -include/rdf_concepts.h -include/rdf_digest.h -include/rdf_hash.h -include/rdf_init.h -include/rdf_iterator.h -include/rdf_log.h -include/rdf_model.h -include/rdf_node.h -include/rdf_parser.h -include/rdf_query.h -include/rdf_serializer.h -include/rdf_statement.h -include/rdf_storage.h -include/rdf_stream.h -include/rdf_uri.h -include/rdf_utf8.h -include/redland.h -lib/librasqal.a -lib/librasqal.so -lib/librasqal.so.0 -lib/librdf.a -lib/librdf.so -lib/librdf.so.0 -libdata/pkgconfig/rasqal.pc -libdata/pkgconfig/redland.pc -%%DATADIR%%/Redland.i -@dirrm %%DATADIR%% |