Sat Mar 12 21:26:19 2022 UTC ()
lowdown: update to 0.11.1.

Version 0.11.1, 2022-03-05

- Have -tlatex process header identifiers, both automatically generated
  and from PHP extra attributes. Allow linking to these within the document
  body.

- Have -tms print that an image happened instead of just omitting it
  entirely. It now behaves like -tman in this regard.

- Fix where -tterm would print double-spaces in certain conditions.

- Have extended attribute classes apply as OpenDocument classes in -tfodt.


(fcambus)
diff -r1.26 -r1.27 pkgsrc/textproc/lowdown/Makefile
diff -r1.27 -r1.28 pkgsrc/textproc/lowdown/distinfo

cvs diff -r1.26 -r1.27 pkgsrc/textproc/lowdown/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/lowdown/Makefile 2022/02/23 08:20:29 1.26
+++ pkgsrc/textproc/lowdown/Makefile 2022/03/12 21:26:18 1.27
@@ -1,26 +1,28 @@ @@ -1,26 +1,28 @@
1# $NetBSD: Makefile,v 1.26 2022/02/23 08:20:29 fcambus Exp $ 1# $NetBSD: Makefile,v 1.27 2022/03/12 21:26:18 fcambus Exp $
2 2
3DISTNAME= lowdown-0.11.0 3DISTNAME= lowdown-0.11.1
4CATEGORIES= textproc 4CATEGORIES= textproc
5MASTER_SITES= https://kristaps.bsd.lv/lowdown/snapshots/ 5MASTER_SITES= https://kristaps.bsd.lv/lowdown/snapshots/
6 6
7MAINTAINER= fcambus@NetBSD.org 7MAINTAINER= fcambus@NetBSD.org
8HOMEPAGE= https://kristaps.bsd.lv/lowdown/ 8HOMEPAGE= https://kristaps.bsd.lv/lowdown/
9COMMENT= Simple Markdown translator 9COMMENT= Simple Markdown translator
10LICENSE= isc 10LICENSE= isc
11 11
12HAS_CONFIGURE= yes 12HAS_CONFIGURE= yes
13 13
14SUBST_CLASSES+= install 14SUBST_CLASSES+= install
15SUBST_SED.install+= -e 's,/usr/local,${PREFIX},' \ 15SUBST_SED.install+= -e 's,/usr/local,${PREFIX},' \
16 -e 's,^MANDIR=.*,MANDIR=${PREFIX}/${PKGMANDIR},' \ 16 -e 's,^MANDIR=.*,MANDIR=${PREFIX}/${PKGMANDIR},' \
17 -e '/^CC=.*/d' \ 17 -e '/^CC=.*/d' \
18 -e '/^CFLAGS=.*/d' \ 18 -e '/^CFLAGS=.*/d' \
19 -e '/^LDFLAGS=.*/d' 19 -e '/^LDFLAGS=.*/d'
20SUBST_FILES.install+= configure 20SUBST_FILES.install+= configure
21SUBST_STAGE.install= pre-configure 21SUBST_STAGE.install= pre-configure
22SUBST_MESSAGE.install= Fixing installation path. 22SUBST_MESSAGE.install= Fixing installation path.
23 23
 24INSTALL_TARGET= install install_libs
 25
24TEST_TARGET= regress 26TEST_TARGET= regress
25 27
26.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"

cvs diff -r1.27 -r1.28 pkgsrc/textproc/lowdown/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/lowdown/distinfo 2022/02/23 08:20:29 1.27
+++ pkgsrc/textproc/lowdown/distinfo 2022/03/12 21:26:18 1.28
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.27 2022/02/23 08:20:29 fcambus Exp $ 1$NetBSD: distinfo,v 1.28 2022/03/12 21:26:18 fcambus Exp $
2 2
3BLAKE2s (lowdown-0.11.0.tar.gz) = 6aa479d3e91b4703f6d092229486f86e1d6c54a5266c6578cb12e558913401e9 3BLAKE2s (lowdown-0.11.1.tar.gz) = 9ae0f4b91a0896e2e481e93870a89a3dc1cb3a9673d183d8559df059e7abccd3
4SHA512 (lowdown-0.11.0.tar.gz) = 0a3270a934de583011351bea53f74c9ea9620c7a38171d9b42e66e6987640af1db8f3ef9b3baf7fa0bafa8d5a873e433da51252b1887adaca850d283f75d3764 4SHA512 (lowdown-0.11.1.tar.gz) = 41ddd4cf2ea74bf6c242d28ea5e94227b6da822104f3e67034fb6401d6dd84f95907a1d7cd6e8d9c1c60088d5b5351f182d5e44296cbdcdd3fdfc046af140068
5Size (lowdown-0.11.0.tar.gz) = 237405 bytes 5Size (lowdown-0.11.1.tar.gz) = 244057 bytes