pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/lowdown



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Fri Nov  5 11:06:24 UTC 2021

Modified Files:
        pkgsrc/textproc/lowdown: Makefile PLIST distinfo

Log Message:
lowdown: update to 0.10.0.

Version 0.10.0, 2021-10-08

Add "flat" OpenDocument output with -Tfodt. This implements the
OpenDocument v1.3 standard, and is readable at least on LibreOffice.
This further implements -Tfodt change tracking in lowdown-diff(1).
It does not support images or definition lists yet.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/lowdown/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/lowdown/PLIST
cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/lowdown/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/lowdown/Makefile
diff -u pkgsrc/textproc/lowdown/Makefile:1.24 pkgsrc/textproc/lowdown/Makefile:1.25
--- pkgsrc/textproc/lowdown/Makefile:1.24       Wed Oct 13 07:29:11 2021
+++ pkgsrc/textproc/lowdown/Makefile    Fri Nov  5 11:06:24 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2021/10/13 07:29:11 fcambus Exp $
+# $NetBSD: Makefile,v 1.25 2021/11/05 11:06:24 fcambus Exp $
 
-DISTNAME=      lowdown-0.9.2
+DISTNAME=      lowdown-0.10.0
 CATEGORIES=    textproc
 MASTER_SITES=  https://kristaps.bsd.lv/lowdown/snapshots/
 

Index: pkgsrc/textproc/lowdown/PLIST
diff -u pkgsrc/textproc/lowdown/PLIST:1.9 pkgsrc/textproc/lowdown/PLIST:1.10
--- pkgsrc/textproc/lowdown/PLIST:1.9   Sun Feb 21 13:29:23 2021
+++ pkgsrc/textproc/lowdown/PLIST       Fri Nov  5 11:06:24 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2021/02/21 13:29:23 fcambus Exp $
+@comment $NetBSD: PLIST,v 1.10 2021/11/05 11:06:24 fcambus Exp $
 bin/lowdown
 bin/lowdown-diff
 include/lowdown.h
@@ -31,6 +31,9 @@ man/man3/lowdown_node_free.3
 man/man3/lowdown_nroff_free.3
 man/man3/lowdown_nroff_new.3
 man/man3/lowdown_nroff_rndr.3
+man/man3/lowdown_odt_free.3
+man/man3/lowdown_odt_new.3
+man/man3/lowdown_odt_rndr.3
 man/man3/lowdown_term_free.3
 man/man3/lowdown_term_new.3
 man/man3/lowdown_term_rndr.3

Index: pkgsrc/textproc/lowdown/distinfo
diff -u pkgsrc/textproc/lowdown/distinfo:1.25 pkgsrc/textproc/lowdown/distinfo:1.26
--- pkgsrc/textproc/lowdown/distinfo:1.25       Tue Oct 26 11:22:19 2021
+++ pkgsrc/textproc/lowdown/distinfo    Fri Nov  5 11:06:24 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2021/10/26 11:22:19 nia Exp $
+$NetBSD: distinfo,v 1.26 2021/11/05 11:06:24 fcambus Exp $
 
-BLAKE2s (lowdown-0.9.2.tar.gz) = 87a86f7e05b5a6c38f966d63c275a1f37351dfbdfbd7adf022d4c81ef9d8daf1
-SHA512 (lowdown-0.9.2.tar.gz) = c800bd552989724b131214e9ccea416c457db50f06ff944e04b0311f4b9b2aea1f5c258e6ee35a5506373f9a9611ee3916cc493fb70da13cec630dc1a37b699b
-Size (lowdown-0.9.2.tar.gz) = 217279 bytes
+BLAKE2s (lowdown-0.10.0.tar.gz) = 2242830632a7445c59efb568f64ec3a8c4e2367b8f22086f94cba72567ec49d3
+SHA512 (lowdown-0.10.0.tar.gz) = 52ba939eff32dfe2c0b4fa530e058cc3faee3b21babe312bc35a60e2c66d2ba4f577c23a46e1711231e1054afd4ee27df5c30d368839fb1d2d28fedc9d2b83df
+Size (lowdown-0.10.0.tar.gz) = 229928 bytes



Home | Main Index | Thread Index | Old Index