| Summary: | [new port] sysutils/afuse: An automounting file system implemented in user-space using FUSE | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Alexander Logvinov <ports> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | ports | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Alexander Logvinov
2009-03-04 13:10:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it. > 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 State Changed From-To: open->feedback Awaiting maintainers feedback State Changed From-To: feedback->open Feedback received State Changed From-To: open->closed New port added, with minor changes. Thanks! 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"
|