diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-11-04 08:48:58 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-11-04 08:48:58 +0000 |
commit | 0af70794b1c8b76ffaa7d87f2a1d736ddbb315b4 (patch) | |
tree | fb5f636fe57b5aaa6c90899932d68d60b91b8982 /math | |
parent | 96cb3bfcf01339f5e1501b6777261c04fa20cb66 (diff) | |
download | ports-0af70794b1c8b76ffaa7d87f2a1d736ddbb315b4.tar.gz ports-0af70794b1c8b76ffaa7d87f2a1d736ddbb315b4.zip |
Notes
Diffstat (limited to 'math')
-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 |