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:
parent
8f93190f59
commit
43154a7e9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122448
@ -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
|
||||
|
25
math/p5-Math-Spline/Makefile
Normal file
25
math/p5-Math-Spline/Makefile
Normal 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>
|
2
math/p5-Math-Spline/distinfo
Normal file
2
math/p5-Math-Spline/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Math-Spline-0.01.tar.gz) = a9ebe29ba1794d1dca60aa0c44178197
|
||||
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.
|
5
math/p5-Math-Spline/pkg-plist
Normal file
5
math/p5-Math-Spline/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user