From owner-cvs-all@FreeBSD.ORG Fri Feb 13 23:36:52 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C96E106564A; Fri, 13 Feb 2009 23:36:52 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0B1248FC12; Fri, 13 Feb 2009 23:36:52 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1DNapJW029509; Fri, 13 Feb 2009 23:36:51 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1DNap37029508; Fri, 13 Feb 2009 23:36:51 GMT (envelope-from gabor) Message-Id: <200902132336.n1DNap37029508@repoman.freebsd.org> From: Gabor Kovesdan Date: Fri, 13 Feb 2009 23:36:51 +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/hotssh Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2009 23:36:52 -0000 gabor 2009-02-13 23:36:51 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/hotssh Makefile distinfo pkg-descr pkg-plist Log: HotSSH is an interface to Secure Shell, for GNOME and OpenSSH. It intends to be a better experience than simply invoking "ssh" from an existing terminal window. * Fast search-based interface for new connections * Also display and search of local (Avahi) SSH servers * Tabbed display with automatic session saving (Firefox style) * Status bar with information like latency to server and output of remote uptime * Close integration with OpenSSH features like connection sharing (near-instant new tabs) * NetworkManager integration to easily reconnect after a network change, great for laptops WWW: http://projects.gnome.org/hotssh/ PR: ports/131133 Submitted by: Ashish Shukla Revision Changes Path 1.1021 +1 -0 ports/security/Makefile 1.1 +43 -0 ports/security/hotssh/Makefile (new) 1.1 +3 -0 ports/security/hotssh/distinfo (new) 1.1 +15 -0 ports/security/hotssh/pkg-descr (new) 1.1 +57 -0 ports/security/hotssh/pkg-plist (new)