From 77e0f4c204a8b7d2471d77f8d69b2c85a216fa74 Mon Sep 17 00:00:00 2001 From: Jan Lübbe Date: Tue, 8 Sep 2009 17:29:25 +0000 Subject: libio-pty-perl libio-stty-perl: add recipes --- conf/checksums.ini | 8 ++++++++ recipes/perl/libio-pty-perl_1.07.bb | 10 ++++++++++ recipes/perl/libio-stty-perl_0.02.bb | 10 ++++++++++ 3 files changed, 28 insertions(+) create mode 100644 recipes/perl/libio-pty-perl_1.07.bb create mode 100644 recipes/perl/libio-stty-perl_0.02.bb diff --git a/conf/checksums.ini b/conf/checksums.ini index da7e55fb8a..01e625aecb 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -394,6 +394,14 @@ sha256=dd88d2f2b33855588471b6e60814c82136a2ca6d67260924f79d840d10a59eb4 md5=8c7bef46f54451c809ffd99e2f1eee2d sha256=b677e2f0539b90d1c0a844b9ab0f19ac41424c7c2b9335d17695765f2d7b1b80 +[http://www.cpan.org/modules/by-module/IO/IO-Stty-.02.tar.gz] +md5=db2919cf267fce93682f0f854359f04e +sha256=5095bfac4c610e9e83b31a313c0e3a4a1280bbf39f17a274f5f25dfd8caf2b83 + +[http://www.cpan.org/modules/by-module/IO/IO-Tty-1.07.tar.gz] +md5=2a54e49b60a4092e93af5b8073ec5325 +sha256=44c3b00c7b33db6fc4d11e0d096520f2e870f8557f2e2a8f0e8d2efcf9506906 + [http://search.cpan.org/CPAN/authors/id/T/TO/TOMHUGHES/IO-Zlib-1.04.tar.gz] md5=1abf9e6161cc6c52ccd4c629e32e582e sha256=8401b31d22605e787edef75025eb048b2b3cfaee92ed8358bdcaedca5761f7ea diff --git a/recipes/perl/libio-pty-perl_1.07.bb b/recipes/perl/libio-pty-perl_1.07.bb new file mode 100644 index 0000000000..a054ab7111 --- /dev/null +++ b/recipes/perl/libio-pty-perl_1.07.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Perl module for pseudo tty IO" +SECTION = "libs" +LICENSE = "Artistic|GPL" +PR = "r0" + +SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Tty-${PV}.tar.gz" + +S = "${WORKDIR}/IO-Tty-${PV}" + +inherit cpan diff --git a/recipes/perl/libio-stty-perl_0.02.bb b/recipes/perl/libio-stty-perl_0.02.bb new file mode 100644 index 0000000000..9412593611 --- /dev/null +++ b/recipes/perl/libio-stty-perl_0.02.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Interface to secure pseudo ttys" +SECTION = "libs" +LICENSE = "Artistic|GPL" +PR = "r0" + +SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Stty-.02.tar.gz" + +S = "${WORKDIR}/IO-Stty-.02" + +inherit cpan -- cgit 1.2.3-korg