summaryrefslogtreecommitdiff
path: root/ext/enchant/package.xml
blob: a8170bbeaae89cd7bd0cbe20ad3535429f2d4a12 (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
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>enchant</name>
 <summary>Date and Time Library</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>alpha</state>
  <version>0.1</version>
  <date>2004-03-08</date>
  <notes>Initial release</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>
</package>
<!--
vim:et:ts=1:sw=1
-->