diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-07-18 07:01:44 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-07-18 07:01:44 +0000 |
commit | c65f01da27b96d6284ca883d1fda38b1f5d5221e (patch) | |
tree | fd9c3cc06108a96ca42ab7fcb332ec5b4ffabcf9 /math/p5-Math-Cephes | |
parent | 92d09c9b97162d1fa79aa1b57ff6062f4a4d34ed (diff) | |
download | ports-c65f01da27b96d6284ca883d1fda38b1f5d5221e.tar.gz ports-c65f01da27b96d6284ca883d1fda38b1f5d5221e.zip |
Notes
Diffstat (limited to 'math/p5-Math-Cephes')
-rw-r--r-- | math/p5-Math-Cephes/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Math-Cephes/distinfo | 4 | ||||
-rw-r--r-- | math/p5-Math-Cephes/pkg-descr | 15 |
3 files changed, 10 insertions, 11 deletions
diff --git a/math/p5-Math-Cephes/Makefile b/math/p5-Math-Cephes/Makefile index b4adf6016ad8..0ee061d38a45 100644 --- a/math/p5-Math-Cephes/Makefile +++ b/math/p5-Math-Cephes/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-Cephes -PORTVERSION= 0.47 +PORTVERSION= 0.48 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/math/p5-Math-Cephes/distinfo b/math/p5-Math-Cephes/distinfo index dbcb48f34cb4..de92b1f5d945 100644 --- a/math/p5-Math-Cephes/distinfo +++ b/math/p5-Math-Cephes/distinfo @@ -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 diff --git a/math/p5-Math-Cephes/pkg-descr b/math/p5-Math-Cephes/pkg-descr index 616caf988fe6..0ed8ed78eead 100644 --- a/math/p5-Math-Cephes/pkg-descr +++ b/math/p5-Math-Cephes/pkg-descr @@ -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/ |