Adding port math/p5-Math-Symbolic-Custom-Transformation, Transform Math::Symbolic trees
Approved by: tobez (implicit)
This commit is contained in:
parent
9e1392e110
commit
4901192772
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162457
5 changed files with 65 additions and 0 deletions
|
@ -196,6 +196,7 @@
|
|||
SUBDIR += p5-Math-Symbolic-Custom-LaTeXDumper
|
||||
SUBDIR += p5-Math-Symbolic-Custom-Pattern
|
||||
SUBDIR += p5-Math-Symbolic-Custom-Simplification
|
||||
SUBDIR += p5-Math-Symbolic-Custom-Transformation
|
||||
SUBDIR += p5-Math-SymbolicX-BigNum
|
||||
SUBDIR += p5-Math-SymbolicX-Complex
|
||||
SUBDIR += p5-Math-SymbolicX-Inline
|
||||
|
|
32
math/p5-Math-Symbolic-Custom-Transformation/Makefile
Normal file
32
math/p5-Math-Symbolic-Custom-Transformation/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: Math-Symbolic-Custom-Transformation
|
||||
# Date created: 15 May 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Math-Symbolic-Custom-Transformation
|
||||
PORTVERSION= 1.01
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Math
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= aaron@FreeBSD.org
|
||||
COMMENT= Transform Math::Symbolic trees
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic \
|
||||
${SITE_PERL}/Math/Symbolic/Custom/Pattern.pm:${PORTSDIR}/math/p5-Math-Symbolic-Custom-Pattern
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= Math::Symbolic::Custom::Transformation.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-Transformation/distinfo
Normal file
3
math/p5-Math-Symbolic-Custom-Transformation/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Math-Symbolic-Custom-Transformation-1.01.tar.gz) = 24a17c3ae1f47b246c503667e385eb3f
|
||||
SHA256 (Math-Symbolic-Custom-Transformation-1.01.tar.gz) = c096cc13106af8d9e3c935c2ad05cbbb9ada36911a5f42dada15cd42c7633c21
|
||||
SIZE (Math-Symbolic-Custom-Transformation-1.01.tar.gz) = 9780
|
20
math/p5-Math-Symbolic-Custom-Transformation/pkg-descr
Normal file
20
math/p5-Math-Symbolic-Custom-Transformation/pkg-descr
Normal file
|
@ -0,0 +1,20 @@
|
|||
Math::Symbolic::Custom::Transformation is an extension to the
|
||||
Math::Symbolic module. You're assumed to be remotely familiar with that
|
||||
module throughout the documentation.
|
||||
|
||||
This package implements transformations of Math::Symbolic trees using
|
||||
Math::Symbolic trees. I'll try to explain what this means in the following
|
||||
paragraphs.
|
||||
|
||||
Until now, in order to be able to inspect a Math::Symbolic tree, one had
|
||||
to use the low-level Math::Symbolic interface like comparing the top
|
||||
node's term type with a constant (such as T_OPERATOR) and then its
|
||||
operator type with more constants. This has changed with the release of
|
||||
Math::Symbolic::Custom::Pattern.
|
||||
|
||||
To modify the tree, you had to use equally low-level or even
|
||||
encapsulation-breaking methods. This is meant to be changed by this
|
||||
distribution.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Math-Symbolic-Custom-Transformation
|
||||
Author: Steffen Mueller <symbolic-module@steffen-mueller.net>
|
9
math/p5-Math-Symbolic-Custom-Transformation/pkg-plist
Normal file
9
math/p5-Math-Symbolic-Custom-Transformation/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
%%SITE_PERL%%/Math/Symbolic/Custom/Transformation.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/Transformation/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/Transformation
|
||||
@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
|
Loading…
Reference in a new issue