From owner-svn-ports-head@FreeBSD.ORG Mon Sep 9 10:08:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 26AFECB7; Mon, 9 Sep 2013 10:08:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 13EF1256B; Mon, 9 Sep 2013 10:08:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r89A8u8I026097; Mon, 9 Sep 2013 10:08:56 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r89A8uXr026090; Mon, 9 Sep 2013 10:08:56 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309091008.r89A8uXr026090@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Sep 2013 10:08:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326795 - head/devel/mdds X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 10:08:57 -0000 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 +# Created by: Baptiste Daroussin # $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