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:   wiz
Date:           Fri Jul 24 18:20:09 UTC 2026

Modified Files:
        pkgsrc/textproc/lowdown: Makefile PLIST distinfo
Removed Files:
        pkgsrc/textproc/lowdown/patches: patch-Makefile

Log Message:
lowdown: update to 3.1.1.

Remove libtoolization; too much work to keep it updated for no
users of the library in pkgsrc, and probably won't be accepted by
upstream.

Version 3.1.1, 2026-07-19

Fix for install failure via install_lib_common.

Allow for CommonMark list-after-paragraph.

Use newest oconfigure for use on old macOS machines.

Version 3.1.0, 2026-07-18

Flesh out how attributes are handled for links, images, and headers.
Prior to this, only .class and #id were handled, along with some
per-type values like width. This is now fully generalised, where
any key-value (or value-less) pairs may be given. "Known" pairs,
like rel=external, may be thus given, depending on the medium.
These are all documented. If the command-line argument for custom
attributes is given, arbitrary key-value pairs may be given.

This changed the public API for the library, so the library major
number has been bumped.

The --roff-manpage output has been improved for ERRORS and ENVIRONMENT
sections, along with some other small bugfixes.

Improve how fenced code blocks are handled when not in their own
block (with prior newline). Prior to this, fences weren't recognised
as being blocks in that situation. Allow this for both list items
and as paragraph breakers.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/textproc/lowdown/Makefile \
    pkgsrc/textproc/lowdown/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/lowdown/PLIST
cvs rdiff -u -r1.10 -r0 pkgsrc/textproc/lowdown/patches/patch-Makefile

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.40 pkgsrc/textproc/lowdown/Makefile:1.41
--- pkgsrc/textproc/lowdown/Makefile:1.40       Sun Mar 22 16:02:44 2026
+++ pkgsrc/textproc/lowdown/Makefile    Fri Jul 24 18:20:09 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2026/03/22 16:02:44 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2026/07/24 18:20:09 wiz Exp $
 
-DISTNAME=              lowdown-3.0.1
+DISTNAME=              lowdown-3.1.1
 CATEGORIES=            textproc
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=kristapsdz/}
 GITHUB_TAG=            refs/tags/VERSION_${PKGVERSION_NOREV:S/./_/g}
@@ -13,7 +13,6 @@ LICENSE=              isc
 WRKSRC=                        ${WRKDIR}/${PKGBASE}-${GITHUB_TAG:C/.*\///}
 
 HAS_CONFIGURE=         yes
-USE_LIBTOOL=           yes
 
 SUBST_CLASSES+=                install
 SUBST_SED.install=     -e 's|/usr/local|${PREFIX}|'
@@ -25,8 +24,7 @@ SUBST_FILES.install+= configure
 SUBST_STAGE.install=   pre-configure
 SUBST_MESSAGE.install= Fixing installation path.
 
-INSTALL_TARGET=                install install_pkgsrc
-
+INSTALL_TARGET=                install install_libs
 TEST_TARGET=           regress
 
 pre-configure:
Index: pkgsrc/textproc/lowdown/distinfo
diff -u pkgsrc/textproc/lowdown/distinfo:1.40 pkgsrc/textproc/lowdown/distinfo:1.41
--- pkgsrc/textproc/lowdown/distinfo:1.40       Sun Mar 22 16:02:44 2026
+++ pkgsrc/textproc/lowdown/distinfo    Fri Jul 24 18:20:09 2026
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.40 2026/03/22 16:02:44 wiz Exp $
+$NetBSD: distinfo,v 1.41 2026/07/24 18:20:09 wiz Exp $
 
-BLAKE2s (lowdown-3.0.1.tar.gz) = 4989fb5b1b1cd4cfc80be36c35c84c845b8e083d22f7c20491b6ba5505c4e578
-SHA512 (lowdown-3.0.1.tar.gz) = cad6d4716c681f40922c7a6b0d2af20deaaa33dac790eb803e3ccd0c4759c16413ede939f86925a871c5e3485b9ab800c4128ddeb3057c0efb939dbf83b025c3
-Size (lowdown-3.0.1.tar.gz) = 766585 bytes
-SHA1 (patch-Makefile) = 6cfb9a0585ece7b7a01446e170fb2a98b4bc9e0f
+BLAKE2s (lowdown-3.1.1.tar.gz) = 02ab0d6cd973a2a1cbe6b8327f96bbc19f3f7401dd5e82de72535904ee1845bf
+SHA512 (lowdown-3.1.1.tar.gz) = 05c6a0c6fcb0ffc45d7f60c5aecc43e96d89eb5708558098009db8aecd2e527bdac44dcce8cf91c139275f5405202b6cf838c0e56852a523fc8070d792fc8709
+Size (lowdown-3.1.1.tar.gz) = 773421 bytes

Index: pkgsrc/textproc/lowdown/PLIST
diff -u pkgsrc/textproc/lowdown/PLIST:1.14 pkgsrc/textproc/lowdown/PLIST:1.15
--- pkgsrc/textproc/lowdown/PLIST:1.14  Mon Mar  9 17:32:36 2026
+++ pkgsrc/textproc/lowdown/PLIST       Fri Jul 24 18:20:09 2026
@@ -1,8 +1,10 @@
-@comment $NetBSD: PLIST,v 1.14 2026/03/09 17:32:36 wiz Exp $
+@comment $NetBSD: PLIST,v 1.15 2026/07/24 18:20:09 wiz Exp $
 bin/lowdown
 bin/lowdown-diff
 include/lowdown.h
-lib/liblowdown.la
+lib/liblowdown.a
+lib/liblowdown.so
+lib/liblowdown.so.4
 lib/pkgconfig/lowdown.pc
 man/man1/lowdown-diff.1
 man/man1/lowdown.1



Home | Main Index | Thread Index | Old Index