pkgsrc-WIP-changes archive

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

Import p5-Net-SFTP-Foreign as wip/p5-Net-SFTP-Foreign



Module Name:	pkgsrc-wip
Committed By:	Angel M. Adames <angelmadames%gmail.com@localhost>
Pushed By:	angelmadames
Date:		Tue May 30 10:13:39 2017 -0400
Changeset:	f14f488e78cd5365dc6dc9116ccd78fc618acdfe

Added Files:
	p5-Net-SFTP-Foreign/DESCR
	p5-Net-SFTP-Foreign/Makefile
	p5-Net-SFTP-Foreign/PLIST
	p5-Net-SFTP-Foreign/distinfo

Log Message:
Import p5-Net-SFTP-Foreign as wip/p5-Net-SFTP-Foreign

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f14f488e78cd5365dc6dc9116ccd78fc618acdfe

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

diffstat:
 p5-Net-SFTP-Foreign/DESCR    | 10 ++++++++++
 p5-Net-SFTP-Foreign/Makefile | 16 ++++++++++++++++
 p5-Net-SFTP-Foreign/PLIST    | 20 ++++++++++++++++++++
 p5-Net-SFTP-Foreign/distinfo |  6 ++++++
 4 files changed, 52 insertions(+)

diffs:
diff --git a/p5-Net-SFTP-Foreign/DESCR b/p5-Net-SFTP-Foreign/DESCR
new file mode 100644
index 0000000000..1e133ef414
--- /dev/null
+++ b/p5-Net-SFTP-Foreign/DESCR
@@ -0,0 +1,10 @@
+FTP 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
diff --git a/p5-Net-SFTP-Foreign/Makefile b/p5-Net-SFTP-Foreign/Makefile
new file mode 100644
index 0000000000..187ec4743a
--- /dev/null
+++ b/p5-Net-SFTP-Foreign/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	Net-SFTP-Foreign-1.87
+PKGNAME=	p5-${DISTNAME}
+CATEGORIES=	net
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER=	angelmadames%gmail.com@localhost
+HOMEPAGE=	http://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"
diff --git a/p5-Net-SFTP-Foreign/PLIST b/p5-Net-SFTP-Foreign/PLIST
new file mode 100644
index 0000000000..ec4460b821
--- /dev/null
+++ b/p5-Net-SFTP-Foreign/PLIST
@@ -0,0 +1,20 @@
+@comment $NetBSD$
+${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
diff --git a/p5-Net-SFTP-Foreign/distinfo b/p5-Net-SFTP-Foreign/distinfo
new file mode 100644
index 0000000000..a2d5da187c
--- /dev/null
+++ b/p5-Net-SFTP-Foreign/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (Net-SFTP-Foreign-1.87.tar.gz) = 06c9759d24af131d87d60145a490392b3ef80428
+RMD160 (Net-SFTP-Foreign-1.87.tar.gz) = 1d773cf4085bae02059229d0abfb6f38aca6bc01
+SHA512 (Net-SFTP-Foreign-1.87.tar.gz) = c121053ee4b5442b91d4c98b7c331b3a0f0b6eaa8d2292cbb7246884751effa76c5afa797bd3f4c5b7125b0cc5bf9bfcddfed7b0453e938284b89e679042af02
+Size (Net-SFTP-Foreign-1.87.tar.gz) = 169840 bytes


Home | Main Index | Thread Index | Old Index