pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Data-Entropy
Module Name: pkgsrc
Committed By: gdt
Date: Mon Jan 15 16:33:23 UTC 2024
Added Files:
pkgsrc/devel/p5-Data-Entropy: DESCR Makefile distinfo
Log Message:
devel/p5-Data-Entropy: Add version 0.007
Perl module to manage entropy sources.
This distribution includes modules relating to sources and use of entropy.
They all interoperate, but can also be used independently.
The Data::Entropy module maintains a concept of a current selection
of entropy source. Algorithms that require entropy, such as those in
Data::Entropy::Algorithms, can use the source nominated by this module,
avoiding the need for entropy source objects to be explicitly passed
around. This is convenient because usually one entropy source will
be used for an entire program run and so an explicit entropy source
parameter would rarely vary. There is also a default entropy source,
avoiding the need to explicitly configure a source at all.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Data-Entropy/DESCR \
pkgsrc/devel/p5-Data-Entropy/Makefile \
pkgsrc/devel/p5-Data-Entropy/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/p5-Data-Entropy/DESCR
diff -u /dev/null pkgsrc/devel/p5-Data-Entropy/DESCR:1.1
--- /dev/null Mon Jan 15 16:33:23 2024
+++ pkgsrc/devel/p5-Data-Entropy/DESCR Mon Jan 15 16:33:23 2024
@@ -0,0 +1,13 @@
+Perl module to manage entropy sources.
+
+This distribution includes modules relating to sources and use of entropy.
+They all interoperate, but can also be used independently.
+
+The Data::Entropy module maintains a concept of a current selection
+of entropy source. Algorithms that require entropy, such as those in
+Data::Entropy::Algorithms, can use the source nominated by this module,
+avoiding the need for entropy source objects to be explicitly passed
+around. This is convenient because usually one entropy source will
+be used for an entire program run and so an explicit entropy source
+parameter would rarely vary. There is also a default entropy source,
+avoiding the need to explicitly configure a source at all.
Index: pkgsrc/devel/p5-Data-Entropy/Makefile
diff -u /dev/null pkgsrc/devel/p5-Data-Entropy/Makefile:1.1
--- /dev/null Mon Jan 15 16:33:23 2024
+++ pkgsrc/devel/p5-Data-Entropy/Makefile Mon Jan 15 16:33:23 2024
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2024/01/15 16:33:23 gdt Exp $
+
+DISTNAME= Data-Entropy-0.007
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/pod/Data::Entropy
+COMMENT= Perl module to manage entropy sources
+LICENSE= ${PERL5_LICENSE}
+
+BUILD_DEPENDS+= p5-Module-Build>=0:../../devel/p5-Module-Build
+BUILD_DEPENDS+= p5-Module-Build>=0:../../devel/p5-Module-Build
+BUILD_DEPENDS+= p5-Crypt-Rijndael>=0:../../security/p5-Crypt-Rijndael
+DEPENDS+= p5-Carp>=0:../../devel/p5-Carp
+DEPENDS+= p5-HTTP-Lite>=2.2:../../www/p5-HTTP-Lite
+DEPENDS+= p5-Params-Classify>=0:../../devel/p5-Params-Classify
+DEPENDS+= p5-Crypt-Rijndael>=0:../../security/p5-Crypt-Rijndael
+
+PERL5_MODULE_TYPE= Module::Build
+PERL5_PACKLIST= auto/Data/Entropy/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Data-Entropy/distinfo
diff -u /dev/null pkgsrc/devel/p5-Data-Entropy/distinfo:1.1
--- /dev/null Mon Jan 15 16:33:23 2024
+++ pkgsrc/devel/p5-Data-Entropy/distinfo Mon Jan 15 16:33:23 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/01/15 16:33:23 gdt Exp $
+
+BLAKE2s (Data-Entropy-0.007.tar.gz) = 36d6f479b7a8a031aaa1c1eb2260b54ac23699b41f33e627afb41bfa01dd3253
+SHA512 (Data-Entropy-0.007.tar.gz) = f845fabcac67ab16d44f8bbefa0fc09df171efd6cd9ae2f2ee7e189cbb707cf074705763a022941cbfdda5ab4e03b85eacdb7942a504644a40970c42b5a7e0b9
+Size (Data-Entropy-0.007.tar.gz) = 43667 bytes
Home |
Main Index |
Thread Index |
Old Index