pkgsrc-WIP-changes archive

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

html-xml-utils: Update to 7.9



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Dec 19 11:17:22 2020 +0100
Changeset:	4d5969bdee8c676cc22ee569631e48a93c3dcc93

Modified Files:
	html-xml-utils/Makefile
	html-xml-utils/distinfo

Log Message:
html-xml-utils: Update to 7.9

Changes:
2020-08-04  Bert Bos  <bert%luna.phonk.net@localhost>

 * unent.hash: gperf 3.1 generates size_t instead of unsigned int.
 * Makefile.am: Call gperf on unent.hash with "-k 1-6" instead of
 "-k 1,2,$ -D". Added test select25.sh.
 * select25.sh: Test added. (Contributed by Hugo Peixoto.)
 * selector.c: An attribute selector with an empty string such as
 [foo=''], resulted in a NULL value instead of an empty string,
 which led to a crash. (Found and fixed by Hugo Peixoto.)

2019-10-05  Bert Bos  <bert%w3.org@localhost>

 * Published version 7.8.
 * textwrap.c, langinfo.c, hxnormalize.c: Added knowledge about
 languages that do not use spaces between words. In such languages,
 a newline should not be converted to a space in outc() in
 textwrap.c, but only to a break opportunity.

2019-08-28  Bert Bos  <bert%w3.org@localhost>

 * hxtoc.c: The element to group headings in HTML5 is called
 HGROUP, not HEADER. The heading of a section (SECTION, ARTICLE,
 etc.) need not be the first element, there may be non-header
 elements before it.
 * hxwls.c: Print "longdesc", "classid" or "codebase" in the second
 column for the corresponding attribute. Also recognize srcset
 (somewhat).

2018-08-03  Bert Bos  <bert%w3.org@localhost>

 * hxnormalize.c: Added option -X to indicate the input is XML
 instead of HTML. Handle conversion of CDATA elements to XML by
 escaping < and & instead of adding <![CDATA[. Added corresponding
 test normalize13.sh.

2018-04-29  Bert Bos  <bert%w3.org@localhost>

 * Released version 7.7.
 * dtd.hash: Don't include the arguments in the forward declaration
 of lookup_element(), because those arguments differ slightly
 depending on which version of gperf is used to generate dtd.c:
 "unsigned int" in gperf 3.0 vs "size_t" in gperf 3.1.
 * conficgure.ac: Check for libiconv with the AM_ICONV macro (from
 gettext) instead of AC_SEARCH_LIBS. (Advice from Christian
 Weisgerber, received via Anthony Bentley). That in turn requires
 adding config.rpath to the EXTRA_DIST in Makefile.am.

2018-02-23  Bert Bos  <bert%w3.org@localhost>

 * tests/index10.sh: Added a test for a term database.
 * hxindex.c: Replaced fgets() by getline(), to allow lines of
 arbitrary length in the term database.

2018-02-15  Bert Bos  <bert%w3.org@localhost>

 * tests/index9.sh: Added a test for hxindex's option -N.
 * tests/index5.sh: Updated for hxindex's option -N.
 * tests/cite5.sh: Added the example from hxmkbib.1 as a test.
 * tests/normalize12.sh: Added a test for the NOSCRIPT element.
 * hxindex.1: Added option -N.
 * hxmkbib.1: The example was missing some "%" signs.
 * hxmkdir.c: Read the template before reading the auxfile, so that
 a pipe like "hxcite -a auxfile bib template | hxmkbib -a auxfile
 bib" becomes possible. hxcite will have the time to finishe
 writing the auxfile before hxmkbib reads it.

2018-02-12  Bert Bos  <bert%w3.org@localhost>

 * hxindex.c: Added option -N.
 * dtd.hash: Since HTML5, the NOSCRIPT element is phrase-level
 instead of block-level.

2018-02-09  Bert Bos  <bert%w3.org@localhost>

 * Version 7.6 released.
 * selmatch.c: matches_sel() could read uninitialized memory
 (h->parent where h is the root of a tree) potentially leading to a
 SIGBUS. Thanks to Anthony J. Bentley for finding this bug.

2018-01-20  Bert Bos  <bert%w3.org@localhost>

 * Version 7.5 released.
 * hxcite.1: Spelling error.
 * hxincl.1: Spelling error.
 * url.c: Fixed unsafe way to call warnx(). Thanks to Robin
 Naundorf for these three corrections.

2017-12-08  Bert Bos  <bert%w3.org@localhost>

 * tests/normalize11.sh: Added to test for "main".
 * dtd.hash: Added the HTML5 element "main".

2017-12-07  Bert Bos  <bert%w3.org@localhost>

 * hxwls.c: Added support for HTML5 elements (source, audio, video)
 and for the classid and codebase attribute. Fixed an error: input
 has a src attribute, not href.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4d5969bdee8c676cc22ee569631e48a93c3dcc93

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 html-xml-utils/Makefile | 2 +-
 html-xml-utils/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/html-xml-utils/Makefile b/html-xml-utils/Makefile
index 7d50aaeb9f..7a1183c8e1 100644
--- a/html-xml-utils/Makefile
+++ b/html-xml-utils/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	html-xml-utils-7.4
+DISTNAME=	html-xml-utils-7.9
 CATEGORIES=	textproc
 MASTER_SITES=	https://www.w3.org/Tools/HTML-XML-utils/
 
diff --git a/html-xml-utils/distinfo b/html-xml-utils/distinfo
index f9655f58f4..f94a237e38 100644
--- a/html-xml-utils/distinfo
+++ b/html-xml-utils/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-SHA1 (html-xml-utils-7.4.tar.gz) = 694a67b723be500112217cd808789e837ae84bee
-RMD160 (html-xml-utils-7.4.tar.gz) = 9185eaf4ba6f93fbb07f4c029e6ae57abaaad5f4
-SHA512 (html-xml-utils-7.4.tar.gz) = 88a527c29ef23b34ecb778085aafd399943764a18a3e4b39ff27b3e2cc3effa84b9ffe7c2a0df80fb27a38a7e4d4ceef6db91da46cbb2b4f9fd59903d4868a20
-Size (html-xml-utils-7.4.tar.gz) = 343008 bytes
+SHA1 (html-xml-utils-7.9.tar.gz) = f3ca7c1f4b3960b6dcce2039c755ce33e2cd758b
+RMD160 (html-xml-utils-7.9.tar.gz) = 1102042678f17298300f2e50f1c0db55ea683e3d
+SHA512 (html-xml-utils-7.9.tar.gz) = 9913448a4a8b52dedfd17d2bb7a924aa2a0a9733628097d098f827a4cd23bc8b26d545ae4ca4a240dd9dea2328c674d28386775cbae0798685af0739ff312373
+Size (html-xml-utils-7.9.tar.gz) = 407764 bytes
 SHA1 (patch-fopencookie.c) = 58a464521e323a87806d46b83902c74b846b8f26


Home | Main Index | Thread Index | Old Index