diff options
author | aaron <aaron@FreeBSD.org> | 2006-05-15 15:09:05 +0000 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-05-15 15:09:05 +0000 |
commit | e9841bbb94baa72a5d2359a00dca5af31f0c104a (patch) | |
tree | b116d08670da60d76a8a6c104bd8e203324f1bcf /math/p5-Math-Symbolic-Custom-ErrorPropagation | |
parent | 062a472cb23352184c662b54b36c0c0f64e75552 (diff) | |
download | FreeBSD-ports-e9841bbb94baa72a5d2359a00dca5af31f0c104a.zip FreeBSD-ports-e9841bbb94baa72a5d2359a00dca5af31f0c104a.tar.gz |
Adding port math/p5-Math-Symbolic-Custom-ErrorPropagation, Calculate Gaussian Error Propagation
Approved by: tobez (implicit)
Diffstat (limited to 'math/p5-Math-Symbolic-Custom-ErrorPropagation')
4 files changed, 49 insertions, 0 deletions
diff --git a/math/p5-Math-Symbolic-Custom-ErrorPropagation/Makefile b/math/p5-Math-Symbolic-Custom-ErrorPropagation/Makefile new file mode 100644 index 0000000..28f8a0b --- /dev/null +++ b/math/p5-Math-Symbolic-Custom-ErrorPropagation/Makefile @@ -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> diff --git a/math/p5-Math-Symbolic-Custom-ErrorPropagation/distinfo b/math/p5-Math-Symbolic-Custom-ErrorPropagation/distinfo new file mode 100644 index 0000000..e2eb21f --- /dev/null +++ b/math/p5-Math-Symbolic-Custom-ErrorPropagation/distinfo @@ -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 diff --git a/math/p5-Math-Symbolic-Custom-ErrorPropagation/pkg-descr b/math/p5-Math-Symbolic-Custom-ErrorPropagation/pkg-descr new file mode 100644 index 0000000..376b3e1 --- /dev/null +++ b/math/p5-Math-Symbolic-Custom-ErrorPropagation/pkg-descr @@ -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> diff --git a/math/p5-Math-Symbolic-Custom-ErrorPropagation/pkg-plist b/math/p5-Math-Symbolic-Custom-ErrorPropagation/pkg-plist new file mode 100644 index 0000000..c6e7bdf --- /dev/null +++ b/math/p5-Math-Symbolic-Custom-ErrorPropagation/pkg-plist @@ -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 |