diff options
author | markd <markd@pkgsrc.org> | 2010-10-25 19:57:57 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2010-10-25 19:57:57 +0000 |
commit | 4e1d1b93172447d93d2d34b73724f16156d43da3 (patch) | |
tree | 4dd070813f99be78d62fc07492a49faf30d78155 /textproc/soprano | |
parent | 1aeacb3a314da7bc160e832ac4137b278e8375eb (diff) | |
download | pkgsrc-4e1d1b93172447d93d2d34b73724f16156d43da3.tar.gz |
Update to soprano 2.5.2
Soprano 2.5.2 is the second maintenance release of the 2.5 series.
* Fixed a crash in the Soprano local socket client which could occur
when a multi-threaded client tries to reconnect
* Adjusted the default value for the ServerThreads parameter in the
Virtuoso backend to match the documentation.
Soprano 2.5.1 is the first maintenance release of the 2.5 series. It
features only one change important to the KDE SC: the working directory
of the Virtuoso process is set to the storage directory to avoid random
checkpoint_in_progress files popping up all over the place.
Soprano 2.5.0 - the release to go with KDE SC 4.5.
* New qHash implementation for Statement
* New methods Node::fromN3, Node::fromN3Stream, and stream operator which
allows to parse nodes from N3 encoding.
* Updated NRL ontology namespace
* New comparison operator for BindingSet
* Ported the DBus service watching to QDBusServiceWatcher
* Highly improved server socket handling in the local and tcp socket server
implementation.
* Several improvements in the Virtuoso backend plugin.
Diffstat (limited to 'textproc/soprano')
-rw-r--r-- | textproc/soprano/Makefile | 5 | ||||
-rw-r--r-- | textproc/soprano/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/soprano/Makefile b/textproc/soprano/Makefile index 7d5b2488d16..7f54f9a49eb 100644 --- a/textproc/soprano/Makefile +++ b/textproc/soprano/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2010/09/14 11:01:16 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2010/10/25 19:57:57 markd Exp $ -DISTNAME= soprano-2.4.1 -PKGREVISION= 2 +DISTNAME= soprano-2.5.2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=soprano/} EXTRACT_SUFX= .tar.bz2 diff --git a/textproc/soprano/distinfo b/textproc/soprano/distinfo index bdfe10eae65..2b2f0813001 100644 --- a/textproc/soprano/distinfo +++ b/textproc/soprano/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2010/04/10 00:02:03 markd Exp $ +$NetBSD: distinfo,v 1.9 2010/10/25 19:57:57 markd Exp $ -SHA1 (soprano-2.4.1.tar.bz2) = 83ce403616cf8580f238e44903d8c813c73d0656 -RMD160 (soprano-2.4.1.tar.bz2) = bf214e19ec9b17d2e17c8a33b2fc2fb539c67852 -Size (soprano-2.4.1.tar.bz2) = 1945249 bytes +SHA1 (soprano-2.5.2.tar.bz2) = 618a402c5042b3524a0bc64d775cf2454bcb369e +RMD160 (soprano-2.5.2.tar.bz2) = 5703cf16982cf938c3be71fd06bcd01238c48fb4 +Size (soprano-2.5.2.tar.bz2) = 1944325 bytes |