summaryrefslogtreecommitdiff
path: root/devel/mdds
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-04-05 12:57:54 +0000
committerwiz <wiz@pkgsrc.org>2011-04-05 12:57:54 +0000
commit00d52e85324f835f3999b754d91f4e387764724b (patch)
treee98dca4e39f0a5cc1bad7d8ccce0b2e8b679b3ed /devel/mdds
parentc879a9fd3bf6d953632803ac605a882d2f31b832 (diff)
downloadpkgsrc-00d52e85324f835f3999b754d91f4e387764724b.tar.gz
Update to 0.5.2:
mdds 0.5.2 * flat_segment_tree * fixed a crash on assignment by properly implementing assignment operator(). * fixed several bugs in shift_right(): * shifting of all existing nodes was not handled properly. * leaf nodes were not properly linked under certain conditions. * shifting with skip node option was not properly skipping the node at insertion position when the insertion position was at the leftmost node. * implemented min_key(), max_key(), default_value(), clear() and swap(). * fixed a bug in operator==() where two different containers were incorrectly evaluated to be equal. * added quickcheck test code.
Diffstat (limited to 'devel/mdds')
-rw-r--r--devel/mdds/Makefile4
-rw-r--r--devel/mdds/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/mdds/Makefile b/devel/mdds/Makefile
index 4770a66cde9..7646c00a295 100644
--- a/devel/mdds/Makefile
+++ b/devel/mdds/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/02/28 18:10:51 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2011/04/05 12:57:54 wiz Exp $
#
-DISTNAME= mdds_0.5.1
+DISTNAME= mdds_0.5.2
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= devel
MASTER_SITES= http://multidimalgorithm.googlecode.com/files/
diff --git a/devel/mdds/distinfo b/devel/mdds/distinfo
index 8b7769f4051..1704484202f 100644
--- a/devel/mdds/distinfo
+++ b/devel/mdds/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/02/28 18:10:51 wiz Exp $
+$NetBSD: distinfo,v 1.2 2011/04/05 12:57:54 wiz Exp $
-SHA1 (mdds_0.5.1.tar.bz2) = 331f5c0e5ebbb4164280bd1f1988d1c35ca0e8c0
-RMD160 (mdds_0.5.1.tar.bz2) = 53d6421a665b2a6f47ebc5c1303af74b91274a24
-Size (mdds_0.5.1.tar.bz2) = 83604 bytes
+SHA1 (mdds_0.5.2.tar.bz2) = bddc19fc2f1879f0fbde66a13b58ae1370e4dc25
+RMD160 (mdds_0.5.2.tar.bz2) = 45084e33b514ad9fe4b6e6b4693891a19666764f
+Size (mdds_0.5.2.tar.bz2) = 89218 bytes