summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorryoon <ryoon>2015-08-12 00:34:16 +0000
committerryoon <ryoon>2015-08-12 00:34:16 +0000
commit2774071bd197343bae487bd82951d65362c03138 (patch)
tree6e4ecddfa622b8b8dcd4334626ba833528ef3ebc /textproc
parent1eab05154277cc9cb76bc9574382d75de455cbe8 (diff)
downloadpkgsrc-2774071bd197343bae487bd82951d65362c03138.tar.gz
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.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libodfgen/Makefile4
-rw-r--r--textproc/libodfgen/distinfo8
2 files changed, 6 insertions, 6 deletions
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