diff options
author | mef <mef@pkgsrc.org> | 2021-01-30 14:10:12 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2021-01-30 14:10:12 +0000 |
commit | 046bb7cc99bc09a7c7934f9926dc5d406c9ac1e9 (patch) | |
tree | eb4ed66d1a701ab5c4017279bb2dc93b8172957d /www/w3m/Makefile | |
parent | a8f5b5947f23b6c1d75835433ee0624ff9de07bd (diff) | |
download | pkgsrc-046bb7cc99bc09a7c7934f9926dc5d406c9ac1e9.tar.gz |
(www/w3m) Updated from 0.5.3+git20190105 to 0.5.3+git20210102
Debian's w3m 0.5.3+git20210102
* new features
- support links containing divs for HTML5
- rudimentary support for HTML5 tags: figure, figcaption, and section
- enhance the behaviour of the q tag when m17n and Unicode are configured
- support for file://hostname/... URLs
- new commands CURSOR_TOP, CURSOR_MIDDLE, and CURSOR_BOTTOM
- new option space_autocomplete, disabled by default
* bug fixes
- fix and improve broken Gopher support, enabled by default
- change the encoding of the Japanese document files to UTF-8
- use the default ciphers without SSL_CTX_set_cipher_list for OpenSSL 1.1
- fix compilation errors due to sys_errlist and longjmp
- define X_DISPLAY_MISSING when configure --without-x for Imlib2
- avoid the -l option of the man command for w3mman
- fix some source formatting in the manual
- show keyboard shortcuts in a consistent order in help
- fix traditional Chinese translation
- drop obsolete w3m-doc
Debian's w3m 0.5.3+git20200502
* bug fixes
- support ' entity
- prevent multiple User-Agent with -header
- fix -Wchar-subscripts
* new features
- support setting user_agent in siteconf
- new command GOTO_HOME
- extend ssl_forbid_method for TLSv1.2 and TLSv1.3
Diffstat (limited to 'www/w3m/Makefile')
-rw-r--r-- | www/w3m/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 755312f141b..bc431d14883 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.86 2020/08/31 18:13:17 wiz Exp $ +# $NetBSD: Makefile,v 1.87 2021/01/30 14:10:12 mef Exp $ PKGNAME= w3m-${W3M_PKGVERS} -PKGREVISION= 1 COMMENT= Multilingualized version of a pager/text-based browser w3m CONFLICTS+= w3m-img-[0-9]* |