summaryrefslogtreecommitdiff
path: root/net/p5-Net-SSH-Perl
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2002-03-17 16:38:41 +0000
committerKevin Lo <kevlo@FreeBSD.org>2002-03-17 16:38:41 +0000
commit27613298a17f6fedeb9d63d818678b42d568a517 (patch)
treef1143f8784db162d1200aafba3785d5b901f3456 /net/p5-Net-SSH-Perl
parent- Fix pilot_makedoc to always print enough \n's (diff)
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
Notes
Notes: svn path=/head/; revision=56253
Diffstat (limited to 'net/p5-Net-SSH-Perl')
-rw-r--r--net/p5-Net-SSH-Perl/Makefile73
-rw-r--r--net/p5-Net-SSH-Perl/distinfo1
-rw-r--r--net/p5-Net-SSH-Perl/pkg-comment1
-rw-r--r--net/p5-Net-SSH-Perl/pkg-descr2
-rw-r--r--net/p5-Net-SSH-Perl/pkg-plist55
5 files changed, 132 insertions, 0 deletions
diff --git a/net/p5-Net-SSH-Perl/Makefile b/net/p5-Net-SSH-Perl/Makefile
new file mode 100644
index 000000000000..7b492227e9e5
--- /dev/null
+++ b/net/p5-Net-SSH-Perl/Makefile
@@ -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>
diff --git a/net/p5-Net-SSH-Perl/distinfo b/net/p5-Net-SSH-Perl/distinfo
new file mode 100644
index 000000000000..e0326b15c0cd
--- /dev/null
+++ b/net/p5-Net-SSH-Perl/distinfo
@@ -0,0 +1 @@
+MD5 (Net-SSH-Perl-1.23.tar.gz) = b8e53f716f1f36e6cdfa4a648fbc4727
diff --git a/net/p5-Net-SSH-Perl/pkg-comment b/net/p5-Net-SSH-Perl/pkg-comment
new file mode 100644
index 000000000000..18f06d1fe636
--- /dev/null
+++ b/net/p5-Net-SSH-Perl/pkg-comment
@@ -0,0 +1 @@
+Perl5 module implements both the SSH1 and SSH2 protocols
diff --git a/net/p5-Net-SSH-Perl/pkg-descr b/net/p5-Net-SSH-Perl/pkg-descr
new file mode 100644
index 000000000000..57f978f42721
--- /dev/null
+++ b/net/p5-Net-SSH-Perl/pkg-descr
@@ -0,0 +1,2 @@
+This is Net::SSH::Perl. It contains implementations of
+both the SSH1 and SSH2 protocols.
diff --git a/net/p5-Net-SSH-Perl/pkg-plist b/net/p5-Net-SSH-Perl/pkg-plist
new file mode 100644
index 000000000000..3425a9e3cf1a
--- /dev/null
+++ b/net/p5-Net-SSH-Perl/pkg-plist
@@ -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