diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-15 06:27:26 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-15 06:27:26 +0000 |
commit | 0e0b36897161350e55aab60058771361e4d12a5c (patch) | |
tree | ba8fe1e13ae8c8bef02207b1bfea920e09a42d4c /math | |
parent | Adding port math/p5-Math-Symbolic, a library for dealing with symbolic math. (diff) |
Adding port math/p5-Math-Symbolic-Custom-Contains, Find subtrees in Math::Symbolic expressions
Approved by: tobez (implicit)
Notes
Notes:
svn path=/head/; revision=162400
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-Symbolic-Custom-Contains/Makefile | 31 | ||||
-rw-r--r-- | math/p5-Math-Symbolic-Custom-Contains/distinfo | 3 | ||||
-rw-r--r-- | math/p5-Math-Symbolic-Custom-Contains/pkg-descr | 6 | ||||
-rw-r--r-- | math/p5-Math-Symbolic-Custom-Contains/pkg-plist | 9 |
5 files changed, 50 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 752f6b9defbc..d3adbc7d786a 100644 --- a/math/Makefile +++ b/math/Makefile @@ -190,6 +190,7 @@ SUBDIR += p5-Math-SimpleVariable SUBDIR += p5-Math-Spline SUBDIR += p5-Math-Symbolic + SUBDIR += p5-Math-Symbolic-Custom-Contains SUBDIR += p5-Math-TrulyRandom SUBDIR += p5-Math-Vec SUBDIR += p5-Math-VecStat diff --git a/math/p5-Math-Symbolic-Custom-Contains/Makefile b/math/p5-Math-Symbolic-Custom-Contains/Makefile new file mode 100644 index 000000000000..3930bf26710b --- /dev/null +++ b/math/p5-Math-Symbolic-Custom-Contains/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: Math-Symbolic-Custom-Contains +# Date created: 15 May 2006 +# Whom: Aaron Dalton <aaron@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Math-Symbolic-Custom-Contains +PORTVERSION= 0.10 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Math +PKGNAMEPREFIX= p5- + +MAINTAINER= aaron@FreeBSD.org +COMMENT= Find subtrees in Math::Symbolic expressions + +BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic +RUN_DEPENDS= ${BUILD_DEPENDS} + +MAN3= Math::Symbolic::Custom::Contains.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> diff --git a/math/p5-Math-Symbolic-Custom-Contains/distinfo b/math/p5-Math-Symbolic-Custom-Contains/distinfo new file mode 100644 index 000000000000..f7c039e0cbb4 --- /dev/null +++ b/math/p5-Math-Symbolic-Custom-Contains/distinfo @@ -0,0 +1,3 @@ +MD5 (Math-Symbolic-Custom-Contains-0.10.tar.gz) = abb7ea9a46b2f2d8cfb532e717f29ea9 +SHA256 (Math-Symbolic-Custom-Contains-0.10.tar.gz) = ff1766289a3b8c5d73cee050c190d36dcc795110afd2ab4413d006373187f54b +SIZE (Math-Symbolic-Custom-Contains-0.10.tar.gz) = 2684 diff --git a/math/p5-Math-Symbolic-Custom-Contains/pkg-descr b/math/p5-Math-Symbolic-Custom-Contains/pkg-descr new file mode 100644 index 000000000000..95ec98980ce1 --- /dev/null +++ b/math/p5-Math-Symbolic-Custom-Contains/pkg-descr @@ -0,0 +1,6 @@ +This module extends the functionality of Math::Symbolic by offering +facilities to test a Math::Symbolic tree for existance of a specific +subtree in the Math::Symbolic tree. + +WWW: http://search.cpan.org/dist/Math-Symbolic-Custom-Contains +Author: Steffen Mueller <symbolic-module@steffen-mueller.net> diff --git a/math/p5-Math-Symbolic-Custom-Contains/pkg-plist b/math/p5-Math-Symbolic-Custom-Contains/pkg-plist new file mode 100644 index 000000000000..a8f266309c2a --- /dev/null +++ b/math/p5-Math-Symbolic-Custom-Contains/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/Math/Symbolic/Custom/Contains.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/Contains/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/Contains +@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 |