pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security Import Net::SFTP 0.11 as security/p5-Net-SFTP.
details: https://anonhg.NetBSD.org/pkgsrc/rev/4248e40669fe
branches: trunk
changeset: 375773:4248e40669fe
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Tue Feb 20 14:08:29 2018 +0000
description:
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.
diffstat:
security/Makefile | 3 ++-
security/p5-Net-SFTP/DESCR | 2 ++
security/p5-Net-SFTP/Makefile | 19 +++++++++++++++++++
security/p5-Net-SFTP/distinfo | 6 ++++++
4 files changed, 29 insertions(+), 1 deletions(-)
diffs (56 lines):
diff -r c9996d658a8d -r 4248e40669fe security/Makefile
--- a/security/Makefile Tue Feb 20 14:04:42 2018 +0000
+++ b/security/Makefile Tue Feb 20 14:08:29 2018 +0000
@@ -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-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
diff -r c9996d658a8d -r 4248e40669fe security/p5-Net-SFTP/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Net-SFTP/DESCR Tue Feb 20 14:08:29 2018 +0000
@@ -0,0 +1,2 @@
+This is Net::SFTP, a module implementing a client for the Secure
+File Transfer Protocol.
diff -r c9996d658a8d -r 4248e40669fe security/p5-Net-SFTP/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Net-SFTP/Makefile Tue Feb 20 14:08:29 2018 +0000
@@ -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"
diff -r c9996d658a8d -r 4248e40669fe security/p5-Net-SFTP/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Net-SFTP/distinfo Tue Feb 20 14:08:29 2018 +0000
@@ -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