1<?xml version="1.0" encoding="UTF-8"?>
2<package packagerversion="1.9.2" 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">
3 <name>Image_Barcode</name>
4 <channel>pear.php.net</channel>
5 <summary>Barcode generation</summary>
6 <description>With Image_Barcode class you can create a barcode
7  representation of a given string.
8
9  This class uses GD function because of this the generated graphic can be any of
10  GD supported supported image types.</description>
11 <lead>
12  <name>Marcelo Subtil Marcal</name>
13  <user>msmarcal</user>
14  <email>msmarcal@php.net</email>
15  <active>yes</active>
16 </lead>
17 <date>2012-03-24</date>
18 <time>15:17:18</time>
19 <version>
20  <release>1.1.3</release>
21  <api>1.1.0</api>
22 </version>
23 <stability>
24  <release>stable</release>
25  <api>stable</api>
26 </stability>
27 <license uri="http://www.php.net/license">PHP License</license>
28 <notes>
29QA release
30Bug #19345 Excess archive
31 </notes>
32 <contents>
33  <dir baseinstalldir="/" name="/">
34   <file baseinstalldir="Image" md5sum="62714a47cbc3d35f483be34324197936" name="docs/ChangeLog" role="doc" />
35   <file baseinstalldir="Image" md5sum="9d09306ee5d354c7d7216e14e3b81c49" name="docs/Readme.txt" role="doc" />
36   <file baseinstalldir="Image" md5sum="d027dd2e78465162010a1cab265eb09b" name="docs/examples/barcode_img.php" role="doc" />
37   <file baseinstalldir="Image" md5sum="783855c825cbb516b3cf7aefa0b09d29" name="docs/examples/test-image-barcode.php" role="doc" />
38   <file baseinstalldir="/" md5sum="f9072629478dc833a8a36f52bb5a3bf2" name="Image/Barcode.php" role="php" />
39   <file baseinstalldir="/" md5sum="4e248f0d31b5bd1158d1f8823e0b8df1" name="Image/Barcode/Code39.php" role="php" />
40   <file baseinstalldir="/" md5sum="b4e987ba23af2b3528c013c88353bedc" name="Image/Barcode/code128.php" role="php" />
41   <file baseinstalldir="/" md5sum="565558d578a29c612990b24aefa72c01" name="Image/Barcode/ean8.php" role="php" />
42   <file baseinstalldir="/" md5sum="d9c146b8681a1a3266080bda49ceb0a4" name="Image/Barcode/ean13.php" role="php" />
43   <file baseinstalldir="/" md5sum="b888577270b35cb8dd069187254f6457" name="Image/Barcode/int25.php" role="php" />
44   <file baseinstalldir="/" md5sum="047cdd904a7466099853c399fc9e9042" name="Image/Barcode/postnet.php" role="php" />
45   <file baseinstalldir="/" md5sum="23f454e4085de1cd9907c1d1289cbf28" name="Image/Barcode/upca.php" role="php" />
46   <file baseinstalldir="/" md5sum="24fc56ca72d6362637db65025008d49f" name="README" role="data" />
47  </dir>
48 </contents>
49 <dependencies>
50  <required>
51   <php>
52    <min>4.0.0</min>
53   </php>
54   <pearinstaller>
55    <min>1.4.0b1</min>
56   </pearinstaller>
57   <extension>
58    <name>gd</name>
59   </extension>
60  </required>
61  <optional>
62   <package>
63    <name>PHP_Compat</name>
64    <channel>pear.php.net</channel>
65   </package>
66  </optional>
67 </dependencies>
68 <phprelease />
69 <changelog>
70  <release>
71   <version>
72    <release>1.0.2</release>
73    <api>1.0.2</api>
74   </version>
75   <stability>
76    <release>stable</release>
77    <api>stable</api>
78   </stability>
79   <date>2005-05-24</date>
80   <license uri="http://www.php.net/license">PHP License</license>
81   <notes>
82- Added UPC-A barcode rendering (thanks to Jeffrey K. Brown)
83   </notes>
84  </release>
85  <release>
86   <version>
87    <release>1.0.3</release>
88    <api>1.0.3</api>
89   </version>
90   <stability>
91    <release>stable</release>
92    <api>stable</api>
93   </stability>
94   <date>2005-05-30</date>
95   <license uri="http://www.php.net/license">PHP License</license>
96   <notes>
97- Added Code128 barcode rendering (thanks to Jeffrey K. Brown)
98   </notes>
99  </release>
100  <release>
101   <version>
102    <release>1.0.4</release>
103    <api>1.0.4</api>
104   </version>
105   <stability>
106    <release>stable</release>
107    <api>stable</api>
108   </stability>
109   <date>2005-06-03</date>
110   <license uri="http://www.php.net/license">PHP License</license>
111   <notes>
112- Added PostNet barcode rendering (thanks to Josef &quot;Jeff&quot; Sipek)
113   </notes>
114  </release>
115  <release>
116   <version>
117    <release>1.1.0</release>
118    <api>1.1.0</api>
119   </version>
120   <stability>
121    <release>stable</release>
122    <api>stable</api>
123   </stability>
124   <date>2006-12-13</date>
125   <license uri="http://www.php.net/license">PHP License</license>
126   <notes>
127QA bugfix release:
128- Fixing #4597: PEAR_INSTALL_DIR constant might be empty
129- Fixing #4755: $barcodepath not found in Image/Barcode.php
130- Fixing #6637: error don&apos;t declare
131- Fixing #7693: Wrong include path
132- Fixing #7851: Needs flag to supress headers or an option to redirect output to a variable.
133- Fixing #8301: Not compatible with Safe Mode
134- Fixing #8813: image can&apos;t be saved to filesystem
135
136Image_Barcode::draw has an optional fourth parameter determining if
137the GD image resource should be returned or output to the browser.
138This breaks backwards compatibility for people using drivers directly
139which is always a big NO-NO. If your application breaks, it&apos;s your chance
140to use the class properly.
141   </notes>
142  </release>
143  <release>
144   <version>
145    <release>1.1.1</release>
146    <api>1.1.0</api>
147   </version>
148   <stability>
149    <release>stable</release>
150    <api>stable</api>
151   </stability>
152   <date>2010-10-25</date>
153   <license uri="http://www.php.net/license">PHP License</license>
154   <notes>
155QA release
156Bug #13794 	Some numbers produce malformed &quot;UPC A&quot; barcodes
157   </notes>
158  </release>
159  <release>
160   <version>
161    <release>1.1.2</release>
162    <api>1.1.0</api>
163   </version>
164   <stability>
165    <release>stable</release>
166    <api>stable</api>
167   </stability>
168   <date>2011-12-10</date>
169   <license uri="http://www.php.net/license">PHP License</license>
170   <notes>
171QA release
172End of life - users are encouraged to swap to Image_Barcode2
173Request #18369 Allow user to select barcode image size
174Request #18377 Adding EAN8 support (patch attached)
175Bug #18376 EAN13 code does not correctly calculate image width
176Bug #17353 GD Image font functions given string parameters where inte…
177   </notes>
178  </release>
179  <release>
180   <version>
181    <release>1.1.3</release>
182    <api>1.1.0</api>
183   </version>
184   <stability>
185    <release>stable</release>
186    <api>stable</api>
187   </stability>
188   <date>2012-03-24</date>
189   <license uri="http://www.php.net/license">PHP License</license>
190   <notes>
191QA release
192Bug #19345 Excess archive
193   </notes>
194  </release>
195 </changelog>
196</package>
197