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@
This commit is contained in:
parent
e18cdcafd8
commit
20a5b5c831
22
net/p5-Net-OpenSSH/Makefile
Normal file
22
net/p5-Net-OpenSSH/Makefile
Normal file
@ -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 <acamari@verlet.org>
|
||||
|
||||
# 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 <bsd.port.mk>
|
5
net/p5-Net-OpenSSH/distinfo
Normal file
5
net/p5-Net-OpenSSH/distinfo
Normal file
@ -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
|
2
net/p5-Net-OpenSSH/pkg/DESCR
Normal file
2
net/p5-Net-OpenSSH/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Net::OpenSSH is a secure shell client package implemented on top of
|
||||
OpenSSH binary client (ssh).
|
16
net/p5-Net-OpenSSH/pkg/PLIST
Normal file
16
net/p5-Net-OpenSSH/pkg/PLIST
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user