From 9e1392e110229e3de87897a5f92d0e7ace4e5064 Mon Sep 17 00:00:00 2001 From: Aaron Dalton Date: Mon, 15 May 2006 15:50:32 +0000 Subject: [PATCH] Adding port math/p5-Math-Symbolic-Custom-Simplification, User defined simplification routines Approved by: tobez (implicit) --- math/Makefile | 1 + .../Makefile | 31 +++++++++++++++++++ .../distinfo | 3 ++ .../pkg-descr | 20 ++++++++++++ .../pkg-plist | 9 ++++++ 5 files changed, 64 insertions(+) create mode 100644 math/p5-Math-Symbolic-Custom-Simplification/Makefile create mode 100644 math/p5-Math-Symbolic-Custom-Simplification/distinfo create mode 100644 math/p5-Math-Symbolic-Custom-Simplification/pkg-descr create mode 100644 math/p5-Math-Symbolic-Custom-Simplification/pkg-plist diff --git a/math/Makefile b/math/Makefile index 32bfcad3a710..601da879215a 100644 --- a/math/Makefile +++ b/math/Makefile @@ -195,6 +195,7 @@ SUBDIR += p5-Math-Symbolic-Custom-ErrorPropagation SUBDIR += p5-Math-Symbolic-Custom-LaTeXDumper SUBDIR += p5-Math-Symbolic-Custom-Pattern + SUBDIR += p5-Math-Symbolic-Custom-Simplification SUBDIR += p5-Math-SymbolicX-BigNum SUBDIR += p5-Math-SymbolicX-Complex SUBDIR += p5-Math-SymbolicX-Inline diff --git a/math/p5-Math-Symbolic-Custom-Simplification/Makefile b/math/p5-Math-Symbolic-Custom-Simplification/Makefile new file mode 100644 index 000000000000..5b7bfdeb5b01 --- /dev/null +++ b/math/p5-Math-Symbolic-Custom-Simplification/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: Math-Symbolic-Custom-Simplification +# Date created: 15 May 2006 +# Whom: Aaron Dalton +# +# $FreeBSD$ +# + +PORTNAME= Math-Symbolic-Custom-Simplification +PORTVERSION= 1.01 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Math +PKGNAMEPREFIX= p5- + +MAINTAINER= aaron@FreeBSD.org +COMMENT= User defined simplification routines + +BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic +RUN_DEPENDS= ${BUILD_DEPENDS} + +MAN3= Math::Symbolic::Custom::Simplification.3 + +PERL_CONFIGURE= yes + +.include + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again +.endif + +.include diff --git a/math/p5-Math-Symbolic-Custom-Simplification/distinfo b/math/p5-Math-Symbolic-Custom-Simplification/distinfo new file mode 100644 index 000000000000..daf8da44f302 --- /dev/null +++ b/math/p5-Math-Symbolic-Custom-Simplification/distinfo @@ -0,0 +1,3 @@ +MD5 (Math-Symbolic-Custom-Simplification-1.01.tar.gz) = dd516df0b2c870773aedcfef80a03b8b +SHA256 (Math-Symbolic-Custom-Simplification-1.01.tar.gz) = cd99ef0a03596f8b76fa10bbdb5bed53763a3cd2ae040b897001bc7688e856cf +SIZE (Math-Symbolic-Custom-Simplification-1.01.tar.gz) = 3767 diff --git a/math/p5-Math-Symbolic-Custom-Simplification/pkg-descr b/math/p5-Math-Symbolic-Custom-Simplification/pkg-descr new file mode 100644 index 000000000000..fad27c9adbf7 --- /dev/null +++ b/math/p5-Math-Symbolic-Custom-Simplification/pkg-descr @@ -0,0 +1,20 @@ +This module is an extension to the Math::Symbolic module. A basic +familiarity with that module is required. + +Math::Symbolic offers some builtin simplification routines. These, +however, are not capable of complex simplifications. This extension offers +facilities to override the default simplification routines through means +of subclassing this module. A subclass of this module is required to +define a simplify object method that implements a simplification of +Math::Symbolic trees. + +There are two class methods to inherit: register and unregister. Calling +the register method on your subclass registers your class as providing the +simplify method that is invoked whenever simplify() is called on a +Math::Symbolic::Operator object. + +Calling unregister on your subclass restores whichever simplification +routines where in place before. + +WWW: http://search.cpan.org/dist/Math-Symbolic-Custom-Simplification +Author: Steffen Mueller diff --git a/math/p5-Math-Symbolic-Custom-Simplification/pkg-plist b/math/p5-Math-Symbolic-Custom-Simplification/pkg-plist new file mode 100644 index 000000000000..fbb8312053f1 --- /dev/null +++ b/math/p5-Math-Symbolic-Custom-Simplification/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/Math/Symbolic/Custom/Simplification.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/Simplification/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/Simplification +@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