Index: head/sysutils/fusefs-afuse/Makefile =================================================================== --- head/sysutils/fusefs-afuse/Makefile (revision 434248) +++ head/sysutils/fusefs-afuse/Makefile (revision 434249) @@ -1,33 +1,32 @@ # Created by: Alexander Logvinov # $FreeBSD$ 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 PORTDOCS= AUTHORS README OPTIONS_DEFINE= DOCS DOCS_SUB_FILES= pkg-message post-install: ${INSTALL_MAN} ${FILESDIR}/afuse.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/sysutils/fusefs-afuse/pkg-descr =================================================================== --- head/sysutils/fusefs-afuse/pkg-descr (revision 434248) +++ head/sysutils/fusefs-afuse/pkg-descr (revision 434249) @@ -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