File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / bz2 / package.xml
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:47:53 2012 UTC (12 years, 5 months ago) by misho
Branches: php, MAIN
CVS tags: v5_4_3elwix, v5_4_29p0, v5_4_29, v5_4_20p0, v5_4_20, v5_4_17p0, v5_4_17, v5_3_10, HEAD
php

    1: <?xml version="1.0" encoding="ISO-8859-1" ?>
    2: <!-- do not use the "Type" attribute here, that one is only for
    3:      generated package.xml files -->
    4: <package>
    5:     <name>bz2</name>
    6:     <summary>A Bzip2 management extension</summary>
    7:     <description>
    8: Bz2 is an extension to create and parse bzip2 compressed data.
    9: 	</description>
   10:     <license>PHP License</license>
   11:     <maintainers>
   12:         <maintainer>
   13:         <user>sterling</user>
   14:         <name>Sterling Hughes</name>
   15:         <email>sterling@php.net</email>
   16:         </maintainer>
   17:     </maintainers>
   18:      <release>
   19:         <version>1.0</version>
   20:         <date>2003-05-17</date>
   21:         <state>stable</state>
   22:         <notes>
   23: 			Initial Release in PECL
   24: 		</notes>
   25:     </release>
   26:     <configureoptions>
   27:       <configureoption name="with-bz2" default="autodetect" prompt="path to bz2 installation?"/>
   28:     </configureoptions>
   29:     <filelist>
   30:         <dir role="src" name="/">
   31:             <file role="doc">CREDITS</file>
   32:             <file role="src">config.m4</file>
   33:             <file role="doc">php_bz2.h</file>
   34:             <file role="src">bz2.c</file>
   35:             <file role="src">bz2.dsp</file>
   36:          </dir>
   37:      </filelist> 
   38: </package>

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