From owner-cvs-ports@FreeBSD.ORG Sun Feb 12 06:26:04 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA7F01065675; Sun, 12 Feb 2012 06:26:04 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DA4C88FC20; Sun, 12 Feb 2012 06:26:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q1C6Q49O070406; Sun, 12 Feb 2012 06:26:04 GMT (envelope-from jgh@repoman.freebsd.org) Received: (from jgh@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q1C6Q41v070405; Sun, 12 Feb 2012 06:26:04 GMT (envelope-from jgh) Message-Id: <201202120626.q1C6Q41v070405@repoman.freebsd.org> From: Jason Helfman Date: Sun, 12 Feb 2012 06:26:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/sshpass Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 06:26:05 -0000 jgh 2012-02-12 06:26:04 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/sshpass Makefile distinfo pkg-descr Log: 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 Revision Changes Path 1.1247 +1 -0 ports/security/Makefile 1.1 +23 -0 ports/security/sshpass/Makefile (new) 1.1 +2 -0 ports/security/sshpass/distinfo (new) 1.1 +5 -0 ports/security/sshpass/pkg-descr (new)