diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-27 23:17:22 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-27 23:17:22 +0000 |
commit | ee3b8857e85bd398e59aae5220e40b071ae45b70 (patch) | |
tree | 176273f182c61d6ca6da95078c8dd9e26cbea86d /math/p5-Math-Interpolate | |
parent | fec180220cc939efb451e6d9d7b16614a8e12168 (diff) | |
download | pkgsrc-ee3b8857e85bd398e59aae5220e40b071ae45b70.tar.gz |
Reimport of p5-Interpolate as p5-Math-Interpolate.
Diffstat (limited to 'math/p5-Math-Interpolate')
-rw-r--r-- | math/p5-Math-Interpolate/Makefile | 18 | ||||
-rw-r--r-- | math/p5-Math-Interpolate/distinfo | 4 | ||||
-rw-r--r-- | math/p5-Math-Interpolate/pkg/DESCR | 4 | ||||
-rw-r--r-- | math/p5-Math-Interpolate/pkg/PLIST | 1 |
4 files changed, 27 insertions, 0 deletions
diff --git a/math/p5-Math-Interpolate/Makefile b/math/p5-Math-Interpolate/Makefile new file mode 100644 index 00000000000..199c50d4655 --- /dev/null +++ b/math/p5-Math-Interpolate/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/27 23:17:22 jtb Exp $ + +DISTNAME= Math-Interpolate-1.05 +PKGNAME= p5-${DISTNAME} +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} + +MAINTAINER= packages@netbsd.org +COMMENT= Perl module for interpolating data + +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-Math-Interpolate/distinfo b/math/p5-Math-Interpolate/distinfo new file mode 100644 index 00000000000..492fe405eda --- /dev/null +++ b/math/p5-Math-Interpolate/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/04/27 23:17:22 jtb Exp $ + +SHA1 (Math-Interpolate-1.05.tar.gz) = e0ef6aaa4c678409abe8ca91e0355319ea5aea1c +Size (Math-Interpolate-1.05.tar.gz) = 44323 bytes diff --git a/math/p5-Math-Interpolate/pkg/DESCR b/math/p5-Math-Interpolate/pkg/DESCR new file mode 100644 index 00000000000..e45559f2bd7 --- /dev/null +++ b/math/p5-Math-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-Math-Interpolate/pkg/PLIST b/math/p5-Math-Interpolate/pkg/PLIST new file mode 100644 index 00000000000..c6580c0507e --- /dev/null +++ b/math/p5-Math-Interpolate/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/27 23:17:22 jtb Exp $ |