Commit graph

13 commits

Author SHA1 Message Date
jlam
a020ed9056 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:50:52 +00:00
blymn
d9f15a7f03 Patched lynx to make sure endwin() is called on exit. 2002-08-21 12:01:04 +00:00
fredb
fc037348f6 Update to 2.8.5dev.7, here know as 2.8.5.0.7. Lots of minor fixes for
obscure bugs; few, if any, visible changes.
2002-05-04 17:06:48 +00:00
fredb
b204ecc5ea 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.
2001-12-31 04:21:30 +00:00
fredb
d5f813f88b The "slang" build on NetBSD-1.4.3/a.out really needs -ltermcap, and
the old "configure" hack of adding "-ltermcap" to LIBS wasn't working
(configure's too smart for that), so hack "configure" directly.
2001-03-27 02:58:39 +00:00
simonb
14ae0e539f Update lynx-current to 2.8.4dev.19. The dev.16 distfile is no
longer available from the lynx download side.  More bugfixes - see
http://lynx.isc.org/current/CHANGES for a complete list of changes.
2001-03-26 14:23:04 +00:00
fredb
8800983aa0 __NetBSD_Version__ needs <sys/param.h>. 2001-02-10 06:19:51 +00:00
fredb
8dad7b3655 Make LYNX_SCREEN_LIB=curses build again on NetBSD-1.4.3 and older. 2001-02-09 18:10:10 +00:00
fredb
63c2cf82f2 Update lynx-current to 2.8.4dev16. This snapshot contains very many
bug-fixes, and also integrates SSL and internationalization support!
For details, see the CHANGES file in the snapshot or at

  http://lynx.isc.org/current/CHANGES

No longer bother installing lynx{.cfg,.lss} to ${PREFIX}/etc/. They
weren't being looked at by default, anyway, while it remains trivial
to override the default locations via environment variables.
2001-02-08 19:52:03 +00:00
itojun
b934ac91a5 locally fix passive FTP breakage (patch already submitted to lynx guys).
PR 12141.
2001-02-06 07:07:43 +00:00
itojun
2ffaef78c9 use USE_LIBINTL + BUILD_DEPEND to devel/gettext.
make libslang-less build possible.
2000-11-01 17:33:44 +00:00
fredb
34ab3112b6 Enable socks supports and associated logic (no socks with slang).
Add a test for BSD color capable curses, but leave the default at
slang. It builds with curses, but I can't get any color out of it.
2000-05-09 00:54:58 +00:00
fredb
f54cd12dfe Update to 2.8.3rel.1. Minor bug-fixes and tweaks since 2.8.3pre.7.
This version is considered to be release quality, but I'm putting
this under lynx-current pending integration of ipv6 support. Also,
socks is said to be broken in this release.

Add a hook to use "ncurses" for the screen library -- currently
the only way to get color-style support, or "curses" -- for the
day when NetBSD curses supports color. "slang" remains the default.
2000-05-08 01:46:55 +00:00