pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/soprano Update to soprano 2.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93e4561337e0
branches:  trunk
changeset: 553663:93e4561337e0
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Jan 27 11:35:10 2009 +0000

description:
Update to soprano 2.2

 * The AsyncModel now has a "real" asyncroneous mode which uses multiple
   threads to execute the commands.
 * New class Soprano::Client::SparqlModel which provides a client to http
   Sparql endpoints.
 * Added method Node::toN3 to easily build SPARQL queries without having
   to encode nodes all the time.
 * New convinience method QueryResultIterator::iterateStatementsFromBindings
 * Added convinience methods to handle BackendSettings.
 * Added operator[] to QueryResultIterator to easily access bindings
 * Added parameters influencing the visibility to onto2vocabularyclass
 * Soprano::Node now comes with definitions of qHash for both Node and QUrl
 * Sesame2 updated to 2.1.4
 * The IndexFilterModel can now optionally index specific URIs
   (IndexFilterModel::setForceIndexPredicates)
 * Added method IndexFilterModel::optimizeIndex which optimizes the clucene
   index on disk
 * Added method IndexFilterModel::encodeUriForLuceneQuery which
   encodes/escapes a URI so it can be used as a field in a clucene query.
 * SPARQL endpoint query support in sopranocmd
 * Performace improvements

diffstat:

 textproc/soprano/Makefile |  4 ++--
 textproc/soprano/PLIST    |  5 +----
 textproc/soprano/distinfo |  8 ++++----
 3 files changed, 7 insertions(+), 10 deletions(-)

diffs (52 lines):

diff -r dff52cea318e -r 93e4561337e0 textproc/soprano/Makefile
--- a/textproc/soprano/Makefile Tue Jan 27 11:10:46 2009 +0000
+++ b/textproc/soprano/Makefile Tue Jan 27 11:35:10 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2009/01/10 23:45:54 markd Exp $
+# $NetBSD: Makefile,v 1.4 2009/01/27 11:35:10 markd Exp $
 
-DISTNAME=      soprano-2.1.64
+DISTNAME=      soprano-2.2
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=soprano/}
 EXTRACT_SUFX=  .tar.bz2
diff -r dff52cea318e -r 93e4561337e0 textproc/soprano/PLIST
--- a/textproc/soprano/PLIST    Tue Jan 27 11:10:46 2009 +0000
+++ b/textproc/soprano/PLIST    Tue Jan 27 11:35:10 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/01/10 23:45:54 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/01/27 11:35:10 markd Exp $
 bin/onto2vocabularyclass
 bin/sopranocmd
 bin/sopranod
@@ -55,8 +55,6 @@
 include/Soprano/Statement
 include/Soprano/StatementIterator
 include/Soprano/StorageModel
-include/Soprano/Transaction
-include/Soprano/TransactionFactory
 include/Soprano/Util/AsyncModel
 include/Soprano/Util/AsyncResult
 include/Soprano/Util/DummyModel
@@ -65,7 +63,6 @@
 include/Soprano/Util/SignalCacheModel
 include/Soprano/Util/SimpleNodeIterator
 include/Soprano/Util/SimpleStatementIterator
-include/Soprano/Util/SimpleTransactionModel
 include/Soprano/Version
 include/Soprano/Vocabulary/NAO
 include/Soprano/Vocabulary/NRL
diff -r dff52cea318e -r 93e4561337e0 textproc/soprano/distinfo
--- a/textproc/soprano/distinfo Tue Jan 27 11:10:46 2009 +0000
+++ b/textproc/soprano/distinfo Tue Jan 27 11:35:10 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2009/01/10 23:45:54 markd Exp $
+$NetBSD: distinfo,v 1.4 2009/01/27 11:35:10 markd Exp $
 
-SHA1 (soprano-2.1.64.tar.bz2) = 50fd4239419c5ee7f987b067f737dfad0c01ec5c
-RMD160 (soprano-2.1.64.tar.bz2) = 34d4e7b8cf1c15ab33a2f50c22c442f37d1b8509
-Size (soprano-2.1.64.tar.bz2) = 1845694 bytes
+SHA1 (soprano-2.2.tar.bz2) = c71cefa3bfdd72712d52985a3144d0c35e3a5a32
+RMD160 (soprano-2.2.tar.bz2) = fb111b143b40d14e8bc07e7802eade494959168a
+Size (soprano-2.2.tar.bz2) = 1847479 bytes
 SHA1 (patch-aa) = 6329b5787e2abb402e0c4f723b98dba925578bce



Home | Main Index | Thread Index | Old Index