pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/gemtext2html
Module Name: pkgsrc
Committed By: js
Date: Sun Jun 21 21:24:23 UTC 2026
Modified Files:
pkgsrc/textproc/gemtext2html: Makefile PLIST distinfo
Log Message:
Update textproc/gemtext2html to 1.1
* Includes encoding in <meta> tag.
* Includes xmlns in <html> tag for XHTML compatibility.
* Allows specifying a prefix for local links.
* Makes e-mail address links a separate link class.
* Adds SVG to default list of image formats.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/gemtext2html/Makefile \
pkgsrc/textproc/gemtext2html/PLIST pkgsrc/textproc/gemtext2html/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/gemtext2html/Makefile
diff -u pkgsrc/textproc/gemtext2html/Makefile:1.2 pkgsrc/textproc/gemtext2html/Makefile:1.3
--- pkgsrc/textproc/gemtext2html/Makefile:1.2 Sat Jun 20 19:54:39 2026
+++ pkgsrc/textproc/gemtext2html/Makefile Sun Jun 21 21:24:22 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2026/06/20 19:54:39 js Exp $
+# $NetBSD: Makefile,v 1.3 2026/06/21 21:24:22 js Exp $
-PKGNAME= gemtext2html-1.0.1
+PKGNAME= gemtext2html-1.1
DISTNAME= v${PKGVERSION_NOREV}
CATEGORIES= textproc
MASTER_SITES= https://git.nil.im/js/Gemtext2HTML/archive/
Index: pkgsrc/textproc/gemtext2html/PLIST
diff -u pkgsrc/textproc/gemtext2html/PLIST:1.2 pkgsrc/textproc/gemtext2html/PLIST:1.3
--- pkgsrc/textproc/gemtext2html/PLIST:1.2 Sat Jun 20 19:54:39 2026
+++ pkgsrc/textproc/gemtext2html/PLIST Sun Jun 21 21:24:22 2026
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2026/06/20 19:54:39 js Exp $
+@comment $NetBSD: PLIST,v 1.3 2026/06/21 21:24:22 js Exp $
bin/gemtext2html
include/Gemtext2HTML/G2HConverter.h
include/Gemtext2HTML/Gemtext2HTML.h
lib/libgemtext2html.so
-lib/libgemtext2html.so.1.0.0
+lib/libgemtext2html.so.1.1.0
lib/objfw-config/Gemtext2HTML.oc
Index: pkgsrc/textproc/gemtext2html/distinfo
diff -u pkgsrc/textproc/gemtext2html/distinfo:1.2 pkgsrc/textproc/gemtext2html/distinfo:1.3
--- pkgsrc/textproc/gemtext2html/distinfo:1.2 Sat Jun 20 19:54:39 2026
+++ pkgsrc/textproc/gemtext2html/distinfo Sun Jun 21 21:24:22 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2026/06/20 19:54:39 js Exp $
+$NetBSD: distinfo,v 1.3 2026/06/21 21:24:22 js Exp $
-BLAKE2s (gemtext2html/v1.0.1.tar.gz) = a37b267e4a91a0e23f4aca9f740a4f18e8740d69989300981c3b5bdde83e12a4
-SHA512 (gemtext2html/v1.0.1.tar.gz) = 57eecb3660298394a19ae002dd85e7b29c4f24f3345b47519ef5ad49b2fd42dc611522d0aedb8f753b38b4450f4b79e676c76ec0cfca15700f19163b41302e59
-Size (gemtext2html/v1.0.1.tar.gz) = 23388 bytes
+BLAKE2s (gemtext2html/v1.1.tar.gz) = 373ea7568c6bdbe797941f7d6ca4941a24814cfc0713ddaaed8d8abc701e84cf
+SHA512 (gemtext2html/v1.1.tar.gz) = e7718f049ca8b37b680d4e38a58fbb73ef3f4cc232b64b822c63eb43bc3c8e642268dbdeb0289b06493317c113e29ee2ad6571ef3a8232bfc197be8b9a299072
+Size (gemtext2html/v1.1.tar.gz) = 23872 bytes
Home |
Main Index |
Thread Index |
Old Index