From 11bc637de847428b4eadffada251e6bcf741f251 Mon Sep 17 00:00:00 2001 From: jasper Date: Wed, 24 Sep 2008 13:42:33 +0000 Subject: [PATCH] import p5-Math-Spline 0.01 This package provides cubic spline interpolation of numeric data. The data is passed as references to two arrays containing the x and y ordinates. It may be used as an exporter of the numerical functions or, more easily as a class module. --- math/p5-Math-Spline/Makefile | 18 ++++++++++++++++++ math/p5-Math-Spline/distinfo | 5 +++++ math/p5-Math-Spline/pkg/DESCR | 4 ++++ math/p5-Math-Spline/pkg/PLIST | 4 ++++ 4 files changed, 31 insertions(+) create mode 100644 math/p5-Math-Spline/Makefile create mode 100644 math/p5-Math-Spline/distinfo create mode 100644 math/p5-Math-Spline/pkg/DESCR create mode 100644 math/p5-Math-Spline/pkg/PLIST diff --git a/math/p5-Math-Spline/Makefile b/math/p5-Math-Spline/Makefile new file mode 100644 index 00000000000..3ce13599c0d --- /dev/null +++ b/math/p5-Math-Spline/Makefile @@ -0,0 +1,18 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2008/09/24 13:42:33 jasper Exp $ + +COMMENT = cubic spline interpolation of data + +DISTNAME = Math-Spline-0.01 +CATEGORIES = math + +# perl +PERMIT_PACKAGE_CDROM = Yes +PERMIT_PACKAGE_FTP = Yes +PERMIT_DISTFILES_CDROM = Yes +PERMIT_DISTFILES_FTP = Yes + +MODULES = cpan + +NO_REGRESS = Yes + +.include diff --git a/math/p5-Math-Spline/distinfo b/math/p5-Math-Spline/distinfo new file mode 100644 index 00000000000..e61bafa17d4 --- /dev/null +++ b/math/p5-Math-Spline/distinfo @@ -0,0 +1,5 @@ +MD5 (Math-Spline-0.01.tar.gz) = qevim6F5TR3KYKoMRBeBlw== +RMD160 (Math-Spline-0.01.tar.gz) = 8vmW7g1PpSyiNRUTVaMv1jQoTlc= +SHA1 (Math-Spline-0.01.tar.gz) = ocjQKV9OWR9hsDMoCMptjM8oSTo= +SHA256 (Math-Spline-0.01.tar.gz) = jLPVQHoKY+3vXSUruE1UIZAOHyd/L3/SXZtdmAz0PXI= +SIZE (Math-Spline-0.01.tar.gz) = 2667 diff --git a/math/p5-Math-Spline/pkg/DESCR b/math/p5-Math-Spline/pkg/DESCR new file mode 100644 index 00000000000..7ea5e221863 --- /dev/null +++ b/math/p5-Math-Spline/pkg/DESCR @@ -0,0 +1,4 @@ +This package provides cubic spline interpolation of numeric data. The +data is passed as references to two arrays containing the x and y +ordinates. It may be used as an exporter of the numerical functions or, +more easily as a class module. diff --git a/math/p5-Math-Spline/pkg/PLIST b/math/p5-Math-Spline/pkg/PLIST new file mode 100644 index 00000000000..14e08875ca8 --- /dev/null +++ b/math/p5-Math-Spline/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2008/09/24 13:42:33 jasper Exp $ +${P5SITE}/Math/ +${P5SITE}/Math/Spline.pm +@man man/man3p/Math::Spline.3p