From owner-cvs-ports@FreeBSD.ORG Wed Oct 19 08:14:56 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1DD616A41F; Wed, 19 Oct 2005 08:14:56 +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 8749843D45; Wed, 19 Oct 2005 08:14:56 +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 j9J8EuJd052367; Wed, 19 Oct 2005 08:14:56 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9J8EuYY052366; Wed, 19 Oct 2005 08:14:56 GMT (envelope-from barner) Message-Id: <200510190814.j9J8EuYY052366@repoman.freebsd.org> From: Simon Barner Date: Wed, 19 Oct 2005 08:14:55 +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-libs Makefile distinfo pkg-descr pkg-message pkg-plist ports/sysutils/fusefs-libs/files patch-Makefile.in patch-example_fusexmp.c patch-example_fusexmp_fh.c patch-include_fuse.h patch-include_fuse_kernel.h ... 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: Wed, 19 Oct 2005 08:14:57 -0000 barner 2005-10-19 08:14:55 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/fusefs-libs Makefile distinfo pkg-descr pkg-message pkg-plist sysutils/fusefs-libs/files patch-Makefile.in patch-example_fusexmp.c patch-example_fusexmp_fh.c patch-include_fuse.h patch-include_fuse_kernel.h patch-include_fuse_lowlevel.h patch-include_linux_compat.h patch-lib_fuse.c patch-lib_fuse_lowlevel.c patch-lib_helper.c patch-lib_mount.c patch-util_Makefile.in Log: Add new port for the fuse libraries: FUSE makes it possible to implement a filesystem in a userspace program. Features include: simple yet comprehensive API, secure mounting by non-root users, support for RELENG_6 and HEAD FreeBSD kernels, multi-threaded operation. WWW: http://sourceforge.net/projects/fuse/ PR: ports/87167 Submitted by: Anish Mistry Reviewed by: Csaba Henk (fuse SoC participant) Revision Changes Path 1.710 +1 -0 ports/sysutils/Makefile 1.1 +44 -0 ports/sysutils/fusefs-libs/Makefile (new) 1.1 +2 -0 ports/sysutils/fusefs-libs/distinfo (new) 1.1 +11 -0 ports/sysutils/fusefs-libs/files/patch-Makefile.in (new) 1.1 +36 -0 ports/sysutils/fusefs-libs/files/patch-example_fusexmp.c (new) 1.1 +62 -0 ports/sysutils/fusefs-libs/files/patch-example_fusexmp_fh.c (new) 1.1 +15 -0 ports/sysutils/fusefs-libs/files/patch-include_fuse.h (new) 1.1 +14 -0 ports/sysutils/fusefs-libs/files/patch-include_fuse_kernel.h (new) 1.1 +15 -0 ports/sysutils/fusefs-libs/files/patch-include_fuse_lowlevel.h (new) 1.1 +9 -0 ports/sysutils/fusefs-libs/files/patch-include_linux_compat.h (new) 1.1 +52 -0 ports/sysutils/fusefs-libs/files/patch-lib_fuse.c (new) 1.1 +26 -0 ports/sysutils/fusefs-libs/files/patch-lib_fuse_lowlevel.c (new) 1.1 +62 -0 ports/sysutils/fusefs-libs/files/patch-lib_helper.c (new) 1.1 +118 -0 ports/sysutils/fusefs-libs/files/patch-lib_mount.c (new) 1.1 +68 -0 ports/sysutils/fusefs-libs/files/patch-util_Makefile.in (new) 1.1 +6 -0 ports/sysutils/fusefs-libs/pkg-descr (new) 1.1 +1 -0 ports/sysutils/fusefs-libs/pkg-message (new) 1.1 +11 -0 ports/sysutils/fusefs-libs/pkg-plist (new)