diff options
author | jtb <jtb> | 2001-02-10 04:22:11 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-02-10 04:22:11 +0000 |
commit | b78529251901690d47de78ca3e4128aca28c3336 (patch) | |
tree | 9315f3cd2987bcd18e1b24b8b14d2fff8d133858 /math/p5-Interpolate | |
parent | 212283e7e7111188eead53f642df074005ce54c5 (diff) | |
download | pkgsrc-b78529251901690d47de78ca3e4128aca28c3336.tar.gz |
Initial import of p5-Interpolate:
This module contains several useful routines for interpolating data
sets and finding where a given value lies in a sorted list.
Diffstat (limited to 'math/p5-Interpolate')
-rw-r--r-- | math/p5-Interpolate/Makefile | 17 | ||||
-rw-r--r-- | math/p5-Interpolate/files/md5 | 3 | ||||
-rw-r--r-- | math/p5-Interpolate/pkg/COMMENT | 1 | ||||
-rw-r--r-- | math/p5-Interpolate/pkg/DESCR | 4 | ||||
-rw-r--r-- | math/p5-Interpolate/pkg/PLIST | 1 |
5 files changed, 26 insertions, 0 deletions
diff --git a/math/p5-Interpolate/Makefile b/math/p5-Interpolate/Makefile new file mode 100644 index 00000000000..fea81c7b8ce --- /dev/null +++ b/math/p5-Interpolate/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/02/10 04:22:11 jtb Exp $ + +DISTNAME= Math-Interpolate-1.05 +PKGNAME= p5-Interpolate-1.05 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} + +MAINTAINER= jtb@netbsd.org + +USE_PERL5= #defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/Interpolate/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" + diff --git a/math/p5-Interpolate/files/md5 b/math/p5-Interpolate/files/md5 new file mode 100644 index 00000000000..c7019195768 --- /dev/null +++ b/math/p5-Interpolate/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/02/10 04:22:11 jtb Exp $ + +MD5 (Math-Interpolate-1.05.tar.gz) = 1826c6c24b75a2a27964c3dac198adac diff --git a/math/p5-Interpolate/pkg/COMMENT b/math/p5-Interpolate/pkg/COMMENT new file mode 100644 index 00000000000..47cf9ca36ba --- /dev/null +++ b/math/p5-Interpolate/pkg/COMMENT @@ -0,0 +1 @@ +Perl module for interpolating data diff --git a/math/p5-Interpolate/pkg/DESCR b/math/p5-Interpolate/pkg/DESCR new file mode 100644 index 00000000000..e45559f2bd7 --- /dev/null +++ b/math/p5-Interpolate/pkg/DESCR @@ -0,0 +1,4 @@ +Math::Interpolate + +This module contains several useful routines for interpolating data +sets and finding where a given value lies in a sorted list. diff --git a/math/p5-Interpolate/pkg/PLIST b/math/p5-Interpolate/pkg/PLIST new file mode 100644 index 00000000000..cb7627f3162 --- /dev/null +++ b/math/p5-Interpolate/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/10 04:22:11 jtb Exp $ |