perl-digest-md5: new package

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018.08.x
Thomas De Schampheleire 2018-07-12 23:00:48 +02:00 committed by Thomas Petazzoni
parent 13d5c37ebe
commit ab4f62bbbb
5 changed files with 31 additions and 0 deletions

View File

@ -1924,6 +1924,7 @@ F: package/opkg-utils/
F: package/perl-convert-asn1/
F: package/perl-crypt-blowfish/
F: package/perl-crypt-cbc/
F: package/perl-digest-md5/
F: package/pigz/
F: support/scripts/size-stats
F: utils/size-stats-compare

View File

@ -671,6 +671,7 @@ menu "Perl libraries/modules"
source "package/perl-crypt-openssl-rsa/Config.in"
source "package/perl-datetime-tiny/Config.in"
source "package/perl-digest-hmac/Config.in"
source "package/perl-digest-md5/Config.in"
source "package/perl-digest-sha1/Config.in"
source "package/perl-encode-detect/Config.in"
source "package/perl-encode-locale/Config.in"

View File

@ -0,0 +1,10 @@
config BR2_PACKAGE_PERL_DIGEST_MD5
bool "perl-digest-md5"
depends on !BR2_STATIC_LIBS
help
Perl interface to the MD-5 algorithm
https://metacpan.org/release/Digest-MD5
comment "perl-digest-md5 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 601519b826ca14c233f13a4578b967ef Digest-MD5-2.55.tar.gz
sha256 03b198a2d14425d951e5e50a885d3818c3162c8fe4c21e18d7798a9a179d0e3c Digest-MD5-2.55.tar.gz
# computed by scancpan
sha256 f92f16702159fc57cd29c23f29b7f2420bff578ed72365d0225d2945a501cd5a README

View File

@ -0,0 +1,13 @@
################################################################################
#
# perl-digest-md5
#
################################################################################
PERL_DIGEST_MD5_VERSION = 2.55
PERL_DIGEST_MD5_SOURCE = Digest-MD5-$(PERL_DIGEST_MD5_VERSION).tar.gz
PERL_DIGEST_MD5_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
PERL_DIGEST_MD5_LICENSE = Artistic or GPL-1.0+
PERL_DIGEST_MD5_LICENSE_FILES = README
$(eval $(perl-package))