- Add p5-Number-Tolerant-1.700
Number::Tolerant provides tolerance ranges for inexact numbers. WWW: http://search.cpan.org/dist/Number-Tolerant/ PR: ports/152379 Submitted by: Kurt Lidl <kurt.lidl@cello.com>
This commit is contained in:
parent
eda449a8e5
commit
78a7f7a2f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264843
5 changed files with 50 additions and 0 deletions
|
@ -1958,6 +1958,7 @@
|
|||
SUBDIR += p5-NEXT
|
||||
SUBDIR += p5-Net-DBus
|
||||
SUBDIR += p5-Number-Bytes-Human
|
||||
SUBDIR += p5-Number-Tolerant
|
||||
SUBDIR += p5-OLE-Storage_Lite
|
||||
SUBDIR += p5-OOTools
|
||||
SUBDIR += p5-Object-Accessor
|
||||
|
|
24
devel/p5-Number-Tolerant/Makefile
Normal file
24
devel/p5-Number-Tolerant/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: devel/p5-Number-Tolerant
|
||||
# Date created: 2010-11-18
|
||||
# Whom: Kurt Lidl <kurt.lidl@cello.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Number-Tolerant
|
||||
PORTVERSION= 1.700
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Provides inexact number comparisons with tolerance ranges
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Number::Tolerant.3 \
|
||||
Number::Tolerant::Constant.3 \
|
||||
Number::Tolerant::Type.3 \
|
||||
Number::Tolerant::Union.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Number-Tolerant/distinfo
Normal file
2
devel/p5-Number-Tolerant/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Number-Tolerant-1.700.tar.gz) = 30afbc1a1eee623f3fa798d00308e36f63f2db52fe3610cc430fe597178bd6db
|
||||
SIZE (Number-Tolerant-1.700.tar.gz) = 41662
|
3
devel/p5-Number-Tolerant/pkg-descr
Normal file
3
devel/p5-Number-Tolerant/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Number::Tolerant provides tolerance ranges for inexact numbers.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Number-Tolerant/
|
20
devel/p5-Number-Tolerant/pkg-plist
Normal file
20
devel/p5-Number-Tolerant/pkg-plist
Normal file
|
@ -0,0 +1,20 @@
|
|||
%%SITE_PERL%%/Number/Tolerant.pm
|
||||
%%SITE_PERL%%/Number/Tolerant/Constant.pm
|
||||
%%SITE_PERL%%/Number/Tolerant/Type.pm
|
||||
%%SITE_PERL%%/Number/Tolerant/Union.pm
|
||||
%%SITE_PERL%%/Number/Tolerant/Type/constant.pm
|
||||
%%SITE_PERL%%/Number/Tolerant/Type/infinite.pm
|
||||
%%SITE_PERL%%/Number/Tolerant/Type/less_than.pm
|
||||
%%SITE_PERL%%/Number/Tolerant/Type/more_than.pm
|
||||
%%SITE_PERL%%/Number/Tolerant/Type/offset.pm
|
||||
%%SITE_PERL%%/Number/Tolerant/Type/or_less.pm
|
||||
%%SITE_PERL%%/Number/Tolerant/Type/or_more.pm
|
||||
%%SITE_PERL%%/Number/Tolerant/Type/plus_or_minus.pm
|
||||
%%SITE_PERL%%/Number/Tolerant/Type/plus_or_minus_pct.pm
|
||||
%%SITE_PERL%%/Number/Tolerant/Type/to.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Tolerant/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Tolerant
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number
|
||||
@dirrm %%SITE_PERL%%/Number/Tolerant/Type
|
||||
@dirrm %%SITE_PERL%%/Number/Tolerant
|
||||
@dirrmtry %%SITE_PERL%%/Number
|
Loading…
Reference in a new issue