Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com X-Mailer: 21.2 (beta41) "Polyhymnia" XEmacs Lucid (via feedmail 8 I) To: "Sagar R. Shah" Cc: Kevin Wright , Cygwin-Mailing-List Subject: Re: lynx & w3m ports (was Re: [ANNOUNCEMENT] Initial Release: GNU Ghostscript 5.50-1) References: X-Face: I-*}xvwusAv%MlABo'jVNP7TDXf5bb*L[q,r{DnsR1GoL07^Wf)sAu%>!LjXAFlZZN+`OQu }?#du]C)[*%ERKR#+l#sX'EoNbSO~|.x AT ogoS5|"-u? Date: 07 Mar 2001 09:57:48 +0100 In-Reply-To: "Sagar R. Shah"'s message of "Tue, 6 Mar 2001 22:15:52 +0000 (GMT Standard Time)" Message-ID: Lines: 32 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.2 (Polyhymnia) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" >>>>> "Sagar" == Sagar R Shah writes: Sagar> On Mon, 5 Mar 2001, Kevin Wright wrote: >> these files. (NOTE: I have ported lynx and w3m if anyone is >> interested) Sagar> Would it be possibile to place binaries in cygwin/contrib also? Sagar> Or at least put the sources or some information re the port somewhere? Sagar> I think the port of lynx linked from the cygwin site has an 'error' relating Sagar> to its use of cp (mentioned last month in another thread), so if you have a Sagar> fully working port it would be nice if the rest of us could get our hands on Sagar> it ;-) Sagar> hadn't really heard of w3m till u mentioned it, but having done a bit of Sagar> reading on the web, it also looks like something that would be nice to play Sagar> with at some point. Sagar> so please, pretty please, pretty please with sugar on top ;-) This works for me. o w3m-0.1.10 - http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/ - ftp://ftp.firedrake.org/w3m/ --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=w3m-0.1.10.diff Content-Description: Patch for w3m-0.1.10 - http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/ - ftp://ftp.firedrake.org/w3m/ diff -upr /gnu/w3m-0.1.10/XXMakefile w3m-0.1.10/XXMakefile --- /gnu/w3m-0.1.10/XXMakefile Tue Jun 6 09:18:45 2000 +++ w3m-0.1.10/XXMakefile Tue Mar 6 18:37:46 2001 @@ -3,21 +3,21 @@ BIN_DIR = /usr/local/bin HELP_DIR = /usr/local/lib/w3m LIB_DIR = /usr/local/lib/w3m -HELP_FILE = w3mhelp-w3m_ja.html -SYS_LIBRARIES = -lgpm -lbsd -lnsl -lncurses +HELP_FILE = w3mhelp-w3m_en.html +SYS_LIBRARIES = -lncurses -L/usr/lib -lssl -lcrypto LOCAL_LIBRARIES = CC = gcc -MYCFLAGS = -O -Wall -I./gc +MYCFLAGS = -O -Wall -I./gc -I/usr/include/openssl -I/usr/include KEYBIND_SRC = keybind.c KEYBIND_OBJ = keybind.o -EXT= +EXT=.exe MATHLIB=-lm GCLIB=gc/gc.a GCTARGET=gc/gc.a RANLIB=ranlib MKDIR=mkdir -p VERSION=0.1.10 -MODEL=Linux.i686-cookie-ja +MODEL=CYGWIN.i686-monster-en #else SRCS=main.c file.c buffer.c display.c etc.c search.c linein.c table.c local.c \ form.c map.c frame.c rc.c menu.c mailcap.c\ diff -upr /gnu/w3m-0.1.10/config.h w3m-0.1.10/config.h --- /gnu/w3m-0.1.10/config.h Tue Jun 6 09:18:26 2000 +++ w3m-0.1.10/config.h Tue Mar 6 18:11:48 2001 @@ -11,50 +11,50 @@ If you define DICT, you can use dictionary look-up function in w3m. See README.dict for detail. */ -#undef DICT +#define DICT /* If you define USE_MARK, you can use set-mark (C-SPC), goto-next-mark (ESC p), goto-next-mark (ESC n) and mark-by-regexp ("). */ -#undef USE_MARK +#define USE_MARK /* If you want to load and save URL history. */ -#undef USE_HISTORY +#define USE_HISTORY /* BG_COLOR enables w3m to set background color. */ -#undef BG_COLOR +#define BG_COLOR /* VIEW_UNSEENOBJECTS enables w3m to make a link to unseen objects. e.g. background image. */ -#undef VIEW_UNSEENOBJECTS +#define VIEW_UNSEENOBJECTS /* VI_PREC_NUM enables vi-like behavior for '2 SPC' or '2 b' */ -#undef VI_PREC_NUM +#define VI_PREC_NUM /* * Do word fill */ -#undef FORMAT_NICE +#define FORMAT_NICE /* * Support Gopher protocol */ -#undef USE_GOPHER +#define USE_GOPHER /* * Support NNTP */ -#undef USE_NNTP +#define USE_NNTP /* * Enable id attribute @@ -72,44 +72,44 @@ BIN_DIR = /usr/local/bin HELP_DIR = /usr/local/lib/w3m LIB_DIR = /usr/local/lib/w3m -HELP_FILE = w3mhelp-w3m_ja.html -SYS_LIBRARIES = -lgpm -lbsd -lnsl -lncurses +HELP_FILE = w3mhelp-w3m_en.html +SYS_LIBRARIES = -lncurses -L/usr/lib -lssl -lcrypto LOCAL_LIBRARIES = CC = gcc -MYCFLAGS = -O -Wall -I./gc +MYCFLAGS = -O -Wall -I./gc -I/usr/include/openssl -I/usr/include KEYBIND_SRC = keybind.c KEYBIND_OBJ = keybind.o -EXT= +EXT=.exe MATHLIB=-lm GCLIB=gc/gc.a GCTARGET=gc/gc.a RANLIB=ranlib MKDIR=mkdir -p VERSION=0.1.10 -MODEL=Linux.i686-cookie-ja +MODEL=CYGWIN.i686-monster-en #else +#define CYGWIN - -#define DISPLAY_CODE 'E' +#define DISPLAY_CODE 'x' #define JA 0 #define EN 1 -#define LANG JA -#define KANJI_SYMBOLS +#define LANG EN +#undef KANJI_SYMBOLS #define COLOR #define MOUSE -#define USE_GPM + #undef USE_SYSMOUSE #define MENU #define USE_COOKIE -#undef USE_SSL +#define USE_SSL #undef USE_SSL_VERIFY #undef FTPPASS_HOSTNAMEGEN -#undef SHOW_PARAMS +#define SHOW_PARAMS -#define DEF_EDITOR "/bin/vi" -#define DEF_MAILER "/bin/mail" -#define DEF_EXT_BROWSER "/usr/X11R6/bin/netscape" +#define DEF_EDITOR "/usr/bin/vi" +#define DEF_MAILER "/usr/local/sbin/sendmail" +#define DEF_EXT_BROWSER "/usr/local/bin/netscape" #define LIB_DIR "/usr/local/lib/w3m" #define HELP_DIR "/usr/local/lib/w3m" @@ -127,7 +127,7 @@ MODEL=Linux.i686-cookie-ja #define USER_MAILCAP "~/.mailcap" #define SYS_MAILCAP "/etc/mailcap" #define USER_MIMETYPES "~/.mime.types" -#define SYS_MIMETYPES "/usr/lib/mime.types" +#define SYS_MIMETYPES "/usr/local/lib/mosaic/mime.types" #define DEF_SAVE_FILE "index.html" @@ -158,7 +158,7 @@ typedef void MySignalHandler; /* If you want to use IPv6, define this symbol. */ -#undef INET6 +/* #define INET6 */ #undef TABLE_EXPAND #define NOWRAP 1 diff -upr /gnu/w3m-0.1.10/config.param w3m-0.1.10/config.param --- /gnu/w3m-0.1.10/config.param Tue Jun 6 09:18:23 2000 +++ w3m-0.1.10/config.param Tue Mar 6 17:36:58 2001 @@ -1,23 +1,22 @@ -# Configuretion at ei5unix.yz.yamagata-u.ac.jp +# Configuretion at VZELL def_bindir='/usr/local/bin' def_libdir='/usr/local/lib/w3m' def_helpdir='/usr/local/lib/w3m' -pref_lang=1 -def_dcode=E +pref_lang=2 lynx_key=n -kanji_symbols=y ftppass_hostnamegen=n -show_params=n -use_nntp=n +show_params=y +use_nntp=y use_color=y use_menu=y use_mouse=y use_cookie=y -use_ssl=n -dmodel=4 -ded='/bin/vi' -dmail='/bin/mail' -dbrowser='/usr/X11R6/bin/netscape' +use_ssl=y +dmodel=5 +use_ssl_verify=n +ded='/usr/bin/vi' +dmail='/usr/local/sbin/sendmail' +dbrowser='/usr/local/bin/netscape' dcc='gcc' dcflags='-O -Wall' dtermlib='-lncurses' diff -upr /gnu/w3m-0.1.10/display.c w3m-0.1.10/display.c --- /gnu/w3m-0.1.10/display.c Tue Jun 6 07:39:13 2000 +++ w3m-0.1.10/display.c Tue Mar 6 17:39:23 2001 @@ -717,8 +717,10 @@ cursorRight(Buffer * buf) } else { buf->pos = l->len -1; +#ifdef JP_CHARSET if (CharType(p[buf->pos]) == PC_KANJI2) buf->pos--; +#endif } cpos = COLPOS(l, buf->pos); buf->visualpos = cpos - buf->currentColumn; Sagar> Sagar Ciao Volker --=-=-= Content-Type: text/plain; charset=us-ascii -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple --=-=-=--