Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Oct 2005 08:14:55 +0000 (UTC)
From:      Simon Barner <barner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
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 ...
Message-ID:  <200510190814.j9J8EuYY052366@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <amistry@am-productions.biz>
  Reviewed by:    Csaba Henk <csaba.henk@creo.hu> (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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510190814.j9J8EuYY052366>