diff options
author | wiz <wiz@pkgsrc.org> | 2015-12-30 00:20:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-12-30 00:20:43 +0000 |
commit | 4cd9484672787384e9609bf5931f91a162440724 (patch) | |
tree | ea3b37ab78e1fa92d65e51ead9244456a9b24b2a /converters/libvisio | |
parent | 868360d63d1d0c5f6292aec410ef7f3175897d3d (diff) | |
download | pkgsrc-4cd9484672787384e9609bf5931f91a162440724.tar.gz |
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
Diffstat (limited to 'converters/libvisio')
-rw-r--r-- | converters/libvisio/Makefile | 5 | ||||
-rw-r--r-- | converters/libvisio/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/converters/libvisio/Makefile b/converters/libvisio/Makefile index c41a69ce3c9..342f9ebcc01 100644 --- a/converters/libvisio/Makefile +++ b/converters/libvisio/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2015/10/10 01:57:51 ryoon Exp $ +# $NetBSD: Makefile,v 1.38 2015/12/30 00:20:43 wiz Exp $ -DISTNAME= libvisio-0.1.3 -PKGREVISION= 2 +DISTNAME= libvisio-0.1.4 CATEGORIES= converters MASTER_SITES= http://dev-www.libreoffice.org/src/libvisio/ EXTRACT_SUFX= .tar.xz diff --git a/converters/libvisio/distinfo b/converters/libvisio/distinfo index 9daac98deee..84425b50289 100644 --- a/converters/libvisio/distinfo +++ b/converters/libvisio/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2015/11/03 01:43:50 agc Exp $ +$NetBSD: distinfo,v 1.14 2015/12/30 00:20:43 wiz Exp $ -SHA1 (libvisio-0.1.3.tar.xz) = 1bb89ae597c2f1ffd7b7d6c91c96b8dbfaaee347 -RMD160 (libvisio-0.1.3.tar.xz) = 18e1b9c30f8ae34d3461e8a2f912243417d4d1fd -SHA512 (libvisio-0.1.3.tar.xz) = aa7ea66d30b54e70acd6684a861923dd5979025e5fda12e1e777c6e7a461f9691f2df1dd67ea4599dbb7e0293df0eee9dc9848f79067c4058afb090717489d35 -Size (libvisio-0.1.3.tar.xz) = 479592 bytes +SHA1 (libvisio-0.1.4.tar.xz) = 2da44d85b19a93f78f6a643a3530d0626210ba9a +RMD160 (libvisio-0.1.4.tar.xz) = 2fd35f04a6b69b1f80c59d14f68c35b75665a790 +SHA512 (libvisio-0.1.4.tar.xz) = a9c0df4c9755f8c61e6e020038ac9e5440ca6096390ee4f28912c3ca52180c6882cf7736c2e2ef4c3cd84bfbcceb1e4327af71f036e9c5c4316cb96a7f116938 +Size (libvisio-0.1.4.tar.xz) = 502940 bytes |