pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-Net-OpenSSH Initial import of p5-Net-OpenS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3570af3e902b
branches:  trunk
changeset: 393084:3570af3e902b
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun May 17 10:37:35 2009 +0000

description:
Initial import of p5-Net-OpenSSH version 0.34 in the NetBSD Packages
Collection.

The Perl 5 module Net::OpenSSH is a secure shell client package
implemented on top of OpenSSH binary client (ssh).  This module is
implemented around the multiplexing feature found in later versions
of OpenSSH.

diffstat:

 security/p5-Net-OpenSSH/DESCR    |   4 ++++
 security/p5-Net-OpenSSH/Makefile |  19 +++++++++++++++++++
 security/p5-Net-OpenSSH/distinfo |   5 +++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 56406574fe57 -r 3570af3e902b security/p5-Net-OpenSSH/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Net-OpenSSH/DESCR     Sun May 17 10:37:35 2009 +0000
@@ -0,0 +1,4 @@
+The Perl 5 module Net::OpenSSH is a secure shell client package
+implemented on top of OpenSSH binary client (ssh).
+This module is implemented around the multiplexing feature found
+in later versions of OpenSSH.
diff -r 56406574fe57 -r 3570af3e902b security/p5-Net-OpenSSH/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Net-OpenSSH/Makefile  Sun May 17 10:37:35 2009 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/05/17 10:37:35 seb Exp $
+#
+
+DISTNAME=              Net-OpenSSH-0.34
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            security net perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Net-OpenSSH/
+COMMENT=               Perl SSH client package implemented on top of OpenSSH
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+USE_LANGUAGES=         # empty
+
+PERL5_PACKLIST=                auto/Net/OpenSSH/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 56406574fe57 -r 3570af3e902b security/p5-Net-OpenSSH/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Net-OpenSSH/distinfo  Sun May 17 10:37:35 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/05/17 10:37:35 seb Exp $
+
+SHA1 (Net-OpenSSH-0.34.tar.gz) = 650ce4c839dbfca4adb5236fc1de17a035509c25
+RMD160 (Net-OpenSSH-0.34.tar.gz) = 26d4bcfc6c17f5a8cb1fbdbcfe3654ee5ea07e65
+Size (Net-OpenSSH-0.34.tar.gz) = 28796 bytes



Home | Main Index | Thread Index | Old Index