From 20a5b5c831797afcd17f232f730f5d534d77ec82 Mon Sep 17 00:00:00 2001 From: okan Date: Wed, 25 Jan 2012 15:43:37 +0000 Subject: [PATCH] import p5-Net-OpenSSH Net::OpenSSH is a secure shell client package implemented on top of OpenSSH binary client (ssh). initially from Abel Abraham Camarillo Ojeda with modifications from me. feedback and ok nigel@ --- net/p5-Net-OpenSSH/Makefile | 22 ++++++++++++++++++++++ net/p5-Net-OpenSSH/distinfo | 5 +++++ net/p5-Net-OpenSSH/pkg/DESCR | 2 ++ net/p5-Net-OpenSSH/pkg/PLIST | 16 ++++++++++++++++ 4 files changed, 45 insertions(+) create mode 100644 net/p5-Net-OpenSSH/Makefile create mode 100644 net/p5-Net-OpenSSH/distinfo create mode 100644 net/p5-Net-OpenSSH/pkg/DESCR create mode 100644 net/p5-Net-OpenSSH/pkg/PLIST diff --git a/net/p5-Net-OpenSSH/Makefile b/net/p5-Net-OpenSSH/Makefile new file mode 100644 index 00000000000..edb8dbfb2b6 --- /dev/null +++ b/net/p5-Net-OpenSSH/Makefile @@ -0,0 +1,22 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2012/01/25 15:43:37 okan Exp $ + +COMMENT = perl SSH client package implemented on top of OpenSSH + +DISTNAME = Net-OpenSSH-0.57 +CATEGORIES = net security +MODULES = cpan + +MAINTAINER = Abel Abraham Camarillo Ojeda + +# Perl +PERMIT_PACKAGE_CDROM = Yes +PERMIT_PACKAGE_FTP = Yes +PERMIT_DISTFILES_CDROM = Yes +PERMIT_DISTFILES_FTP = Yes + +MODCPAN_EXAMPLES = Yes +MODCPAN_EXAMPLES_DIST = sample + +REGRESS_IS_INTERACTIVE = Yes + +.include diff --git a/net/p5-Net-OpenSSH/distinfo b/net/p5-Net-OpenSSH/distinfo new file mode 100644 index 00000000000..f81c6c145c2 --- /dev/null +++ b/net/p5-Net-OpenSSH/distinfo @@ -0,0 +1,5 @@ +MD5 (Net-OpenSSH-0.57.tar.gz) = SLp/Ovt4TUvpU73snsTjIw== +RMD160 (Net-OpenSSH-0.57.tar.gz) = bZQvpeeOc5HTFMivo8Q7OTPGUM4= +SHA1 (Net-OpenSSH-0.57.tar.gz) = Hq5QmVdI9jjdVY4z7JQ83HiH808= +SHA256 (Net-OpenSSH-0.57.tar.gz) = jGZ/QwVy68nFRJAWXDyjUwcDoFQRZwL9qGk/EVaBIRs= +SIZE (Net-OpenSSH-0.57.tar.gz) = 50654 diff --git a/net/p5-Net-OpenSSH/pkg/DESCR b/net/p5-Net-OpenSSH/pkg/DESCR new file mode 100644 index 00000000000..8c23ee56637 --- /dev/null +++ b/net/p5-Net-OpenSSH/pkg/DESCR @@ -0,0 +1,2 @@ +Net::OpenSSH is a secure shell client package implemented on top of +OpenSSH binary client (ssh). diff --git a/net/p5-Net-OpenSSH/pkg/PLIST b/net/p5-Net-OpenSSH/pkg/PLIST new file mode 100644 index 00000000000..761823a4925 --- /dev/null +++ b/net/p5-Net-OpenSSH/pkg/PLIST @@ -0,0 +1,16 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2012/01/25 15:43:37 okan Exp $ +${P5SITE}/Net/ +${P5SITE}/Net/OpenSSH/ +${P5SITE}/Net/OpenSSH.pm +${P5SITE}/Net/OpenSSH/Constants.pm +@man man/man3p/Net::OpenSSH.3p +@man man/man3p/Net::OpenSSH::Constants.3p +share/examples/p5-Net-OpenSSH/ +share/examples/p5-Net-OpenSSH/autosudo.pl +share/examples/p5-Net-OpenSSH/change_passwd.pl +share/examples/p5-Net-OpenSSH/expect.pl +share/examples/p5-Net-OpenSSH/keep_in_sync.pl +share/examples/p5-Net-OpenSSH/login_handler.pl +share/examples/p5-Net-OpenSSH/mod_perl_openssh.pm +share/examples/p5-Net-OpenSSH/net-telnet.pl +share/examples/p5-Net-OpenSSH/password_from_data.pl