Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jul 2012 07:01:44 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301066 - head/math/p5-Math-Cephes
Message-ID:  <201207180701.q6I71iRD038959@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Wed Jul 18 07:01:44 2012
New Revision: 301066
URL: http://svn.freebsd.org/changeset/ports/301066

Log:
  - Update to 0.48
  - Reformat pkg-descr
  - Pet portlint(1)
  
  Changes:	http://search.cpan.org/dist/Math-Cephes/Changes

Modified:
  head/math/p5-Math-Cephes/Makefile
  head/math/p5-Math-Cephes/distinfo
  head/math/p5-Math-Cephes/pkg-descr

Modified: head/math/p5-Math-Cephes/Makefile
==============================================================================
--- head/math/p5-Math-Cephes/Makefile	Wed Jul 18 06:42:46 2012	(r301065)
+++ head/math/p5-Math-Cephes/Makefile	Wed Jul 18 07:01:44 2012	(r301066)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Math-Cephes
-PORTVERSION=	0.47
+PORTVERSION=	0.48
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Modified: head/math/p5-Math-Cephes/distinfo
==============================================================================
--- head/math/p5-Math-Cephes/distinfo	Wed Jul 18 06:42:46 2012	(r301065)
+++ head/math/p5-Math-Cephes/distinfo	Wed Jul 18 07:01:44 2012	(r301066)
@@ -1,2 +1,2 @@
-SHA256 (Math-Cephes-0.47.tar.gz) = fa30f39819bd32ae276a17a04e9a86a0e5d4b501d944e23eeb27d4f38a2c2303
-SIZE (Math-Cephes-0.47.tar.gz) = 302233
+SHA256 (Math-Cephes-0.48.tar.gz) = d90bce7a955bee52611d0e7d4cef69d08002437dc5b48d2fdf9092791b9b8b16
+SIZE (Math-Cephes-0.48.tar.gz) = 302841

Modified: head/math/p5-Math-Cephes/pkg-descr
==============================================================================
--- head/math/p5-Math-Cephes/pkg-descr	Wed Jul 18 06:42:46 2012	(r301065)
+++ head/math/p5-Math-Cephes/pkg-descr	Wed Jul 18 07:01:44 2012	(r301066)
@@ -1,11 +1,10 @@
-  This module provides an interface to over 150 functions of the 
-  cephes math library of Stephen Moshier. No functions are exported 
-  by default, but rather must be imported explicitly, as in
+This module provides an interface to over 150 functions of the 
+cephes math library of Stephen Moshier. No functions are exported 
+by default, but rather must be imported explicitly, as in
 
-     use Math::Cephes qw(sin cos);
+  use Math::Cephes qw(sin cos);
 
-  There are a number of export tags defined which allow
-  importing groups of functions.
+There are a number of export tags defined which allow
+importing groups of functions.
 
-Author: Randy Kobes
-WWW: http://search.cpan.org/dist/Math-Cephes
+WWW: http://search.cpan.org/dist/Math-Cephes/



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