Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Aug 2016 13:31:29 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419682 - in head/security: . p5-Net-SSH-AuthorizedKeysFile
Message-ID:  <201608051331.u75DVTLE074340@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Aug  5 13:31:28 2016
New Revision: 419682
URL: https://svnweb.freebsd.org/changeset/ports/419682

Log:
  Add p5-Net-SSH-AuthorizedKeysFile.
  
  Net::SSH::AuthorizedKeysFile reads and modifies "authorized_keys"
  files.  "authorized_keys" files contain public keys and meta
  information to be used by "ssh" on the remote host to let users in
  without having to type their password.
  
  Sponsored by:	Absolight

Added:
  head/security/p5-Net-SSH-AuthorizedKeysFile/
  head/security/p5-Net-SSH-AuthorizedKeysFile/Makefile   (contents, props changed)
  head/security/p5-Net-SSH-AuthorizedKeysFile/distinfo   (contents, props changed)
  head/security/p5-Net-SSH-AuthorizedKeysFile/pkg-descr   (contents, props changed)
  head/security/p5-Net-SSH-AuthorizedKeysFile/pkg-plist   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Fri Aug  5 13:01:24 2016	(r419681)
+++ head/security/Makefile	Fri Aug  5 13:31:28 2016	(r419682)
@@ -655,6 +655,7 @@
     SUBDIR += p5-Net-OpenID-Server
     SUBDIR += p5-Net-Radius-Server
     SUBDIR += p5-Net-SAML
+    SUBDIR += p5-Net-SSH-AuthorizedKeysFile
     SUBDIR += p5-Net-SSL-ExpireDate
     SUBDIR += p5-Net-SSLGlue
     SUBDIR += p5-Net-SSLeay

Added: head/security/p5-Net-SSH-AuthorizedKeysFile/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Net-SSH-AuthorizedKeysFile/Makefile	Fri Aug  5 13:31:28 2016	(r419682)
@@ -0,0 +1,23 @@
+# Created by: Stephon Chen <stephon@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	Net-SSH-AuthorizedKeysFile
+PORTVERSION=	0.17
+CATEGORIES=	security perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	perl@FreeBSD.org
+COMMENT=	Read and modify SSH authorized_keys files
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Log-Log4perl>=1:devel/p5-Log-Log4perl
+
+NO_ARCH=	yes
+USES=		perl5
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/security/p5-Net-SSH-AuthorizedKeysFile/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Net-SSH-AuthorizedKeysFile/distinfo	Fri Aug  5 13:31:28 2016	(r419682)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1470403282
+SHA256 (Net-SSH-AuthorizedKeysFile-0.17.tar.gz) = 4f9384ffa3e80a1a51e2141a36e2faebc1f1608029e77594d2d9c5be61ebba93
+SIZE (Net-SSH-AuthorizedKeysFile-0.17.tar.gz) = 16040

Added: head/security/p5-Net-SSH-AuthorizedKeysFile/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Net-SSH-AuthorizedKeysFile/pkg-descr	Fri Aug  5 13:31:28 2016	(r419682)
@@ -0,0 +1,6 @@
+Net::SSH::AuthorizedKeysFile reads and modifies "authorized_keys"
+files.  "authorized_keys" files contain public keys and meta
+information to be used by "ssh" on the remote host to let users in
+without having to type their password.
+
+WWW: http://search.cpan.org/dist/Net-SSH-AuthorizedKeysFile/

Added: head/security/p5-Net-SSH-AuthorizedKeysFile/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Net-SSH-AuthorizedKeysFile/pkg-plist	Fri Aug  5 13:31:28 2016	(r419682)
@@ -0,0 +1,12 @@
+bin/authorized-keys-test
+%%SITE_PERL%%/Net/SSH/AuthorizedKey.pm
+%%SITE_PERL%%/Net/SSH/AuthorizedKey/Base.pm
+%%SITE_PERL%%/Net/SSH/AuthorizedKey/SSH1.pm
+%%SITE_PERL%%/Net/SSH/AuthorizedKey/SSH2.pm
+%%SITE_PERL%%/Net/SSH/AuthorizedKeysFile.pm
+%%PERL5_MAN1%%/authorized-keys-test.1.gz
+%%PERL5_MAN3%%/Net::SSH::AuthorizedKey.3.gz
+%%PERL5_MAN3%%/Net::SSH::AuthorizedKey::Base.3.gz
+%%PERL5_MAN3%%/Net::SSH::AuthorizedKey::SSH1.3.gz
+%%PERL5_MAN3%%/Net::SSH::AuthorizedKey::SSH2.3.gz
+%%PERL5_MAN3%%/Net::SSH::AuthorizedKeysFile.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608051331.u75DVTLE074340>