diff options
author | skv <skv@FreeBSD.org> | 2002-05-27 14:52:23 +0000 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2002-05-27 14:52:23 +0000 |
commit | 01f8a321ce963351c00f51396e06ef4aa7ce7980 (patch) | |
tree | c296f57373263dfba09af1c2a0a4c27d1cbfc8a8 /math/p5-Math-LinearCombination | |
parent | 51b519a988e7e7a2156e98e7fe884a6c77cd4f22 (diff) | |
download | FreeBSD-ports-01f8a321ce963351c00f51396e06ef4aa7ce7980.zip FreeBSD-ports-01f8a321ce963351c00f51396e06ef4aa7ce7980.tar.gz |
Add p5-Math-LinearCombination 0.03,
sum of variables with a
numerical coefficient.
PR: 32975
Submitted by: Sergey Skvortsov <skv@FreeBSD.org>
Diffstat (limited to 'math/p5-Math-LinearCombination')
-rw-r--r-- | math/p5-Math-LinearCombination/Makefile | 30 | ||||
-rw-r--r-- | math/p5-Math-LinearCombination/distinfo | 1 | ||||
-rw-r--r-- | math/p5-Math-LinearCombination/pkg-comment | 1 | ||||
-rw-r--r-- | math/p5-Math-LinearCombination/pkg-descr | 8 | ||||
-rw-r--r-- | math/p5-Math-LinearCombination/pkg-plist | 5 |
5 files changed, 45 insertions, 0 deletions
diff --git a/math/p5-Math-LinearCombination/Makefile b/math/p5-Math-LinearCombination/Makefile new file mode 100644 index 0000000..34e2287 --- /dev/null +++ b/math/p5-Math-LinearCombination/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: Math::LinearCombination +# Date created: 5 Nov 2001 +# Whom: Sergey Skvortsov <skv@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Math-LinearCombination +PORTVERSION= 0.03 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Math +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/fields.pm:${PORTSDIR}/devel/p5-Class-Fields \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Math/SimpleVariable.pm:${PORTSDIR}/math/p5-Math-SimpleVariable +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Math::LinearCombination.3 + +pre-patch: + @${FIND} ${WRKSRC} -name "*.pm" | xargs ${PERL} -pi -e \ + 's!^require 5.005_62;!!; s!^use warnings;!!; s!^our\s+!my !;' + +.include <bsd.port.mk> diff --git a/math/p5-Math-LinearCombination/distinfo b/math/p5-Math-LinearCombination/distinfo new file mode 100644 index 0000000..6bd83e1 --- /dev/null +++ b/math/p5-Math-LinearCombination/distinfo @@ -0,0 +1 @@ +MD5 (Math-LinearCombination-0.03.tar.gz) = 8a8b0e49dda41f288cbb8f1d384209f9 diff --git a/math/p5-Math-LinearCombination/pkg-comment b/math/p5-Math-LinearCombination/pkg-comment new file mode 100644 index 0000000..7d6c122 --- /dev/null +++ b/math/p5-Math-LinearCombination/pkg-comment @@ -0,0 +1 @@ +Sum of variables with a numerical coefficient diff --git a/math/p5-Math-LinearCombination/pkg-descr b/math/p5-Math-LinearCombination/pkg-descr new file mode 100644 index 0000000..e631d16 --- /dev/null +++ b/math/p5-Math-LinearCombination/pkg-descr @@ -0,0 +1,8 @@ +Math::LinearCombination is a module for representing mathematical linear +combinations of variables. Evaluation and manipulation of linear +combinations is also supported. + +WWW: http://search.cpan.org/search?dist=Math-LinearCombination + +-- Sergey Skvortsov +skv@FreeBSD.org diff --git a/math/p5-Math-LinearCombination/pkg-plist b/math/p5-Math-LinearCombination/pkg-plist new file mode 100644 index 0000000..d0c1db2 --- /dev/null +++ b/math/p5-Math-LinearCombination/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/LinearCombination/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Math/LinearCombination.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/LinearCombination +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Math 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true |