Sun Mar 1 12:17:57 2015 UTC ()
Update 1.2.1 to 1.5.3
----------------------
Version 1.5.3 <2015-01-18>
--------------------------
  * applied patch from Sebastian Vater to fix memory leak

Version 1.5.2 <2014-12-14>
--------------------------
  * fixed memory leak (thanks to Sebastian Vater)

Version 1.5.1 <2014-11-23>
--------------------------
  * fixed some compiler errors

Version 1.5 <2014-08-09>
------------------------
  * added support of marker element
  * added support of patternTransform attribute

Version 1.4.2 <2014-07-06>
--------------------------
  * added support of stroke-dasharray
  * fixed handling of preserveAspectRatio="none"

Version 1.4.1 <2014-06-16>
--------------------------
  * fixed rendering of tspan-element
  * fixed rendering of use element in pattern and mask elements

Version 1.4 <2014-05-24>
------------------------
  * added support of pattern element

Version 1.3 <2014-04-13>
------------------------
  * added support of animations
  * fixed some GetBBox() methods


(mef)
diff -r1.48 -r1.49 pkgsrc/graphics/wxsvg/Makefile
diff -r1.6 -r1.7 pkgsrc/graphics/wxsvg/PLIST
diff -r1.13 -r1.14 pkgsrc/graphics/wxsvg/distinfo

cvs diff -r1.48 -r1.49 pkgsrc/graphics/wxsvg/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/wxsvg/Makefile 2014/08/11 23:09:44 1.48
+++ pkgsrc/graphics/wxsvg/Makefile 2015/03/01 12:17:57 1.49
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.48 2014/08/11 23:09:44 wiz Exp $ 1# $NetBSD: Makefile,v 1.49 2015/03/01 12:17:57 mef Exp $
2 2
3DISTNAME= wxsvg-1.2.1 3DISTNAME= wxsvg-1.5.3
4PKGREVISION= 3 
5CATEGORIES= graphics 4CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxsvg/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxsvg/}
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://sourceforge.net/projects/wxsvg/ 9HOMEPAGE= http://sourceforge.net/projects/wxsvg/
11COMMENT= C++ library to create, manipulate and render SVG files 10COMMENT= C++ library to create, manipulate and render SVG files
12LICENSE= gnu-lgpl-v2 11LICENSE= gnu-lgpl-v2
13 12
14GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
15USE_LANGUAGES= c c++ 14USE_LANGUAGES= c c++
16USE_LIBTOOL= yes 15USE_LIBTOOL= yes
17USE_TOOLS+= gmake pkg-config 16USE_TOOLS+= gmake pkg-config

