Hi ports@,
I would like to introduce a small minimalist UDisks2 service
implementation for OpenBSD to you. It is a more or less complete rework
of FreeBSD's (bsdutils/bsdisks).
Basic functions are available. The goal was to be able to list block
devices under applications like KDE dolphin.
Feeback, opinions, tests and OKs are welcome!
Rafael Sadowski
Information for inst:openbsdisks2-0.1b
Comment:
UDisks2 service implementation for OpenBSD
Description:
An UDisks2 service implementation for OpenBSD forked from FreeBSD
(bsdutils/bsdisks).
OpenBSDisks2 provides a simple DBus org.freedesktop.UDisks2 service.
It only provides reading information on UDisks2.Drive, UDisks2.Block and
UDisks2.Filesystem.
UDisks2 is an abstraction for enumerating disk and storage devices and
performing operations on them.
Maintainer: Rafael Sadowski <
[hidden email]>
WWW:
https://github.com/sizeofvoid/openbsdisks2