From 806bd77a505b37abe9c173cdd554cc6486406a35 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Thu, 24 Jun 2021 10:01:32 +0800 Subject: libnet-telnet-perl: upgrade 3.04 -> 3.05 -License-Update: Copyright year updated to 2021. Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- .../recipes-perl/libnet/libnet-telnet-perl_3.04.bb | 25 ---------------------- .../recipes-perl/libnet/libnet-telnet-perl_3.05.bb | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.04.bb create mode 100644 meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb (limited to 'meta-perl') diff --git a/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.04.bb b/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.04.bb deleted file mode 100644 index 652e8c941e..0000000000 --- a/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.04.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "Net-Telnet Perl module" -DESCRIPTION = "Net::Telnet allows you to make client connections to a TCP port and do \ -network I/O, especially to a port using the TELNET protocol. Simple I/O \ -methods such as print, get, and getline are provided. More sophisticated \ -interactive features are provided because connecting to a TELNET port \ -ultimately means communicating with a program designed for human interaction. \ -These interactive features include the ability to specify a time-out and to \ -wait for patterns to appear in the input stream, such as the prompt from a \ -shell." - -HOMEPAGE = "http://search.cpan.org/dist/Net-Telnet/" -SECTION = "Development/Libraries" - -LICENSE = "Artistic-1.0|GPLv1+" -LIC_FILES_CHKSUM = "file://README;beginline=4;endline=7;md5=3fd238bfb6ee1810cb15d5d95e07b0f5" - -SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JR/JROGERS/Net-Telnet-${PV}.tar.gz" -SRC_URI[md5sum] = "d2514080116c1b0fa5f96295c84538e3" -SRC_URI[sha256sum] = "e64d567a4e16295ecba949368e7a6b8b5ae2a16b3ad682121d9b007dc5d2a37a" - -S = "${WORKDIR}/Net-Telnet-${PV}" - -inherit cpan - -RDEPENDS_${PN} = "perl" diff --git a/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb b/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb new file mode 100644 index 0000000000..c5d8271ff7 --- /dev/null +++ b/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb @@ -0,0 +1,25 @@ +SUMMARY = "Net-Telnet Perl module" +DESCRIPTION = "Net::Telnet allows you to make client connections to a TCP port and do \ +network I/O, especially to a port using the TELNET protocol. Simple I/O \ +methods such as print, get, and getline are provided. More sophisticated \ +interactive features are provided because connecting to a TELNET port \ +ultimately means communicating with a program designed for human interaction. \ +These interactive features include the ability to specify a time-out and to \ +wait for patterns to appear in the input stream, such as the prompt from a \ +shell." + +HOMEPAGE = "http://search.cpan.org/dist/Net-Telnet/" +SECTION = "Development/Libraries" + +LICENSE = "Artistic-1.0|GPLv1+" +LIC_FILES_CHKSUM = "file://README;beginline=4;endline=7;md5=e94ab3b72335e3cdadd6c1ff736dd714" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JR/JROGERS/Net-Telnet-${PV}.tar.gz" +SRC_URI[md5sum] = "c8573c57a2d9469f038c40ac284b1e5f" +SRC_URI[sha256sum] = "677f68ba2cd2a824fae323fa82e183bf7e3d03c3c499c91d923bd6283796a743" + +S = "${WORKDIR}/Net-Telnet-${PV}" + +inherit cpan + +RDEPENDS_${PN} = "perl" -- cgit v1.2.3-54-g00ecf