Fri Feb 27 13:39:41 2015 UTC ()
Update to 0.12.0. Use proper master site.
libreoffice4 still builds with this version.

Changes:
The highlight of this release is mostly with the segment_tree data
structure, where its value type previously only supported pointer
types. Markus Mohrhard worked on removing that constraint from
segment_tree so that you can now store values of arbitrary types
just like you would expect from a template container.

Aside from that, there are some minor bug and build fixes. Users
of the previous versions are encouraged to update to this version.


(wiz)
diff -r1.25 -r1.26 pkgsrc/devel/mdds/Makefile
diff -r1.12 -r1.13 pkgsrc/devel/mdds/distinfo
diff -r1.1 -r0 pkgsrc/devel/mdds/patches/patch-include_mdds_multi__type__vector__types.hpp

cvs diff -r1.25 -r1.26 pkgsrc/devel/mdds/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/mdds/Makefile 2015/02/04 18:01:25 1.25
+++ pkgsrc/devel/mdds/Makefile 2015/02/27 13:39:41 1.26
@@ -1,30 +1,27 @@ @@ -1,30 +1,27 @@
1# $NetBSD: Makefile,v 1.25 2015/02/04 18:01:25 ryoon Exp $ 1# $NetBSD: Makefile,v 1.26 2015/02/27 13:39:41 wiz Exp $
2# 
3 2
4DISTNAME= cb4207cb913c7a5a8bfa5b91234618ee-mdds_0.11.2 3DISTNAME= mdds_0.12.0
5PKGNAME= ${DISTNAME:C/[0-9a-f]*-//:S/_/-/} 4PKGNAME= ${DISTNAME:S/_/-/}
6CATEGORIES= devel 5CATEGORIES= devel
7MASTER_SITES= http://dev-www.libreoffice.org/src/ 6MASTER_SITES= http://kohei.us/files/mdds/src/
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9EXTRACT_USING= gtar 8EXTRACT_USING= gtar
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://code.google.com/p/multidimalgorithm/ 11HOMEPAGE= http://code.google.com/p/multidimalgorithm/
13COMMENT= Collection of multi-dimensional data structure and indexing algorithms 12COMMENT= Collection of multi-dimensional data structure and indexing algorithms
14LICENSE= mit 13LICENSE= mit
15 14
16WRKSRC= ${WRKDIR}/${DISTNAME:C/[0-9a-f]*-//} 
17 
18USE_LANGUAGES= c++ 15USE_LANGUAGES= c++
19GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
20NO_BUILD= yes 17NO_BUILD= yes
21INSTALLATION_DIRS= include/mdds/compat include/mdds/hash_container \ 18INSTALLATION_DIRS= include/mdds/compat include/mdds/hash_container \
22 share/pkgconfig 19 share/pkgconfig
23PKGCONFIG_OVERRIDE+= misc/mdds.pc.in 20PKGCONFIG_OVERRIDE+= misc/mdds.pc.in
24 21
25do-install: 22do-install:
26 for i in ${WRKSRC}/include/mdds/*.*; do \ 23 for i in ${WRKSRC}/include/mdds/*.*; do \
27 ${INSTALL_DATA} $$i ${DESTDIR}${PREFIX}/include/mdds; \ 24 ${INSTALL_DATA} $$i ${DESTDIR}${PREFIX}/include/mdds; \
28 done 25 done
29 for i in ${WRKSRC}/include/mdds/compat/*.*; do \ 26 for i in ${WRKSRC}/include/mdds/compat/*.*; do \
30 ${INSTALL_DATA} $$i ${DESTDIR}${PREFIX}/include/mdds/compat; \ 27 ${INSTALL_DATA} $$i ${DESTDIR}${PREFIX}/include/mdds/compat; \

cvs diff -r1.12 -r1.13 pkgsrc/devel/mdds/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/mdds/distinfo 2015/02/04 18:01:25 1.12
+++ pkgsrc/devel/mdds/distinfo 2015/02/27 13:39:41 1.13
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.12 2015/02/04 18:01:25 ryoon Exp $ 1$NetBSD: distinfo,v 1.13 2015/02/27 13:39:41 wiz Exp $
2 2
3SHA1 (cb4207cb913c7a5a8bfa5b91234618ee-mdds_0.11.2.tar.bz2) = 17d2d06a1df818de61bba25a9322541e80f6eed7 3SHA1 (mdds_0.12.0.tar.bz2) = 043590edde76a1df3e96070c46cbc7ae5f88f081
4RMD160 (cb4207cb913c7a5a8bfa5b91234618ee-mdds_0.11.2.tar.bz2) = 7bdfb64fbfa2abff20bfba8d1fddd477e049ee76 4RMD160 (mdds_0.12.0.tar.bz2) = d2c47e8cd53ef66aa9d5e5f77f73d74f0e1551d8
5Size (cb4207cb913c7a5a8bfa5b91234618ee-mdds_0.11.2.tar.bz2) = 154444 bytes 5Size (mdds_0.12.0.tar.bz2) = 152285 bytes
6SHA1 (patch-include_mdds_multi__type__vector__types.hpp) = b730bd763aa5f056f41e7ed093b12740874d0ea7 

File Deleted: pkgsrc/devel/mdds/patches/Attic/patch-include_mdds_multi__type__vector__types.hpp