Annotation of embedaddon/php/ext/bcmath/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>bcmath</name>
! 5: <summary>Arbitrary Precision Mathematics Functions</summary>
! 6: <maintainers>
! 7: <maintainer>
! 8: <user>andi</user>
! 9: <name>Andi Gutmans</name>
! 10: <email>andi@php.net</email>
! 11: <role>lead</role>
! 12: </maintainer>
! 13: </maintainers>
! 14: <description>
! 15: For arbitrary precision mathematics PHP offers the Binary Calculator
! 16: which supports numbers of any size and precision, represented as strings.
! 17: </description>
! 18: <license>PHP</license>
! 19: <release>
! 20: <state>beta</state>
! 21: <version>5.0.0rc1</version>
! 22: <date>2004-03-19</date>
! 23: <notes>
! 24: package.xml added to support installation using pear installer
! 25: </notes>
! 26: <filelist>
! 27: <file role="doc" name="CREDITS"/>
! 28: <file role="src" name="config.m4"/>
! 29: <file role="src" name="config.w32"/>
! 30: <file role="src" name="bcmath.c"/>
! 31: <file role="src" name="php_bcmath.h"/>
! 32: <file role="src" name="number.c"/>
! 33: <file role="src" name="number.h"/>
! 34: <file role="doc" name="libbcmath/AUTHORS"/>
! 35: <file role="doc" name="libbcmath/COPYING.LIB"/>
! 36: <file role="doc" name="libbcmath/ChangeLog"/>
! 37: <file role="doc" name="libbcmath/FAQ"/>
! 38: <file role="doc" name="libbcmath/INSTALL"/>
! 39: <file role="doc" name="libbcmath/NEWS"/>
! 40: <file role="doc" name="libbcmath/README"/>
! 41: <file role="src" name="libbcmath/src/Makefile.am"/>
! 42: <file role="src" name="libbcmath/src/add.c"/>
! 43: <file role="src" name="libbcmath/src/bcmath.h"/>
! 44: <file role="src" name="libbcmath/src/compare.c"/>
! 45: <file role="src" name="libbcmath/src/config.h"/>
! 46: <file role="src" name="libbcmath/src/debug.c"/>
! 47: <file role="src" name="libbcmath/src/div.c"/>
! 48: <file role="src" name="libbcmath/src/divmod.c"/>
! 49: <file role="src" name="libbcmath/src/doaddsub.c"/>
! 50: <file role="src" name="libbcmath/src/init.c"/>
! 51: <file role="src" name="libbcmath/src/int2num.c"/>
! 52: <file role="src" name="libbcmath/src/nearzero.c"/>
! 53: <file role="src" name="libbcmath/src/neg.c"/>
! 54: <file role="src" name="libbcmath/src/num2long.c"/>
! 55: <file role="src" name="libbcmath/src/num2str.c"/>
! 56: <file role="src" name="libbcmath/src/outofmem.c"/>
! 57: <file role="src" name="libbcmath/src/output.c"/>
! 58: <file role="src" name="libbcmath/src/private.h"/>
! 59: <file role="src" name="libbcmath/src/raise.c"/>
! 60: <file role="src" name="libbcmath/src/raisemod.c"/>
! 61: <file role="src" name="libbcmath/src/recmul.c"/>
! 62: <file role="src" name="libbcmath/src/rmzero.c"/>
! 63: <file role="src" name="libbcmath/src/rt.c"/>
! 64: <file role="src" name="libbcmath/src/sqrt.c"/>
! 65: <file role="src" name="libbcmath/src/str2num.c"/>
! 66: <file role="src" name="libbcmath/src/sub.c"/>
! 67: <file role="src" name="libbcmath/src/zero.c"/>
! 68: <file role="src" name="libbcmath/Makefile.am"/>
! 69: <file role="src" name="libbcmath/acconfig.h"/>
! 70: <file role="src" name="libbcmath/aclocal.m4"/>
! 71: <file role="src" name="libbcmath/config.h.in"/>
! 72: <file role="src" name="libbcmath/configure"/>
! 73: <file role="src" name="libbcmath/configure.in"/>
! 74: <file role="src" name="libbcmath/install-sh"/>
! 75: <file role="src" name="libbcmath/missing"/>
! 76: <file role="src" name="libbcmath/mkinstalldirs"/>
! 77: <file role="test" name="tests/bcadd.phpt"/>
! 78: <file role="test" name="tests/bccomp.phpt"/>
! 79: <file role="test" name="tests/bcdiv.phpt"/>
! 80: <file role="test" name="tests/bcmod.phpt"/>
! 81: <file role="test" name="tests/bcmul.phpt"/>
! 82: <file role="test" name="tests/bcpow.phpt"/>
! 83: <file role="test" name="tests/bcscale.phpt"/>
! 84: <file role="test" name="tests/bcsqrt.phpt"/>
! 85: <file role="test" name="tests/bcsub.phpt"/>
! 86: </filelist>
! 87: <deps>
! 88: <dep type="php" rel="ge" version="5" />
! 89: </deps>
! 90: </release>
! 91: </package>
! 92: <!--
! 93: vim:et:ts=1:sw=1
! 94: -->
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>