From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 4 21:00:23 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F36E0106566B for ; Sat, 4 Feb 2012 21:00:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B9B038FC15 for ; Sat, 4 Feb 2012 21:00:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q14L0N9Y065691 for ; Sat, 4 Feb 2012 21:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q14L0NC0065690; Sat, 4 Feb 2012 21:00:23 GMT (envelope-from gnats) Resent-Date: Sat, 4 Feb 2012 21:00:23 GMT Resent-Message-Id: <201202042100.q14L0NC0065690@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hung-Yi Chen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E757A106566B for ; Sat, 4 Feb 2012 20:58:25 +0000 (UTC) (envelope-from gaod@cse.tw) Received: from cse.tw (cse.tw [140.138.145.237]) by mx1.freebsd.org (Postfix) with ESMTP id B20A48FC13 for ; Sat, 4 Feb 2012 20:58:25 +0000 (UTC) Received: from cse.tw (localhost [127.0.0.1]) by cse.tw (Postfix) with ESMTP id 67C841E8C5C for ; Sun, 5 Feb 2012 04:58:23 +0800 (CST) Received: (from root@localhost) by cse.tw (8.14.5/8.14.5/Submit) id q14KwNTq002449; Sun, 5 Feb 2012 04:58:23 +0800 (CST) (envelope-from gaod) Message-Id: <201202042058.q14KwNTq002449@cse.tw> Date: Sun, 5 Feb 2012 04:58:23 +0800 (CST) From: Hung-Yi Chen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/164775: [NEW PORT] sysutils/sshpass: A non-interactive ssh password auth tool X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hung-Yi Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2012 21:00:24 -0000 >Number: 164775 >Category: ports >Synopsis: [NEW PORT] sysutils/sshpass: A non-interactive ssh password auth tool >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 04 21:00:22 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Hung-Yi Chen >Release: FreeBSD 9.0-STABLE i386 >Organization: >Environment: System: FreeBSD cse.tw 9.0-STABLE FreeBSD 9.0-STABLE #10: Sun Jan 29 19:49:07 CST 2012 >Description: Sshpass is a tool for non-interactivly performing password authentication with SSH's so called "interactive keyboard password authentication". Most user should use SSH's more secure public key authentiaction instead. WWW: http://sourceforge.net/projects/sshpass/ >How-To-Repeat: >Fix: --- sshpass-1.05.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # sshpass # sshpass/Makefile # sshpass/distinfo # sshpass/pkg-descr # echo c - sshpass mkdir -p sshpass > /dev/null 2>&1 echo x - sshpass/Makefile sed 's/^X//' >sshpass/Makefile << '44481e4e12d5bac7c6ab290715e143bf' X# New ports collection makefile for: sshpass X# Date created: 2012-02-04 X# Whom: Hung-Yi Chen X# X# $FreeBSD$ X# X XPORTNAME= sshpass XPORTVERSION= 1.05 XCATEGORIES= sysutils XMASTER_SITES= SF/${PORTNAME}/sshpass/${PORTVERSION} X XMAINTAINER= gaod@hychen.org XCOMMENT= A non-interactive ssh password auth tool X XLICENSE= GPLv2 XLICENSE_FILE= ${WRKSRC}/COPYING X XGNU_CONFIGURE= yes X XPLIST_FILES= bin/sshpass XMAN1= sshpass.1 X X.include 44481e4e12d5bac7c6ab290715e143bf echo x - sshpass/distinfo sed 's/^X//' >sshpass/distinfo << '1199773b199b8c121e5d271659fcaa2d' XSHA256 (sshpass-1.05.tar.gz) = c3f78752a68a0c3f62efb3332cceea0c8a1f04f7cf6b46e00ec0c3000bc8483e XSIZE (sshpass-1.05.tar.gz) = 98362 1199773b199b8c121e5d271659fcaa2d echo x - sshpass/pkg-descr sed 's/^X//' >sshpass/pkg-descr << '31b17bdf6224fa1c9886f3127a82b3cb' XSshpass is a tool for non-interactivly performing password authentication Xwith SSH's so called "interactive keyboard password authentication". XMost user should use SSH's more secure public key authentiaction instead. X XWWW: http://sourceforge.net/projects/sshpass/ 31b17bdf6224fa1c9886f3127a82b3cb exit --- sshpass-1.05.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: