head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.52 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.50 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.48 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.46 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.44 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.42 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.40 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.38 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.36 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.34 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.32 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.30 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.28 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.26 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.24 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.22 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.20 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.18 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.16 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.14 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.12 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.10 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.8 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.6 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.4 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.2 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.4.0.10 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.4.0.6 netbsd-1-6-1-base:1.4 netbsd-1-6:1.4.0.8 netbsd-1-6-RELEASE-base:1.4 pkgviews:1.4.0.4 pkgviews-base:1.4 buildlink2:1.4.0.2 buildlink2-base:1.4 netbsd-1-5-PATCH003:1.3 netbsd-1-5-PATCH001:1.2; locks; strict; comment @# @; 1.5 date 2004.03.03.21.19.34; author ben; state dead; branches; next 1.4; 1.4 date 2002.05.04.17.06.49; author fredb; state Exp; branches; next 1.3; 1.3 date 2001.12.31.04.21.31; author fredb; state Exp; branches; next 1.2; 1.2 date 2001.02.08.19.52.04; author fredb; state Exp; branches; next 1.1; 1.1 date 2001.02.06.07.07.44; author itojun; state Exp; branches; next ; desc @@ 1.5 log @Delete lynx-current because the lynx package has now caught up to it. Make a note in CHANGES. @ text @$NetBSD: patch-ae,v 1.4 2002/05/04 17:06:49 fredb Exp $ --- WWW/Library/Implementation/HTParse.c.orig Sun Apr 1 19:51:46 2001 +++ WWW/Library/Implementation/HTParse.c @@@@ -291,7 +291,7 @@@@ char *p2, *h; if ((p2 = strchr(result, '@@')) != NULL) tail = (p2 + 1); - p2 = strchr(tail, ':'); + p2 = strrchr(tail, ':'); if (p2 != NULL && !isdigit(UCH(p2[1]))) /* ** Colon not followed by a port number. @ 1.4 log @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. @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.3 2001/12/31 04:21:31 fredb Exp $ @ 1.3 log @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
and

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. @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.1 2001/12/21 03:55:50 fredb Exp $ d3 3 a5 3 --- WWW/Library/Implementation/HTParse.c.orig Wed Oct 25 11:35:28 2000 +++ WWW/Library/Implementation/HTParse.c Tue Feb 6 15:26:57 2001 @@@@ -291,7 +291,11 @@@@ d9 1 a9 1 +#ifdef INET6 a10 3 +#else p2 = strchr(tail, ':'); +#endif @ 1.2 log @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. @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.1 2001/02/06 07:07:44 itojun Exp $ @ 1.1 log @locally fix passive FTP breakage (patch already submitted to lynx guys). PR 12141. @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 --- WWW/Library/Implementation/HTParse.c.orig Wed Dec 15 20:03:18 1999 +++ WWW/Library/Implementation/HTParse.c Tue Feb 6 15:58:26 2001 d14 1 a14 1 if (p2 != NULL && !isdigit((unsigned char)p2[1])) @