-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage_compatible.xml
79 lines (73 loc) · 2.97 KB
/
package_compatible.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
<?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>LibRIS</name>
<channel>pear.querypath.org</channel>
<summary>LibRIS is a tool for parsing RIS data and data files.</summary>
<description/>
<lead>
<name>Matt Butcher</name>
<user>technosophos</user>
<email>matt@aleph-null.tv</email>
<active>yes</active>
</lead>
<date>2012-02-03</date>
<time>10:12:14</time>
<version>
<release>2.0.0</release>
<api>2.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>LibRIS 2.0.
The 2.0.x branch is reorganized and now requires PHP 5.3 to properly
function.
It supports the following new features:
- Refactored library
- PSR-0 support for autoloading
- Packagist/Composer support.
LibRIS has been refactored to contain the following classes:
- \LibRIS\RISReader: Read RIS files.
- \LibRIS\RISWriter: Write RIS files.
- \LibRIS\RISTags: Tags and labels for RIS files.
- \LibRIS\ParseException: Thrown when parsing RIS fails.
</notes>
<contents>
<dir name="/">
<file role="test" name="test/pear.querypath.org/LibRIS/test1.ris"/>
<file role="test" name="test/pear.querypath.org/LibRIS/simple_test.php"/>
<file role="test" name="test/pear.querypath.org/LibRIS/short.ris"/>
<file role="test" name="test/pear.querypath.org/LibRIS/derik-test.ris"/>
<file role="test" name="test/pear.querypath.org/LibRIS/Banyuls.ris"/>
<file role="php" name="php/LibRIS/RISWriter.php"/>
<file role="php" name="php/LibRIS/RISTags.php"/>
<file role="php" name="php/LibRIS/RISReader.php"/>
<file role="php" name="php/LibRIS/ParseException.php"/>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.2.0</min>
</php>
<pearinstaller>
<min>1.4.8</min>
</pearinstaller>
</required>
</dependencies>
<phprelease>
<filelist>
<install name="php/LibRIS/ParseException.php" as="LibRIS/ParseException.php"/>
<install name="php/LibRIS/RISReader.php" as="LibRIS/RISReader.php"/>
<install name="php/LibRIS/RISTags.php" as="LibRIS/RISTags.php"/>
<install name="php/LibRIS/RISWriter.php" as="LibRIS/RISWriter.php"/>
<install name="test/pear.querypath.org/LibRIS/Banyuls.ris" as="LibRIS/Banyuls.ris"/>
<install name="test/pear.querypath.org/LibRIS/derik-test.ris" as="LibRIS/derik-test.ris"/>
<install name="test/pear.querypath.org/LibRIS/short.ris" as="LibRIS/short.ris"/>
<install name="test/pear.querypath.org/LibRIS/simple_test.php" as="LibRIS/simple_test.php"/>
<install name="test/pear.querypath.org/LibRIS/test1.ris" as="LibRIS/test1.ris"/>
</filelist>
</phprelease>
</package>