summaryrefslogtreecommitdiff
path: root/devel/mdds
diff options
context:
space:
mode:
authorwiz <wiz>2012-07-29 20:02:15 +0000
committerwiz <wiz>2012-07-29 20:02:15 +0000
commit3f3428a1104b5be9e2694c5c94a2fba78be1ccf5 (patch)
tree6abac068cee48440221c98948ece7830b8efe3cb /devel/mdds
parent685e860b898fd1b8e4b76f796af32b7a9c0001da (diff)
downloadpkgsrc-3f3428a1104b5be9e2694c5c94a2fba78be1ccf5.tar.gz
Update to 0.6.0:
mdds 0.6.0 * all * added MSVS Solution file, to make it easier to build unit test programs on Windows. * mixed_type_matrix * improved performance of size() method by caching it. * multi_type_vector (new) * new data structure to support efficient storage of data of different types. * multi_type_matrix (new) * new data structure to eventually replace mixed_type_matrix. It uses multi_type_vector as its backend storage.
Diffstat (limited to 'devel/mdds')
-rw-r--r--devel/mdds/Makefile5
-rw-r--r--devel/mdds/PLIST12
-rw-r--r--devel/mdds/distinfo8
3 files changed, 16 insertions, 9 deletions
diff --git a/devel/mdds/Makefile b/devel/mdds/Makefile
index b0054592477..9bbaa91830e 100644
--- a/devel/mdds/Makefile
+++ b/devel/mdds/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2012/07/02 13:37:37 adam Exp $
+# $NetBSD: Makefile,v 1.9 2012/07/29 20:02:15 wiz Exp $
#
-DISTNAME= mdds_0.5.4
+DISTNAME= mdds_0.6.0
PKGNAME= ${DISTNAME:S/_/-/}
-PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://multidimalgorithm.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
diff --git a/devel/mdds/PLIST b/devel/mdds/PLIST
index c791697fc73..f0b02ab8216 100644
--- a/devel/mdds/PLIST
+++ b/devel/mdds/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2011/08/06 10:53:30 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2012/07/29 20:02:15 wiz Exp $
+include/mdds/default_deleter.hpp
include/mdds/flat_segment_tree.hpp
include/mdds/flat_segment_tree_def.inl
include/mdds/flat_segment_tree_itr.hpp
@@ -10,8 +11,15 @@ include/mdds/mixed_type_matrix_element.hpp
include/mdds/mixed_type_matrix_flag_storage.hpp
include/mdds/mixed_type_matrix_storage.hpp
include/mdds/mixed_type_matrix_storage_filled_linear.inl
-include/mdds/mixed_type_matrix_storage_filled_nested_array.inl
include/mdds/mixed_type_matrix_storage_sparse.inl
+include/mdds/multi_type_matrix.hpp
+include/mdds/multi_type_matrix_def.inl
+include/mdds/multi_type_vector.hpp
+include/mdds/multi_type_vector_def.inl
+include/mdds/multi_type_vector_itr.hpp
+include/mdds/multi_type_vector_macro.hpp
+include/mdds/multi_type_vector_trait.hpp
+include/mdds/multi_type_vector_types.hpp
include/mdds/node.hpp
include/mdds/point_quad_tree.hpp
include/mdds/quad_node.hpp
diff --git a/devel/mdds/distinfo b/devel/mdds/distinfo
index 2e633124ac6..dacc2ee2842 100644
--- a/devel/mdds/distinfo
+++ b/devel/mdds/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2012/03/12 15:56:58 wiz Exp $
+$NetBSD: distinfo,v 1.5 2012/07/29 20:02:15 wiz Exp $
-SHA1 (mdds_0.5.4.tar.bz2) = 17e565a2928bfadca184a1ddb4833a3f2b52b817
-RMD160 (mdds_0.5.4.tar.bz2) = 6b242fd11449787b0ce1c561e30658e90d2e3011
-Size (mdds_0.5.4.tar.bz2) = 92462 bytes
+SHA1 (mdds_0.6.0.tar.bz2) = c2d07bf4668599b9bad80ca985ad74423c338630
+RMD160 (mdds_0.6.0.tar.bz2) = 4ec6b2f88cae4295690d27d24305ac67aee67110
+Size (mdds_0.6.0.tar.bz2) = 123325 bytes