From owner-svn-ports-all@freebsd.org Thu Oct 15 20:15:52 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4580BA15CAD; Thu, 15 Oct 2015 20:15:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 07B481825; Thu, 15 Oct 2015 20:15:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9FKFp3S023273; Thu, 15 Oct 2015 20:15:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9FKFol8023268; Thu, 15 Oct 2015 20:15:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510152015.t9FKFol8023268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 15 Oct 2015 20:15:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399363 - in head/math: . p5-Math-Utils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Oct 2015 20:15:52 -0000 Author: sunpoet Date: Thu Oct 15 20:15:50 2015 New Revision: 399363 URL: https://svnweb.freebsd.org/changeset/ports/399363 Log: - Add p5-Math-Utils 1.06 Math::Utils provides ueful mathematical functions not in Perl. WWW: http://search.cpan.org/dist/Math-Utils/ Added: head/math/p5-Math-Utils/ head/math/p5-Math-Utils/Makefile (contents, props changed) head/math/p5-Math-Utils/distinfo (contents, props changed) head/math/p5-Math-Utils/pkg-descr (contents, props changed) head/math/p5-Math-Utils/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Thu Oct 15 19:47:08 2015 (r399362) +++ head/math/Makefile Thu Oct 15 20:15:50 2015 (r399363) @@ -490,6 +490,7 @@ SUBDIR += p5-Math-SymbolicX-Statistics-Distributions SUBDIR += p5-Math-TrulyRandom SUBDIR += p5-Math-Units + SUBDIR += p5-Math-Utils SUBDIR += p5-Math-Vec SUBDIR += p5-Math-VecStat SUBDIR += p5-Math-VectorReal Added: head/math/p5-Math-Utils/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/p5-Math-Utils/Makefile Thu Oct 15 20:15:50 2015 (r399363) @@ -0,0 +1,20 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Math-Utils +PORTVERSION= 1.06 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Useful mathematical functions not in Perl + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes +USE_PERL5= modbuild +USES= perl5 + +.include Added: head/math/p5-Math-Utils/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/p5-Math-Utils/distinfo Thu Oct 15 20:15:50 2015 (r399363) @@ -0,0 +1,2 @@ +SHA256 (Math-Utils-1.06.tar.gz) = 19ab46fd0f552775e1e946cbbe88fe9cafdd804d63eaa4d5870251f195d8955b +SIZE (Math-Utils-1.06.tar.gz) = 21836 Added: head/math/p5-Math-Utils/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/p5-Math-Utils/pkg-descr Thu Oct 15 20:15:50 2015 (r399363) @@ -0,0 +1,3 @@ +Math::Utils provides ueful mathematical functions not in Perl. + +WWW: http://search.cpan.org/dist/Math-Utils/ Added: head/math/p5-Math-Utils/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/p5-Math-Utils/pkg-plist Thu Oct 15 20:15:50 2015 (r399363) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Math/Utils.pm +%%PERL5_MAN3%%/Math::Utils.3.gz