From owner-cvs-all@FreeBSD.ORG Wed Jan 18 07:20:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AAAF16A41F; Wed, 18 Jan 2006 07:20:28 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4354543D46; Wed, 18 Jan 2006 07:20:28 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0I7KSEI026856; Wed, 18 Jan 2006 07:20:28 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0I7KRPl026855; Wed, 18 Jan 2006 07:20:27 GMT (envelope-from pav) Message-Id: <200601180720.k0I7KRPl026855@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 18 Jan 2006 07:20:26 +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/rubygem-net-ssh Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2006 07:20:28 -0000 pav 2006-01-18 07:20:26 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/rubygem-net-ssh Makefile distinfo pkg-descr pkg-plist Log: Net::SSH is a pure-Ruby implementation of the SSH2 client protocol. It supports the following features: - User authentication via explicit username/password, or using a public-key/private-key pair. - Port forwarding, both from the local host to a remote computer via the remote host, and from the remote host to the local host. - Execute processes on the remote machine, both interactively and non-interactively ("batch"). PR: ports/91828 Submitted by: Roderick van Domburg Revision Changes Path 1.729 +1 -0 ports/security/Makefile 1.1 +34 -0 ports/security/rubygem-net-ssh/Makefile (new) 1.1 +3 -0 ports/security/rubygem-net-ssh/distinfo (new) 1.1 +14 -0 ports/security/rubygem-net-ssh/pkg-descr (new) 1.1 +842 -0 ports/security/rubygem-net-ssh/pkg-plist (new)