Path to this page:
./
www/w3m,
Multilingualized version of a pager/text-based browser w3m
Branch: CURRENT,
Version: 0.5.6nb1,
Package name: w3m-0.5.6nb1,
Maintainer: uebayasiw3m is a pager and/or text-based browser. It can handle table,
cookies, authentication, and almost everything except JavaScript.
Required to run:[
lang/perl5] [
security/openssl] [
devel/boehm-gc]
Required to build:[
pkgtools/cwrappers]
Package options: inet6
Master sites:
Filesize: 2267.16 KB
Version history: (Expand)
- (2026-02-14) Updated to version: w3m-0.5.6nb1
- (2026-01-25) Updated to version: w3m-0.5.6
- (2026-01-18) Updated to version: w3m-0.5.5nb1
- (2026-01-18) Updated to version: w3m-0.5.5
- (2025-10-24) Updated to version: w3m-0.5.3.0.20230121nb8
- (2025-08-31) Updated to version: w3m-0.5.3.0.20230121nb7
CVS history: (Expand)
| 2026-02-14 08:41:02 by Takahiro Kambe | Files touched by this commit (20) |
Log message:
Bump PKGREVISION by changing of default Ruby's version.
|
| 2026-01-31 20:21:31 by David H. Gutteridge | Files touched by this commit (2) |
Log message:
w3m: fix a couple of issues pkglint flagged
|
| 2026-01-31 20:00:15 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
w3m: fix "-Wstring-compare" build issue more simply
Use BUILDLINK_TRANSFORM instead. Tested on NetBSD 9.4_STABLE.
|
| 2026-01-31 18:28:48 by Thomas Klausner | Files touched by this commit (1) |
Log message:
w3m: require gcc 10 since that provides -Wstring-compare
|
| 2026-01-31 16:18:11 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
(www/w3m) Fix build on NetBSD/9.4. gcc option -Wstring-compare related
|
| 2026-01-26 01:22:28 by Thomas Klausner | Files touched by this commit (1) |
Log message:
w3m: fix PKGNAME for w3m-img
|
2026-01-25 09:02:06 by Thomas Klausner | Files touched by this commit (8) |  |
Log message:
w3m*: update to 0.5.6
All pkgsrc patches merged!
Release version 0.5.6
* new features
- Add commands to scroll current line to top/bottom (LINE_BOTTOM, LINE_TOP)
- Add command to change directory (CD)
- Add keybinding to insert word under cursor when inserting text (C-])
- Add vim-like smartcase option for search
- Add keybinding to insert current search term (C-\)
- Add option for CTRL Y to insert deleted text (rl_paste)
- Recognize aria-label for buttons
* bug fixes
- Fix version number in some place, e.g. make dist
- Ignore C-i, C-l, C-s, C-z, C-\, C-], C-^ and C-_ key presses when
inserting text
- Show all link numbers
- Fix display of images in kitty terminal
Rene Kita (57):
Remove redundant declaration
Disable dict and history in disable CI stage
Fix build error with history disabled
Get rid of AM_LANGINFO_CODESET
Get rid of duplicated state in variables
Skip non test files when running tests
Move test of expected output to a separate test file
Allow passing test names to the test runner
Fix and 'simplify' versioning
Update gettext, aclocal and configure
Add quite stupid test to check version bump worked
Rename test
Fix brain-dead test implementation
Replace borked function with noop
Add cd command
Show all link numbers
Let Strfree take a NULL
Refactor inputAnswer
Refactor checkOverwrite
Reformat function declaration
Fix select menu setup
Add test for Str
Use Strnulterm everywhere
Replace STR_SIZE_MAX with STR_LEN_MAX
Refactor Strshrink
Refactor Strnew functions
Add Strgrow_n function
Refactor Strcopy functions
Refactor Strcat functions
Refactor Strcat_char
Get rid of xfree
Let Str functions return a Str
Get rid of Strnulterm
Add Strinsert_charp_n function
Add header file for buffer.c
Move and export functions
Enable use of ins_char without M17N
Add key binding to insert word under cursor
Add smartcase option for search
Add keybinding to insert current search term
Add option for CTRL-Y to insert deleted text
Enable more warnings
Drop -Wno-stringop-overflow from OPTS in builds
Partially revert Remove pointer indirection patch
Remove dead stores
Recognize aria-label for buttons
Drop ENABLE_REMOVE_TRAILINGSPACES ifdef
Fix Strnew_size function
Add missing header for bzero
Do not include funcname1.h in fm.h
Ensure we pass an unsigned char to ctype functions
Add build manifest for NetBSD
Fix check for gc on NetBSD
Provide runpath in case we are running on NetBSD
Check NEWS file in version test
Update NEWS
Bump version
bptato (1):
Fix <main> tag deleting unflushed line
chimera lover (1):
Add history and dict to -version options output
lesssalt (1):
Add commands to scroll current line to top/bottom
|
| 2026-01-18 07:32:23 by Thomas Klausner | Files touched by this commit (1) |
Log message:
w3m: really remove patch for problem that was already fixed upstream
|