Port details |
- devd-mount Automount tool utilizing devd notifications
- 0.2.0_1 sysutils =2 0.1.0.7_1Version of this port present on the latest quarterly branch.
- Maintainer: jwb@FreeBSD.org
- Port Added: 2023-07-07 14:36:06
- Last Update: 2024-11-21 13:35:45
- Commit Hash: c45dd57
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/outpaddling/devd-mount
- Description:
- devd-mount(8) is a devd(8) based automounter for FreeBSD. It supports
most popular filesystems such as exFAT, ISO9660, UDF, and FreeBSD's
native UFS. The devd-mount script mounts recognized filesystems and
invokes a specified command (typically qmediamanager) with the mount
point, device, and filesystem type as optional arguments.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- devd-mount>0:sysutils/devd-mount
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/sysutils/devd-mount/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/devd-mount
- pkg install devd-mount
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: devd-mount
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1731619733
SHA256 (outpaddling-devd-mount-0.2.0_GH0.tar.gz) = 64a7fb1cb6dfdf2826922cbedce24c7b107f8dcb0ed1e3996fcff4b32a9ad25f
SIZE (outpaddling-devd-mount-0.2.0_GH0.tar.gz) = 4670
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Run
-
- deskutils/qmediamanager
Configuration Options:
- No options to configure
- Options name:
- sysutils_devd-mount
- pkg-message:
- For install:
-
You must restart the devd service to load the devd-mount configuration.
service devd restart
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.0_1 21 Nov 2024 13:35:45 |
Jason W. Bacon (jwb) |
sysutils/devd-mount: CONFLICTS -> CONFLICTS_INSTALL
Conflict with filesystems/automount is a runtime issue |
0.2.0_1 21 Nov 2024 13:21:03 |
Jason W. Bacon (jwb) |
sysutils/devd-mount: Add CONFLICTS=automount
They install competing devd rules |
0.2.0 15 Nov 2024 12:33:59 |
Jason W. Bacon (jwb) |
sysutils/devd-mount: Update to 0.2.0
Fix devd.conf unmount device path and umount command
Changes: https://github.com/outpaddling/devd-mount/releases
Reported by: Marcus Rohrmoser
Changes: https://github.com/outpaddling/devd-mount/releases |
0.1.0.7_1 11 Jan 2024 13:59:36 |
Baptiste Daroussin (bapt) |
MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man |
0.1.0.7 07 Aug 2023 17:13:46 |
Jason W. Bacon (jwb) |
sysutils/devd-mount: Update to 0.1.0.7
Add HFS support
Fix permissions issue
Add CONFLICTS_INSTALL=automount |
0.1.0.3 07 Jul 2023 23:25:17 |
Jason W. Bacon (jwb) |
sysutils/devd-mount: Update to 0.1.0.3
Fix intermittent DISPLAY owner detection bug causing failure to launch
media manager under some circumstances |
0.1.0.1_1 07 Jul 2023 15:49:11 |
Jason W. Bacon (jwb) |
sysutils/devd-mount: Create install conflict with sysutils/automount
Installing them together will cause duplicate actions for devd events |
0.1.0.1 07 Jul 2023 14:35:00 |
Jason W. Bacon (jwb) |
sysutils/devd-mount: Automount tool utilizing devd notifications
devd-mount(8) is a devd(8) based automounter for FreeBSD. It supports
most popular filesystems such as exFAT, ISO9660, UDF, and FreeBSD's
native UFS. The devd-mount script mounts recognized filesystems and
invokes a specified command (typically qmediamanager) with the mount
point, device, and filesystem type as optional arguments. |