Port details |
- libudisks Library to manipulate storage devices, from udisks
- 2.10.1_1 sysutils =6 2.10.1_1Version of this port present on the latest quarterly branch.
- Maintainer: pauamma@gundo.com
- Port Added: 2019-10-12 18:56:04
- Last Update: 2024-01-29 19:54:16
- Commit Hash: d4e744a4
- People watching this port, also watch:: libexif, libXdamage, libevent, woff2, indexinfo
- License: GPLv2+ LGPL20+
- WWW:
- https://www.freedesktop.org/wiki/Software/udisks/
- Description:
- Udisks provides interfaces to enumerate and perform operations on disks
and storage devices. Any application (including unprivileged ones) can
access the udisks(8) daemon via the name org.freedesktop.Udisks2 on the
system message bus. In addition to the D-bus API, a library, libudisks2,
is also provided. This library can be used from C/C++ and any high-level
language with GObjectIntrospection support such as Javascript and
Python.
This port provides the libudisks library only and is meant for use with
sysutils/bsdisks.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libudisks>0:sysutils/libudisks
- To install the port:
- cd /usr/ports/sysutils/libudisks/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/libudisks
- pkg install libudisks
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libudisks
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1705119398
SHA256 (udisks-2.10.1.tar.bz2) = b75734ccf602540dedb4068bec206adcb508a4c003725e117ae8f994d92d8ece
SIZE (udisks-2.10.1.tar.bz2) = 1896207
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:
-
- bash : shells/bash
- pkaction : sysutils/polkit
- gtkdocize : textproc/gtk-doc
- xsltproc : textproc/libxslt
- msgfmt : devel/gettext-tools
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- Library dependencies:
-
- libpolkit-agent-1.so : sysutils/polkit
- libpolkit-gobject-1.so : sysutils/polkit
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Libraries
-
- filesystems/gvfs
- sysutils/budgie-control-center
- sysutils/gnome-control-center
- sysutils/mate-control-center
- x11/swaysettings
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for libudisks-2.10.1_1:
DOCS=on: Build and/or install documentation
NLS=on: Native Language Support
UDISKSCTL=on: Install udisksctl command line utility
===> Use 'make config' to modify these settings
- Options name:
- sysutils_libudisks
- USES:
- gettext-tools:build gmake gnome libtool pathfix pkgconfig tar:bz2 gettext-runtime
- 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 |
2.10.1_1 29 Jan 2024 19:54:16 |
Muhammad Moinur Rahman (bofh) |
sysutils/libudisks: Moved man to share/man
Approved by: portmgr (blanket) |
2.10.1 19 Jan 2024 17:12:30 |
Fernando Apesteguía (fernape) |
sysutils/libudisks: Update to 2.10.1
* Update German translation
* Update ka.po
* Update Polish translation
* tests: start the polkitd mock with the corresponding user if it exists
* build: Check for gobject-introspection m4 macro presence
* udiskslinuxloop: Avoid warnings on empty loop devices
* udisksctl: Guard object lookup
* udiskslinuxmanager: Properly handle disabled modules
* iscsi: Fix login on firmware-discovered nodes
* tests: Fix LSM drive objects crawl
* tests: Mark LVM RAID tests as unstable
* integration-test: Fix invalid escaping
* tests: Fix regex escaping (Only the first 15 lines of the commit message are shown above ) |
2.10.0 31 Jul 2023 12:44:58 |
Nuno Teixeira (eduardo) Author: Pau Amma |
sysutils/libudisks: upgrade to 2.10.0 and change maintainer address
ChangeLog:
https://github.com/storaged-project/udisks/releases/tag/udisks-2.10.0
PR: 272766 |
2.9.4 30 Oct 2022 20:05:13 |
Daniel Engberg (diizzy) |
sysutils/libudisks: Rework port
- Use upstream release archive as recommended by Porters Handbook
(USE_GITHUB section) which also removes dependency of gtk-doc
except when UDISKSCTL is enabled
- Update comments in Makefile
- Use framework helpers for DOCS
- Rearrange Makefile to improve readability
PR: 267268
Reviewed by: pauamma (maintainer) |
2.9.4 22 Oct 2022 02:34:32 |
Nuno Teixeira (eduardo) Author: Pau Amma |
sysutils/libudisks: Update to 2.9.4
- consult portclippy
- switch MAINTAINER to my @f.o address
- use %%PORTVERSION%% in pkg-plist to avoid changing it on each
upstream upgrade
ChangeLog:
https://github.com/storaged-project/udisks/blob/udisks-2.9.4/NEWS
PR: 267263
MFH: 2022Q4 (bugfixes) |
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) |
2.9.2 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 ) |
2.9.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.9.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.9.2 25 Feb 2021 21:14:52 |
nc |
sysutils/libudisks: Update to 2.9.2
PR: 253856
Submitted by: pauamma AT gundo DOT com (maintainer) |
2.9.1 08 Sep 2020 17:40:11 |
lwhsu |
sysutils/libudisks: Update to 2.9.1
PR: 249176
Submitted by: PauAmma <pauamma@gundo.com> (maintainer) |
2.9.0 24 Jun 2020 19:34:45 |
zeising |
sysutils/libudisks: Update to 2.9.0
Update sysutils/libudisks to 2.9.0
PR: 247514
Submitted by: PauAmma (maintainer) |
2.8.4 12 Oct 2019 18:55:50 |
arrowd |
sysutils/libudisks: New port. A client library to UDisks daemon, which some
applications are using to interface with UDisks.
PR: 240138 |