Lines 6-13
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Image_Canvas |
8 |
PORTNAME= Image_Canvas |
9 |
PORTVERSION= 0.3.0 |
9 |
PORTVERSION= 0.3.2 |
10 |
PORTREVISION= 1 |
|
|
11 |
CATEGORIES= graphics www pear |
10 |
CATEGORIES= graphics www pear |
12 |
|
11 |
|
13 |
MAINTAINER= numisemis@yahoo.com |
12 |
MAINTAINER= numisemis@yahoo.com |
Lines 18-32
Link Here
|
18 |
|
17 |
|
19 |
USE_PHP= gd |
18 |
USE_PHP= gd |
20 |
|
19 |
|
21 |
CATEGORY= Image |
20 |
FILES= Image/Canvas.php Image/Canvas/Color.php \ |
22 |
FILES= Canvas.php Canvas/Color.php Canvas/GD.php \ |
21 |
Image/Canvas/GD.php Image/Canvas/ImageMap.php \ |
23 |
Canvas/ImageMap.php Canvas/PDF.php Canvas/SVG.php \ |
22 |
Image/Canvas/PDF.php Image/Canvas/PS.php \ |
24 |
Canvas/Tool.php Canvas/WithMap.php Canvas/Fonts/fontmap.txt \ |
23 |
Image/Canvas/SVG.php Image/Canvas/SWF.php \ |
25 |
Canvas/Fonts/README Canvas/GD/JPG.php Canvas/GD/PNG.php |
24 |
Image/Canvas/Tool.php Image/Canvas/WithMap.php \ |
|
|
25 |
Image/Canvas/Fonts/fontmap.txt Image/Canvas/Fonts/README \ |
26 |
Image/Canvas/GD/JPG.php Image/Canvas/GD/PNG.php |
26 |
TESTS= canvas_body.php gradients.php imagemap.php jpg.php \ |
27 |
TESTS= canvas_body.php gradients.php imagemap.php jpg.php \ |
27 |
lineends.php pdf.php pear-icon.png png.php README svg.php \ |
28 |
lineends.php pdf.php pear-icon.png png.php README svg.php \ |
28 |
text.php |
29 |
text.php ps.php |
29 |
DOCS= ChangeLog README |
30 |
DOCS= ChangeLog README TODO |
30 |
EXAMPLES= canvas.php pear-icon.png |
31 |
EXAMPLES= canvas.php pear-icon.png |
31 |
_EXAMPLESDIR= docs/examples |
32 |
_EXAMPLESDIR= docs/examples |
32 |
|
33 |
|