1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Adding port math/p5-Math-SymbolicX-Error, Parser extension for dealing with numeric errors

Approved by:	tobez (implicit)
This commit is contained in:
Aaron Dalton 2006-05-15 16:58:42 +00:00
parent 18c1025e7c
commit ce00b8d7d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162466
5 changed files with 53 additions and 0 deletions

View File

@ -199,6 +199,7 @@
SUBDIR += p5-Math-Symbolic-Custom-Transformation
SUBDIR += p5-Math-SymbolicX-BigNum
SUBDIR += p5-Math-SymbolicX-Complex
SUBDIR += p5-Math-SymbolicX-Error
SUBDIR += p5-Math-SymbolicX-Inline
SUBDIR += p5-Math-SymbolicX-NoSimplification
SUBDIR += p5-Math-SymbolicX-ParserExtensionFactory

View File

@ -0,0 +1,33 @@
# New ports collection makefile for: Math-SymbolicX-Error
# Date created: 15 May 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Math-SymbolicX-Error
PORTVERSION= 0.02
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@FreeBSD.org
COMMENT= Parser extension for dealing with numeric errors
BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic \
${SITE_PERL}/Math/SymbolicX/ParserExtensionFactory.pm:${PORTSDIR}/math/p5-Math-SymbolicX-ParserExtensionFactory \
${SITE_PERL}/Number/WithError.pm:${PORTSDIR}/math/p5-Number-WithError
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= Math::SymbolicX::Error.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>

View File

@ -0,0 +1,3 @@
MD5 (Math-SymbolicX-Error-0.02.tar.gz) = 16e459755856cb549210ec789caae285
SHA256 (Math-SymbolicX-Error-0.02.tar.gz) = 04b369acdb4372c28d073a2c425a28bdd261d81994ab8a9edd28a66dbc832393
SIZE (Math-SymbolicX-Error-0.02.tar.gz) = 4425

View File

@ -0,0 +1,9 @@
This module adds numeric error (or uncertainty) support to the
Math::Symbolic parser. It does so by extending the parser grammar of the
Math::Symbolic module (that is, the one stored in $Math::Symbolic::Parser)
with certain special functions that create constants as Number::WithError
objects. (Math::Symbolic::Variable objects have been able to contain
objects since the very beginning.)
WWW: http://search.cpan.org/dist/Math-SymbolicX-Error
Author: Steffen Mueller <symbolic-module@steffen-mueller.net>

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/Math/SymbolicX/Error.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/Error/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/Error
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
@dirrmtry %%SITE_PERL%%/Math/SymbolicX
@dirrmtry %%SITE_PERL%%/Math