diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-11-04 16:48:58 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-11-04 16:48:58 +0800 |
commit | a345d65465eabf10f11abcf14569cc875311371f (patch) | |
tree | 6ae35af32e23d1d7265563130698271ca6ec0803 | |
parent | b6c4e13a62fc93c3c42510e4786d7b9652139089 (diff) | |
download | freebsd-ports-gnome-a345d65465eabf10f11abcf14569cc875311371f.tar.gz freebsd-ports-gnome-a345d65465eabf10f11abcf14569cc875311371f.tar.zst freebsd-ports-gnome-a345d65465eabf10f11abcf14569cc875311371f.zip |
Add p5-Math-GSL 0.01, a perl interface to GNU Scientific Library.
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-GSL/Makefile | 23 | ||||
-rw-r--r-- | math/p5-Math-GSL/distinfo | 1 | ||||
-rw-r--r-- | math/p5-Math-GSL/pkg-descr | 7 | ||||
-rw-r--r-- | math/p5-Math-GSL/pkg-plist | 7 |
5 files changed, 39 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index ec390fa5ae2d..d28d6b82278d 100644 --- a/math/Makefile +++ b/math/Makefile @@ -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 diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile new file mode 100644 index 000000000000..30fbfead2157 --- /dev/null +++ b/math/p5-Math-GSL/Makefile @@ -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> diff --git a/math/p5-Math-GSL/distinfo b/math/p5-Math-GSL/distinfo new file mode 100644 index 000000000000..794bb3607418 --- /dev/null +++ b/math/p5-Math-GSL/distinfo @@ -0,0 +1 @@ +MD5 (Math-GSL-0.01.tar.gz) = abc4474bbbf5439b46a551284013cb35 diff --git a/math/p5-Math-GSL/pkg-descr b/math/p5-Math-GSL/pkg-descr new file mode 100644 index 000000000000..e489e9a03313 --- /dev/null +++ b/math/p5-Math-GSL/pkg-descr @@ -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. diff --git a/math/p5-Math-GSL/pkg-plist b/math/p5-Math-GSL/pkg-plist new file mode 100644 index 000000000000..06feef00618a --- /dev/null +++ b/math/p5-Math-GSL/pkg-plist @@ -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 |