[Midnightbsd-cvs] mports [24238] trunk/math: add p5-Number-Compare

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 8 12:55:06 EDT 2018


Revision: 24238
          http://svnweb.midnightbsd.org/mports/?rev=24238
Author:   laffer1
Date:     2018-09-08 12:55:05 -0400 (Sat, 08 Sep 2018)
Log Message:
-----------
add p5-Number-Compare

Modified Paths:
--------------
    trunk/math/Makefile

Added Paths:
-----------
    trunk/math/p5-Number-Compare/
    trunk/math/p5-Number-Compare/Makefile
    trunk/math/p5-Number-Compare/distinfo
    trunk/math/p5-Number-Compare/pkg-descr
    trunk/math/p5-Number-Compare/pkg-plist

Modified: trunk/math/Makefile
===================================================================
--- trunk/math/Makefile	2018-09-08 16:53:57 UTC (rev 24237)
+++ trunk/math/Makefile	2018-09-08 16:55:05 UTC (rev 24238)
@@ -33,6 +33,7 @@
 SUBDIR += p5-Math-Random-ISAAC
 SUBDIR += p5-Math-Random-ISAAC-XS
 SUBDIR += p5-Math-Round
+SUBDIR += p5-Number-Compare
 SUBDIR += p5-Set-IntSpan
 SUBDIR += p5-bignum
 SUBDIR += php56-bcmath

Added: trunk/math/p5-Number-Compare/Makefile
===================================================================
--- trunk/math/p5-Number-Compare/Makefile	                        (rev 0)
+++ trunk/math/p5-Number-Compare/Makefile	2018-09-08 16:55:05 UTC (rev 24238)
@@ -0,0 +1,20 @@
+# $MidnightBSD$
+
+PORTNAME=	Number-Compare
+PORTVERSION=	0.03
+PORTREVISION=	1
+CATEGORIES=	math perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Numeric comparisons
+
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+
+USES=		perl5
+USE_PERL5=	configure
+PERL_CONFIGURE=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/math/p5-Number-Compare/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/math/p5-Number-Compare/distinfo
===================================================================
--- trunk/math/p5-Number-Compare/distinfo	                        (rev 0)
+++ trunk/math/p5-Number-Compare/distinfo	2018-09-08 16:55:05 UTC (rev 24238)
@@ -0,0 +1,2 @@
+SHA256 (Number-Compare-0.03.tar.gz) = 83293737e803b43112830443fb5208ec5208a2e6ea512ed54ef8e4dd2b880827
+SIZE (Number-Compare-0.03.tar.gz) = 2572


Property changes on: trunk/math/p5-Number-Compare/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/math/p5-Number-Compare/pkg-descr
===================================================================
--- trunk/math/p5-Number-Compare/pkg-descr	                        (rev 0)
+++ trunk/math/p5-Number-Compare/pkg-descr	2018-09-08 16:55:05 UTC (rev 24238)
@@ -0,0 +1,12 @@
+Number::Compare compiles a simple comparison to an anonymous subroutine,
+which you can call with a value to be tested again.
+
+Now this would be very pointless, if Number::Compare didn't understand
+magnitudes.
+
+The target value may use magnitudes of kilobytes (k, ki), megabytes (m,
+mi), or gigabytes (g, gi).  Those suffixed with an i use the appropriate
+2**n version in accordance with the IEC standard:
+http://physics.nist.gov/cuu/Units/binary.html
+
+WWW: https://metacpan.org/release/Number-Compare


Property changes on: trunk/math/p5-Number-Compare/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/math/p5-Number-Compare/pkg-plist
===================================================================
--- trunk/math/p5-Number-Compare/pkg-plist	                        (rev 0)
+++ trunk/math/p5-Number-Compare/pkg-plist	2018-09-08 16:55:05 UTC (rev 24238)
@@ -0,0 +1,2 @@
+%%PERL5_MAN3%%/Number::Compare.3.gz
+%%SITE_PERL%%/Number/Compare.pm


Property changes on: trunk/math/p5-Number-Compare/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list