Add p5-Math-Expr 0.4, a perl module for parsing mathematical expressions

into a tree structure.

PR:		21421
Submitted by:	Mario Sergio Fujikawa Ferriera <lioux@uol.com.br>
This commit is contained in:
Will Andrews 2000-09-20 18:45:52 +00:00
parent 9f28b5c070
commit c1e19dddb5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32903
6 changed files with 51 additions and 0 deletions

View File

@ -41,6 +41,7 @@
SUBDIR += numpy
SUBDIR += octave
SUBDIR += oleo
SUBDIR += p5-Math-Expr
SUBDIR += p5-MatrixReal
SUBDIR += p5-Set-IntSpan
SUBDIR += pari

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: p5-Math-Expr
# Date created: 20 Sep 2000
# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al.
#
# $FreeBSD$
#
PORTNAME= Math-Expr
PORTVERSION= 0.4
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
PKGNAMEPREFIX= p5-
MAINTAINER= lioux@linf.unb.br
USE_PERL5= yes
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Math::Expr.3 Math::Expr::FormulaDB.3 \
Math::Expr::MatchSet.3 Math::Expr::Node.3 \
Math::Expr::Num.3 Math::Expr::Opp.3 \
Math::Expr::OpperationDB.3 Math::Expr::Rule.3 \
Math::Expr::TypeDB.3 Math::Expr::Var.3 \
Math::Expr::VarSet.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Math-Expr-0.4.tar.gz) = 2c4f7eb097bca918f4748f7843bca02b

View File

@ -0,0 +1 @@
Perl module for parsing mathematical expressions into a tree structure

View File

@ -0,0 +1,7 @@
Math::Expr parses mathematical expressions into a tree structure.
The expressions may contain integers, real numbers, alphanumeric
variable names, alphanumeric function names and most other characters
might be used as operators. The operators can consist of multiple
characters. The only limitation is that a variable or function
name may not start on a digit, and not all chars are accepted in
operation names.

View File

@ -0,0 +1,14 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Expr/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Math/Expr.pm
lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/FormulaDB.pm
lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/MatchSet.pm
lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/Node.pm
lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/Num.pm
lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/Opp.pm
lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/OpperationDB.pm
lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/Rule.pm
lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/TypeDB.pm
lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/Var.pm
lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/VarSet.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Math/Expr
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Expr