1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> |
3 |
<pkgmetadata> |
4 |
<herd>gentopia</herd> |
5 |
<maintainer> |
6 |
<email>compnerd@gentoo.org</email> |
7 |
</maintainer> |
8 |
<maintainer> |
9 |
<email>steev@gentoo.org</email> |
10 |
</maintainer> |
11 |
<use> |
12 |
<flag name='acpi'>Enables HAL to attempt to read from /proc/acpi/event, if |
13 |
unavailable, HAL will read events from <pkg>sys-power/acpid</pkg>. If |
14 |
you need multiple acpi readers, ensure acpid is in your default |
15 |
runlevel (rc-update add acpid default) along with HAL. This will also |
16 |
enable HAL to read Toshiba and IBM acpi events which do not get sent |
17 |
via /proc/acpi/event</flag> |
18 |
<flag name='crypt'>Allows HAL to mount volumes that are encrypted using |
19 |
LUKS. <pkg>sys-fs/cryptsetup-luks</pkg> which has recently been renamed |
20 |
to <pkg>sys-fs/cryptsetup</pkg> allows you to create such encrypted |
21 |
volumes. HAL will be able to handle volumes that are removable or |
22 |
fixed.</flag> |
23 |
<flag name='dell'>Builds and installs the Dell addon, which reads data from |
24 |
the Dell SM BIOS via <pkg>sys-libs/libsmbios</pkg>. It will read your |
25 |
service tag information and your hardware backlight data as well as |
26 |
allow you to modify the backlight settings on a Dell laptop.</flag> |
27 |
<flag name='disk-partition'>Allows HAL to use libparted from |
28 |
<pkg>sys-apps/parted</pkg> to read raw partition data from your disks |
29 |
and process that data. Future versions of HAL (possibly 0.5.11 and |
30 |
higher) will allow you to create, modify, delete and format partitions |
31 |
from a GUI interface agnostic of your desktop environment.</flag> |
32 |
<flag name='doc'>Generates documentation that describes HAL's fdi |
33 |
format.</flag> |
34 |
<flag name='dmi'>Adds support for DMI (Desktop Management Interface)</flag> |
35 |
<flag name='laptop'>Adds support for power management scripts |
36 |
(<pkg>sys-power/pm-utils</pkg>)</flag> |
37 |
<flag name='pcmcia'>Allows HAL to process PCMCIA/CardBus slot data which |
38 |
includes inserts and removals and act on these events.</flag> |
39 |
<flag name='selinux'>Installs SELinux policies and links HAL to the SELinux |
40 |
libraries.</flag> |
41 |
</use> |
42 |
</pkgmetadata> |