1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Adding port math/p5-Math-Round-Var, another Perl rounding library.

Approved by:	tobez (implicit)
This commit is contained in:
Aaron Dalton 2006-05-21 21:44:06 +00:00
parent 2ced4ae60e
commit 1db5d16f42
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163006
5 changed files with 45 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,3 @@
%%SITE_PERL%%/Math/Round/Var.pm
@dirrm %%SITE_PERL%%/Math/Round
@dirrmtry %%SITE_PERL%%/Math