Port details |
- fusefs-afuse File system automounting implemented in user-space using FUSE
- 0.4.1_2 sysutils
=4 0.4.1_2Version of this port present on the latest quarterly branch.
- Maintainer: portmaster@BSDforge.com
- Port Added: 2009-03-15 13:39:07
- Last Update: 2024-11-06 15:17:35
- Commit Hash: 6e2da96
- People watching this port, also watch:: dwdiff, flashrom, libssh, proggy_fonts-ttf, monit
- License: GPLv2
- WWW:
- https://github.com/pcarrier/afuse
- Description:
- 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).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- fusefs-afuse>0:sysutils/fusefs-afuse
- No installation instructions:
- This port has been deleted.
- PKGNAME: fusefs-afuse
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (afuse-0.4.1.tar.gz) = c6e0555a65d42d3782e0734198bbebd22486386e29cb00047bc43c3eb726dca8
SIZE (afuse-0.4.1.tar.gz) = 121957
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libfuse.so : sysutils/fusefs-libs
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for fusefs-afuse-0.4.1_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- sysutils_fusefs-afuse
- USES:
- cpe fuse pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.1_2 06 Nov 2024 15:17:35 |
Robert Clausecker (fuz) |
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.
Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.
Approved by: portmgr (rene)
Reviewed by: mat
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988 |
0.4.1_2 13 Jan 2024 23:30:23 |
Daniel Engberg (diizzy) |
*/*: Remove BROKEN in all ports that uses bsdforge.com for MASTER_SITES
Site is now back up
Reported by: Jamie Landeg-Jones <jamie@catflap.org>, Chris
<portmaster@bsdforge.com>
Approved by: portmgr (blanket) |
0.4.1_2 10 Jan 2024 15:29:49 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
0.4.1_1 04 Jan 2024 17:37:09 |
Daniel Engberg (diizzy) |
*/*: Mark all ports that uses bsdforge.com in MASTER_SITES broken
The domain bsdforge.com has expired, mark all ports that only
uses bsdforge.com as broken (unfetchable). Additionally set ports that
uses bsdforge.com as primary site and have broken mirrors as broken
too as they're also unfetchable.
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.4.1_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.4.1_1 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.4.1_1 31 Aug 2021 19:49:56 |
Bernhard Froehlich (decke) |
sysutils/fusefs-afuse: Add CPE information
Approved by: portmgr (blanket) |
0.4.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.4.1_1 19 Oct 2019 12:21:22 |
rakuco |
Switch MASTER_SITES and WWW to https in Chris' ports.
PR: 241272
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) |
0.4.1_1 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
0.4.1_1 16 Feb 2017 19:59:52 |
lifanov |
unbreak sysutils/fusefs-afuse
- replace GOOGLE_CODE with GITHUB
- pass maintainership to submitter
PR: 216979
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> |
0.4.1 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
0.4.1 10 Feb 2016 13:47:54 |
amdmi3 |
- Add LICENSE_FILE
- Don't install empty ChangeLog
- No need to store manpage in files/ as patch, convert to plain file
- pkg-message is only meaningful when DOCS are enabled |
0.4.1 09 Feb 2016 18:15:22 |
ak |
- Drop maintainership |
0.4.1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.4.1 25 Jun 2014 08:03:34 |
ak |
- Add bin/afuse-avahissh to orphans whitelist |
0.4.1 13 Apr 2014 18:48:52 |
ak |
- Update to 0.4.1
- Support STAGEDIR
- Take maintainership |
0.2 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.2 27 May 2013 07:20:21 |
bsam |
. remove the indefinite article and reword COMMENT;
. add LICENSE=GPLv2;
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. remove some space lines. |
0.2 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
0.2 06 Mar 2013 16:52:02 |
bapt |
Convert USE_FUSE macros into USES feature.
While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix |
0.2 20 Feb 2013 16:08:59 |
fluffy |
- Reassign ports from avl@ back to pool at his request.
Submitted by: avl via IM
Approved by: avl via IM |
0.2 14 Dec 2012 15:47:01 |
flo |
- introduce a USE_FUSE macro
- convert all fuse ports to use the new macro
The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.
Approved by: portmgr (bapt) |
0.2 26 Jul 2012 05:40:24 |
bapt |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
0.2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.2 28 May 2009 20:44:16 |
avl |
Change MAINTAINER on my ports to my FreeBSD email address
Approved by: tabthorpe (mentor) |
0.2 31 Mar 2009 22:08:31 |
miwi |
- Allow to build with MAKE_JOBS_SAFE
- Move some ports to SF macro
PR: 133124
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
0.2 15 Mar 2009 13:37:45 |
amdmi3 |
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> |