mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Add p5-Math-GSL 0.01, a perl interface to GNU Scientific Library.
This commit is contained in:
parent
96cb3bfcf0
commit
0af70794b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93041
@ -112,6 +112,7 @@
|
||||
SUBDIR += p5-Math-FFT
|
||||
SUBDIR += p5-Math-FixedPrecision
|
||||
SUBDIR += p5-Math-GMP
|
||||
SUBDIR += p5-Math-GSL
|
||||
SUBDIR += p5-Math-Interpolate
|
||||
SUBDIR += p5-Math-LinearCombination
|
||||
SUBDIR += p5-Math-Logic
|
||||
|
23
math/p5-Math-GSL/Makefile
Normal file
23
math/p5-Math-GSL/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: Math-GSL
|
||||
# Date created: 15 September 2003
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Math-GSL
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Math
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A perl interface to GNU Scientific Library
|
||||
|
||||
LIB_DEPENDS= gsl.4:${PORTSDIR}/math/gsl
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
MAKE_ENV= INC="-I${LOCALBASE}/include"
|
||||
|
||||
.include <bsd.port.mk>
|
1
math/p5-Math-GSL/distinfo
Normal file
1
math/p5-Math-GSL/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Math-GSL-0.01.tar.gz) = abc4474bbbf5439b46a551284013cb35
|
7
math/p5-Math-GSL/pkg-descr
Normal file
7
math/p5-Math-GSL/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This is a very resticted perl interface to GNU Scientific Library.
|
||||
The GSL is itself distributed under GPL and is available from:
|
||||
|
||||
http://sources.redhat.com/gsl/
|
||||
|
||||
Only the routines relating the solving of polynomials are exported.
|
||||
It exists to provide that function to "tkscope" in Audio::Data.
|
7
math/p5-Math-GSL/pkg-plist
Normal file
7
math/p5-Math-GSL/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/mach/Math/GSL.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Math/GSL/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Math/GSL/GSL.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Math/GSL/GSL.so
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Math/GSL
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Math
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/mach/Math
|
Loading…
Reference in New Issue
Block a user