import p5-Net-SSH2

Net::SSH2 is a Perl interface to the libssh2 library.  It supports the
SSH2 protocol (there is no support for SSH1) with all of the key
exchanges, ciphers, and compression of libssh2.
This commit is contained in:
simon 2008-06-07 22:50:12 +00:00
parent 15d72d862a
commit c8daa609f3
4 changed files with 52 additions and 0 deletions

20
net/p5-Net-SSH2/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/06/07 22:50:12 simon Exp $
SHARED_ONLY = Yes
COMMENT = support for the SSH 2 protocol via libssh2
DISTNAME = Net-SSH2-0.18
CATEGORIES = net
MODULES = cpan
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
LIB_DEPENDS = ::security/libssh2
.include <bsd.port.mk>

5
net/p5-Net-SSH2/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (Net-SSH2-0.18.tar.gz) = Y5nusRWnJUV3fXmJuYGQzw==
RMD160 (Net-SSH2-0.18.tar.gz) = LUXnRRJPnoWwxrgTZOuSXjGn+Fs=
SHA1 (Net-SSH2-0.18.tar.gz) = FcFStEGvx2CXkdX1CAfKvYw4UU8=
SHA256 (Net-SSH2-0.18.tar.gz) = S9eOsLMJknHiBH1OcnyBBcB9Itcyyg+3bDexH4C2T8Q=
SIZE (Net-SSH2-0.18.tar.gz) = 67029

View File

@ -0,0 +1,3 @@
Net::SSH2 is a Perl interface to the libssh2 library. It supports the
SSH2 protocol (there is no support for SSH1) with all of the key
exchanges, ciphers, and compression of libssh2.

24
net/p5-Net-SSH2/pkg/PLIST Normal file
View File

@ -0,0 +1,24 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/06/07 22:50:12 simon Exp $
${P5ARCH}/
${P5ARCH}/Net/
${P5ARCH}/Net/SSH2/
${P5ARCH}/Net/SSH2.pm
${P5ARCH}/Net/SSH2/Channel.pm
${P5ARCH}/Net/SSH2/Dir.pm
${P5ARCH}/Net/SSH2/File.pm
${P5ARCH}/Net/SSH2/Listener.pm
${P5ARCH}/Net/SSH2/PublicKey.pm
${P5ARCH}/Net/SSH2/SFTP.pm
${P5ARCH}/auto/
${P5ARCH}/auto/Net/
${P5ARCH}/auto/Net/SSH2/
${P5ARCH}/auto/Net/SSH2/SSH2.bs
${P5ARCH}/auto/Net/SSH2/SSH2.so
${P5ARCH}/auto/Net/SSH2/autosplit.ix
@man man/man3p/Net::SSH2.3p
@man man/man3p/Net::SSH2::Channel.3p
@man man/man3p/Net::SSH2::Dir.3p
@man man/man3p/Net::SSH2::File.3p
@man man/man3p/Net::SSH2::Listener.3p
@man man/man3p/Net::SSH2::PublicKey.3p
@man man/man3p/Net::SSH2::SFTP.3p