summaryrefslogtreecommitdiff
path: root/ext/enchant/package.xml
blob: 0c4e50207b2f3d8af90a6f52398a6261c94ffcba (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>enchant</name>
 <summary>libenchant binder, support near all spelling tools</summary>
 <maintainers>
  <maintainer>
   <user>pajoye</user>
   <name>Pierre-Alain Joye</name>
   <email>paj@pearfr.org</email>
   <role>lead</role>
  </maintainer>
  <maintainer>
   <user>iliaa</user>
   <name>Ilia Alshanetsky</name>
   <email>ilia@php.net</email>
   <role>developer</role>
  </maintainer>
 </maintainers>
 <description>Enchant is a binder for libenchant. Libenchant provides a common
API for many spell libraries:
- aspell/pspell (intended to replace ispell)
- hspell (hebrew)
- ispell 
- myspell (OpenOffice project, mozilla)
- uspell (primarily Yiddish, Hebrew, and Eastern European languages)
A plugin system allows to add custom spell support.
see www.abisource.com/enchant/</description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>0.2.1</version>
  <date>2004-03-11</date>
  <notes>- Fix possible leak in suggestions result
- Move to beta status</notes>
  <filelist>
   <file role="src" name="config.m4"/>
   <file role="src" name="config.w32"/>
   <file role="src" name="enchant.c"/>
   <file role="src" name="php_enchant.h"/>
   <file role="doc" name="CREDITS"/>
   <dir name="docs" role="doc">
     <dir name="examples">
       <file name="example1.php"/>
     </dir>
   </dir>
  </filelist>
  <configureoptions>
   <configureoption name="with-enchant" default="shared" prompt="libenchant prefix?"/>
  </configureoptions>
  <deps>
   <dep type="php" rel="ge" version="5" />
  </deps>
 </release>
 <changelog>
  <release>
   <state>alpha</state>
   <version>0.2.0</version>
   <notes>- Add Ilia Alshanetsky as maintainer
- Cleanup sources codes (ilia)
- Add enchant_dict_quick_check (ilia)</notes>
  </release>
  <release>
   <version>0.1</version>
   <state>alpha</state>
   <date>2003-03-08</date>
   <notes>Initial release</notes>
  </release>
 </changelog>
</package>
<!--
vim:et:ts=1:sw=1
-->