perl-net-ping: new package

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 2018-07-12 23:00:51 +02:00 committed by Thomas Petazzoni
parent 1c6f4985a8
commit 4837ab9490
5 changed files with 26 additions and 0 deletions

View file

@ -1927,6 +1927,7 @@ F: package/perl-crypt-cbc/
F: package/perl-digest-md5/
F: package/perl-mime-base64-urlsafe/
F: package/perl-mojolicious-plugin-authentication/
F: package/perl-net-ping/
F: package/pigz/
F: support/scripts/size-stats
F: utils/size-stats-compare

View file

@ -700,6 +700,7 @@ menu "Perl libraries/modules"
source "package/perl-mojolicious/Config.in"
source "package/perl-net-dns/Config.in"
source "package/perl-net-http/Config.in"
source "package/perl-net-ping/Config.in"
source "package/perl-net-ssleay/Config.in"
source "package/perl-netaddr-ip/Config.in"
source "package/perl-path-tiny/Config.in"

View file

@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_NET_PING
bool "perl-net-ping"
help
check a remote host for reachability
https://metacpan.org/release/Net-Ping

View file

@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 0b01ada2bc588330456924393d47ed11 Net-Ping-2.68.tar.gz
sha256 d01ac2fcdf684c4a23a07104fbb147cfbdbda47fd5b660912124258f29afd7e3 Net-Ping-2.68.tar.gz
# computed by scancpan
sha256 eb4ad254a468a977f29849efda0183f69b7f4ede0f7123e0dd5768207ee73c58 README

View file

@ -0,0 +1,12 @@
################################################################################
#
# perl-net-ping
#
################################################################################
PERL_NET_PING_VERSION = 2.68
PERL_NET_PING_SOURCE = Net-Ping-$(PERL_NET_PING_VERSION).tar.gz
PERL_NET_PING_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RU/RURBAN
PERL_NET_PING_LICENSE_FILES = README
$(eval $(perl-package))