blob: 2a4770c9fd16700371188b4808687f8505baab30 (
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>dotnet</herd>
<maintainer>
<email>cedk@gentoo.org</email>
<name>Cédric Krier</name>
</maintainer>
<use>
<flag name='google'>Enables google (gmail etc.) indexing support.</flag>
<flag name='chm'>Enables support for indexing of the MS CHM (Compressed HTML)
file format using <pkg>app-doc/chmlib</pkg>.</flag>
<flag name='doc'>Builds programmer documentation for Beagle using
<pkg>app-doc/monodoc</pkg>.</flag>
<flag name='debug'>Enables debug XML dumps of all messages passed between
the daemons and the UIs. WARNING, this option will fill up your Beagle
Log directory very quickly.</flag>
<flag name='eds'>Enables Beagle to index the Addressbook and Calendar from
<pkg>mail-client/evolution</pkg> stored in
<pkg>gnome-extra/evolution-data-server</pkg>. The information is
accessed using <pkg>dev-dotnet/evolution-sharp</pkg>.</flag>
<flag name='epiphany'>Compiles and installs the extension for either
<pkg>www-client/epiphany</pkg>. This extension helps Beagle index the
websites you visit.</flag>
<flag name='firefox'>Compiles and installs the extension for either
<pkg>www-client/mozilla-firefox</pkg> or
<pkg>www-client/mozilla-firefox-bin</pkg>. This extension helps
Beagle index the websites you visit.</flag>
<flag name='galago'>Allows Beagle to get status information from
applications such as Pidgin to show in the search results.</flag>
<flag name='gtk'>Enables the GTK+ Beagle Search UI for showing search
results. This is the default GUI for Beagle.</flag>
<flag name='inotify'>Enable inotify filesystem monitoring support
</flag>
<flag name='pdf'>Enables support for indexing of the PDF (Portable Document
Format) file format using `pdfinfo` and `pdftotext` from
<pkg>app-text/poppler</pkg></flag>
<flag name='ole'>Enables OLE (Object Linking and Editing) support via
<pkg>dev-dotnet/gsf-sharp</pkg>, <pkg>app-text/wv</pkg>, and
<pkg>app-office/gnumeric</pkg>(ssindex). These allow Beagle to index
MS Powerpoint, Word, and Spreadsheet Documents.</flag>
<flag name='thunderbird'>Compiles and installs the extension for either
<pkg>mail-client/mozilla-thunderbird</pkg> or
<pkg>mail-client/mozilla-thunderbird-bin</pkg>. This extension helps
Beagle index your mails.</flag>
<flag name='xscreensaver'>Allow Beagle to detect when the screensaver is
switched on. This allows Beagle to use more resources and index faster
when the computer is not in use.</flag>
</use>
</pkgmetadata>
|