diff options
author | markd <markd> | 2009-07-23 09:33:20 +0000 |
---|---|---|
committer | markd <markd> | 2009-07-23 09:33:20 +0000 |
commit | 26f51d8e6bbf2105f02f4ac9ff292266fb104ea9 (patch) | |
tree | 40b23a43e5b0621c3d7325a566fd9ac4f114ee94 /textproc | |
parent | a334b9df8bcc16b8830f52dc9b105d999144d326 (diff) | |
download | pkgsrc-26f51d8e6bbf2105f02f4ac9ff292266fb104ea9.tar.gz |
Update redland to 1.0.9
Made the storages (triple stores) API public and the implementations
modular - can be compiled externally and dynamically loaded on demand.
Removed Raptor and Rasqal from sources - now external build
dependencies.
Add LICENSE.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/redland/Makefile | 10 | ||||
-rw-r--r-- | textproc/redland/PLIST | 4 | ||||
-rw-r--r-- | textproc/redland/distinfo | 8 |
3 files changed, 14 insertions, 8 deletions
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile index c9bb9e6668e..503bf357539 100644 --- a/textproc/redland/Makefile +++ b/textproc/redland/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.4 2009/02/11 22:09:08 markd Exp $ +# $NetBSD: Makefile,v 1.5 2009/07/23 09:33:20 markd Exp $ -DISTNAME= redland-1.0.8 +DISTNAME= redland-1.0.9 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ MAINTAINER= markd@NetBSD.org -HOMEPAGE= http://librdf.org +HOMEPAGE= http://librdf.org/ COMMENT= libraries that support the Resource Description Framework (RDF) +LICENSE= gnu-lgpl-v2.1 OR apache-2.0 PKG_DESTDIR_SUPPORT= user-destdir @@ -21,6 +22,8 @@ CONFIGURE_ARGS+= --with-bdb-dbname=${BDB_LIBS:Q} .endif CONFIGURE_ARGS+= --with-bdb-lib=${BDBBASE}/lib CONFIGURE_ARGS+= --with-bdb-include=${BDBBASE}/${BUILDLINK_INCDIRS.${BDB_TYPE}} +CONFIGURE_ARGS+= --with-ltdl-include=${BUILDLINK_PREFIX.libltdl}/include +CONFIGURE_ARGS+= --with-ltdl-lib=${BUILDLINK_PREFIX.libltdl}/lib CONFIGURE_ARGS+= --with-postgresql=no CONFIGURE_ARGS+= --with-mysql=no CONFIGURE_ARGS+= --with-sqlite=no @@ -33,6 +36,7 @@ PKGCONFIG_OVERRIDE+= redland.pc.in post-install: ${RMDIR} ${DESTDIR}${PREFIX}/lib/redland +.include "../../devel/libltdl/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../textproc/raptor/buildlink3.mk" .include "../../textproc/rasqal/buildlink3.mk" diff --git a/textproc/redland/PLIST b/textproc/redland/PLIST index 033b33a5a73..d1d146ec811 100644 --- a/textproc/redland/PLIST +++ b/textproc/redland/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:17:26 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2009/07/23 09:33:20 markd Exp $ bin/rdfproc bin/redland-config bin/redland-db-upgrade @@ -13,9 +13,11 @@ include/rdf_model.h include/rdf_node.h include/rdf_parser.h include/rdf_query.h +include/rdf_raptor.h include/rdf_serializer.h include/rdf_statement.h include/rdf_storage.h +include/rdf_storage_module.h include/rdf_stream.h include/rdf_uri.h include/rdf_utf8.h diff --git a/textproc/redland/distinfo b/textproc/redland/distinfo index db43b05f62b..647be411b5a 100644 --- a/textproc/redland/distinfo +++ b/textproc/redland/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/01/07 21:41:34 wiz Exp $ +$NetBSD: distinfo,v 1.3 2009/07/23 09:33:20 markd Exp $ -SHA1 (redland-1.0.8.tar.gz) = 9501b95a2b668067e2dcb0ab3bdb59e0376144de -RMD160 (redland-1.0.8.tar.gz) = c046aea89945e39e1917f833c35cb8dc272f3f65 -Size (redland-1.0.8.tar.gz) = 3989935 bytes +SHA1 (redland-1.0.9.tar.gz) = 74c9ce4b496095d404593a18af1d15de4904ae9b +RMD160 (redland-1.0.9.tar.gz) = a3fc1b4c819ac06e1f5308e2c246c6b784796e0e +Size (redland-1.0.9.tar.gz) = 1544049 bytes |