diff options
author | Nikolai Lifanov <lifanov@FreeBSD.org> | 2017-02-16 19:59:52 +0000 |
---|---|---|
committer | Nikolai Lifanov <lifanov@FreeBSD.org> | 2017-02-16 19:59:52 +0000 |
commit | 466d265cfdd4f188c6bfbc64008d84c31948ee54 (patch) | |
tree | cdbd6a64dfb5aa80b817295a11b7b676b6d1d160 /sysutils/fusefs-afuse | |
parent | 3efd51f6f5c123ac3a6d30735f5dd4e06334cf8b (diff) | |
download | ports-466d265cfdd4f188c6bfbc64008d84c31948ee54.tar.gz ports-466d265cfdd4f188c6bfbc64008d84c31948ee54.zip |
Notes
Diffstat (limited to 'sysutils/fusefs-afuse')
-rw-r--r-- | sysutils/fusefs-afuse/Makefile | 7 | ||||
-rw-r--r-- | sysutils/fusefs-afuse/pkg-descr | 30 |
2 files changed, 19 insertions, 18 deletions
diff --git a/sysutils/fusefs-afuse/Makefile b/sysutils/fusefs-afuse/Makefile index 9f8aef7696a9..a1b1d976f23a 100644 --- a/sysutils/fusefs-afuse/Makefile +++ b/sysutils/fusefs-afuse/Makefile @@ -3,18 +3,17 @@ PORTNAME= afuse PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://BSDforge.com/projects/source/sysutils/afuse/ PKGNAMEPREFIX= fusefs- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= File system automounting implemented in user-space using FUSE LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= Unfetchable (google code has gone away) - USES= fuse pkgconfig GNU_CONFIGURE= yes diff --git a/sysutils/fusefs-afuse/pkg-descr b/sysutils/fusefs-afuse/pkg-descr index 1d1529713d5d..ff736c18b9c2 100644 --- a/sysutils/fusefs-afuse/pkg-descr +++ b/sysutils/fusefs-afuse/pkg-descr @@ -1,16 +1,18 @@ -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. +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). +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/ +WWW: https://github.com/pcarrier/afuse |