1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

- Update to 1.701

Changelog: http://search.cpan.org/src/RJBS/Number-Tolerant-1.701/Changes
This commit is contained in:
Wen Heping 2010-11-30 06:17:59 +00:00
parent b7345b8e49
commit ca86f4e944
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265429
3 changed files with 18 additions and 4 deletions

View File

@ -6,9 +6,10 @@
#
PORTNAME= Number-Tolerant
PORTVERSION= 1.700
PORTVERSION= 1.701
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/R/RJ/RJBS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
@ -19,6 +20,17 @@ PERL_CONFIGURE= yes
MAN3= Number::Tolerant.3 \
Number::Tolerant::Constant.3 \
Number::Tolerant::Type.3 \
Number::Tolerant::Union.3
Number::Tolerant::Type::constant.3 \
Number::Tolerant::Type::infinite.3 \
Number::Tolerant::Type::less_than.3 \
Number::Tolerant::Type::more_than.3 \
Number::Tolerant::Type::offset.3 \
Number::Tolerant::Type::or_less.3 \
Number::Tolerant::Type::or_more.3 \
Number::Tolerant::Type::plus_or_minus.3 \
Number::Tolerant::Type::plus_or_minus_pct.3 \
Number::Tolerant::Type::to.3 \
Number::Tolerant::Union.3 \
Test::Tolerant.3
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (Number-Tolerant-1.700.tar.gz) = 30afbc1a1eee623f3fa798d00308e36f63f2db52fe3610cc430fe597178bd6db
SIZE (Number-Tolerant-1.700.tar.gz) = 41662
SHA256 (Number-Tolerant-1.701.tar.gz) = 3ea2a6642c7e9b99cc231d4895c1d767bff55b32f7864bf991f507e1d38c2ab0
SIZE (Number-Tolerant-1.701.tar.gz) = 27878

View File

@ -1,3 +1,4 @@
%%SITE_PERL%%/Test/Tolerant.pm
%%SITE_PERL%%/Number/Tolerant.pm
%%SITE_PERL%%/Number/Tolerant/Constant.pm
%%SITE_PERL%%/Number/Tolerant/Type.pm
@ -18,3 +19,4 @@
@dirrm %%SITE_PERL%%/Number/Tolerant/Type
@dirrm %%SITE_PERL%%/Number/Tolerant
@dirrmtry %%SITE_PERL%%/Number
@dirrmtry %%SITE_PERL%%/Test