From owner-svn-ports-head@FreeBSD.ORG Sun Jan 4 09:26:43 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0002CD25; Sun, 4 Jan 2015 09:26:42 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C679066599; Sun, 4 Jan 2015 09:26:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t049Qgo7015295; Sun, 4 Jan 2015 09:26:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t049QgHG015291; Sun, 4 Jan 2015 09:26:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501040926.t049QgHG015291@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 4 Jan 2015 09:26:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376183 - head/math/p5-Algorithm-KMeans 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.18-1 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: Sun, 04 Jan 2015 09:26:43 -0000 Author: sunpoet Date: Sun Jan 4 09:26:41 2015 New Revision: 376183 URL: https://svnweb.freebsd.org/changeset/ports/376183 QAT: https://qat.redports.org/buildarchive/r376183/ Log: - Update to 2.05 - Add LICENSE Changes: http://search.cpan.org/dist/Algorithm-KMeans/lib/Algorithm/KMeans.pm#CHANGES Modified: head/math/p5-Algorithm-KMeans/Makefile head/math/p5-Algorithm-KMeans/distinfo Modified: head/math/p5-Algorithm-KMeans/Makefile ============================================================================== --- head/math/p5-Algorithm-KMeans/Makefile Sun Jan 4 09:26:30 2015 (r376182) +++ head/math/p5-Algorithm-KMeans/Makefile Sun Jan 4 09:26:41 2015 (r376183) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Algorithm-KMeans -PORTVERSION= 2.02 -PORTREVISION= 1 +PORTVERSION= 2.05 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:AVIKAK @@ -11,12 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Clustering multi-dimensional data with a pure-Perl implementation +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Graphics-GnuplotIF>=1.4:${PORTSDIR}/graphics/p5-Graphics-GnuplotIF \ p5-Math-GSL>=0.26:${PORTSDIR}/math/p5-Math-GSL \ p5-Math-Random>=0.71:${PORTSDIR}/math/p5-Math-Random -RUN_DEPENDS= p5-Graphics-GnuplotIF>=1.4:${PORTSDIR}/graphics/p5-Graphics-GnuplotIF \ - p5-Math-GSL>=0.26:${PORTSDIR}/math/p5-Math-GSL \ - p5-Math-Random>=0.71:${PORTSDIR}/math/p5-Math-Random +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure Modified: head/math/p5-Algorithm-KMeans/distinfo ============================================================================== --- head/math/p5-Algorithm-KMeans/distinfo Sun Jan 4 09:26:30 2015 (r376182) +++ head/math/p5-Algorithm-KMeans/distinfo Sun Jan 4 09:26:41 2015 (r376183) @@ -1,2 +1,2 @@ -SHA256 (Algorithm-KMeans-2.02.tar.gz) = 6de93b88fa446b0c27f93710c45a3f97b0dadae115c34b8db90ef2fb52f0b435 -SIZE (Algorithm-KMeans-2.02.tar.gz) = 40184 +SHA256 (Algorithm-KMeans-2.05.tar.gz) = a1d07298d499b9b4e2cd93f1bbd9289814ab461e69ecc35c796e495fe9b5a9a8 +SIZE (Algorithm-KMeans-2.05.tar.gz) = 57703