cvs diff -r1.6 -r1.7 pkgsrc/graphics/wxsvg/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/wxsvg/PLIST 2011/11/23 21:29:14 1.6
+++ pkgsrc/graphics/wxsvg/PLIST 2015/03/01 12:17:57 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.6 2011/11/23 21:29:14 gls Exp $ 1@comment $NetBSD: PLIST,v 1.7 2015/03/01 12:17:57 mef Exp $
2bin/svgview 2bin/svgview
3include/wxSVG/Animated.h 3include/wxSVG/Animated.h
4include/wxSVG/CSSStyleDeclaration.h 4include/wxSVG/CSSStyleDeclaration.h
5include/wxSVG/CSSValue.h 5include/wxSVG/CSSValue.h
6include/wxSVG/CSSValues.h 6include/wxSVG/CSSValues.h
7include/wxSVG/Document.h 7include/wxSVG/Document.h
8include/wxSVG/DocumentCSS.h 8include/wxSVG/DocumentCSS.h
9include/wxSVG/DocumentEvent.h 9include/wxSVG/DocumentEvent.h
10include/wxSVG/Element.h 10include/wxSVG/Element.h
11include/wxSVG/ElementTimeControl.h 11include/wxSVG/ElementTimeControl.h
12include/wxSVG/EventTarget.h 12include/wxSVG/EventTarget.h
13include/wxSVG/GetSVGDocument.h 13include/wxSVG/GetSVGDocument.h
14include/wxSVG/NodeList.h 14include/wxSVG/NodeList.h
@@ -27,26 +27,27 @@ include/wxSVG/SVGAnimatedAngle.h @@ -27,26 +27,27 @@ include/wxSVG/SVGAnimatedAngle.h
27include/wxSVG/SVGAnimatedBoolean.h 27include/wxSVG/SVGAnimatedBoolean.h
28include/wxSVG/SVGAnimatedEnumeration.h 28include/wxSVG/SVGAnimatedEnumeration.h
29include/wxSVG/SVGAnimatedInteger.h 29include/wxSVG/SVGAnimatedInteger.h
30include/wxSVG/SVGAnimatedLength.h 30include/wxSVG/SVGAnimatedLength.h
31include/wxSVG/SVGAnimatedLengthList.h 31include/wxSVG/SVGAnimatedLengthList.h
32include/wxSVG/SVGAnimatedNumber.h 32include/wxSVG/SVGAnimatedNumber.h
33include/wxSVG/SVGAnimatedNumberList.h 33include/wxSVG/SVGAnimatedNumberList.h
34include/wxSVG/SVGAnimatedPathData.h 34include/wxSVG/SVGAnimatedPathData.h
35include/wxSVG/SVGAnimatedPoints.h 35include/wxSVG/SVGAnimatedPoints.h
36include/wxSVG/SVGAnimatedPreserveAspectRatio.h 36include/wxSVG/SVGAnimatedPreserveAspectRatio.h
37include/wxSVG/SVGAnimatedRect.h 37include/wxSVG/SVGAnimatedRect.h
38include/wxSVG/SVGAnimatedString.h 38include/wxSVG/SVGAnimatedString.h
39include/wxSVG/SVGAnimatedTransformList.h 39include/wxSVG/SVGAnimatedTransformList.h
 40include/wxSVG/SVGAnimatedType.h
40include/wxSVG/SVGAnimationElement.h 41include/wxSVG/SVGAnimationElement.h
41include/wxSVG/SVGCSSRule.h 42include/wxSVG/SVGCSSRule.h
42include/wxSVG/SVGCanvas.h 43include/wxSVG/SVGCanvas.h
43include/wxSVG/SVGCanvasItem.h 44include/wxSVG/SVGCanvasItem.h
44include/wxSVG/SVGCircleElement.h 45include/wxSVG/SVGCircleElement.h
45include/wxSVG/SVGClipPathElement.h 46include/wxSVG/SVGClipPathElement.h
46include/wxSVG/SVGColor.h 47include/wxSVG/SVGColor.h
47include/wxSVG/SVGColorProfileElement.h 48include/wxSVG/SVGColorProfileElement.h
48include/wxSVG/SVGColorProfileRule.h 49include/wxSVG/SVGColorProfileRule.h
49include/wxSVG/SVGComponentTransferFunctionElement.h 50include/wxSVG/SVGComponentTransferFunctionElement.h
50include/wxSVG/SVGCoordinates.h 51include/wxSVG/SVGCoordinates.h
51include/wxSVG/SVGCursorElement.h 52include/wxSVG/SVGCursorElement.h
52include/wxSVG/SVGDTD.h 53include/wxSVG/SVGDTD.h

cvs diff -r1.13 -r1.14 pkgsrc/graphics/wxsvg/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/wxsvg/distinfo 2014/03/31 23:26:35 1.13
+++ pkgsrc/graphics/wxsvg/distinfo 2015/03/01 12:17:57 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2014/03/31 23:26:35 ryoon Exp $ 1$NetBSD: distinfo,v 1.14 2015/03/01 12:17:57 mef Exp $
2 2
3SHA1 (wxsvg-1.2.1.tar.bz2) = 772b02f7366fcec50a06612af59b019425335970 3SHA1 (wxsvg-1.5.3.tar.bz2) = 84640a696e2c03587a1562e214d76e3046ebae06
4RMD160 (wxsvg-1.2.1.tar.bz2) = bc3be51c348857682257db65efa3847daa59ba46 4RMD160 (wxsvg-1.5.3.tar.bz2) = 5997df257765a29a4f360ee78b1eec0900e537da
5Size (wxsvg-1.2.1.tar.bz2) = 434627 bytes 5Size (wxsvg-1.5.3.tar.bz2) = 466539 bytes