Changes of Revision 7
[-] [+] | Changed | php5-pdflib.spec |
[-] [+] | Added | package.xml ^ |
@@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="UTF-8"?> +<package packagerversion="1.6.1" version="2.0" 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" 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>pdflib</name> + <channel>pecl.php.net</channel> + <summary>Creating PDF on the fly with the PDFlib library</summary> + <description>This extension wraps the PDFlib programming library +for processing PDF on the fly, created by Thomas Merz. + +PDFlib is available for commercial licensing and under the PDFlib Lite License +(see http://www.pdflib.com/fileadmin/pdflib/pdf/license/PDFlib-Lite-license.pdf) + +More info on how to use PDFlib with PHP can be found at +http://www.pdflib.com/developer-center/technical-documentation/php-howto</description> + <lead> + <name>Rainer Schaaf</name> + <user>rjs</user> + <email>rjs@php.net</email> + <active>yes</active> + </lead> + <lead> + <name>Uwe Steinmann</name> + <user>steinm</user> + <email>steinm@php.net</email> + <active>yes</active> + </lead> + <date>2008-03-11</date> + <time>11:26:02</time> + <version> + <release>2.1.5</release> + <api>2.1.5</api> + </version> + <stability> + <release>stable</release> + <api>stable</api> + </stability> + <license uri="http://www.php.net/license">PHP</license> + <notes>- switched to package.xml 2.0 Format +- improved exception handling</notes> + <contents> + <dir name="/"> + <file md5sum="844f5da74837609fd18ac6fca5a0f2a9" name="config.m4" role="src" /> + <file md5sum="ae5d284ca16585172380c5550cce4d60" name="config.w32" role="src" /> + <file md5sum="000f2db5a0795df72b7d3d34dc9f4d93" name="CREDITS" role="doc" /> + <file md5sum="f9d162e4d8569d1544760ef928f9a290" name="pdf.c" role="src" /> + <file md5sum="057ac0cf52c2f05ba4f4693a661cf31b" name="pdf4.c" role="src" /> + <file md5sum="2b79febad8f3a23a5cc585ad596d3cff" name="pdf7.c" role="src" /> + <file md5sum="67b05794cde35af57b750a9af3eeedd6" name="pdflib.dsp" role="src" /> + <file md5sum="5468027eb7a754bc66b08ea43b9ddc9f" name="php_pdf.h" role="src" /> + <file md5sum="2d854ac0a2bcc73590c11162e03b101b" name="php_pdf4.h" role="src" /> + <file md5sum="d85afe9168de61d744ca40d7b79facff" name="php_pdf7.h" role="src" /> + <file md5sum="bf952e6eba8517845f121237550f27bf" name="php_wrapped.c" role="src" /> + </dir> + </contents> + <dependencies> + <required> + <php> + <min>4.1</min> + </php> + <pearinstaller> + <min>1.4.0b1</min> + </pearinstaller> + </required> + </dependencies> + <providesextension>pdflib</providesextension> + <extsrcrelease> + <configureoption name="with-pdflib" prompt="path to pdflib installation?" /> + </extsrcrelease> +</package> | ||
Added | pdflib-2.1.7.tgz ^ |