diff options
author | markd <markd@pkgsrc.org> | 2009-01-27 11:35:10 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2009-01-27 11:35:10 +0000 |
commit | 55d2f9ee72fbafc09c1ac6b3185f668b7464977e (patch) | |
tree | b5c25b002721b4b019b1262d4cf3dd5578a6071d /textproc/soprano | |
parent | 5ba7d247a2e085dc8b07a1850758076d2a8fe9de (diff) | |
download | pkgsrc-55d2f9ee72fbafc09c1ac6b3185f668b7464977e.tar.gz |
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 (limited to 'textproc/soprano')
-rw-r--r-- | textproc/soprano/Makefile | 4 | ||||
-rw-r--r-- | textproc/soprano/PLIST | 5 | ||||
-rw-r--r-- | textproc/soprano/distinfo | 8 |
3 files changed, 7 insertions, 10 deletions
diff --git a/textproc/soprano/Makefile b/textproc/soprano/Makefile index 4a5cec410bb..8287940501e 100644 --- a/textproc/soprano/Makefile +++ b/textproc/soprano/Makefile @@ -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 --git a/textproc/soprano/PLIST b/textproc/soprano/PLIST index 4d175e62bc7..0b584d99190 100644 --- a/textproc/soprano/PLIST +++ b/textproc/soprano/PLIST @@ -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/Soprano 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/ReadOnlyModel 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 --git a/textproc/soprano/distinfo b/textproc/soprano/distinfo index a47bf0f89ca..b89d31f5452 100644 --- a/textproc/soprano/distinfo +++ b/textproc/soprano/distinfo @@ -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 |