mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
Add p5-Math-NumberCruncher 5.00, collection of useful math-related
functions. PR: ports/109964 Submitted by: chinsan
This commit is contained in:
parent
5daa80e524
commit
cbee44fbaf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186674
5 changed files with 41 additions and 0 deletions
|
@ -211,6 +211,7 @@
|
|||
SUBDIR += p5-Math-LinearCombination
|
||||
SUBDIR += p5-Math-Logic
|
||||
SUBDIR += p5-Math-Matrix
|
||||
SUBDIR += p5-Math-NumberCruncher
|
||||
SUBDIR += p5-Math-Pari
|
||||
SUBDIR += p5-Math-Polynomial-Solve
|
||||
SUBDIR += p5-Math-Random
|
||||
|
|
25
math/p5-Math-NumberCruncher/Makefile
Normal file
25
math/p5-Math-NumberCruncher/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: math/p5-Math-NumberCruncher
|
||||
# Date created: 2007/03/06
|
||||
# Whom: chinsan
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Math-NumberCruncher
|
||||
PORTVERSION= 5.00
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Math
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= chinsan@FreeBSD.org
|
||||
COMMENT= Collection of useful math-related functions
|
||||
|
||||
BUILD_DEPENDS= p5-Math-BigInt>=0:${PORTSDIR}/math/p5-Math-BigInt
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Math::NumberCruncher.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
math/p5-Math-NumberCruncher/distinfo
Normal file
3
math/p5-Math-NumberCruncher/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Math-NumberCruncher-5.00.tar.gz) = 42a86b1ea9d47b2413300af28ce5df9f
|
||||
SHA256 (Math-NumberCruncher-5.00.tar.gz) = 481ee17c60939060509c431d1cc701a4cfae485d68de2e7d4f70d1eae1e8df0d
|
||||
SIZE (Math-NumberCruncher-5.00.tar.gz) = 82311
|
6
math/p5-Math-NumberCruncher/pkg-descr
Normal file
6
math/p5-Math-NumberCruncher/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Math::NumberCruncher - Collection of useful math-related functions.
|
||||
This module is a collection of commonly needed number-related functions,
|
||||
including numerous standard statistical, geometric, and probability
|
||||
functions.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Math-NumberCruncher/
|
6
math/p5-Math-NumberCruncher/pkg-plist
Normal file
6
math/p5-Math-NumberCruncher/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/NumberCruncher/.packlist
|
||||
%%SITE_PERL%%/Math/NumberCruncher.pod
|
||||
%%SITE_PERL%%/Math/NumberCruncher.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/NumberCruncher
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||
@dirrmtry %%SITE_PERL%%/Math
|
Loading…
Add table
Reference in a new issue