[Midnightbsd-cvs] mports [18909] trunk/math: add port p5-Math-Random-ISAAC-XS
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun May 10 11:11:13 EDT 2015
Revision: 18909
http://svnweb.midnightbsd.org/mports/?rev=18909
Author: laffer1
Date: 2015-05-10 11:11:12 -0400 (Sun, 10 May 2015)
Log Message:
-----------
add port p5-Math-Random-ISAAC-XS
Modified Paths:
--------------
trunk/math/Makefile
Added Paths:
-----------
trunk/math/p5-Math-Random-ISAAC-XS/
trunk/math/p5-Math-Random-ISAAC-XS/Makefile
trunk/math/p5-Math-Random-ISAAC-XS/distinfo
trunk/math/p5-Math-Random-ISAAC-XS/pkg-descr
trunk/math/p5-Math-Random-ISAAC-XS/pkg-plist
Removed Paths:
-------------
trunk/math/eigen/
Modified: trunk/math/Makefile
===================================================================
--- trunk/math/Makefile 2015-05-09 22:44:54 UTC (rev 18908)
+++ trunk/math/Makefile 2015-05-10 15:11:12 UTC (rev 18909)
@@ -9,7 +9,6 @@
SUBDIR += cln
SUBDIR += djbfft
SUBDIR += edenmath
-SUBDIR += eigen
SUBDIR += eigen2
SUBDIR += eigen3
SUBDIR += facile
@@ -34,6 +33,7 @@
SUBDIR += p5-Math-BigInt
SUBDIR += p5-Math-BigRat
SUBDIR += p5-Math-Random-ISAAC
+SUBDIR += p5-Math-Random-ISAAC-XS
SUBDIR += p5-Math-Round
SUBDIR += p5-Set-IntSpan
SUBDIR += p5-bignum
Added: trunk/math/p5-Math-Random-ISAAC-XS/Makefile
===================================================================
--- trunk/math/p5-Math-Random-ISAAC-XS/Makefile (rev 0)
+++ trunk/math/p5-Math-Random-ISAAC-XS/Makefile 2015-05-10 15:11:12 UTC (rev 18909)
@@ -0,0 +1,22 @@
+# $MidnightBSD$
+
+PORTNAME= Math-Random-ISAAC-XS
+PORTVERSION= 1.004
+CATEGORIES= math perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:JAWNSY
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= C implementation of the ISAAC PRNG Algorithm
+
+LICENSE= artistic gpl mit publicdom
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+USES= perl5
+USE_PERL5= modbuild
+
+.include <bsd.port.mk>
Property changes on: trunk/math/p5-Math-Random-ISAAC-XS/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-Math-Random-ISAAC-XS/distinfo
===================================================================
--- trunk/math/p5-Math-Random-ISAAC-XS/distinfo (rev 0)
+++ trunk/math/p5-Math-Random-ISAAC-XS/distinfo 2015-05-10 15:11:12 UTC (rev 18909)
@@ -0,0 +1,2 @@
+SHA256 (Math-Random-ISAAC-XS-1.004.tar.gz) = 9af790eb92d1c6330d33c6daa8decf8a9c5dcc87b81779d6b12e14b931c3b87b
+SIZE (Math-Random-ISAAC-XS-1.004.tar.gz) = 73293
Property changes on: trunk/math/p5-Math-Random-ISAAC-XS/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-Math-Random-ISAAC-XS/pkg-descr
===================================================================
--- trunk/math/p5-Math-Random-ISAAC-XS/pkg-descr (rev 0)
+++ trunk/math/p5-Math-Random-ISAAC-XS/pkg-descr 2015-05-10 15:11:12 UTC (rev 18909)
@@ -0,0 +1,12 @@
+As with other Pseudo-Random Number Generator (PRNG) algorithms like the
+Mersenne Twister (see Math::Random::MT), this algorithm is designed to
+take some seed information and produce seemingly random results as output.
+
+However, ISAAC (Indirection, Shift, Accumulate, Add, and Count) has
+different goals than these commonly used algorithms. In particular, it's
+really fast - on average, it requires only 18.75 machine cycles to generate
+a 32-bit value. This makes it suitable for applications where a significant
+amount of random data needs to be produced quickly, such solving using the
+Monte Carlo method or for games.
+
+WWW: http://search.cpan.org/dist/Math-Random-ISAAC-XS/
Property changes on: trunk/math/p5-Math-Random-ISAAC-XS/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-Math-Random-ISAAC-XS/pkg-plist
===================================================================
--- trunk/math/p5-Math-Random-ISAAC-XS/pkg-plist (rev 0)
+++ trunk/math/p5-Math-Random-ISAAC-XS/pkg-plist 2015-05-10 15:11:12 UTC (rev 18909)
@@ -0,0 +1,3 @@
+%%SITE_ARCH%%/Math/Random/ISAAC/XS.pm
+%%SITE_ARCH%%/auto/Math/Random/ISAAC/XS/XS.so
+%%PERL5_MAN3%%/Math::Random::ISAAC::XS.3.gz
Property changes on: trunk/math/p5-Math-Random-ISAAC-XS/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