pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/libodfgen



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Aug 15 18:52:10 UTC 2016

Modified Files:
        pkgsrc/textproc/libodfgen: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/libodfgen/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/libodfgen/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/libodfgen/Makefile
diff -u pkgsrc/textproc/libodfgen/Makefile:1.9 pkgsrc/textproc/libodfgen/Makefile:1.10
--- pkgsrc/textproc/libodfgen/Makefile:1.9      Tue Dec 29 20:46:50 2015
+++ pkgsrc/textproc/libodfgen/Makefile  Mon Aug 15 18:52:10 2016
@@ -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

Index: pkgsrc/textproc/libodfgen/distinfo
diff -u pkgsrc/textproc/libodfgen/distinfo:1.6 pkgsrc/textproc/libodfgen/distinfo:1.7
--- pkgsrc/textproc/libodfgen/distinfo:1.6      Tue Dec 29 20:46:50 2015
+++ pkgsrc/textproc/libodfgen/distinfo  Mon Aug 15 18:52:10 2016
@@ -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



Home | Main Index | Thread Index | Old Index