From 2e426dae5b62a860890e28e4a3d540f9be7edb48 Mon Sep 17 00:00:00 2001 From: jtb Date: Sat, 10 Feb 2001 04:22:11 +0000 Subject: 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. --- math/p5-Interpolate/Makefile | 17 +++++++++++++++++ math/p5-Interpolate/files/md5 | 3 +++ math/p5-Interpolate/pkg/COMMENT | 1 + math/p5-Interpolate/pkg/DESCR | 4 ++++ math/p5-Interpolate/pkg/PLIST | 1 + 5 files changed, 26 insertions(+) create mode 100644 math/p5-Interpolate/Makefile create mode 100644 math/p5-Interpolate/files/md5 create mode 100644 math/p5-Interpolate/pkg/COMMENT create mode 100644 math/p5-Interpolate/pkg/DESCR create mode 100644 math/p5-Interpolate/pkg/PLIST 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 $ -- cgit v1.2.3