1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

[new port] math/p5-Math-Derivative

PR:		ports/74381
Submitted by:	Fernan Aguero <fernan(at)iib.unsam.edu.ar>
This commit is contained in:
Sergey Matveychuk 2004-11-26 00:05:56 +00:00
parent e739b5952a
commit 2d8f29c336
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122444
5 changed files with 38 additions and 0 deletions

View File

@ -141,6 +141,7 @@
SUBDIR += p5-Math-BigIntFast
SUBDIR += p5-Math-Calc-Units
SUBDIR += p5-Math-Currency
SUBDIR += p5-Math-Derivative
SUBDIR += p5-Math-Expr
SUBDIR += p5-Math-FFT
SUBDIR += p5-Math-FixedPrecision

View File

@ -0,0 +1,23 @@
# vim:ts=8
# New ports collection makefile for: p5-Math-Derivative
# Date created: 25 November 2004
# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar>
#
# $FreeBSD$
#
PORTNAME= Math-Derivative
PORTVERSION= 0.01
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
PKGNAMEPREFIX= p5-
MAINTAINER= fernan@iib.unsam.edu.ar
COMMENT= Numeric 1st and 2nd order differentiation
PERL_CONFIGURE= yes
MAN3= Math::Derivative.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (Math-Derivative-0.01.tar.gz) = a359b1b4b545c03f4147594fc64420a2
SIZE (Math-Derivative-0.01.tar.gz) = 1935

View File

@ -0,0 +1,7 @@
This Perl package exports functions for performing numerical first
(Derivative1) and second Derivative2) order differentiation on vectors
of data. They both take references to two arrays containing the x and y
ordinates of the data and return an array of the 1st or 2nd derivative
at the given x ordinates. Derivative2 may optionally be given values to
use for the first dervivative at the start and end points of the data -
otherwiswe 'natural' values are used.

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Derivative/.packlist
%%SITE_PERL%%/Math/Derivative.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Derivative
@dirrm %%SITE_PERL%%/Math
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true