Adding port math/p5-Math-Algebra-Symbols, Symbolic Algebra in Pure Perl.

Approved by:	tobez (implicit)
This commit is contained in:
Aaron Dalton 2006-05-25 20:52:05 +00:00
parent d3e597f062
commit 8eb1b90e83
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163417
5 changed files with 58 additions and 0 deletions

View file

@ -163,6 +163,7 @@
SUBDIR += p5-Date-Handler
SUBDIR += p5-Geo-Distance
SUBDIR += p5-Graph
SUBDIR += p5-Math-Algebra-Symbols
SUBDIR += p5-Math-Base85
SUBDIR += p5-Math-BaseCalc
SUBDIR += p5-Math-Bezier

View file

@ -0,0 +1,34 @@
# New ports collection makefile for: p5-Math-Algebra-Symbols
# Date created: 25 May 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Math-Algebra-Symbols
PORTVERSION= 1.21
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@FreeBSD.org
COMMENT= Symbolic Algebra in Pure Perl
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= Math::Algebra::Symbols.3 \
Math::Algebra::Symbols::Sum.3 \
Math::Algebra::Symbols::Symbols.3 \
Math::Algebra::Symbols::Term.3
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= currently requires Perl 5.8. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

View file

@ -0,0 +1,3 @@
MD5 (Math-Algebra-Symbols-1.21.tar.gz) = a4625a87722c53c5f3666b9ab7d79c9b
SHA256 (Math-Algebra-Symbols-1.21.tar.gz) = 385fa7632e045c3d0734312535dca92575c3ab9bfa2988b2aceae3defcf5a25d
SIZE (Math-Algebra-Symbols-1.21.tar.gz) = 107418

View file

@ -0,0 +1,8 @@
This package supplies a set of functions and operators to manipulate
operator expressions algebraically using the familiar Perl syntax.
These expressions are constructed from "Symbols", "Operators", and
"Functions", and processed via "Methods". For examples, see: "Examples".
WWW: http://search.cpan.org/dist/Math-Algebra-Symbols
Author: Philip R Brenan <philiprbrenan@yahoo.com>

View file

@ -0,0 +1,12 @@
%%SITE_PERL%%/Math/Algebra/Symbols.pm
%%SITE_PERL%%/Math/Algebra/Symbols/Sum.pm
%%SITE_PERL%%/Math/Algebra/Symbols/Symbols.pm
%%SITE_PERL%%/Math/Algebra/Symbols/Term.pm
%%SITE_PERL%%/Math/Algebra/symbols.pl
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Algebra/Symbols/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Algebra/Symbols
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Algebra
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
@dirrm %%SITE_PERL%%/Math/Algebra/Symbols
@dirrmtry %%SITE_PERL%%/Math/Algebra
@dirrmtry %%SITE_PERL%%/Math