Annotation of embedaddon/php/ext/fileinfo/package.xml, revision 1.1.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>Fileinfo</name>
                      5:  <summary>libmagic bindings</summary>
                      6:  <maintainers>
                      7:   <maintainer>
                      8:    <user>iliaa</user>
                      9:    <name>Ilia Alshanetsky</name>
                     10:    <email>ilia@php.net</email>
                     11:    <role>lead</role>
                     12:   </maintainer>
                     13:  </maintainers>
                     14:  <description>
                     15: This extension allows retrieval of information regarding vast majority of file. 
                     16: This information may include dimensions, quality, length etc...
                     17: 
                     18: Additionally it can also be used to retrieve the mime type for a particular 
                     19: file and for text files proper language encoding.
                     20:  </description>
                     21:  <license>PHP</license>
                     22:  <release>
                     23:   <state>stable</state>
                     24:   <version>1.0.4</version>
                     25:   <date>2006-11-07</date>
                     26:   <notes>
                     27:        1) Fixed detection of magic files
                     28:        2) Fixed build problems with older version of libmagic
                     29:   </notes>
                     30:   <filelist>
                     31:    <file role="src" name="config.m4"/>
                     32:    <file role="src" name="fileinfo.c"/>
                     33:    <file role="src" name="php_fileinfo.h"/>
                     34:    <file role="doc" name="CREDITS"/>
                     35:    <file role="doc" name="EXPERIMENTAL"/>
                     36:    <file role="doc" name="fileinfo.php"/>
                     37:   </filelist>
                     38:   <deps>
                     39:   </deps>
                     40:  </release>
                     41: </package>
                     42: <!--
                     43: vim:et:ts=1:sw=1
                     44: -->

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