pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-htmlentities



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan 18 14:00:19 UTC 2026

Modified Files:
        pkgsrc/textproc/ruby-htmlentities: Makefile PLIST distinfo

Log Message:
textproc/ruby-htmlentities: update to 4.4.2

4.4.0 (2025-11-17)

* Make a few small optimisations.
* Allow decoding of entities without semicolons at end of line.
* Remove support for old unsupported Ruby versions (below 3.2).

4.4.1 (2025-11-19)

* Restore support for some older unsupported Ruby versions (down to 2.7).

4.4.2 (2025-11-20)

* Optimise encoding in the default case.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/ruby-htmlentities/Makefile \
    pkgsrc/textproc/ruby-htmlentities/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/ruby-htmlentities/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/ruby-htmlentities/Makefile
diff -u pkgsrc/textproc/ruby-htmlentities/Makefile:1.1 pkgsrc/textproc/ruby-htmlentities/Makefile:1.2
--- pkgsrc/textproc/ruby-htmlentities/Makefile:1.1      Mon May 25 14:21:57 2020
+++ pkgsrc/textproc/ruby-htmlentities/Makefile  Sun Jan 18 14:00:19 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2020/05/25 14:21:57 taca Exp $
+# $NetBSD: Makefile,v 1.2 2026/01/18 14:00:19 taca Exp $
 
-DISTNAME=      htmlentities-4.3.4
+DISTNAME=      htmlentities-4.4.2
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/textproc/ruby-htmlentities/PLIST
diff -u pkgsrc/textproc/ruby-htmlentities/PLIST:1.1 pkgsrc/textproc/ruby-htmlentities/PLIST:1.2
--- pkgsrc/textproc/ruby-htmlentities/PLIST:1.1 Mon May 25 14:21:57 2020
+++ pkgsrc/textproc/ruby-htmlentities/PLIST     Sun Jan 18 14:00:19 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2020/05/25 14:21:57 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2026/01/18 14:00:19 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/COPYING.txt
 ${GEM_LIBDIR}/History.txt
@@ -10,17 +10,4 @@ ${GEM_LIBDIR}/lib/htmlentities/mappings/
 ${GEM_LIBDIR}/lib/htmlentities/mappings/html4.rb
 ${GEM_LIBDIR}/lib/htmlentities/mappings/xhtml1.rb
 ${GEM_LIBDIR}/lib/htmlentities/version.rb
-${GEM_LIBDIR}/perf/benchmark.rb
-${GEM_LIBDIR}/perf/performance.rb
-${GEM_LIBDIR}/perf/profile.rb
-${GEM_LIBDIR}/test/decoding_test.rb
-${GEM_LIBDIR}/test/encoding_test.rb
-${GEM_LIBDIR}/test/entities_test.rb
-${GEM_LIBDIR}/test/expanded_test.rb
-${GEM_LIBDIR}/test/html4_test.rb
-${GEM_LIBDIR}/test/interoperability_test.rb
-${GEM_LIBDIR}/test/roundtrip_test.rb
-${GEM_LIBDIR}/test/string_encodings_test.rb
-${GEM_LIBDIR}/test/test_helper.rb
-${GEM_LIBDIR}/test/xhtml1_test.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/textproc/ruby-htmlentities/distinfo
diff -u pkgsrc/textproc/ruby-htmlentities/distinfo:1.3 pkgsrc/textproc/ruby-htmlentities/distinfo:1.4
--- pkgsrc/textproc/ruby-htmlentities/distinfo:1.3      Tue Oct 26 11:23:23 2021
+++ pkgsrc/textproc/ruby-htmlentities/distinfo  Sun Jan 18 14:00:19 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:23:23 nia Exp $
+$NetBSD: distinfo,v 1.4 2026/01/18 14:00:19 taca Exp $
 
-BLAKE2s (htmlentities-4.3.4.gem) = ba61858e20ce76e7092e97a9c13ed772ce1e4dee91c7b9a22fa76a56d5666111
-SHA512 (htmlentities-4.3.4.gem) = 0163d6c014ffebb4ee9bdb15d32884c8d6af60681f240d3f0177811d37647776b8f8fd0aa4f1c7559403f36a5538ce8da6926bc16cc8105bd6eed5c180db700b
-Size (htmlentities-4.3.4.gem) = 31744 bytes
+BLAKE2s (htmlentities-4.4.2.gem) = 532d03b9adbf595b2ed75ecafbb77e9b63a8fca83e9d834024558938471a4106
+SHA512 (htmlentities-4.4.2.gem) = c9a9a44eb5fc6a9a0c03ce560600952178901dab74d1eab57b977cf073c3388850b948688b4c78f3513125a88e2dd8f2f103efd3d0057f4bc72d74eab0d74760
+Size (htmlentities-4.4.2.gem) = 28160 bytes



Home | Main Index | Thread Index | Old Index