summaryrefslogtreecommitdiff
blob: 86ef6a0a6d39f6cf738ef7833e5bbfccd5f1320c (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>
	<maintainer>
		<email>cjk@gentoo.org</email>
		<name>Cjk</name>
	</maintainer>
	<longdescription lang="en">
    gWaei is a drop-in replacement for Gjiten. The main feature of
    this dictonary program is regular expression support. For example,
    you can use periods in place of unknown Kanji of a word to search
    for it.
  </longdescription>
	<use>
		<flag name="unique">
      Enable single instance support using
      <pkg>dev-libs/libunique</pkg>.
    </flag>
	</use>
	<use>
		<flag name="mecab">
	  Enable <pkg>app-text/mecab</pkg> support
	</flag>
	</use>
	<use>
		<flag name="hunspell">
	  Enable <pkg>app-text/hunspell</pkg> spellchecking and morphological analysis
	</flag>
	</use>
	<upstream>
		<remote-id type="sourceforge">gwaei</remote-id>
	</upstream>
</pkgmetadata>