package/perl-math-prime-util: new package

Standard generated with utils/scancpan.

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Thomas De Schampheleire 2019-12-18 21:18:44 +01:00 committed by Thomas Petazzoni
parent ef86e91370
commit 98dc1cbc15
5 changed files with 33 additions and 0 deletions

View File

@ -2335,6 +2335,7 @@ F: package/perl-crypt-cbc/
F: package/perl-crypt-openssl-aes/
F: package/perl-digest-md5/
F: package/perl-math-bigint/
F: package/perl-math-prime-util/
F: package/perl-mime-base64-urlsafe/
F: package/perl-mojolicious-plugin-authentication/
F: package/perl-net-ping/

View File

@ -756,6 +756,7 @@ menu "Perl libraries/modules"
source "package/perl-mail-dkim/Config.in"
source "package/perl-mailtools/Config.in"
source "package/perl-math-bigint/Config.in"
source "package/perl-math-prime-util/Config.in"
source "package/perl-mime-base64/Config.in"
source "package/perl-mime-base64-urlsafe/Config.in"
source "package/perl-mime-tools/Config.in"

View File

@ -0,0 +1,11 @@
config BR2_PACKAGE_PERL_MATH_PRIME_UTIL
bool "perl-math-prime-util"
depends on !BR2_STATIC_LIBS
help
Utilities related to prime numbers, including fast sieves and
factoring.
https://github.com/danaj/Math-Prime-Util
comment "perl-math-prime-util needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS

View File

@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 26496630990db586dfede6551de79cbe Math-Prime-Util-0.73.tar.gz
sha256 4afa6dd8cdb97499bd4eca6925861812c29d9f5a0f1ac27ad9d2d9c9b5602894 Math-Prime-Util-0.73.tar.gz
# computed by scancpan
sha256 475b5f12062de0e197fb8cfa44eef3b032342d097752868e72c1239fe52a8942 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# perl-math-prime-util
#
################################################################################
PERL_MATH_PRIME_UTIL_VERSION = 0.73
PERL_MATH_PRIME_UTIL_SOURCE = Math-Prime-Util-$(PERL_MATH_PRIME_UTIL_VERSION).tar.gz
PERL_MATH_PRIME_UTIL_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DA/DANAJ
PERL_MATH_PRIME_UTIL_LICENSE = Artistic or GPL-1.0+
PERL_MATH_PRIME_UTIL_LICENSE_FILES = LICENSE
PERL_MATH_PRIME_UTIL_DISTNAME = Math-Prime-Util
$(eval $(perl-package))