From owner-cvs-all@FreeBSD.ORG Wed Oct 19 08:21:29 2005 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 7FCCF16A41F; Wed, 19 Oct 2005 08:21:29 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ADD343D45; Wed, 19 Oct 2005 08:21:29 +0000 (GMT) (envelope-from barner@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 j9J8LTnc052990; Wed, 19 Oct 2005 08:21:29 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9J8LTNv052989; Wed, 19 Oct 2005 08:21:29 GMT (envelope-from barner) Message-Id: <200510190821.j9J8LTNv052989@repoman.freebsd.org> From: Simon Barner Date: Wed, 19 Oct 2005 08:21:29 +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/sysutils Makefile ports/sysutils/fusefs-sshfs Makefile distinfo pkg-descr pkg-message pkg-plist ports/sysutils/fusefs-sshfs/files patch-sshfs.c 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, 19 Oct 2005 08:21:29 -0000 barner 2005-10-19 08:21:29 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/fusefs-sshfs Makefile distinfo pkg-descr pkg-message pkg-plist sysutils/fusefs-sshfs/files patch-sshfs.c Log: Add new port for fusefs-sshfs: SSHFS allows you to mount a remote directory over a normal ssh connection. WWW: http://sourceforge.net/projects/fuse/ PR: ports/87168 Submitted by: Anish Mistry Reviewed by: Csaba Henk (fuse SoC participant) Revision Changes Path 1.712 +1 -0 ports/sysutils/Makefile 1.1 +35 -0 ports/sysutils/fusefs-sshfs/Makefile (new) 1.1 +2 -0 ports/sysutils/fusefs-sshfs/distinfo (new) 1.1 +138 -0 ports/sysutils/fusefs-sshfs/files/patch-sshfs.c (new) 1.1 +3 -0 ports/sysutils/fusefs-sshfs/pkg-descr (new) 1.1 +19 -0 ports/sysutils/fusefs-sshfs/pkg-message (new) 1.1 +1 -0 ports/sysutils/fusefs-sshfs/pkg-plist (new)