From owner-cvs-all@FreeBSD.ORG Sat Jan 6 10:41:50 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F69C16A40F; Sat, 6 Jan 2007 10:41:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4F20313C45A; Sat, 6 Jan 2007 10:41:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l06Afowt025876; Sat, 6 Jan 2007 10:41:50 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l06AfoQd025875; Sat, 6 Jan 2007 10:41:50 GMT (envelope-from miwi) Message-Id: <200701061041.l06AfoQd025875@repoman.freebsd.org> From: Martin Wilke Date: Sat, 6 Jan 2007 10:41:50 +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-encfs 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: Sat, 06 Jan 2007 10:41:50 -0000 miwi 2007-01-06 10:41:50 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/fusefs-encfs Makefile distinfo pkg-descr pkg-plist Log: EncFS is an encrypted pass-through filesystem which runs in userspace, using the FUSE kernel module. Similar in design to CFS and other pass-through filesystems, all data is encrypted and stored in the underlying filesystem. Unlike loopback filesystems, there is no predetermined or pre-allocated filesystem size. WWW: http://freshmeat.net/projects/encfs/ PR: ports/107600 Submitted by: trasz Revision Changes Path 1.882 +1 -0 ports/sysutils/Makefile 1.1 +34 -0 ports/sysutils/fusefs-encfs/Makefile (new) 1.1 +3 -0 ports/sysutils/fusefs-encfs/distinfo (new) 1.1 +7 -0 ports/sysutils/fusefs-encfs/pkg-descr (new) 1.1 +47 -0 ports/sysutils/fusefs-encfs/pkg-plist (new)