pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/p5-Net-SFTP-Foreign
Module Name: pkgsrc
Committed By: gdt
Date: Tue Jun 18 00:30:29 UTC 2019
Added Files:
pkgsrc/net/p5-Net-SFTP-Foreign: DESCR Makefile PLIST distinfo
Log Message:
net/p5-Net-SFTP-Foreign: Add version 1.90
SFTP stands for SSH File Transfer Protocol and is a method of
transferring files between machines over a secure, encrypted
connection (as opposed to regular FTP, which functions over an
insecure connection). The security in SFTP comes through its
integration with SSH, which provides an encrypted transport layer over
which the SFTP commands are executed.
Net::SFTP::Foreign is a Perl client for the SFTP version 3 as
defined in the SSH File Transfer Protocol IETF draft, which can be
found at http://www.openssh.org/txt/draft-ietf-secsh-filexfer-02.txt
This implementation uses an external OpenSSH-compatible program.
Packaged in wip by Angel M. Adames.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/p5-Net-SFTP-Foreign/DESCR \
pkgsrc/net/p5-Net-SFTP-Foreign/Makefile \
pkgsrc/net/p5-Net-SFTP-Foreign/PLIST \
pkgsrc/net/p5-Net-SFTP-Foreign/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/net/p5-Net-SFTP-Foreign/DESCR
diff -u /dev/null pkgsrc/net/p5-Net-SFTP-Foreign/DESCR:1.1
--- /dev/null Tue Jun 18 00:30:29 2019
+++ pkgsrc/net/p5-Net-SFTP-Foreign/DESCR Tue Jun 18 00:30:29 2019
@@ -0,0 +1,12 @@
+SFTP stands for SSH File Transfer Protocol and is a method of
+transferring files between machines over a secure, encrypted
+connection (as opposed to regular FTP, which functions over an
+insecure connection). The security in SFTP comes through its
+integration with SSH, which provides an encrypted transport layer over
+which the SFTP commands are executed.
+
+Net::SFTP::Foreign is a Perl client for the SFTP version 3 as
+defined in the SSH File Transfer Protocol IETF draft, which can be
+found at http://www.openssh.org/txt/draft-ietf-secsh-filexfer-02.txt
+
+This implementation uses an external OpenSSH-compatible program.
Index: pkgsrc/net/p5-Net-SFTP-Foreign/Makefile
diff -u /dev/null pkgsrc/net/p5-Net-SFTP-Foreign/Makefile:1.1
--- /dev/null Tue Jun 18 00:30:29 2019
+++ pkgsrc/net/p5-Net-SFTP-Foreign/Makefile Tue Jun 18 00:30:29 2019
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2019/06/18 00:30:29 gdt Exp $
+
+DISTNAME= Net-SFTP-Foreign-1.90
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER= angelmadames%gmail.com@localhost
+HOMEPAGE= https://github.com/salva/p5-Net-SFTP-Foreign/
+COMMENT= SSH File Transfer Protocol client
+LICENSE= ${PERL5_LICENSE}
+
+PERL5_PACKLIST= auto/Net/SFTP/Foreign/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/p5-Net-SFTP-Foreign/PLIST
diff -u /dev/null pkgsrc/net/p5-Net-SFTP-Foreign/PLIST:1.1
--- /dev/null Tue Jun 18 00:30:29 2019
+++ pkgsrc/net/p5-Net-SFTP-Foreign/PLIST Tue Jun 18 00:30:29 2019
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.1 2019/06/18 00:30:29 gdt Exp $
+${PERL5_SUB_INSTALLVENDORLIB}/Net/SFTP/Foreign.pm
+${PERL5_SUB_INSTALLVENDORLIB}/Net/SFTP/Foreign/Attributes.pm
+${PERL5_SUB_INSTALLVENDORLIB}/Net/SFTP/Foreign/Attributes/Compat.pm
+${PERL5_SUB_INSTALLVENDORLIB}/Net/SFTP/Foreign/Backend/Unix.pm
+${PERL5_SUB_INSTALLVENDORLIB}/Net/SFTP/Foreign/Backend/Windows.pm
+${PERL5_SUB_INSTALLVENDORLIB}/Net/SFTP/Foreign/Buffer.pm
+${PERL5_SUB_INSTALLVENDORLIB}/Net/SFTP/Foreign/Common.pm
+${PERL5_SUB_INSTALLVENDORLIB}/Net/SFTP/Foreign/Compat.pm
+${PERL5_SUB_INSTALLVENDORLIB}/Net/SFTP/Foreign/Constants.pm
+${PERL5_SUB_INSTALLVENDORLIB}/Net/SFTP/Foreign/Helpers.pm
+${PERL5_SUB_INSTALLVENDORLIB}/Net/SFTP/Foreign/Local.pm
+${PERL5_SUB_INSTALLVENDORARCH}/auto/Net/SFTP/Foreign/.packlist
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::SFTP::Foreign.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::SFTP::Foreign::Attributes.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::SFTP::Foreign::Attributes::Compat.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::SFTP::Foreign::Buffer.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::SFTP::Foreign::Compat.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::SFTP::Foreign::Constants.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/Net::SFTP::Foreign::Local.3
Index: pkgsrc/net/p5-Net-SFTP-Foreign/distinfo
diff -u /dev/null pkgsrc/net/p5-Net-SFTP-Foreign/distinfo:1.1
--- /dev/null Tue Jun 18 00:30:29 2019
+++ pkgsrc/net/p5-Net-SFTP-Foreign/distinfo Tue Jun 18 00:30:29 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/06/18 00:30:29 gdt Exp $
+
+SHA1 (Net-SFTP-Foreign-1.90.tar.gz) = e96812379317344d4a35ee636587d46c8b0ce182
+RMD160 (Net-SFTP-Foreign-1.90.tar.gz) = 93045721f4db657a706fe747efbd397e3573cc85
+SHA512 (Net-SFTP-Foreign-1.90.tar.gz) = b972910c49b962304293c3817884e325d5ced7211c7c1f86034d2ad87397471b846f6e320be187b624736fd811fcc0656fcb41a945b42906cb1dd4e9467498fc
+Size (Net-SFTP-Foreign-1.90.tar.gz) = 168896 bytes
Home |
Main Index |
Thread Index |
Old Index