Wed Dec 30 00:20:43 2015 UTC ()
Update libvisio to 0.1.4:

libvisio 0.1.4

- Implement overriding of colour of lines and of text from layer
  properties (tdf#50309, tdf#68392) and the visibility and/or
  printability of a layer.
- Fix incorrect handling of stencil text (tdf#90154).
- Basic initial implementation of hatch fill (tdf#44552, tdf#76835).
- Implement support of bullets/lists (tdf#92349)
- Implement support of default tab-stops and custom tab-sets in
  paragraph properties.
- Fix for reading of names of pages if present.
- Fix build with boost 1.59.
- Instead of line-break, spit out a new paragraph when a paragraph break
  is found


(wiz)
diff -r1.37 -r1.38 pkgsrc/converters/libvisio/Makefile
diff -r1.13 -r1.14 pkgsrc/converters/libvisio/distinfo

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

--- pkgsrc/converters/libvisio/Makefile 2015/10/10 01:57:51 1.37
+++ pkgsrc/converters/libvisio/Makefile 2015/12/30 00:20:43 1.38
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.37 2015/10/10 01:57:51 ryoon Exp $ 1# $NetBSD: Makefile,v 1.38 2015/12/30 00:20:43 wiz Exp $
2 2
3DISTNAME= libvisio-0.1.3 3DISTNAME= libvisio-0.1.4
4PKGREVISION= 2 
5CATEGORIES= converters 4CATEGORIES= converters
6MASTER_SITES= http://dev-www.libreoffice.org/src/libvisio/ 5MASTER_SITES= http://dev-www.libreoffice.org/src/libvisio/
7EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
8 7
9MAINTAINER= ftigeot@wolfpond.org 8MAINTAINER= ftigeot@wolfpond.org
10HOMEPAGE= https://wiki.documentfoundation.org/DLP/Libraries/libvisio 9HOMEPAGE= https://wiki.documentfoundation.org/DLP/Libraries/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
14#BUILD_DEPENDS+= doxygen>=1.8.9:../../devel/doxygen 13#BUILD_DEPENDS+= doxygen>=1.8.9:../../devel/doxygen
15BUILD_DEPENDS+= gperf-[0-9]*:../../devel/gperf 14BUILD_DEPENDS+= gperf-[0-9]*:../../devel/gperf
16 15
17USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++

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

--- pkgsrc/converters/libvisio/distinfo 2015/11/03 01:43:50 1.13
+++ pkgsrc/converters/libvisio/distinfo 2015/12/30 00:20:43 1.14
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.13 2015/11/03 01:43:50 agc Exp $ 1$NetBSD: distinfo,v 1.14 2015/12/30 00:20:43 wiz Exp $
2 2
3SHA1 (libvisio-0.1.3.tar.xz) = 1bb89ae597c2f1ffd7b7d6c91c96b8dbfaaee347 3SHA1 (libvisio-0.1.4.tar.xz) = 2da44d85b19a93f78f6a643a3530d0626210ba9a
4RMD160 (libvisio-0.1.3.tar.xz) = 18e1b9c30f8ae34d3461e8a2f912243417d4d1fd 4RMD160 (libvisio-0.1.4.tar.xz) = 2fd35f04a6b69b1f80c59d14f68c35b75665a790
5SHA512 (libvisio-0.1.3.tar.xz) = aa7ea66d30b54e70acd6684a861923dd5979025e5fda12e1e777c6e7a461f9691f2df1dd67ea4599dbb7e0293df0eee9dc9848f79067c4058afb090717489d35 5SHA512 (libvisio-0.1.4.tar.xz) = a9c0df4c9755f8c61e6e020038ac9e5440ca6096390ee4f28912c3ca52180c6882cf7736c2e2ef4c3cd84bfbcceb1e4327af71f036e9c5c4316cb96a7f116938
6Size (libvisio-0.1.3.tar.xz) = 479592 bytes 6Size (libvisio-0.1.4.tar.xz) = 502940 bytes