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.
This commit is contained in:
parent
4aa01c6dfc
commit
11bc637de8
18
math/p5-Math-Spline/Makefile
Normal file
18
math/p5-Math-Spline/Makefile
Normal file
@ -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 <bsd.port.mk>
|
5
math/p5-Math-Spline/distinfo
Normal file
5
math/p5-Math-Spline/distinfo
Normal file
@ -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
|
4
math/p5-Math-Spline/pkg/DESCR
Normal file
4
math/p5-Math-Spline/pkg/DESCR
Normal file
@ -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.
|
4
math/p5-Math-Spline/pkg/PLIST
Normal file
4
math/p5-Math-Spline/pkg/PLIST
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user