diff options
author | aaron <aaron@FreeBSD.org> | 2006-05-21 21:44:06 +0000 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-05-21 21:44:06 +0000 |
commit | f8d2e423a029e48fdfd6e3ec2918149adfcae0db (patch) | |
tree | f5d4b07e8bc20a474973b93bf1795d67143ca94f /math | |
parent | a0b0835be1c066445d7127f50287ba68426e08f3 (diff) | |
download | FreeBSD-ports-f8d2e423a029e48fdfd6e3ec2918149adfcae0db.zip FreeBSD-ports-f8d2e423a029e48fdfd6e3ec2918149adfcae0db.tar.gz |
Adding port math/p5-Math-Round-Var, another Perl rounding library.
Approved by: tobez (implicit)
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-Round-Var/Makefile | 28 | ||||
-rw-r--r-- | math/p5-Math-Round-Var/distinfo | 3 | ||||
-rw-r--r-- | math/p5-Math-Round-Var/pkg-descr | 10 | ||||
-rw-r--r-- | math/p5-Math-Round-Var/pkg-plist | 3 |
5 files changed, 45 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index ced3a41..7128abc 100644 --- a/math/Makefile +++ b/math/Makefile @@ -187,6 +187,7 @@ SUBDIR += p5-Math-Random SUBDIR += p5-Math-Random-MT SUBDIR += p5-Math-Round + SUBDIR += p5-Math-Round-Var SUBDIR += p5-Math-Sequence SUBDIR += p5-Math-Series SUBDIR += p5-Math-SimpleVariable diff --git a/math/p5-Math-Round-Var/Makefile b/math/p5-Math-Round-Var/Makefile new file mode 100644 index 0000000..cd883fa --- /dev/null +++ b/math/p5-Math-Round-Var/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: Math-Round-Var +# Date created: 21 May 2006 +# Whom: Aaron Dalton <aaron@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Math-Round-Var +PORTVERSION= 0.02 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Math +PKGNAMEPREFIX= p5- + +MAINTAINER= aaron@FreeBSD.org +COMMENT= Variations on rounding + +MAN3= Math::Round::Var.3 + +PERL_MODBUILD= yes + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/math/p5-Math-Round-Var/distinfo b/math/p5-Math-Round-Var/distinfo new file mode 100644 index 0000000..64f7832 --- /dev/null +++ b/math/p5-Math-Round-Var/distinfo @@ -0,0 +1,3 @@ +MD5 (Math-Round-Var-0.02.tar.gz) = ec57279fb4f08b3c9282854053e5d03c +SHA256 (Math-Round-Var-0.02.tar.gz) = ee430dddf678bbfcad7174656b8012c51853d9d19f9e11b4453762534f7ca162 +SIZE (Math-Round-Var-0.02.tar.gz) = 4260 diff --git a/math/p5-Math-Round-Var/pkg-descr b/math/p5-Math-Round-Var/pkg-descr new file mode 100644 index 0000000..05b5acc --- /dev/null +++ b/math/p5-Math-Round-Var/pkg-descr @@ -0,0 +1,10 @@ +This module gives you the ability to round numbers to either decimal or +fractional precision while encapsulating the rounding precision in an +object. This allows scripts and modules to maintain multiple precision +values as objects. + +It also implements flexible scheme parsing, so that your programs and +modules can offload the how-to-round decisions to this module. + +WWW: http://search.cpan.org/dist/Math-Round-Var +Author: Eric L. Wilhelm <ewilhelm at cpan dot org> diff --git a/math/p5-Math-Round-Var/pkg-plist b/math/p5-Math-Round-Var/pkg-plist new file mode 100644 index 0000000..dc2021a --- /dev/null +++ b/math/p5-Math-Round-Var/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/Math/Round/Var.pm +@dirrm %%SITE_PERL%%/Math/Round +@dirrmtry %%SITE_PERL%%/Math |