Add new port (security/sshpass)

Sshpass is a tool for non-interactively performing password authentication
with SSH's so called "interactive keyboard password authentication".
Most user should use SSH's more secure public key authentication instead.

WWW:	http://sourceforge.net/projects/sshpass/

PR: ports/164775
Submitted by: Hung-Yi Chen <gaod at hychen.org>
This commit is contained in:
Jason Helfman 2012-02-12 06:26:04 +00:00
parent 7ff5813e1a
commit ced3b7f7a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291021
4 changed files with 31 additions and 0 deletions

View file

@ -853,6 +853,7 @@
SUBDIR += sshguard-ipfw
SUBDIR += sshguard-pf
SUBDIR += sshit
SUBDIR += sshpass
SUBDIR += ssl-admin
SUBDIR += sslproxy
SUBDIR += sslscan

23
security/sshpass/Makefile Normal file
View file

@ -0,0 +1,23 @@
# New ports collection makefile for: sshpass
# Date created: 2012-02-04
# Whom: Hung-Yi Chen <gaod@hychen.org>
#
# $FreeBSD$
#
PORTNAME= sshpass
PORTVERSION= 1.05
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/sshpass/${PORTVERSION}
MAINTAINER= gaod@hychen.org
COMMENT= A non-interactive ssh password auth tool
LICENSE= GPLv2
GNU_CONFIGURE= yes
PLIST_FILES= bin/sshpass
MAN1= sshpass.1
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (sshpass-1.05.tar.gz) = c3f78752a68a0c3f62efb3332cceea0c8a1f04f7cf6b46e00ec0c3000bc8483e
SIZE (sshpass-1.05.tar.gz) = 98362

View file

@ -0,0 +1,5 @@
Sshpass is a tool for non-interactively performing password authentication
with SSH's so called "interactive keyboard password authentication".
Most user should use SSH's more secure public key authentication instead.
WWW: http://sourceforge.net/projects/sshpass/