From 2774071bd197343bae487bd82951d65362c03138 Mon Sep 17 00:00:00 2001 From: ryoon Date: Wed, 12 Aug 2015 00:34:16 +0000 Subject: Update to 0.1.4 Changelog: libodfgen 0.1.4 - drawing interface: do no forget to call startDocument/endDocument when writing in the manifest - metadata: added handler for 'template' metadata, unknown metadata are written in a meta:user-defined elements, - defineSheetNumberingStyle: can now define styles for the whole document (and not only for the actual sheet) - update doxygen configuration file + add a make astyle command libodfgen 0.1.3 - Allow writing meta:creation-date metadata element for drawings and presentations too. - Improve handling of headings. Most importantly, write valid ODF. - Write meta:generator metadata element. - Add initial support for embedded fonts. It is currently limited to Flat ODF output. libodfgen 0.1.2 - Use text:h element for headings. Any paragraph with text:outline-level property is recognized as a heading. - Handle layers. - Improve handling of styles. Particularly, do not emit duplicate styles. - Slightly improve documentation. - Handle master pages. - Do not expect that integer properties are always in inches. - Fix misspelled style:paragraph-properties element in presentation notes. - Only export public symbols on Linux. - Fix bogus XML-escaping of metadata values. - And many other improvements and fixes. --- textproc/libodfgen/Makefile | 4 ++-- textproc/libodfgen/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'textproc') diff --git a/textproc/libodfgen/Makefile b/textproc/libodfgen/Makefile index 32c4b86b3e2..49116d3d379 100644 --- a/textproc/libodfgen/Makefile +++ b/textproc/libodfgen/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2014/07/23 06:24:28 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2015/08/12 00:34:16 ryoon Exp $ -DISTNAME= libodfgen-0.1.1 +DISTNAME= libodfgen-0.1.4 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libwpd/libodfgen/libodfgen-${PKGVERSION}/} EXTRACT_SUFX= .tar.xz diff --git a/textproc/libodfgen/distinfo b/textproc/libodfgen/distinfo index 4810a7cd3b4..221dc4fdcd3 100644 --- a/textproc/libodfgen/distinfo +++ b/textproc/libodfgen/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2014/07/23 06:24:28 wiz Exp $ +$NetBSD: distinfo,v 1.4 2015/08/12 00:34:16 ryoon Exp $ -SHA1 (libodfgen-0.1.1.tar.xz) = 4270b1b75191304c650e69f7eceed8988d3dbb0b -RMD160 (libodfgen-0.1.1.tar.xz) = 42848047bff4176f8727170233b8ab5060d70e4b -Size (libodfgen-0.1.1.tar.xz) = 325872 bytes +SHA1 (libodfgen-0.1.4.tar.xz) = 4c78c3f7d83d5b303c68aefdf04c91a74af5ce52 +RMD160 (libodfgen-0.1.4.tar.xz) = bfd378ec70117486a8343716c6be56b9b5d9058b +Size (libodfgen-0.1.4.tar.xz) = 356480 bytes -- cgit v1.2.3