pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-Net-SSH2 security/p5-Net-SSH2: add Net::SS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43e6c3a0201f
branches:  trunk
changeset: 384974:43e6c3a0201f
user:      he <he%pkgsrc.org@localhost>
date:      Fri Sep 09 09:04:24 2022 +0000

description:
security/p5-Net-SSH2: add Net::SSH2 version 0.73.

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.

diffstat:

 security/p5-Net-SSH2/DESCR    |   3 +++
 security/p5-Net-SSH2/Makefile |  17 +++++++++++++++++
 security/p5-Net-SSH2/distinfo |   5 +++++
 3 files changed, 25 insertions(+), 0 deletions(-)

diffs (37 lines):

diff -r 34e4f88ae106 -r 43e6c3a0201f security/p5-Net-SSH2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Net-SSH2/DESCR        Fri Sep 09 09:04:24 2022 +0000
@@ -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.
diff -r 34e4f88ae106 -r 43e6c3a0201f security/p5-Net-SSH2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Net-SSH2/Makefile     Fri Sep 09 09:04:24 2022 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2022/09/09 09:04:24 he Exp $
+
+DISTNAME=      Net-SSH2-0.73
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    security net perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RK/RKITOVER/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/release/Net-SSH2
+COMMENT=       Perl implementations of the SSH2 protocol
+LICENSE=       ${PERL5_LICENSE}
+
+PERL5_PACKLIST=        auto/Net/SSH2/.packlist
+
+.include "../../security/libssh2/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 34e4f88ae106 -r 43e6c3a0201f security/p5-Net-SSH2/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Net-SSH2/distinfo     Fri Sep 09 09:04:24 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/09/09 09:04:24 he Exp $
+
+BLAKE2s (Net-SSH2-0.73.tar.gz) = b1de9a8ebb81b786034e9e5cd2ace0f6f654369fd4dbc01289cdbddaed04b82a
+SHA512 (Net-SSH2-0.73.tar.gz) = 9d0f06f3404127e953a2b625e48de733dca122f95a467a5785ddaedac79c693874dbd904f0dad91c5539688fb89c5dc00e32ff34f005efb1e220784121788c92
+Size (Net-SSH2-0.73.tar.gz) = 146435 bytes



Home | Main Index | Thread Index | Old Index