Skip to content

Commit

Permalink
* Added package.xml file
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pecl/proctitle/trunk@274875 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
magicaltux committed Jan 29, 2009
1 parent f75ecf2 commit 6ed1121
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions package.xml
@@ -0,0 +1,47 @@
<?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>proctitle</name>
<channel>pecl.php.net</channel>
<summary>Allows setting the current process name on Linux and BSD</summary>
<description>
This extension allows changing the current process' name on Linux and *BSD systems. This is useful when using pcntl_fork() to identify running processes in process list
</description>
<lead>
<name>Mark Karpeles</name>
<user>magicaltux</user>
<email>magicaltux@php.net</email>
<active>yes</active>
</lead>
<date>2009-01-29</date>
<version>
<release>0.1.0</release><api>0.1.0</api>
</version>
<stability>
<release>alpha</release><api>alpha</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Fixed/improved parts of the code based on suggestions by johannes
- Merged code from various sources (initial wikipedia code, code found on bug report, etc)
</notes>
<contents>
<dir name="/">
<file name="README" role="doc"/>
<file name="config.m4" role="src"/>
<file name="proctitle.c" role="src"/>
<file name="php_proctitle.h" role="src"/>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.2.0</min>
</php>
<pearinstaller>
<min>1.4.0</min>
</pearinstaller>
</required>
</dependencies>
<providesextension>proctitle</providesextension>
<extsrcrelease/>
</package>

0 comments on commit 6ed1121

Please sign in to comment.