1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

Add p5-Math-LinearCombination 0.03,

sum of variables with a
numerical coefficient.

PR:		32975
Submitted by:	Sergey Skvortsov <skv@FreeBSD.org>
This commit is contained in:
Sergey Skvortsov 2002-05-27 14:52:23 +00:00
parent 4818abba4f
commit cb5babcdc5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60138
6 changed files with 46 additions and 0 deletions

View File

@ -86,6 +86,7 @@
SUBDIR += p5-Math-FixedPrecision
SUBDIR += p5-Math-GMP
SUBDIR += p5-Math-Interpolate
SUBDIR += p5-Math-LinearCombination
SUBDIR += p5-Math-Logic
SUBDIR += p5-Math-Pari
SUBDIR += p5-Math-Random

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (Math-LinearCombination-0.03.tar.gz) = 8a8b0e49dda41f288cbb8f1d384209f9

View File

@ -0,0 +1 @@
Sum of variables with a numerical coefficient

View File

@ -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

View File

@ -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