diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-15 06:36:16 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-15 06:36:16 +0000 |
commit | 58e4a7d5240713b395997c93f00af25423ee9be1 (patch) | |
tree | 09b6c5f8a3ca3db737a8a8a8283e1155d2e4cda0 /math | |
parent | 0e0b36897161350e55aab60058771361e4d12a5c (diff) | |
download | ports-58e4a7d5240713b395997c93f00af25423ee9be1.tar.gz ports-58e4a7d5240713b395997c93f00af25423ee9be1.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-SymbolicX-Inline/Makefile | 32 | ||||
-rw-r--r-- | math/p5-Math-SymbolicX-Inline/distinfo | 3 | ||||
-rw-r--r-- | math/p5-Math-SymbolicX-Inline/pkg-descr | 10 | ||||
-rw-r--r-- | math/p5-Math-SymbolicX-Inline/pkg-plist | 7 |
5 files changed, 53 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index d3adbc7d786a..860cfb26c1f9 100644 --- a/math/Makefile +++ b/math/Makefile @@ -191,6 +191,7 @@ SUBDIR += p5-Math-Spline SUBDIR += p5-Math-Symbolic SUBDIR += p5-Math-Symbolic-Custom-Contains + SUBDIR += p5-Math-SymbolicX-Inline SUBDIR += p5-Math-TrulyRandom SUBDIR += p5-Math-Vec SUBDIR += p5-Math-VecStat diff --git a/math/p5-Math-SymbolicX-Inline/Makefile b/math/p5-Math-SymbolicX-Inline/Makefile new file mode 100644 index 000000000000..aa6b7152219e --- /dev/null +++ b/math/p5-Math-SymbolicX-Inline/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: Math-SymbolicX-Inline +# Date created: 15 May 2006 +# Whom: Aaron Dalton <aaron@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Math-SymbolicX-Inline +PORTVERSION= 1.00 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Math +PKGNAMEPREFIX= p5- + +MAINTAINER= aaron@FreeBSD.org +COMMENT= Inlined Math::Symbolic functions + +BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic \ + ${SITE_PERL}/Math/Symbolic/Custom/Contains.pm:${PORTSDIR}/math/p5-Math-Symbolic-Custom-Contains +RUN_DEPENDS= ${BUILD_DEPENDS} + +MAN3= Math::SymbolicX::Inline.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-SymbolicX-Inline/distinfo b/math/p5-Math-SymbolicX-Inline/distinfo new file mode 100644 index 000000000000..ad5da4d3f663 --- /dev/null +++ b/math/p5-Math-SymbolicX-Inline/distinfo @@ -0,0 +1,3 @@ +MD5 (Math-SymbolicX-Inline-1.00.tar.gz) = 2c7896a65ca5fe67c9bd0c11ad288e34 +SHA256 (Math-SymbolicX-Inline-1.00.tar.gz) = eedd07155813bb38950162bc7bdb920145ecbae76fdfd8ef3e174447a04b1207 +SIZE (Math-SymbolicX-Inline-1.00.tar.gz) = 7970 diff --git a/math/p5-Math-SymbolicX-Inline/pkg-descr b/math/p5-Math-SymbolicX-Inline/pkg-descr new file mode 100644 index 000000000000..0adac8603b19 --- /dev/null +++ b/math/p5-Math-SymbolicX-Inline/pkg-descr @@ -0,0 +1,10 @@ +This module is an extension to the Math::Symbolic module. A basic +familiarity with that module is required. + +Math::SymbolicX::Inline allows easy creation of Perl functions from +symbolic expressions in the context of Math::Symbolic. That means you can +define arbitrary Math::Symbolic trees (including derivatives) and let this +module compile them to package subroutines. + +WWW: http://search.cpan.org/dist/Math-SymbolicX-Inline +Author: Steffen Mueller <symbolic-module@steffen-mueller.net> diff --git a/math/p5-Math-SymbolicX-Inline/pkg-plist b/math/p5-Math-SymbolicX-Inline/pkg-plist new file mode 100644 index 000000000000..95d2e007e311 --- /dev/null +++ b/math/p5-Math-SymbolicX-Inline/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Math/SymbolicX/Inline.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/Inline/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/Inline +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrm %%SITE_PERL%%/Math/SymbolicX +@dirrmtry %%SITE_PERL%%/Math |