Adding port math/p5-Math-Symbolic-Custom-ErrorPropagation, Calculate Gaussian Error Propagation
Approved by: tobez (implicit)
This commit is contained in:
@@ -192,6 +192,7 @@
|
||||
SUBDIR += p5-Math-Symbolic
|
||||
SUBDIR += p5-Math-Symbolic-Custom-CCompiler
|
||||
SUBDIR += p5-Math-Symbolic-Custom-Contains
|
||||
SUBDIR += p5-Math-Symbolic-Custom-ErrorPropagation
|
||||
SUBDIR += p5-Math-SymbolicX-BigNum
|
||||
SUBDIR += p5-Math-SymbolicX-Complex
|
||||
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
|
||||
Reference in New Issue
Block a user