pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-Net-SSH2



Module Name:    pkgsrc
Committed By:   he
Date:           Fri Sep  9 09:04:24 UTC 2022

Added Files:
        pkgsrc/security/p5-Net-SSH2: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/p5-Net-SSH2/DESCR \
    pkgsrc/security/p5-Net-SSH2/Makefile pkgsrc/security/p5-Net-SSH2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/security/p5-Net-SSH2/DESCR
diff -u /dev/null pkgsrc/security/p5-Net-SSH2/DESCR:1.1
--- /dev/null   Fri Sep  9 09:04:24 2022
+++ pkgsrc/security/p5-Net-SSH2/DESCR   Fri Sep  9 09:04:24 2022
@@ -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.
Index: pkgsrc/security/p5-Net-SSH2/Makefile
diff -u /dev/null pkgsrc/security/p5-Net-SSH2/Makefile:1.1
--- /dev/null   Fri Sep  9 09:04:24 2022
+++ pkgsrc/security/p5-Net-SSH2/Makefile        Fri Sep  9 09:04:24 2022
@@ -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"
Index: pkgsrc/security/p5-Net-SSH2/distinfo
diff -u /dev/null pkgsrc/security/p5-Net-SSH2/distinfo:1.1
--- /dev/null   Fri Sep  9 09:04:24 2022
+++ pkgsrc/security/p5-Net-SSH2/distinfo        Fri Sep  9 09:04:24 2022
@@ -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