blob: 1ed760601ea7cde4fb4624bd1bc716f63671cffc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>net-fs</herd>
<maintainer restrict=">=net-fs/netatalk-2.2.1-r1">
<email>flameeyes@gentoo.org</email>
<description>
CC me on the bugs so I can take a look at them. I actually use
this software and I know how it is supposed to work, at least
partially.
</description>
</maintainer>
<use>
<flag name='appletalk'>
Build support for Apple's AppleTalk (DDP) protocol and its
utilities (atalkd, timelord, papd).
</flag>
<flag name='cups'>
Add support for <pkg>net-print/cups</pkg> printers in papd. This
flag is only considered if appletalk USE flag is enabled, and is
otherwise ignored.
</flag>
<flag name='quota'>
Add support for user quota on various filesystems.
</flag>
<flag name='ssl'>
Use <pkg>dev-libs/openssl</pkg> to provide DHX User Access
Modules. These are not used with most recent versions of OS X
and can be kept disabled without risks.
</flag>
<flag name='xfs'>Enable support for XFS Quota</flag>
</use>
</pkgmetadata>
|