mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to 0.25
- Update pkg-descr: add CPAN URL Changes: http://search.cpan.org/dist/Math-GSL/Changes
This commit is contained in:
parent
3409bf5da7
commit
b960043ae6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274310
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Math-GSL
|
||||
PORTVERSION= 0.22
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.25
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -15,33 +14,33 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= A perl interface to GNU Scientific Library
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
|
||||
${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
${SITE_PERL}/Test/Class.pm:${PORTSDIR}/devel/p5-Test-Class
|
||||
BUILD_DEPENDS= p5-ExtUtils-PkgConfig>=1.03:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
|
||||
LIB_DEPENDS= gsl.16:${PORTSDIR}/math/gsl
|
||||
TEST_DEPENDS= p5-Test-Class>=0.12:${PORTSDIR}/devel/p5-Test-Class \
|
||||
p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
PERL_MODBUILD= yes
|
||||
MAKE_ENV= INC="-I${LOCALBASE}/include"
|
||||
|
||||
MAN1= smolder_smoke_signal.1
|
||||
MAN3= Math::GSL.3 Math::GSL::Histogram2D.3 Math::GSL::QRNG.3 \
|
||||
Math::GSL::BLAS.3 Math::GSL::Integration.3 Math::GSL::RNG.3 \
|
||||
Math::GSL::BSpline.3 Math::GSL::Interp.3 Math::GSL::Randist.3 \
|
||||
Math::GSL::CBLAS.3 Math::GSL::Linalg.3 Math::GSL::Roots.3 \
|
||||
Math::GSL::CDF.3 Math::GSL::Machine.3 Math::GSL::SF.3 \
|
||||
Math::GSL::Chebyshev.3 Math::GSL::Matrix.3 Math::GSL::Siman.3 \
|
||||
Math::GSL::Combination.3 Math::GSL::MatrixComplex.3 Math::GSL::Sort.3 \
|
||||
Math::GSL::Complex.3 Math::GSL::Min.3 Math::GSL::Spline.3 \
|
||||
Math::GSL::Const.3 Math::GSL::Monte.3 Math::GSL::Statistics.3 \
|
||||
Math::GSL::DHT.3 Math::GSL::Multifit.3 Math::GSL::Sum.3 \
|
||||
Math::GSL::Deriv.3 Math::GSL::Multimin.3 Math::GSL::Sys.3 \
|
||||
Math::GSL::Eigen.3 Math::GSL::Multiroots.3 Math::GSL::Test.3 \
|
||||
Math::GSL::Errno.3 Math::GSL::NTuple.3 Math::GSL::Vector.3 \
|
||||
Math::GSL::FFT.3 Math::GSL::ODEIV.3 Math::GSL::VectorComplex.3 \
|
||||
Math::GSL::Fit.3 Math::GSL::Permutation.3 Math::GSL::Wavelet.3 \
|
||||
Math::GSL::Heapsort.3 Math::GSL::Poly.3 Math::GSL::Histogram.3 \
|
||||
Math::GSL::PowInt.3
|
||||
MAN1= smolder_smoke_signal.1
|
||||
MAN3= Math::GSL.3 Math::GSL::Histogram2D.3 Math::GSL::QRNG.3 \
|
||||
Math::GSL::BLAS.3 Math::GSL::Integration.3 Math::GSL::RNG.3 \
|
||||
Math::GSL::BSpline.3 Math::GSL::Interp.3 Math::GSL::Randist.3 \
|
||||
Math::GSL::CBLAS.3 Math::GSL::Linalg.3 Math::GSL::Roots.3 \
|
||||
Math::GSL::CDF.3 Math::GSL::Machine.3 Math::GSL::SF.3 \
|
||||
Math::GSL::Chebyshev.3 Math::GSL::Matrix.3 Math::GSL::Siman.3 \
|
||||
Math::GSL::Combination.3 Math::GSL::MatrixComplex.3 Math::GSL::Sort.3 \
|
||||
Math::GSL::Complex.3 Math::GSL::Min.3 Math::GSL::Spline.3 \
|
||||
Math::GSL::Const.3 Math::GSL::Monte.3 Math::GSL::Statistics.3 \
|
||||
Math::GSL::DHT.3 Math::GSL::Multifit.3 Math::GSL::Sum.3 \
|
||||
Math::GSL::Deriv.3 Math::GSL::Multimin.3 Math::GSL::Sys.3 \
|
||||
Math::GSL::Eigen.3 Math::GSL::Multiroots.3 Math::GSL::Test.3 \
|
||||
Math::GSL::Errno.3 Math::GSL::NTuple.3 Math::GSL::Vector.3 \
|
||||
Math::GSL::FFT.3 Math::GSL::ODEIV.3 Math::GSL::VectorComplex.3 \
|
||||
Math::GSL::Fit.3 Math::GSL::Permutation.3 Math::GSL::Wavelet.3 \
|
||||
Math::GSL::Heapsort.3 Math::GSL::Poly.3 Math::GSL::Histogram.3 \
|
||||
Math::GSL::PowInt.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Math-GSL-0.22.tar.gz) = 6d03fa461cf564fbb27231043183e8f4595dc7046bec357a6389cd7b1fe7a279
|
||||
SIZE (Math-GSL-0.22.tar.gz) = 1972056
|
||||
SHA256 (Math-GSL-0.25.tar.gz) = c8cc84d85eb6d6214e2f0b5444dbf64b0b29a6709704223eac30707610f062ca
|
||||
SIZE (Math-GSL-0.25.tar.gz) = 1976182
|
||||
|
@ -5,3 +5,4 @@ Only the routines relating the solving of polynomials are exported.
|
||||
It exists to provide that function to "tkscope" in Audio::Data.
|
||||
|
||||
WWW: http://sources.redhat.com/gsl/
|
||||
http://search.cpan.org/dist/Math-GSL/
|
||||
|
Loading…
Reference in New Issue
Block a user