./sysutils/hal, FreeDesktop hardware abstraction layer

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q1, Version: 0.5.14nb18, Package name: hal-0.5.14nb18, Maintainer: pkgsrc-users

What is the point of HAL?

To merge information from various sources such that desktop applications can
locate and use hardware devices. The point is that the exact set of
information to merge varies by device and bus type. In order to do this, we
need to define a format for the information, hence the HAL specification.

We may read some stuff from the hardware itself, then add some info provided
by the kernel, then add some metadata from some systemwide files, then add
some data that has been obtained by the desktop and stored per-user, then
look at some blacklist, and finally we have a complete picture of everything
known about that particular device.

An extra value is that we can do this in an operating system independent way.
Stuff like this is important to the major desktop environments.

MESSAGE.NetBSD [+/-]

Required to run:
[sysutils/dbus] [sysutils/dbus-glib] [sysutils/hal-info] [devel/GConf] [devel/glib2] [devel/libvolume_id] [misc/usbids] [misc/pciids] [security/policykit]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: a6ec098d78112e18e2773afa5f9ed642b00c4c59
RMD160: 0314dace9512bf49a62bd1556963fc60a6c9caf9
Filesize: 920.854 KB

Version history: (Expand)


CVS history: (Expand)


   2017-05-01 11:20:18 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #5373 - requested by sevan
sysutils/hal: build fix for Linux

Revisions pulled up:
- sysutils/hal/distinfo                                         1.28
- sysutils/hal/patches/patch-hald_linux_addons_addon-storage.c  1.2

---
   Module Name:    pkgsrc
   Committed By:   maya
   Date:           Wed Apr 26 12:10:43 UTC 2017

   Modified Files:
           pkgsrc/sysutils/hal: distinfo
           pkgsrc/sysutils/hal/patches: patch-hald_linux_addons_addon-storage.c

   Log message:
   hal: help RHEL7 builds along by including <stddef.h> for size_t used by
   another header, scsi/sg.h.

   Blind fix.