pkgsrc-Changes archive

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

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Tue Feb 20 14:08:29 UTC 2018

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

Log Message:
Import Net::SFTP 0.11 as security/p5-Net-SFTP.

This is Net::SFTP, a module implementing a client for the Secure
File Transfer Protocol.


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

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

Modified files:

Index: pkgsrc/security/Makefile
diff -u pkgsrc/security/Makefile:1.670 pkgsrc/security/Makefile:1.671
--- pkgsrc/security/Makefile:1.670      Fri Feb 16 07:20:56 2018
+++ pkgsrc/security/Makefile    Tue Feb 20 14:08:29 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.670 2018/02/16 07:20:56 fhajny Exp $
+# $NetBSD: Makefile,v 1.671 2018/02/20 14:08:29 fhajny Exp $
 #
 
 COMMENT=       Security tools
@@ -312,6 +312,7 @@ SUBDIR+=    p5-Mozilla-CA
 SUBDIR+=       p5-Net-DNS-SEC
 SUBDIR+=       p5-Net-DNS-SEC-Maint-Key
 SUBDIR+=       p5-Net-OpenSSH
+SUBDIR+=       p5-Net-SFTP
 SUBDIR+=       p5-Net-SSH
 SUBDIR+=       p5-Net-SSLeay
 SUBDIR+=       p5-Netpgp-Verify

Added files:

Index: pkgsrc/security/p5-Net-SFTP/DESCR
diff -u /dev/null pkgsrc/security/p5-Net-SFTP/DESCR:1.1
--- /dev/null   Tue Feb 20 14:08:29 2018
+++ pkgsrc/security/p5-Net-SFTP/DESCR   Tue Feb 20 14:08:29 2018
@@ -0,0 +1,2 @@
+This is Net::SFTP, a module implementing a client for the Secure
+File Transfer Protocol.
Index: pkgsrc/security/p5-Net-SFTP/Makefile
diff -u /dev/null pkgsrc/security/p5-Net-SFTP/Makefile:1.1
--- /dev/null   Tue Feb 20 14:08:29 2018
+++ pkgsrc/security/p5-Net-SFTP/Makefile        Tue Feb 20 14:08:29 2018
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2018/02/20 14:08:29 fhajny Exp $
+#
+
+DISTNAME=      Net-SFTP-0.11
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    security perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
+
+HOMEPAGE=      http://search.cpan.org/dist/Net-SFTP/
+COMMENT=       Module implementing a client for the Secure File Transfer Protocol
+LICENSE=       gnu-gpl-v2
+
+DEPENDS+=      p5-Net-SSH>=2.12:../../security/p5-Net-SSH
+DEPENDS+=      p5-Math-Int64>=0.54:../../math/p5-Math-Int64
+
+PERL5_PACKLIST=        auto/Net/SFTP/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/p5-Net-SFTP/distinfo
diff -u /dev/null pkgsrc/security/p5-Net-SFTP/distinfo:1.1
--- /dev/null   Tue Feb 20 14:08:29 2018
+++ pkgsrc/security/p5-Net-SFTP/distinfo        Tue Feb 20 14:08:29 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/20 14:08:29 fhajny Exp $
+
+SHA1 (Net-SFTP-0.11.tar.gz) = 03e52412b59b8d35449d731e22a2b408662de692
+RMD160 (Net-SFTP-0.11.tar.gz) = 2e8c6b66af745ed3d3c94d3a5de49a3bec045770
+SHA512 (Net-SFTP-0.11.tar.gz) = 97c0412bc31e423bd5d87d18cb2c32e02ab1aea7362b9fe718f018428bccc19f5c7565ab0e1aaa9a625b535805f06757353092e41988dbba56cd90d409514b2b
+Size (Net-SFTP-0.11.tar.gz) = 26939 bytes



Home | Main Index | Thread Index | Old Index