Sun Jul 29 20:06:00 2012 UTC ()
Update to 0.0.19:
	Bump version to 0.0.19
	Fixing fdo#50990
	reuse m_currentShapeLevel for stylesheets too
	Another tiny incremental change
	A little refactoring of the level change handling
	Order of pages is their order of arrival
	Revert "Drawing pages in right order"
	This modification is not needed anymore, since we approach
	the reordering of pointers differently
	This reverts commit 9371595a11a0858fc55ea9fce67dba12b39a6e3e.
	Reorder pointers to streams according to the list
	Handle 0x8* and 0xd* streams in an equivalent way
	Push information to collector even from streams if that is where it is to be found
	Keep pointer numbers around
	Get rid of handleStencils + some fixes in styles
	Clear font name before appending to it
	Get rid of handlePages function
	Removing unused constructor
	Recursive parsing of streams implemented
	Not giving any output as of yet though. Please, use STABLE-0-0-0 branch
	if you want to see pictures. I will merge this one there only after
	regression test calls me "good boy".
	Little correction
	Unify handling of chunks in stencils and normal pages
	Some more refactoring
	Extracting individual stream handling into a separate function
	Extract handling of streams into a separate function
	astyle
	Fix endless loop with text fields in VSD6
	Appease automake 1.12
	!=, not ==
	coverity: protect against self-assignment
	coverity: protect against self-assignment
	coverity: protect against self-assignment
	coverity: memory leak
	coverity: bin superfluous copy ctors
	coverity: bin superfluous copy ctor
	coverity: bin superfluous copy ctors


(wiz)
diff -r1.6 -r1.7 pkgsrc/converters/libvisio/Makefile
diff -r1.4 -r1.5 pkgsrc/converters/libvisio/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/converters/libvisio/Makefile (expand / switch to unified diff)

--- pkgsrc/converters/libvisio/Makefile 2012/07/07 21:29:19 1.6
+++ pkgsrc/converters/libvisio/Makefile 2012/07/29 20:06:00 1.7
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2012/07/07 21:29:19 prlw1 Exp $ 1# $NetBSD: Makefile,v 1.7 2012/07/29 20:06:00 wiz Exp $
2 2
3DISTNAME= libvisio-0.0.18 3DISTNAME= libvisio-0.0.19
4PKGREVISION= 2 
5CATEGORIES= converters 4CATEGORIES= converters
6MASTER_SITES= http://dev-www.libreoffice.org/src/ 5MASTER_SITES= http://dev-www.libreoffice.org/src/
7EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
8 7
9MAINTAINER= ftigeot@wolfpond.org 8MAINTAINER= ftigeot@wolfpond.org
10HOMEPAGE= http://www.freedesktop.org/wiki/Software/libvisio/ 9HOMEPAGE= http://www.freedesktop.org/wiki/Software/libvisio/
11COMMENT= Library and tools for parsing the visio file format 10COMMENT= Library and tools for parsing the visio file format
12LICENSE= gnu-lgpl-v2.1 OR mpl-1.1 OR gnu-gpl-v2 11LICENSE= gnu-lgpl-v2.1 OR mpl-1.1 OR gnu-gpl-v2
13 12
14BUILD_DEPENDS+= doxygen>=1.8.1.1:../../devel/doxygen 13BUILD_DEPENDS+= doxygen>=1.8.1.1:../../devel/doxygen
15 14
16PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
17 16

cvs diff -r1.4 -r1.5 pkgsrc/converters/libvisio/distinfo (expand / switch to unified diff)

--- pkgsrc/converters/libvisio/distinfo 2012/07/01 14:05:08 1.4
+++ pkgsrc/converters/libvisio/distinfo 2012/07/29 20:06:00 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2012/07/01 14:05:08 wiz Exp $ 1$NetBSD: distinfo,v 1.5 2012/07/29 20:06:00 wiz Exp $
2 2
3SHA1 (libvisio-0.0.18.tar.xz) = 645daae88778f3025b205ccf082bab381a50be2d 3SHA1 (libvisio-0.0.19.tar.xz) = a6bad7439ca54b386f543ddf9b6c7168c7359e3f
4RMD160 (libvisio-0.0.18.tar.xz) = 6a19cb57b2c62e16f518fdca3f39aaa2233d77e8 4RMD160 (libvisio-0.0.19.tar.xz) = a31e0423f79c9cb2b85a20f24d092bf4168cad98
5Size (libvisio-0.0.18.tar.xz) = 322404 bytes 5Size (libvisio-0.0.19.tar.xz) = 323536 bytes