Subject: CVS commit: pkgsrc/www/lynx-current
To: None <pkgsrc-changes@netbsd.org>
From: Frederick Bruckman <fredb@netbsd.org>
List: pkgsrc-changes
Date: 12/31/2001 06:21:32
Module Name:	pkgsrc
Committed By:	fredb
Date:		Mon Dec 31 04:21:31 UTC 2001

Modified Files:
	pkgsrc/www/lynx-current: Makefile PLIST distinfo
	pkgsrc/www/lynx-current/patches: patch-aa patch-ae
Removed Files:
	pkgsrc/www/lynx-current/patches: patch-ac

Log Message:
Update lynx-current to 2.8.5dev.5 (2.8.5.0.5). Numerous bug fixes,
many involving refinements to the options handling (both on the
command line and in ~/lynx.cfg), and also including several fixes
for obscure html parsing errors.

This package now enables a few experimental options which are not
brand new, but have not been enabled in the package before:

--enable-kbd-layout                   (define EXP_KEYBOARD_LAYOUT)
      Disabled by default, this option allows you to use translation
      tables on the input keystrokes. Current tables include
	      ROT13'd keyboard layout
	      JCUKEN Cyrillic, for AT 101-key kbd
	      YAWERTY Cyrillic, for DEC LK201 kbd

--enable-nested-tables
      Extends TRST to format nested tables, as well as be smarter
      about <BR> and <P> tags in table cells.

Also for the first time, enable color styles with NetBSD curses
(the default) on NetBSD-1.5 and newer, only:

--enable-color-style                  (define USE_COLOR_STYLE)
      Use this option to enable optional and *experimental* color
      style. This is implemented for curses (if it supports color),
      ncurses and PDCurses, but not slang.

The color style support lets the user specify an ".lss" file to
map html styles to colors. This was already the package default
for the ncurses build, though now, in NetBSD curses, the colors
don't look quite the same as they do in ncurses.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 pkgsrc/www/lynx-current/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/www/lynx-current/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/www/lynx-current/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/www/lynx-current/patches/patch-aa
cvs rdiff -r1.4 -r0 pkgsrc/www/lynx-current/patches/patch-ac
cvs rdiff -r1.2 -r1.3 pkgsrc/www/lynx-current/patches/patch-ae

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