28 Commits

Author SHA1 Message Date
ajacoutot
62ee2e171b The rc.subr system takes benefits of korn shell features; so explicitely
call /bin/ksh like it is done in the template.
2021-11-09 07:39:08 +00:00
ajacoutot
03ebea1e79 Update to toad-1.13. 2020-12-10 15:42:35 +00:00
ajacoutot
c9b870dfe6 Update to toad-1.12. 2020-11-30 19:52:14 +00:00
ajacoutot
d6af6e41da Update to toad-1.11. 2020-11-29 10:07:32 +00:00
ajacoutot
c7b06f1a1b Update to toad-1.9. 2020-11-28 16:50:19 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
ajacoutot
dea22a7f68 Update to toad-1.8. 2019-02-11 08:00:52 +00:00
ajacoutot
619c315287 Update to toad-1.7 to unbreak. 2019-01-23 03:56:16 +00:00
ajacoutot
1baeb8bf1f Brind toad back, it was rewritten with support for pkexec. 2019-01-23 03:48:59 +00:00
ajacoutot
5cf1316742 Remove toad, it requires kern.usermount -like functionality which is not
on the radar.
2017-09-08 10:05:32 +00:00
ajacoutot
76bcb83998 Mark BROKEN, useless without kern.usermount. 2016-07-14 16:58:29 +00:00
ajacoutot
a8bc42cf01 Update to toad-1.6. 2016-02-25 13:01:04 +00:00
ajacoutot
5a18c2e184 Stray line. 2016-01-02 07:36:19 +00:00
jasper
d6e85d6790 DISTNAME is set by bsd.port.mk for these ports now 2015-12-29 19:49:39 +00:00
ajacoutot
e72a2d2340 Update to toad-1.4. 2015-12-23 14:15:01 +00:00
ajacoutot
7b04deb9bd Moved to github. 2015-09-10 08:25:12 +00:00
ajacoutot
8a37f286a2 Bump after the consolekit->consolekit2 renaming. 2015-08-15 11:13:41 +00:00
ajacoutot
f8d068c5aa Update to toad-1.3. 2015-07-20 00:54:25 +00:00
ajacoutot
3adf1211aa Update to toad-1.2. 2015-04-23 13:55:54 +00:00
ajacoutot
aa1060a44b Update to toad-1.1. 2014-03-09 22:29:39 +00:00
ajacoutot
c1af9f124c Update to toad-0.9. 2013-12-27 09:14:02 +00:00
ajacoutot
f76c5fab26 Update to toad-0.8. 2013-12-11 12:17:12 +00:00
ajacoutot
3e6d48f3dc Oops, quick update to toad-0.7 to unbreak toadd(8). 2013-12-09 11:44:37 +00:00
ajacoutot
c9ff72a451 Update to toad-0.6. 2013-12-09 09:23:47 +00:00
ajacoutot
740fa1a905 Update to toad-0.5.
Fix build with WARNINGS (from giovanni@).
2013-12-05 16:18:46 +00:00
ajacoutot
b9d31e9a74 Update to toad-0.4. 2013-12-04 15:56:20 +00:00
naddy
645e7d1f82 Install source man pages into the correct directory. 2013-10-15 13:48:59 +00:00
ajacoutot
3a2b2d9ade 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@
2013-10-08 17:27:00 +00:00