From owner-cvs-ports@FreeBSD.ORG Sat Jul 5 23:03:07 2008 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 5AE211065671; Sat, 5 Jul 2008 23:03:07 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 461218FC0C; Sat, 5 Jul 2008 23:03:07 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m65N37pP096467; Sat, 5 Jul 2008 23:03:07 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m65N37Ib096466; Sat, 5 Jul 2008 23:03:07 GMT (envelope-from araujo) Message-Id: <200807052303.m65N37Ib096466@repoman.freebsd.org> From: Marcelo Araujo Date: Sat, 5 Jul 2008 23:03:07 +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-scp Makefile distinfo pkg-descr pkg-plist 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: Sat, 05 Jul 2008 23:03:07 -0000 araujo 2008-07-05 23:03:07 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/rubygem-net-scp Makefile distinfo pkg-descr pkg-plist Log: Net::SCP is a pure-Ruby implementation of the SCP protocol. This operates over SSH (and requires the Net::SSH library), and allows files and directory trees to copied to and from a remote server. * Transfer files or entire directory trees to or from a remote host via SCP * Can preserve file attributes across transfers * Can download files in-memory, or direct-to-disk * Support for SCP URI's, and OpenURI WWW: http://net-ssh.rubyforge.org/scp PR: ports/125052 Submitted by: Philip M. Gollucci Revision Changes Path 1.980 +1 -0 ports/security/Makefile 1.1 +22 -0 ports/security/rubygem-net-scp/Makefile (new) 1.1 +3 -0 ports/security/rubygem-net-scp/distinfo (new) 1.1 +10 -0 ports/security/rubygem-net-scp/pkg-descr (new) 1.1 +65 -0 ports/security/rubygem-net-scp/pkg-plist (new)