Annotation of embedaddon/php/ext/pcntl/package.xml, revision 1.1

1.1     ! misho       1: <?xml version="1.0" encoding="ISO-8859-1" ?>
        !             2: <!DOCTYPE package SYSTEM "../pear/package.dtd">
        !             3: <package>
        !             4:  <name>posix</name>
        !             5:  <summary>POSIX functions</summary>
        !             6:  <maintainers>
        !             7:   <maintainer>
        !             8:    <user>???</user>
        !             9:    <name>Kristian Köhntopp</name>
        !            10:    <email>kris@koehntopp.de</email>
        !            11:    <role>lead</role>
        !            12:   </maintainer>
        !            13:  </maintainers>
        !            14:  <description>
        !            15: This module contains an interface to those functions defined 
        !            16: in the IEEE 1003.1 (POSIX.1) standards document which are not 
        !            17: accessible through other means. POSIX.1 for example defined the 
        !            18: open(), read(), write() and close() functions, too, which 
        !            19: traditionally have been part of PHP for a long time. Some more 
        !            20: system specific functions have not been available before, though, 
        !            21: and this module tries to remedy this by providing easy access 
        !            22: to these functions.
        !            23:  </description>
        !            24:  <license>PHP</license>
        !            25:  <release>
        !            26:   <state>beta</state>
        !            27:   <version>5.0.0rc1</version>
        !            28:   <date>2004-03-19</date>
        !            29:   <notes>
        !            30: package.xml added to support installation using pear installer
        !            31:   </notes>
        !            32:   <filelist>
        !            33:    <file role="doc" name="CREDITS"/>
        !            34:    <file role="src" name="config.m4"/>
        !            35:    <file role="src" name="posix.c"/>
        !            36:    <file role="src" name="php_posix.h"/>
        !            37:   </filelist>
        !            38:   <deps>
        !            39:    <dep type="php" rel="ge" version="5" />
        !            40:    <!-- doesn't work yet <dep type="os"  rel="has" name="unix"/> -->
        !            41:   </deps>
        !            42:  </release>
        !            43: </package>
        !            44: <!--
        !            45: vim:et:ts=1:sw=1
        !            46: -->

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>