1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

[new port] math/p5-Math-Spline

PR:		ports/74380
Submitted by:	Fernan Aguero <fernan(at)iib.unsam.edu.ar>
This commit is contained in:
Sergey Matveychuk 2004-11-26 00:14:38 +00:00
parent 8f93190f59
commit 43154a7e9b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122448
5 changed files with 37 additions and 0 deletions

View File

@ -155,6 +155,7 @@
SUBDIR += p5-Math-Random-MT
SUBDIR += p5-Math-Round
SUBDIR += p5-Math-SimpleVariable
SUBDIR += p5-Math-Spline
SUBDIR += p5-Math-TrulyRandom
SUBDIR += p5-MatrixReal
SUBDIR += p5-NetCDF

View File

@ -0,0 +1,25 @@
# vim:ts=8
# New ports collection makefile for: p5-Math-Spline
# Date created: 25 November 2004
# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar>
#
# $FreeBSD$
#
PORTNAME= Math-Spline
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= Cubic Spline Interpolation of data
RUN_DEPENDS= ${SITE_PERL}/Math/Derivative.pm:${PORTSDIR}/math/p5-Math-Derivative
PERL_CONFIGURE= yes
MAN3= Math::Spline.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (Math-Spline-0.01.tar.gz) = a9ebe29ba1794d1dca60aa0c44178197
SIZE (Math-Spline-0.01.tar.gz) = 2667

View 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.

View File

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