pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/pear-Image_Canvas Update pear-Image_Canvas pa...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3675a7b35321
branches: trunk
changeset: 571001:3675a7b35321
user: taca <taca%pkgsrc.org@localhost>
date: Sat Feb 06 15:49:18 2010 +0000
description:
Update pear-Image_Canvas package from 0.2.4 to 0.3.2.
QA Release.
* Fixed Bug #12064 "Updated all @link to official url (thanks to Torsten Roehr)"
* Fixed Bug #12084 "Set wrong fill color in PDF.php, SVG.php (thanks to Torsten
Roehr)"
* Fixed Bug #12122 "Added new driver for SWF output (thanks to Torsten Roehr)"
* Fixed Bug #12744 "Used shape poly instead of polygon in ImageMap (Uwe
Steinmann)"
* Fixed Bug #12745 "Make area tag xhtml compliant, added missing '/' (thanks to
Christian Weiske)"
* Fixed Bug #12746 "Make img tag xhtml compliant, added missing '/' (thanks to
Christian Weiske)"
* Fixed Bug #12747 "Added attribute id to map tag (Uwe Steinmann)"
* Fixed Bug #14199 "Added new driver for PostScript output"
0.3.1
* Modified GD canvas addText() method with TTF fonts - (x, y) parameters now
specify the absolute lower-left corner of the text (if angle is 0) instead of
the baseline of the first letter, making texts appear incorrectly. This
however require fonts to have a steady baseline, like fx. Arial, Verdana,
etc. unlike Comic
* Fixed Image_Canvas_PDF to display correctly
* Fixed Request #7285 "UTF-8 in SVGs"
* Fixed Bug #7454 "Vertical axis title is shifted 180 degrees between SVG and
PNG output"
* Fixed Bug #8488 "wrong variable name" (thanks to troehr at php dot net)
* Fixed Bug #8556 "SVG.php contains typo" (thanks to troehr at php dot net)
* Fixed Bug #8776 "Fatal error: Call to undefined function: imageantialias()"
* Fixed Bug #9070 "factory method causes PHP error if no GD" (thanks to troehr
at php dot net)
* Fixed Bug #9176 "UTF-8 in SVGs does not work (patch included)" (thanks to
troehr at php dot net)
* Fixed Bug #10236 "Pie Chart Shading Error when datapoint has 0 value" (thanks
to peter_wake at hotmail dot com)
* Fixed Request #11402 "Implement Image_Canvas_SVG::getData()" (thanks to
troehr at php dot net)
0.3.0
* Added clipping (GD uses Image_Canvas method involving ImageCopy(), until
native support is available throught existing GD functions gdImageSetClip())
* Fixed the way SVG rotates text to now use transform
* Added public reset() method to Image_Canvas
* Fixed Bug #6406 "method _mapFont missing"
* Fixed Request #6632 "Style element assigned with = instead of :"
* Fixed Bug #6769 "ImageMap.php does not check for boolean false with strpos"
diffstat:
graphics/pear-Image_Canvas/Makefile | 5 ++---
graphics/pear-Image_Canvas/distinfo | 10 +++++-----
graphics/pear-Image_Canvas/patches/patch-aa | 23 ++++++++++++-----------
3 files changed, 19 insertions(+), 19 deletions(-)
diffs (57 lines):
diff -r 55d5344716e2 -r 3675a7b35321 graphics/pear-Image_Canvas/Makefile
--- a/graphics/pear-Image_Canvas/Makefile Sat Feb 06 15:48:16 2010 +0000
+++ b/graphics/pear-Image_Canvas/Makefile Sat Feb 06 15:49:18 2010 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2010/02/04 16:36:05 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2010/02/06 15:49:18 taca Exp $
-DISTNAME= Image_Canvas-0.2.4
-PKGREVISION= 1
+DISTNAME= Image_Canvas-0.3.2
CATEGORIES= graphics
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r 55d5344716e2 -r 3675a7b35321 graphics/pear-Image_Canvas/distinfo
--- a/graphics/pear-Image_Canvas/distinfo Sat Feb 06 15:48:16 2010 +0000
+++ b/graphics/pear-Image_Canvas/distinfo Sat Feb 06 15:49:18 2010 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/01/03 20:57:53 adrianp Exp $
+$NetBSD: distinfo,v 1.2 2010/02/06 15:49:18 taca Exp $
-SHA1 (pear/Image_Canvas-0.2.4.tgz) = f5d9b5c47719786f5e5f5705b6de129264a31fd7
-RMD160 (pear/Image_Canvas-0.2.4.tgz) = 5743751bf4c0824e9eeefe128d523ab98f385213
-Size (pear/Image_Canvas-0.2.4.tgz) = 42101 bytes
-SHA1 (patch-aa) = c0ee51f835dacda49ff7583ed15868febaadadf1
+SHA1 (pear/Image_Canvas-0.3.2.tgz) = 0dbdb5d0f3d4e8604f9807a3569b496fd38913d4
+RMD160 (pear/Image_Canvas-0.3.2.tgz) = 5f8b17a7e07f48f31573c729678d4352d43225f3
+Size (pear/Image_Canvas-0.3.2.tgz) = 54698 bytes
+SHA1 (patch-aa) = 05565b7555125f376cac15fde5f45a29d8cbc5dd
diff -r 55d5344716e2 -r 3675a7b35321 graphics/pear-Image_Canvas/patches/patch-aa
--- a/graphics/pear-Image_Canvas/patches/patch-aa Sat Feb 06 15:48:16 2010 +0000
+++ b/graphics/pear-Image_Canvas/patches/patch-aa Sat Feb 06 15:49:18 2010 +0000
@@ -1,13 +1,14 @@
-$NetBSD: patch-aa,v 1.1.1.1 2006/01/03 20:57:53 adrianp Exp $
+$NetBSD: patch-aa,v 1.2 2010/02/06 15:49:18 taca Exp $
---- package.xml.orig 2005-11-08 19:02:00.000000000 +0000
+--- package.xml.orig 1970-01-01 09:13:26.000000000 +0000
+++ package.xml
-@@ -22,7 +22,7 @@
- * Fixed a bug causing rectangles not being displayed, if points were given in the wrong order
- </notes>
- <deps>
-- <dep type="ext" rel="has" optional="no">gd</dep>
-+ <dep type="ext" rel="has" optional="yes">gd</dep>
- <dep type="pkg" rel="ge" version="1.0.0" optional="no">Image_Color</dep>
- </deps>
- <provides type="class" name="Image_Canvas_Color" extends="Image_Color" />
+@@ -80,9 +80,6 @@ QA Release.
+ <channel>pear.php.net</channel>
+ <min>1.0.0</min>
+ </package>
+- <extension>
+- <name>gd</name>
+- </extension>
+ </required>
+ </dependencies>
+ <phprelease />
Home |
Main Index |
Thread Index |
Old Index