Adding port math/p5-Math-Cephes, a Perl interface to the Cephes math library.
Approved by: tobez (implicit)
This commit is contained in:
parent
100457e3fe
commit
af601193d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163571
5 changed files with 57 additions and 0 deletions
|
@ -171,6 +171,7 @@
|
|||
SUBDIR += p5-Math-BigInt
|
||||
SUBDIR += p5-Math-BigRat
|
||||
SUBDIR += p5-Math-Calc-Units
|
||||
SUBDIR += p5-Math-Cephes
|
||||
SUBDIR += p5-Math-Combinatorics
|
||||
SUBDIR += p5-Math-ConvexHull
|
||||
SUBDIR += p5-Math-Currency
|
||||
|
|
27
math/p5-Math-Cephes/Makefile
Normal file
27
math/p5-Math-Cephes/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: Math-Cephes
|
||||
# Date created: 26 May 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Math-Cephes
|
||||
PORTVERSION= 0.42
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Math
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= aaron@FreeBSD.org
|
||||
COMMENT= Perl interface to the cephes math library
|
||||
|
||||
MAN1= pmath.1
|
||||
MAN3= Math::Cephes.3 \
|
||||
Math::Cephes::Complex.3 \
|
||||
Math::Cephes::Fraction.3 \
|
||||
Math::Cephes::Matrix.3 \
|
||||
Math::Cephes::Polynomial.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
math/p5-Math-Cephes/distinfo
Normal file
2
math/p5-Math-Cephes/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (Math-Cephes-0.42.tar.gz) = 5f0a9b1e83b55714110a31764b5ede34
|
||||
SIZE (Math-Cephes-0.42.tar.gz) = 300977
|
11
math/p5-Math-Cephes/pkg-descr
Normal file
11
math/p5-Math-Cephes/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
|||
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);
|
||||
|
||||
There are a number of export tags defined which allow
|
||||
importing groups of functions.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Math-Cephes
|
||||
Author: Randy Kobes
|
16
math/p5-Math-Cephes/pkg-plist
Normal file
16
math/p5-Math-Cephes/pkg-plist
Normal file
|
@ -0,0 +1,16 @@
|
|||
bin/pmath
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Math/Cephes.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Math/Cephes.pod
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Math/Cephes/Complex.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Math/Cephes/Fraction.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Math/Cephes/Matrix.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Math/Cephes/Polynomial.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Cephes/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Cephes/Cephes.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Cephes/Cephes.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Cephes/libmd/extralibs.ld
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Cephes/libmd
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Cephes
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Math/Cephes
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math
|
Loading…
Reference in a new issue