forked from php/pecl-networking-yp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
109 lines (106 loc) · 3.3 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="UTF-8"?>
<package version="2.1" xmlns="http://pear.php.net/dtd/package-2.1" 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.1 http://pear.php.net/dtd/package-2.1.xsd">
<name>yp</name>
<channel>pecl.php.net</channel>
<summary>YP/NIS functions</summary>
<description>NIS (formerly called Yellow Pages) allows network management
of important administrative files (e.g. the password file).
</description>
<lead>
<name>Gasol Wu</name>
<user>gasolwu</user>
<email>gasolwu@php.net</email>
<active>yes</active>
</lead>
<lead>
<name>Pierre Joye</name>
<user>pajoye</user>
<email>pajoye@php.net</email>
<active>yes</active>
</lead>
<date>2014-05-12</date>
<time>17:57:43</time>
<version>
<release>1.0.1</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license/3_01.txt">PHP 3.01</license>
<notes>1.0.1 release
- trivial update to fix wrong version dispaly in php_info page [gasolwu]
</notes>
<contents>
<dir name="/">
<file role="doc" name="API-1.0.0"/>
<file role="doc" name="CREDITS"/>
<file role="doc" name="LICENSE"/>
<file role="doc" name="README.md"/>
<file role="doc" name="RELEASE-1.0.1"/>
<file role="doc" name="TODO"/>
<dir name="tests">
<dir name="data">
<file role="test" name="group"/>
<file role="test" name="hosts"/>
<file role="test" name="netgroup"/>
<file role="test" name="passwd"/>
<file role="test" name="protocols"/>
<file role="test" name="rpc"/>
<file role="test" name="services"/>
</dir>
<file role="test" name="001-yp_get_default_domain.phpt"/>
<file role="test" name="002-yp_all.phpt"/>
<file role="test" name="003-yp_order.phpt"/>
<file role="test" name="004-yp_cat.phpt"/>
<file role="test" name="005-yp_master.phpt"/>
<file role="test" name="006-yp_match.phpt"/>
<file role="test" name="007-yp_first-and-yp_next.phpt"/>
<file role="test" name="009-yp_errno.phpt"/>
<file role="test" name="010-yp_err_string.phpt"/>
<file role="test" name="bootstrap.sh"/>
<file role="test" name="patch-Makefile_global.sh"/>
</dir>
<file role="src" name="config.m4"/>
<file role="src" name="php_yp.h"/>
<file role="src" name="yp.c"/>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.3.0</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
</pearinstaller>
<os>
<name>windows</name>
<conflicts/>
</os>
</required>
</dependencies>
<providesextension>yp</providesextension>
<extsrcrelease/>
<changelog>
<release>
<date>2014-02-22</date>
<time>11:45:47</time>
<version>
<release>1.0.0RC1</release>
<api>1.0.0</api>
</version>
<stability>
<release>beta</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>Initial beta release
- Fix build with modern PHP including PHP 5.3, 5.4 and 5.5 [gasolwu]
- Build testing environment with vagrants [gasolwu]
- Add tests for all public functions [gasolwu]
</notes>
</release>
</changelog>
</package>