pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/redland Update redland to 1.0.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ec28fd81121
branches:  trunk
changeset: 396391:9ec28fd81121
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Jul 23 09:33:20 2009 +0000

description:
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:

 textproc/redland/Makefile |  10 +++++++---
 textproc/redland/PLIST    |   4 +++-
 textproc/redland/distinfo |   8 ++++----
 3 files changed, 14 insertions(+), 8 deletions(-)

diffs (71 lines):

diff -r d670041bc4aa -r 9ec28fd81121 textproc/redland/Makefile
--- a/textproc/redland/Makefile Thu Jul 23 09:26:27 2009 +0000
+++ b/textproc/redland/Makefile Thu Jul 23 09:33:20 2009 +0000
@@ -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@localhost
-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 @@
 .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 @@
 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 -r d670041bc4aa -r 9ec28fd81121 textproc/redland/PLIST
--- a/textproc/redland/PLIST    Thu Jul 23 09:26:27 2009 +0000
+++ b/textproc/redland/PLIST    Thu Jul 23 09:33:20 2009 +0000
@@ -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_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 -r d670041bc4aa -r 9ec28fd81121 textproc/redland/distinfo
--- a/textproc/redland/distinfo Thu Jul 23 09:26:27 2009 +0000
+++ b/textproc/redland/distinfo Thu Jul 23 09:33:20 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index