1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Initial import of Net-SSH-Perl 1.23

This is the Perl5 module implements both the SSH1 and SSH2 protocols.

PR: 35923
Submitted by: jesper
This commit is contained in:
Kevin Lo 2002-03-17 16:38:41 +00:00
parent b27b250136
commit 27613298a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56253
6 changed files with 133 additions and 0 deletions

View File

@ -319,6 +319,7 @@
SUBDIR += p5-Net-RawIP
SUBDIR += p5-Net-SNMP
SUBDIR += p5-Net-SSH
SUBDIR += p5-Net-SSH-Perl
SUBDIR += p5-Net-Server
SUBDIR += p5-Net-Telnet
SUBDIR += p5-Net-Traceroute

View File

@ -0,0 +1,73 @@
# New ports collection makefile for: p5-Net-SSH-Perl
# Date created: 15 March 2002
# Whom: Jesper Skriver <jesper@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Net-SSH-Perl
PORTVERSION= 1.23
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= jesper@FreeBSD.org
PERL_BASE= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
BUILD_DEPENDS= ${PERL_BASE}/Crypt/DSA.pm:${PORTSDIR}/security/p5-Crypt-DSA \
${PERL_BASE}/Crypt/DH.pm:${PORTSDIR}/security/p5-Crypt-DH \
${PERL_BASE}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \
${PERL_BASE}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
${PERL_BASE}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
${PERL_BASE}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
${PERL_BASE}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC \
${PERL_BASE}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC \
${PERL_BASE}/Convert/PEM.pm:${PORTSDIR}/converters/p5-Convert-PEM \
${PERL_BASE}/Digest/BubbleBabble.pm:${PORTSDIR}/security/p5-Digest-BubbleBabble \
${PERL_BASE}/Crypt/RSA.pm:${PORTSDIR}/security/p5-Crypt-RSA \
${PERL_BASE}/${PERL_ARCH}/IO/Socket.pm:${PORTSDIR}/devel/p5-IO \
${PERL_BASE}/${PERL_ARCH}/Crypt/IDEA.pm:${PORTSDIR}/security/p5-Crypt-IDEA
RUN_DEPENDS= ${BUILD_DEPENDS}
FETCH_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Net::SSH::Perl::Constants.3 \
Net::SSH::Perl::Util.3 \
Net::SSH::Perl::ChannelMgr.3 \
Net::SSH::Perl::SSH1.3 \
Net::SSH::Perl::Auth::Rhosts.3 \
Net::SSH::Perl::Cipher::DES.3 \
Net::SSH::Perl::Auth::RSA.3 \
Net::SSH::Perl::Kex.3 \
Net::SSH::Perl::Key::RSA1.3 \
Net::SSH::Perl::Comp.3 \
Net::SSH::Perl::Key::DSA.3 \
Net::SSH::Perl.3 \
Net::SSH::Perl::Mac.3 \
Net::SSH::Perl::Auth.3 \
Net::SSH::Perl::Cipher::CBC.3 \
Net::SSH::Perl::Cipher::RC4.3 \
Net::SSH::Perl::Kex::DH1.3 \
Net::SSH::Perl::Buffer.3 \
Net::SSH::Perl::Cipher.3 \
Net::SSH::Perl::Cipher::IDEA.3 \
Net::SSH::Perl::Auth::KeyboardInt.3 \
Net::SSH::Perl::Key::RSA.3 \
Net::SSH::Perl::SSH2.3 \
Net::SSH::Perl::Cipher::Blowfish.3 \
Net::SSH::Perl::Auth::Rhosts_RSA.3 \
Net::SSH::Perl::Auth::PublicKey.3 \
Net::SSH::Perl::Key.3 \
Net::SSH::Perl::Agent.3 \
Net::SSH::Perl::Comp::Zlib.3 \
Net::SSH::Perl::Auth::Password.3 \
Net::SSH::Perl::Cipher::CFB.3 \
Net::SSH::Perl::Packet.3 \
Net::SSH::Perl::AuthMgr.3 \
Net::SSH::Perl::Cipher::DES3.3 \
Net::SSH::Perl::Channel.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Net-SSH-Perl-1.23.tar.gz) = b8e53f716f1f36e6cdfa4a648fbc4727

View File

@ -0,0 +1 @@
Perl5 module implements both the SSH1 and SSH2 protocols

View File

@ -0,0 +1,2 @@
This is Net::SSH::Perl. It contains implementations of
both the SSH1 and SSH2 protocols.

View File

@ -0,0 +1,55 @@
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Handle/SSH1.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Handle/SSH2.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Constants.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Util/Hosts.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Util/Authfile.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Util/Term.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Util/SSH2MP.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Util/SSH1Misc.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Util/SSH1MP.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Util/RSA.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Util.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/SSH1.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/ChannelMgr.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Auth/Rhosts.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Auth/RSA.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Auth/KeyboardInt.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Auth/PublicKey.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Auth/Rhosts_RSA.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Auth/ChallengeResponse.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Auth/Password.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Cipher/DES.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Cipher/CBC.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Cipher/RC4.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Cipher/IDEA.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Cipher/Blowfish.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Cipher/CFB.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Cipher/DES3.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Kex.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Key/RSA1.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Key/DSA.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Key/RSA.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Comp.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Mac.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Auth.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Kex/DH1.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Buffer.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Cipher.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/SSH2.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Key.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Comp/Zlib.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Agent.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Config.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/AuthMgr.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Packet.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Channel.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Handle
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Util
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Auth
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Cipher
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Key
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Kex
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl/Comp
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/SSH/Perl
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/SSH