Add p5-Math-VecStat 0.08, basic statistics on vectors.

PR:		ports/78060
Submitted by:	Martin Matuska <martin@matuska.org>
This commit is contained in:
Erwin Lansing 2005-02-25 11:35:59 +00:00
parent da349d3fe5
commit 2a46de3b0e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129741
5 changed files with 32 additions and 0 deletions

View File

@ -161,6 +161,7 @@
SUBDIR += p5-Math-SimpleVariable
SUBDIR += p5-Math-Spline
SUBDIR += p5-Math-TrulyRandom
SUBDIR += p5-Math-VecStat
SUBDIR += p5-MatrixReal
SUBDIR += p5-NetCDF
SUBDIR += p5-Number-Compare

View File

@ -0,0 +1,23 @@
# vim:ts=8
# New ports collection makefile for: p5-Math-VecStat
# Date created: 25 Februar 2005
# Whom: Martin Matuska <martin@matuska.org>
#
# $FreeBSD$
#
PORTNAME= Math-VecStat
PORTVERSION= 0.08
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
PKGNAMEPREFIX= p5-
MAINTAINER= martin@matuska.org
COMMENT= Basic statistics on vectors
PERL_CONFIGURE= yes
MAN3= Math::VecStat.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (Math-VecStat-0.08.tar.gz) = 3df23fb451f73bb49fd4ea344ba94020
SIZE (Math-VecStat-0.08.tar.gz) = 4539

View File

@ -0,0 +1 @@
Some basic statistics on vectors (min,max,average,....).

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/VecStat/.packlist
%%SITE_PERL%%/Math/VecStat.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/VecStat
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Math 2>/dev/null || true