mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Adding port math/p5-Math-Symbolic-Custom-ErrorPropagation, Calculate Gaussian Error Propagation
Approved by: tobez (implicit)
This commit is contained in:
parent
c1eafb7989
commit
23fec79211
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162443
5 changed files with 50 additions and 0 deletions
|
@ -192,6 +192,7 @@
|
||||||
SUBDIR += p5-Math-Symbolic
|
SUBDIR += p5-Math-Symbolic
|
||||||
SUBDIR += p5-Math-Symbolic-Custom-CCompiler
|
SUBDIR += p5-Math-Symbolic-Custom-CCompiler
|
||||||
SUBDIR += p5-Math-Symbolic-Custom-Contains
|
SUBDIR += p5-Math-Symbolic-Custom-Contains
|
||||||
|
SUBDIR += p5-Math-Symbolic-Custom-ErrorPropagation
|
||||||
SUBDIR += p5-Math-SymbolicX-BigNum
|
SUBDIR += p5-Math-SymbolicX-BigNum
|
||||||
SUBDIR += p5-Math-SymbolicX-Complex
|
SUBDIR += p5-Math-SymbolicX-Complex
|
||||||
SUBDIR += p5-Math-SymbolicX-Inline
|
SUBDIR += p5-Math-SymbolicX-Inline
|
||||||
|
|
31
math/p5-Math-Symbolic-Custom-ErrorPropagation/Makefile
Normal file
31
math/p5-Math-Symbolic-Custom-ErrorPropagation/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
# New ports collection makefile for: Math-Symbolic-Custom-ErrorPropagation
|
||||||
|
# Date created: 15 May 2006
|
||||||
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= Math-Symbolic-Custom-ErrorPropagation
|
||||||
|
PORTVERSION= 0.10
|
||||||
|
CATEGORIES= math perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= Math
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= aaron@FreeBSD.org
|
||||||
|
COMMENT= Calculate Gaussian Error Propagation
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic
|
||||||
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
MAN3= Math::Symbolic::Custom::ErrorPropagation.3
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${PERL_LEVEL} < 500600
|
||||||
|
IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
3
math/p5-Math-Symbolic-Custom-ErrorPropagation/distinfo
Normal file
3
math/p5-Math-Symbolic-Custom-ErrorPropagation/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (Math-Symbolic-Custom-ErrorPropagation-0.10.tar.gz) = 4f50bcf0c79cd1d9e87d6086e8ea569f
|
||||||
|
SHA256 (Math-Symbolic-Custom-ErrorPropagation-0.10.tar.gz) = fa54a3642d78ad8a5fbeae76d9d14be5c4971f631404326c1c0eb04b7b97e1e4
|
||||||
|
SIZE (Math-Symbolic-Custom-ErrorPropagation-0.10.tar.gz) = 3505
|
6
math/p5-Math-Symbolic-Custom-ErrorPropagation/pkg-descr
Normal file
6
math/p5-Math-Symbolic-Custom-ErrorPropagation/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
This module extends the functionality of Math::Symbolic by offering
|
||||||
|
facilities to calculate the propagated variance of a function of variables
|
||||||
|
with variances themselves.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Math-Symbolic-Custom-ErrorPropagation
|
||||||
|
Author: Steffen Mueller <symbolic-module@steffen-mueller.net>
|
9
math/p5-Math-Symbolic-Custom-ErrorPropagation/pkg-plist
Normal file
9
math/p5-Math-Symbolic-Custom-ErrorPropagation/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
%%SITE_PERL%%/Math/Symbolic/Custom/ErrorPropagation.pm
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/ErrorPropagation/.packlist
|
||||||
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/ErrorPropagation
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||||
|
@dirrmtry %%SITE_PERL%%/Math/Symbolic/Custom
|
||||||
|
@dirrmtry %%SITE_PERL%%/Math/Symbolic
|
||||||
|
@dirrmtry %%SITE_PERL%%/Math
|
Loading…
Add table
Reference in a new issue