perl-net-telnet: 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:54 +02:00 committed by Thomas Petazzoni
parent 352ca28d2d
commit 2e3799c31d
5 changed files with 26 additions and 0 deletions

View file

@ -1930,6 +1930,7 @@ F: package/perl-mojolicious-plugin-authentication/
F: package/perl-net-ping/
F: package/perl-net-snmp/
F: package/perl-net-ssh2/
F: package/perl-net-telnet/
F: package/pigz/
F: support/scripts/size-stats
F: utils/size-stats-compare

View file

@ -704,6 +704,7 @@ menu "Perl libraries/modules"
source "package/perl-net-snmp/Config.in"
source "package/perl-net-ssh2/Config.in"
source "package/perl-net-ssleay/Config.in"
source "package/perl-net-telnet/Config.in"
source "package/perl-netaddr-ip/Config.in"
source "package/perl-path-tiny/Config.in"
source "package/perl-time-hires/Config.in"

View file

@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_NET_TELNET
bool "perl-net-telnet"
help
Interact with TELNET port or other TCP ports
https://metacpan.org/release/Net-Telnet

View file

@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 d2514080116c1b0fa5f96295c84538e3 Net-Telnet-3.04.tar.gz
sha256 e64d567a4e16295ecba949368e7a6b8b5ae2a16b3ad682121d9b007dc5d2a37a Net-Telnet-3.04.tar.gz
# computed by scancpan
sha256 05beca683093827706ef45a4958bf23bcd91990e0beeb0b098f97c661478c90d README

View file

@ -0,0 +1,12 @@
################################################################################
#
# perl-net-telnet
#
################################################################################
PERL_NET_TELNET_VERSION = 3.04
PERL_NET_TELNET_SOURCE = Net-Telnet-$(PERL_NET_TELNET_VERSION).tar.gz
PERL_NET_TELNET_SITE = $(BR2_CPAN_MIRROR)/authors/id/J/JR/JROGERS
PERL_NET_TELNET_LICENSE_FILES = README
$(eval $(perl-package))