pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Net-SSH Initial import of p5-Net-SSH versi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7d70c3902fb
branches:  trunk
changeset: 500878:f7d70c3902fb
user:      seb <seb%pkgsrc.org@localhost>
date:      Thu Oct 13 20:14:18 2005 +0000

description:
Initial import of p5-Net-SSH version 1.29 into The NetBSD Packages
Collection.

The Net::SSH::Perl Perl5 module contains implementations of both the
SSH1 and SSH2 protocols.

diffstat:

 security/p5-Net-SSH/DESCR            |   2 +
 security/p5-Net-SSH/Makefile         |  44 ++++++++++++++++++++++++++++++++++++
 security/p5-Net-SSH/PLIST            |   1 +
 security/p5-Net-SSH/distinfo         |   6 ++++
 security/p5-Net-SSH/patches/patch-aa |  15 ++++++++++++
 5 files changed, 68 insertions(+), 0 deletions(-)

diffs (88 lines):

diff -r 4efe3d7a2a13 -r f7d70c3902fb security/p5-Net-SSH/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Net-SSH/DESCR Thu Oct 13 20:14:18 2005 +0000
@@ -0,0 +1,2 @@
+The Net::SSH::Perl Perl5 module contains implementations of both the
+SSH1 and SSH2 protocols.
diff -r 4efe3d7a2a13 -r f7d70c3902fb security/p5-Net-SSH/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Net-SSH/Makefile      Thu Oct 13 20:14:18 2005 +0000
@@ -0,0 +1,44 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/13 20:14:18 seb Exp $
+#
+
+DISTNAME=              Net-SSH-Perl-1.29
+PKGNAME=               p5-Net-SSH-1.29
+SVR4_PKGNAME=          p5nsh
+CATEGORIES=            security net perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER=            seb%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Net-SSH-Perl/
+COMMENT=               Perl implementations of SSH1 and SSH2 protocols
+
+DEPENDS+=              p5-Convert-PEM>=0.05:../../textproc/p5-Convert-PEM
+DEPENDS+=              p5-Crypt-Blowfish-[0-9]*:../../security/p5-Crypt-Blowfish
+DEPENDS+=              p5-Crypt-DES-[0-9]*:../../security/p5-Crypt-DES
+DEPENDS+=              p5-Crypt-DH>=0.01:../../security/p5-Crypt-DH
+DEPENDS+=              p5-Crypt-DSA>=0.11:../../security/p5-Crypt-DSA
+DEPENDS+=              p5-Crypt-RSA>=1.37:../../security/p5-Crypt-RSA
+DEPENDS+=              p5-Digest-BubbleBabble>=0.01:../../security/p5-Digest-BubbleBabble
+DEPENDS+=              p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
+DEPENDS+=              p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
+DEPENDS+=              p5-Digest-SHA1>=2.10:../../security/p5-Digest-SHA1
+DEPENDS+=              p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
+DEPENDS+=              p5-Math-GMP>=1.04:../../math/p5-Math-GMP
+DEPENDS+=              p5-Math-Pari>=2.001804:../../math/p5-Math-Pari
+DEPENDS+=              p5-String-CRC32>=1.2:../../textproc/p5-String-CRC32
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.p5-Net-SSH
+PKG_SUPPORTED_OPTIONS= idea
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Midea)
+DEPENDS+=              p5-Crypt-IDEA-[0-9]*:../../security/p5-Crypt-IDEA
+.endif
+
+PERL5_PACKLIST=                auto/Net/SSH/Perl/.packlist
+
+# no prompt from ExtUtils::MakeMaker's prompt()
+MAKE_ENV+=             PERL_MM_USE_DEFAULT=true
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4efe3d7a2a13 -r f7d70c3902fb security/p5-Net-SSH/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Net-SSH/PLIST Thu Oct 13 20:14:18 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/13 20:14:18 seb Exp $
diff -r 4efe3d7a2a13 -r f7d70c3902fb security/p5-Net-SSH/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Net-SSH/distinfo      Thu Oct 13 20:14:18 2005 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/10/13 20:14:18 seb Exp $
+
+SHA1 (Net-SSH-Perl-1.29.tar.gz) = 862ff574d5cdf7f8200d19bd931e2ea1ede56a1f
+RMD160 (Net-SSH-Perl-1.29.tar.gz) = 3be32ceeb64bb217952c8f785538b58e86f445a6
+Size (Net-SSH-Perl-1.29.tar.gz) = 94309 bytes
+SHA1 (patch-aa) = 718adcedca009725d834be3307a45e4169f7eb29
diff -r 4efe3d7a2a13 -r f7d70c3902fb security/p5-Net-SSH/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Net-SSH/patches/patch-aa      Thu Oct 13 20:14:18 2005 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/10/13 20:14:18 seb Exp $
+
+XXX YMMV
+
+--- t/03-packet.t.orig 2003-12-20 04:40:21.000000000 +0000
++++ t/03-packet.t
+@@ -99,7 +99,7 @@ $ssh->{session}{sock} = $fh;
+     # with real handles that might be open.  With Test::More in use
+     # (which dups some handles), we're likely to have as many as 8
+     # real handles open, if note more
+-    sub FILENO { 255 }
++    sub FILENO { 16 }
+ 
+     sub READ
+     {



Home | Main Index | Thread Index | Old Index