import p5-Math-Derivative 0.01
Perform numerical first (Derivative1) and second Derivative2) order differentiation on vectors of data.
This commit is contained in:
parent
ddfa68651b
commit
4aa01c6dfc
18
math/p5-Math-Derivative/Makefile
Normal file
18
math/p5-Math-Derivative/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/09/24 13:41:43 jasper Exp $
|
||||
|
||||
COMMENT = numeric 1st and 2nd order differentiation
|
||||
|
||||
DISTNAME = Math-Derivative-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-Derivative/distinfo
Normal file
5
math/p5-Math-Derivative/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Math-Derivative-0.01.tar.gz) = o1mxtLVFwD9BR1lPxkQgog==
|
||||
RMD160 (Math-Derivative-0.01.tar.gz) = Q+1kbRO7FK7W0sDiCyytOaY8CME=
|
||||
SHA1 (Math-Derivative-0.01.tar.gz) = wRZJfRkwtOlKOjk6bP+sLWVf/WE=
|
||||
SHA256 (Math-Derivative-0.01.tar.gz) = 8QWbt4enzZ+qrnFd7B/6W5BzMR2E0inIwle3siceMnM=
|
||||
SIZE (Math-Derivative-0.01.tar.gz) = 1935
|
2
math/p5-Math-Derivative/pkg/DESCR
Normal file
2
math/p5-Math-Derivative/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Perform numerical first (Derivative1) and second Derivative2) order
|
||||
differentiation on vectors of data.
|
4
math/p5-Math-Derivative/pkg/PLIST
Normal file
4
math/p5-Math-Derivative/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/09/24 13:41:43 jasper Exp $
|
||||
${P5SITE}/Math/
|
||||
${P5SITE}/Math/Derivative.pm
|
||||
@man man/man3p/Math::Derivative.3p
|
Loading…
x
Reference in New Issue
Block a user