Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Mar 2009 13:37:45 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils Makefile ports/sysutils/fusefs-afuse Makefile distinfo pkg-descr ports/sysutils/fusefs-afuse/files patch-afuse.1 patch-src_afuse.c pkg-message.in
Message-ID:  <200903151337.n2FDbjNO015258@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
amdmi3      2009-03-15 13:37:45 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/fusefs-afuse Makefile distinfo pkg-descr 
    sysutils/fusefs-afuse/files patch-afuse.1 patch-src_afuse.c 
                                pkg-message.in 
  Log:
  Afuse is an automounting file system implemented in user-space using
  FUSE. Afuse currently implements the most basic functionality that can
  be expected by an automounter; that is it manages a directory of virtual
  directories. If one of these virtual directories is accessed and is not
  already automounted, afuse will attempt to mount a filesystem onto that
  directory. If the mount succeeds the requested access proceeds as normal,
  otherwise it will fail with an error.
  
  The advantage of using afuse over traditional automounters is that afuse
  is designed to run entirely in user-space by individual users. This way an
  automounting action can take advantage of the invoking users environment,
  for example allowing access to an ssh-agent for password-less sshfs
  mounts, or allowing access to a graphical environment to get user input
  to complete a mount (i.e. popping up a window asking for a password).
  
  WWW: http://afuse.sourceforge.net/
  
  PR:             132309
  Submitted by:   Alexander Logvinov <ports at logvinov dot com>
  
  Revision  Changes    Path
  1.1087    +1 -0      ports/sysutils/Makefile
  1.1       +40 -0     ports/sysutils/fusefs-afuse/Makefile (new)
  1.1       +3 -0      ports/sysutils/fusefs-afuse/distinfo (new)
  1.1       +98 -0     ports/sysutils/fusefs-afuse/files/patch-afuse.1 (new)
  1.1       +229 -0    ports/sysutils/fusefs-afuse/files/patch-src_afuse.c (new)
  1.1       +7 -0      ports/sysutils/fusefs-afuse/files/pkg-message.in (new)
  1.1       +16 -0     ports/sysutils/fusefs-afuse/pkg-descr (new)



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