diff options
author | markd <markd@pkgsrc.org> | 2010-01-25 20:08:28 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2010-01-25 20:08:28 +0000 |
commit | 05e32d731a7ceb2a6663592b34575649f91bc70c (patch) | |
tree | 4c4cb0b00dc7c1e51640d1707e63b1d123da384e /textproc | |
parent | a68c6826e7e028eceaaaa5a9563318a221eaf221 (diff) | |
download | pkgsrc-05e32d731a7ceb2a6663592b34575649f91bc70c.tar.gz |
Update to redland 1.0.10
Added a [1]Virtuoso storage by Patrick van Kleef
Support [2]Rasqal 0.9.17 API
Fix compiling against sqlite 3.6.17 or newer
Fix modular storage dynamic loading linking problems. Several other bug
fixes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/redland/Makefile | 5 | ||||
-rw-r--r-- | textproc/redland/PLIST | 5 | ||||
-rw-r--r-- | textproc/redland/distinfo | 9 | ||||
-rw-r--r-- | textproc/redland/patches/patch-aa | 14 |
4 files changed, 25 insertions, 8 deletions
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile index dd82c5c20cc..cab45f1327e 100644 --- a/textproc/redland/Makefile +++ b/textproc/redland/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2010/01/20 10:40:50 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2010/01/25 20:08:28 markd Exp $ -DISTNAME= redland-1.0.9 -PKGREVISION= 3 +DISTNAME= redland-1.0.10 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ diff --git a/textproc/redland/PLIST b/textproc/redland/PLIST index d1d146ec811..857e7d8ac5a 100644 --- a/textproc/redland/PLIST +++ b/textproc/redland/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2009/07/23 09:33:20 markd Exp $ +@comment $NetBSD: PLIST,v 1.5 2010/01/25 20:08:28 markd Exp $ bin/rdfproc bin/redland-config bin/redland-db-upgrade @@ -8,6 +8,7 @@ include/rdf_digest.h include/rdf_hash.h include/rdf_init.h include/rdf_iterator.h +include/rdf_list.h include/rdf_log.h include/rdf_model.h include/rdf_node.h @@ -58,6 +59,7 @@ share/gtk-doc/html/redland/redland-storage-module-postgresql.html share/gtk-doc/html/redland/redland-storage-module-sqlite.html share/gtk-doc/html/redland/redland-storage-module-tstore.html share/gtk-doc/html/redland/redland-storage-module-uri.html +share/gtk-doc/html/redland/redland-storage-module-virtuoso.html share/gtk-doc/html/redland/redland-storage-modules.html share/gtk-doc/html/redland/redland-storage.html share/gtk-doc/html/redland/redland-stream.html @@ -70,6 +72,7 @@ share/gtk-doc/html/redland/redland.html share/gtk-doc/html/redland/reference-manual.html share/gtk-doc/html/redland/right.png share/gtk-doc/html/redland/style.css +share/gtk-doc/html/redland/tutorial-introduction.html share/gtk-doc/html/redland/tutorial.html share/gtk-doc/html/redland/up.png share/redland/Redland.i diff --git a/textproc/redland/distinfo b/textproc/redland/distinfo index 647be411b5a..9508c763e7f 100644 --- a/textproc/redland/distinfo +++ b/textproc/redland/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2009/07/23 09:33:20 markd Exp $ +$NetBSD: distinfo,v 1.4 2010/01/25 20:08:28 markd Exp $ -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 +SHA1 (redland-1.0.10.tar.gz) = e4ba2ef207f293a7740f45661ec90cf9698e217f +RMD160 (redland-1.0.10.tar.gz) = c19a0aa6c33a62719af1b2ba35ea064ffdf7e9f1 +Size (redland-1.0.10.tar.gz) = 1569554 bytes +SHA1 (patch-aa) = 8298d52f722bae2e9620a0e7edebc3b6b4c471ce diff --git a/textproc/redland/patches/patch-aa b/textproc/redland/patches/patch-aa new file mode 100644 index 00000000000..2dc348b2be2 --- /dev/null +++ b/textproc/redland/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1 2010/01/25 20:08:28 markd Exp $ + +--- src/Makefile.in.orig 2010-01-25 09:53:52.000000000 +0000 ++++ src/Makefile.in +@@ -577,8 +577,7 @@ librdf_la_LIBADD = \ + @LIBRDF_INTERNAL_LIBS@ + + librdf_la_DEPENDENCIES = \ +-@DIGEST_OBJS@ @HASH_OBJS@ \ +-@LIBRDF_INTERNAL_LIBS@ ++@DIGEST_OBJS@ @HASH_OBJS@ + + EXTRA_librdf_la_SOURCES = rdf_hash_bdb.c \ + rdf_digest_md5.c rdf_digest_sha1.c \ |