diff options
author | sno <sno@pkgsrc.org> | 2013-07-03 14:30:36 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2013-07-03 14:30:36 +0000 |
commit | 2bf385ca8e3c3c162878263982f98117f41176c1 (patch) | |
tree | ac2872239b38b5b5d1b231c93342469f16845720 /math/p5-Math-Random-ISAAC-XS | |
parent | 6ee6ebe89f11fa6d54d8ba69b5126f9ac95cda6d (diff) | |
download | pkgsrc-2bf385ca8e3c3c162878263982f98117f41176c1.tar.gz |
Adding package forPAN package Math-Random-ISAAC-XS version 1.004 into
math/Math-Random-ISAAC-XS.
This module implements the same interface as Math::Random::ISAAC and can
be used as a drop-in replacement. This is the recommended implementation
of the module, based on Bob Jenkins' reference implementation in C.
Selecting the backend to use manually really only has two uses:
* If you are trying to avoid the small overhead incurred with
dispatching method calls to the appropriate backend modules.
* If you are testing the module for performance and wish to
explicitly decide which module you would like to use.
Diffstat (limited to 'math/p5-Math-Random-ISAAC-XS')
-rw-r--r-- | math/p5-Math-Random-ISAAC-XS/DESCR | 10 | ||||
-rw-r--r-- | math/p5-Math-Random-ISAAC-XS/Makefile | 21 | ||||
-rw-r--r-- | math/p5-Math-Random-ISAAC-XS/distinfo | 5 |
3 files changed, 36 insertions, 0 deletions
diff --git a/math/p5-Math-Random-ISAAC-XS/DESCR b/math/p5-Math-Random-ISAAC-XS/DESCR new file mode 100644 index 00000000000..333fc9464e9 --- /dev/null +++ b/math/p5-Math-Random-ISAAC-XS/DESCR @@ -0,0 +1,10 @@ +This module implements the same interface as Math::Random::ISAAC and can +be used as a drop-in replacement. This is the recommended implementation +of the module, based on Bob Jenkins' reference implementation in C. + +Selecting the backend to use manually really only has two uses: + + * If you are trying to avoid the small overhead incurred with + dispatching method calls to the appropriate backend modules. + * If you are testing the module for performance and wish to + explicitly decide which module you would like to use. diff --git a/math/p5-Math-Random-ISAAC-XS/Makefile b/math/p5-Math-Random-ISAAC-XS/Makefile new file mode 100644 index 00000000000..79184fe56b8 --- /dev/null +++ b/math/p5-Math-Random-ISAAC-XS/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2013/07/03 14:30:36 sno Exp $ +# + +DISTNAME= Math-Random-ISAAC-XS-1.004 +PKGNAME= p5-${DISTNAME} +CATEGORIES= math perl5 security +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Math-Random-ISAAC-XS/ +COMMENT= C implementation of the ISAAC PRNG algorithm for Perl modules +LICENSE= cc0-1.0-universal + +BUILD_DEPENDS+= p5-Test-NoWarnings>=0.084:../../devel/p5-Test-NoWarnings + +USE_LANGUAGES= c +PERL5_PACKLIST= auto/Math/Random/ISAAC/XS/.packlist +PERL5_MODULE_TYPE= Module::Build + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Math-Random-ISAAC-XS/distinfo b/math/p5-Math-Random-ISAAC-XS/distinfo new file mode 100644 index 00000000000..00c12a5f2f1 --- /dev/null +++ b/math/p5-Math-Random-ISAAC-XS/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/07/03 14:30:36 sno Exp $ + +SHA1 (Math-Random-ISAAC-XS-1.004.tar.gz) = 3a05d7b32556b9f140ad83621d04b4648fe2dff4 +RMD160 (Math-Random-ISAAC-XS-1.004.tar.gz) = 4aeb588e653f35691a26a20cbb56c96d02c3dc99 +Size (Math-Random-ISAAC-XS-1.004.tar.gz) = 73293 bytes |