Skip to content

Commit

Permalink
Added package2.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-lb committed Jul 17, 2008
1 parent bfee138 commit f90b1a9
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions package2.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<?xml version="1.0" encoding="UTF-8" ?>
<package 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" packagerversion="1.4.7" version="2.0" 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>inotify</name>
<channel>pecl.php.net</channel>
<summary>Inotify</summary>
<description>The inotify extension allows to use inotify functions in a PHP script.</description>
<lead>
<name>Arnaud Le Blanc</name>
<user>lbarnaud</user>
<email>arnaud.lb@gmail.com</email>
<active>yes</active>
</lead>

<date>2008-07-17</date>
<version><release>0.1.1</release><api>0.1.1</api></version>
<stability><release>beta</release><api>beta</api></stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
* Initial release
</notes>

<contents>
<dir name="/">
<file role="doc" name="CREDITS" />
<file role="doc" name="EXPERIMENTAL" />
<file role="doc" name="LICENSE" />
<file role="doc" name="README" />
<file role="src" name="inotify.c" />
<file role="src" name="php_inotify.h" />
<file role="src" name="config.m4" />
<file role="php" name="inotify.php" />
<file role="php" name="tail.php" />
<dir name="tests">
<file role="test" name="002.phpt" />
</dir>
</dir>
</contents>

<dependencies>
<required>
<php>
<min>5.2.0</min>
</php>
<pearinstaller>
<min>1.4.0</min>
</pearinstaller>
</required>
</dependencies>

<providesextension>inotify</providesextension>

<extsrcrelease />

<changelog>
<release>
<date>2008-07-17</date>
<version><release>0.1.1</release><api>0.1.1</api></version>
<stability><release>beta</release><api>beta</api></stability>
<notes>
Initial release
</notes>
</release>
</changelog>
</package>
<!--
vim:et:ts=1:sw=1
-->

0 comments on commit f90b1a9

Please sign in to comment.