summaryrefslogtreecommitdiff
path: root/sysutils/hal/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2010-01-26make this work on non-x86macallan1-1/+2
OKed long, long ago by jmcneill
2009-12-27When mounting a filesystem on behalf of a user treat __NetBSD__ similarlyabs1-2/+2
to __FreeBSD__ and chown the mountpoint to the user. With this change, and the recent one to policykit automounting works on NetBSD
2009-09-14Prepare configure for changes in the libtool m4 macros of libtool 2.2:joerg1-2/+2
- explicitly request finding the C++ compiler before trying to run it
2009-07-26rename the "ismounted" property to "is_mounted" which seems todrochner1-1/+2
be the official name bump PKGREVISION (this still needs a lot of work)
2009-01-23Couple of hacks to get Sun Studio compile working.sketch1-1/+2
2009-01-03Restrict necessity of libvolume_id to using linux/freebsd/netbsd hald backends.obache1-2/+2
Fixes build failure on platforms using dummy backend, as PR 40291.
2008-12-22PR# pkg/40147: sysutils/hal fails to build on Linuxjmcneill1-2/+2
2008-12-21PR# pkg/40147: sysutils/hal fails to build on Linuxjmcneill1-1/+2
2008-12-20PR# pkg/40230: "libvolume_id" doesn't build under Mac OS Xjmcneill1-5/+5
Fix HAL build on OS X. Tested on 10.5.6 powerpc.
2008-12-01hald-netbsd: add basic support for automounting non-optical media. Stilljmcneill1-2/+2
some bugs to work out, but it's a start. Bump PKGREVISION.
2008-11-27Add reboot, shutdown, suspend support. Bump PKGREVISION.jmcneill1-2/+3
2008-11-25Initial import of NetBSD HAL backend. It doesn't do much useful yet, butjmcneill1-2/+4
keeping things here makes development easier. Bump PKGREVISION.
2008-11-24* Make it work on DragonFly with FreeBSD backend. It's largely untested,hasso1-1/+7
but certainly already usable. * Fix paths to [pci|usb].ids files. * Bump PKGREVISION.
2008-11-24Regenjmcneill1-1/+3
2008-11-23* Make it build in DragonFlyhasso1-5/+5
* Fix PLIST * Bump PKGREVISION
2008-11-22Import hal version 0.5.11. Uses the 'dummy' backend on NetBSD for now,jmcneill1-0/+12
more to come soon. 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.