IABSD.fr/ports/sysutils/toad/pkg

Branch :


Log

Author Commit Date CI Message
2b3700e3 2022-03-11 19:57:10 drop RCS Ids
62ee2e17 2021-11-09 07:39:08 The rc.subr system takes benefits of korn shell features; so explicitely call /bin/ksh like it is done in the template.
619c3152 2019-01-23 03:56:16 Update to toad-1.7 to unbreak.
1baeb8bf 2019-01-23 03:48:59 Brind toad back, it was rewritten with support for pkexec.
5cf13167 2017-09-08 10:05:32 Remove toad, it requires kern.usermount -like functionality which is not on the radar.
645e7d1f 2013-10-15 13:48:59 Install source man pages into the correct directory.
3a2b2d9a 2013-10-08 17:27:00 Import toad-0.3. toad(8) (Toad Opens All Devices) is a utility meant to be started from the OpenBSD hotplugd(8) attach and detach scripts. It will try to mount all partitions found on the device under /run/media/username/device. Where username is the active user login name and device is the type of the device: usb or cd, followed by its number (from 0 to 9). This follows the udev hierarchy in Linux which allows interaction with GLib/GIO's GUnixMount. That means it interacts natively with file managers like Thunar and Nautilus (where you can directly unmount/eject devices). It comes with toadd(8), a small daemon that will detect the insertion of a medium in the optical drives of the machine by periodically reading their disklabel(8) (every 8 seconds) and call toad(8) with the attach or detach argument respectively. NOTE: this is somewhat still a WIP and a moving target for sure ok jasper@