Mon Feb 1 09:35:11 2021 UTC ()
htmldoc-x11: update to 1.9.11.

ChangeLog:

# Changes in HTMLDOC v1.9.11

- Added high-resolution desktop icons for Linux.
- Updated the internal HTTP library to fix truncation of redirection URLs
  (Issue #396)
- Fixed a regression in the handling of character entities for UTF-8 input
  (Issue #401)
- The `--numbered` option did not work when the table-of-contents was disabled
  (Issue #405)

# Changes in HTMLDOC v1.9.10

- Updated local zlib to v1.2.11.
- Updated local libpng to v1.6.37.
- Fixed packaging issues on macOS and Windows (Issue #377, Issue #386)
- Now ignore sRGB profile errors in PNG files (Issue #390)
- The GUI would crash when saving (Issue #391)
- Page comments are now allowed in `pre` text (Issue #394)

# Changes in HTMLDOC v1.9.9

- Fixed a redirection issue - some sites (incorrectly) provide an incomplete
  Location: URL in the HTTP response.
- Fixed https: support on newer versions of Windows (Issue #378)
- Fixed a problem with remote URLs containing spaces (Issue #379)
- Fixed a UTF-8 processing bug for Markdown files (Issue #383)
- Added support for `<FONT FACE="monospace">` (Issue #385)


(fcambus)
diff -r1.22 -r1.23 pkgsrc/www/htmldoc-x11/Makefile

cvs diff -r1.22 -r1.23 pkgsrc/www/htmldoc-x11/Makefile (expand / switch to unified diff)

--- pkgsrc/www/htmldoc-x11/Makefile 2020/08/17 20:20:21 1.22
+++ pkgsrc/www/htmldoc-x11/Makefile 2021/02/01 09:35:11 1.23
@@ -1,12 +1,11 @@ @@ -1,12 +1,11 @@
1# $NetBSD: Makefile,v 1.22 2020/08/17 20:20:21 leot Exp $ 1# $NetBSD: Makefile,v 1.23 2021/02/01 09:35:11 fcambus Exp $
2 2
3PKGNAME= htmldoc-x11-${VERSION} 3PKGNAME= htmldoc-x11-${VERSION}
4PKGREVISION= 1 
5 4
6CONFIGURE_ARGS+= --with-gui 5CONFIGURE_ARGS+= --with-gui
7 6
8# FLTK version 1.4 is supported too 7# FLTK version 1.4 is supported too
9.include "../../x11/fltk13/buildlink3.mk" 8.include "../../x11/fltk13/buildlink3.mk"
10.include "../../x11/libXpm/buildlink3.mk" 9.include "../../x11/libXpm/buildlink3.mk"
11.include "../../www/htmldoc/Makefile.common" 10.include "../../www/htmldoc/Makefile.common"
12.include "../../mk/bsd.pkg.mk" 11.include "../../mk/bsd.pkg.mk"