-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
72 lines (72 loc) · 2.66 KB
/
package.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.0" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
http://pear.php.net/dtd/tasks-1.0.xsd
http://pear.php.net/dtd/package-2.0
http://pear.php.net/dtd/package-2.0.xsd">
<name>newt</name>
<channel>pecl.php.net</channel>
<summary>Extension for Red Hat Newt window library</summary>
<description>PHP-NEWT - PHP language extension for Red Hat Newt library, a terminal-based window and widget library for writing applications with user friendly interface. Once this extension is enabled in PHP it will provide the use of Newt widgets, such as windows, buttons, checkboxes, radiobuttons, labels, editboxes, scrolls, textareas, scales, etc. Use of this extension if very similar to the original Newt API of C programming language.
</description>
<lead>
<name>Michael Spector</name>
<user>michael</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2013-10-14</date>
<time>15:44:00</time>
<version>
<!--
Reminder: don't forget to change PHP_NEWT_VERSION
in php_newt.h before release
-->
<release>1.2.8</release>
<api>1.2.8</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
Fixed bug #64990 - Segmentation Fault @ newt_checkbox_tree_add_item
Fixed bug #65889 - Provide LICENSE file
</notes>
<contents>
<dir name="/">
<dir name="examples">
<dir name="xslt">
<file name="php-newt.xslt" role="doc" />
<file name="redhat_netconf_example.xml" role="doc" />
<file name="tool.php" role="doc" />
</dir> <!-- //examples/xslt -->
<file name="newt_entry_set_filter.php" role="doc" />
<file name="newt_listbox.php" role="doc" />
<file name="newt_win_entries.php" role="doc" />
<file name="newt_win_menu.php" role="doc" />
<file name="redhat_netconf_example.php" role="doc" />
</dir> <!-- //examples -->
<file name="config.m4" role="src" />
<file name="CREDITS" role="doc" />
<file name="LICENSE" role="doc" />
<file name="newt.c" role="src" />
<file name="newt_vcall.c" role="src" />
<file name="newt_vcall.h" role="src" />
<file name="php_newt.h" role="src" />
<file name="TODO" role="doc" />
</dir> <!-- / -->
</contents>
<dependencies>
<required>
<php>
<min>4.3.0</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
</pearinstaller>
</required>
</dependencies>
<providesextension>newt</providesextension>
<extsrcrelease />
</package>