diff options
author | fhajny <fhajny@pkgsrc.org> | 2014-02-20 11:27:51 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2014-02-20 11:27:51 +0000 |
commit | 61ff75154012f9a2bd50a34a7946f8c338be8c0c (patch) | |
tree | b85ae6f7daff6d34c83be3a50a72542ce68fa3cf | |
parent | ee76ae506ce2edb995a61b9341064fb95ad7f4a7 (diff) | |
download | pkgsrc-61ff75154012f9a2bd50a34a7946f8c338be8c0c.tar.gz |
Import math/p5-Math-Spline.
Cubic Spline Interpolation of data.
-rw-r--r-- | math/p5-Math-Spline/DESCR | 1 | ||||
-rw-r--r-- | math/p5-Math-Spline/Makefile | 18 | ||||
-rw-r--r-- | math/p5-Math-Spline/distinfo | 5 |
3 files changed, 24 insertions, 0 deletions
diff --git a/math/p5-Math-Spline/DESCR b/math/p5-Math-Spline/DESCR new file mode 100644 index 00000000000..77574aaa7ad --- /dev/null +++ b/math/p5-Math-Spline/DESCR @@ -0,0 +1 @@ +Cubic Spline Interpolation of data. diff --git a/math/p5-Math-Spline/Makefile b/math/p5-Math-Spline/Makefile new file mode 100644 index 00000000000..2092748e86f --- /dev/null +++ b/math/p5-Math-Spline/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2014/02/20 11:27:51 fhajny Exp $ + +DISTNAME= Math-Spline-0.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Math-Spline +COMMENT= Cubic Spline Interpolation of data +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Math-Derivative-[0-9]*:../../math/p5-Math-Derivative + +PERL5_PACKLIST= auto/Math/Spline/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Math-Spline/distinfo b/math/p5-Math-Spline/distinfo new file mode 100644 index 00000000000..3ac1a631e2e --- /dev/null +++ b/math/p5-Math-Spline/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/02/20 11:27:51 fhajny Exp $ + +SHA1 (Math-Spline-0.02.tar.gz) = d33cf091caa957565c1b7bd9ee551c3314f2c1aa +RMD160 (Math-Spline-0.02.tar.gz) = 6b3bed34821342af829bc83d5321c0c945823840 +Size (Math-Spline-0.02.tar.gz) = 4077 bytes |