summaryrefslogtreecommitdiff
path: root/math/p5-Interpolate
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-02-10 04:22:11 +0000
committerjtb <jtb@pkgsrc.org>2001-02-10 04:22:11 +0000
commit57fd00ad401a0c0271a0e76bd85e3937959eec5e (patch)
tree9315f3cd2987bcd18e1b24b8b14d2fff8d133858 /math/p5-Interpolate
parent08cb5e0df9a554f6f6d0c5360c1c94c7a616ebed (diff)
downloadpkgsrc-57fd00ad401a0c0271a0e76bd85e3937959eec5e.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/Makefile17
-rw-r--r--math/p5-Interpolate/files/md53
-rw-r--r--math/p5-Interpolate/pkg/COMMENT1
-rw-r--r--math/p5-Interpolate/pkg/DESCR4
-rw-r--r--math/p5-Interpolate/pkg/PLIST1
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 $