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

Import p5-Math-Round. Math::Round is a Perl module. It supplies functions to

round numbers, both positive and negative, in various ways.  This may seem like
an odd thing to write a whole module for, but rounding can sometimes be
a little tricky, so I thought some people might find this useful.
This commit is contained in:
Foxfair Hu 2003-09-06 02:30:34 +00:00
parent aaf7366a87
commit 2511316b85
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88615
5 changed files with 38 additions and 0 deletions

View File

@ -115,6 +115,7 @@
SUBDIR += p5-Math-Pari
SUBDIR += p5-Math-Random
SUBDIR += p5-Math-Random-MT
SUBDIR += p5-Math-Round
SUBDIR += p5-Math-SimpleVariable
SUBDIR += p5-Math-TrulyRandom
SUBDIR += p5-MatrixReal

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: p5-Math-Round
# Date created: 04 Sep 2003
# Whom: Foxfair Hu <foxfair@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Math-Round
PORTVERSION= 0.05
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl extension for rounding numbers
PERL_CONFIGURE= yes
MAN3= Math::Round.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Math-Round-0.05.tar.gz) = ef35f988b32be4af3b3ccee131ece87f

View File

@ -0,0 +1,7 @@
Math::Round is a Perl module. It supplies functions to round numbers,
both positive and negative, in various ways. This may seem like an
odd thing to write a whole module for, but rounding can sometimes be
a little tricky, so I thought some people might find this useful.
WWW: http://search.cpan.org/dist/Math-Round/

View File

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