Bug 132309 - [new port] sysutils/afuse: An automounting file system implemented in user-space using FUSE
Summary: [new port] sysutils/afuse: An automounting file system implemented in user-sp...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-04 13:10 UTC by Alexander Logvinov
Modified: 2009-03-15 13:40 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (11.42 KB, text/plain)
2009-03-04 13:10 UTC, Alexander Logvinov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Logvinov 2009-03-04 13:10:00 UTC
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/
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2009-03-04 14:16:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 Dmitry Marakasov 2009-03-14 23:29:49 UTC
> Synopsis: [new port] sysutils/afuse: An automounting file system implemented in user-space using FUSE
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=132309

Is it OK to name it fusefs-afuse and add RUN_DEPENDS for fusefs-kmod
like in other fusefs- ports?

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3@amdmi3.ru  ..:  jabber: amdmi3@jabber.ru    http://www.amdmi3.ru
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2009-03-14 23:30:53 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 4 Dmitry Marakasov freebsd_committer freebsd_triage 2009-03-15 13:37:05 UTC
State Changed
From-To: feedback->open

Feedback received
Comment 5 Dmitry Marakasov freebsd_committer freebsd_triage 2009-03-15 13:37:49 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2009-03-15 13:38:06 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"