diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-08-15 18:52:10 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-08-15 18:52:10 +0000 |
commit | b64c5735af2b65cc23864e7b3811359324805ab6 (patch) | |
tree | ac7ee8eb0280c1873472b091a129229fc09a9a26 | |
parent | 351e88e20fecf2e880bf792004e6be8466dcafe9 (diff) | |
download | pkgsrc-b64c5735af2b65cc23864e7b3811359324805ab6.tar.gz |
Update to 0.1.6
Changelog:
libodfgen 0.1.6
- All:
+ Support hatching fills.
+ Handle visibility and printability of objects.
+ Compute print orientation from page dimensions.
+ Allow to specify list label font and font size.
- Drawing/Presentation:
+ Handle fill properties in openPage(), allowing to set page
background.
- Spreadsheet:
+ Correctly emit merged cells.
+ Allow graphics anchored to a sheet cell.
+ Handle repeated rows/columns, specified by properties
table:number-rows-repeated and table:number-columns-repeated.
+ Add matrix operators ({, } and |).
+ Handle more cell attributes.
+ Increase precision of generated numbers.
- Text:
+ Allow to set header/footer style.
- Other improvements and fixes.
-rw-r--r-- | textproc/libodfgen/Makefile | 4 | ||||
-rw-r--r-- | textproc/libodfgen/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/libodfgen/Makefile b/textproc/libodfgen/Makefile index 9fc08cec8e3..9c935eb6095 100644 --- a/textproc/libodfgen/Makefile +++ b/textproc/libodfgen/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2015/12/29 20:46:50 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2016/08/15 18:52:10 ryoon Exp $ -DISTNAME= libodfgen-0.1.5 +DISTNAME= libodfgen-0.1.6 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libwpd/libodfgen/libodfgen-${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.xz diff --git a/textproc/libodfgen/distinfo b/textproc/libodfgen/distinfo index 9b1cba9ab51..f4a7233ee69 100644 --- a/textproc/libodfgen/distinfo +++ b/textproc/libodfgen/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/12/29 20:46:50 wiz Exp $ +$NetBSD: distinfo,v 1.7 2016/08/15 18:52:10 ryoon Exp $ -SHA1 (libodfgen-0.1.5.tar.xz) = 84fb7512bf1ce9bae9dab078a5a6021504aaedd2 -RMD160 (libodfgen-0.1.5.tar.xz) = 3a23644fdb4962f96a12a30289a003fdc40d2c45 -SHA512 (libodfgen-0.1.5.tar.xz) = d9f270fb7410c25ce113ecfb60d17bcf8e57220a6f772a3c2e7f794521495b9a164fe2ddf67a291d26f3052d406ee09ca35096ed3bc46bb268f318b837530ca0 -Size (libodfgen-0.1.5.tar.xz) = 357360 bytes +SHA1 (libodfgen-0.1.6.tar.xz) = 49da7cc0dc4adfe0452e951d2dea3c225358fd63 +RMD160 (libodfgen-0.1.6.tar.xz) = 9c3fcb5aecb0ad54bab246fbf16bf5d3ac562bb6 +SHA512 (libodfgen-0.1.6.tar.xz) = bc5e6908ee14c576adececdf8a94ae01f2ed487e6f2490e41aab787e1e8f72a3fb2a786f51ceeefa327710af215741ce13bcf4bb3d99d2aaf403f568c5db75a5 +Size (libodfgen-0.1.6.tar.xz) = 359988 bytes |