-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
56 lines (56 loc) · 2.68 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.4" 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 is deprecated and no longer maintained. It could be used to wrap the PDFlib programming library, available from PDFlib GmbH at https://www.pdflib.com. However, open-source versions of PDFlib are no longer available since 2009. PHP extensions for the commercial PDFlib editions are available directly from PDFlib GmbH. This includes prebuilt binary packages for a variety of platforms as well as a PECL package for building the extension on rarely-used platforms. However, this is unlikely to be required since PDFlib GmbH supports all major platforms on which PHP is currently used.
</description>
<lead>
<name>Rainer Schaaf</name>
<user>rjs</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2020-03-10</date>
<time>14:00:00</time>
<version>
<release>4.1.5</release>
<api>4.1.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- clarified licensing of PECL package (bug #78947)
</notes>
<contents>
<dir name="/">
<file name="LICENSE" role="doc" />
<file md5sum="3a830018a57c5921be383b4b4d94895e" name="config.m4" role="src" />
<file md5sum="8734320b8d4b4afaae04b9242a9e69b3" name="config.w32" role="src" />
<file md5sum="000f2db5a0795df72b7d3d34dc9f4d93" name="CREDITS" role="doc" />
<file md5sum="fb07bfc51f6d5e0c30b65d9701233b2e" name="LICENSE" role="src" />
<file md5sum="cbf32cd1d236362cc7ae5c0574c41c48" name="pdf.c" role="src" />
<file md5sum="c3b41dac0b91ebd6a27257b9227c47bc" name="pdflib.dsp" role="src" />
<file md5sum="13b5af969f2bc5e5dd9aa74bd32676b1" name="php_pdflib.h" role="src" />
<file md5sum="62cb25df3eed66d5e0dead1e53b18242" name="php_pdf.h" role="src" />
<file md5sum="0ace6800df205de8913d557c1b967a53" name="php_wrapped.c" role="src" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.4.0</min>
</php>
<pearinstaller>
<min>1.4.0</min>
</pearinstaller>
</required>
</dependencies>
<providesextension>pdflib</providesextension>
<extsrcrelease>
<configureoption name="with-pdflib" prompt="path to pdflib installation?" />
</extsrcrelease>
</package>