Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2013 10:08:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326795 - head/devel/mdds
Message-ID:  <201309091008.r89A8uXr026090@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Sep  9 10:08:55 2013
New Revision: 326795
URL: http://svnweb.freebsd.org/changeset/ports/326795

Log:
  - Update to 0.9.0
  - Fix Makefile header
  - Sort PLIST
  - Use single space after WWW:
  
  Changes:	https://code.google.com/p/multidimalgorithm/source/browse/NEWS

Modified:
  head/devel/mdds/Makefile   (contents, props changed)
  head/devel/mdds/distinfo   (contents, props changed)
  head/devel/mdds/pkg-descr   (contents, props changed)
  head/devel/mdds/pkg-plist   (contents, props changed)

Modified: head/devel/mdds/Makefile
==============================================================================
--- head/devel/mdds/Makefile	Mon Sep  9 10:08:51 2013	(r326794)
+++ head/devel/mdds/Makefile	Mon Sep  9 10:08:55 2013	(r326795)
@@ -1,9 +1,8 @@
-# Created by:	Baptiste Daroussin <bapt@FreeBSD.org>
+# Created by: Baptiste Daroussin <bapt@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	mdds
-PORTVERSION=	0.8.1
-PORTREVISION=	1
+PORTVERSION=	0.9.0
 CATEGORIES=	devel
 MASTER_SITES=	GOOGLE_CODE
 DISTNAME=	${PORTNAME}_${PORTVERSION}

Modified: head/devel/mdds/distinfo
==============================================================================
--- head/devel/mdds/distinfo	Mon Sep  9 10:08:51 2013	(r326794)
+++ head/devel/mdds/distinfo	Mon Sep  9 10:08:55 2013	(r326795)
@@ -1,2 +1,2 @@
-SHA256 (mdds_0.8.1.tar.bz2) = f605da2300c826b6f7c987fd36efb5f711bfa5c3e701ae9b75cea33591ce888b
-SIZE (mdds_0.8.1.tar.bz2) = 138431
+SHA256 (mdds_0.9.0.tar.bz2) = 77a6934923621f7f2106794c76d5b1fcc01bf646e8908f10ce7be6fd32aa1993
+SIZE (mdds_0.9.0.tar.bz2) = 144681

Modified: head/devel/mdds/pkg-descr
==============================================================================
--- head/devel/mdds/pkg-descr	Mon Sep  9 10:08:51 2013	(r326794)
+++ head/devel/mdds/pkg-descr	Mon Sep  9 10:08:55 2013	(r326795)
@@ -1,3 +1,4 @@
-A collection of multi-dimensional data structure and indexing algorithm.
+Multi-Dimensional Data Structure (mdds) is a collection of multi-dimensional
+data structure and indexing algorithm.
 
-WWW:	http://code.google.com/p/multidimalgorithm/
+WWW: http://code.google.com/p/multidimalgorithm/

Modified: head/devel/mdds/pkg-plist
==============================================================================
--- head/devel/mdds/pkg-plist	Mon Sep  9 10:08:51 2013	(r326794)
+++ head/devel/mdds/pkg-plist	Mon Sep  9 10:08:55 2013	(r326795)
@@ -1,8 +1,10 @@
+include/mdds/compat/unique_ptr.hpp
 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
 include/mdds/global.hpp
+include/mdds/hash_container/map.hpp
 include/mdds/mixed_type_matrix.hpp
 include/mdds/mixed_type_matrix_def.inl
 include/mdds/mixed_type_matrix_element.hpp
@@ -15,6 +17,7 @@ include/mdds/multi_type_matrix_def.inl
 include/mdds/multi_type_vector.hpp
 include/mdds/multi_type_vector_custom_func1.hpp
 include/mdds/multi_type_vector_custom_func2.hpp
+include/mdds/multi_type_vector_custom_func3.hpp
 include/mdds/multi_type_vector_def.inl
 include/mdds/multi_type_vector_itr.hpp
 include/mdds/multi_type_vector_macro.hpp
@@ -26,8 +29,6 @@ include/mdds/quad_node.hpp
 include/mdds/rectangle_set.hpp
 include/mdds/rectangle_set_def.inl
 include/mdds/segment_tree.hpp
-include/mdds/compat/unique_ptr.hpp
-include/mdds/hash_container/map.hpp
 libdata/pkgconfig/mdds.pc
 @dirrm include/mdds/hash_container
 @dirrm include/mdds/compat



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309091008.r89A8uXr026090>