From 0e0b36897161350e55aab60058771361e4d12a5c Mon Sep 17 00:00:00 2001 From: Aaron Dalton Date: Mon, 15 May 2006 06:27:26 +0000 Subject: Adding port math/p5-Math-Symbolic-Custom-Contains, Find subtrees in Math::Symbolic expressions Approved by: tobez (implicit) --- math/p5-Math-Symbolic-Custom-Contains/Makefile | 31 +++++++++++++++++++++++++ math/p5-Math-Symbolic-Custom-Contains/distinfo | 3 +++ math/p5-Math-Symbolic-Custom-Contains/pkg-descr | 6 +++++ math/p5-Math-Symbolic-Custom-Contains/pkg-plist | 9 +++++++ 4 files changed, 49 insertions(+) create mode 100644 math/p5-Math-Symbolic-Custom-Contains/Makefile create mode 100644 math/p5-Math-Symbolic-Custom-Contains/distinfo create mode 100644 math/p5-Math-Symbolic-Custom-Contains/pkg-descr create mode 100644 math/p5-Math-Symbolic-Custom-Contains/pkg-plist (limited to 'math/p5-Math-Symbolic-Custom-Contains') 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 +# +# $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 + +.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-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 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 -- cgit v1.2.3