From 29c44a294fbcee6ca9e5321901dee329daac9f7f Mon Sep 17 00:00:00 2001 From: hannes Date: Sun, 10 Oct 2004 11:42:28 +0000 Subject: [PATCH] hannes: update w3m to 0.5.1 [2004100123283616416] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4511 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/esden/w3m/config.in | 42 ---------------------- package/esden/w3m/config.patch | 65 ---------------------------------- package/esden/w3m/w3m.conf | 4 +-- package/esden/w3m/w3m.desc | 4 +-- 4 files changed, 3 insertions(+), 112 deletions(-) delete mode 100644 package/esden/w3m/config.in delete mode 100644 package/esden/w3m/config.patch diff --git a/package/esden/w3m/config.in b/package/esden/w3m/config.in deleted file mode 100644 index 1266fb2e9..000000000 --- a/package/esden/w3m/config.in +++ /dev/null @@ -1,42 +0,0 @@ -# --- ROCK-COPYRIGHT-NOTE-BEGIN --- -# -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# Please add additional copyright information _after_ the line containing -# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -# -# ROCK Linux: rock-src/package/esden/w3m/config.in -# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. A copy of the GNU General Public -# License can be found at Documentation/COPYING. -# -# Many people helped and are helping developing ROCK Linux. Please -# have a look at http://www.rocklinux.org/ and the Documentation/TEAM -# file for details. -# -# --- ROCK-COPYRIGHT-NOTE-END --- - -if pkgcheck w3m X -then - menu_begin MENU_PKG_W3M 'W3M options (build model)' - if pkgcheck openssl X ; then - choice ROCKCFG_PKG_W3M_MODEL monster \ - baby "Baby (no color, no menu, no mouse, no cookie, no SSL)" \ - little "Little (color, menu, no mouse, no cookie, no SSL)" \ - mouse "Mouse (color, menu, mouse, no cookie, no SSL)" \ - cookie "Cookie (color, menu, mouse, cookie, no SSL)" \ - monster "Monster (everything)" - else - choice ROCKCFG_PKG_W3M_MODEL cookie \ - baby "Baby (no color, no menu, no mouse, no cookie, no SSL)" \ - little "Little (color, menu, no mouse, no cookie, no SSL)" \ - mouse "Mouse (color, menu, mouse, no cookie, no SSL)" \ - cookie "Cookie (color, menu, mouse, cookie, no SSL)" - fi - menu_end -fi - diff --git a/package/esden/w3m/config.patch b/package/esden/w3m/config.patch deleted file mode 100644 index e8b4ed210..000000000 --- a/package/esden/w3m/config.patch +++ /dev/null @@ -1,65 +0,0 @@ -# --- ROCK-COPYRIGHT-NOTE-BEGIN --- -# -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# Please add additional copyright information _after_ the line containing -# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -# -# ROCK Linux: rock-src/package/esden/w3m/config.patch -# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. A copy of the GNU General Public -# License can be found at Documentation/COPYING. -# -# Many people helped and are helping developing ROCK Linux. Please -# have a look at http://www.rocklinux.org/ and the Documentation/TEAM -# file for details. -# -# --- ROCK-COPYRIGHT-NOTE-END --- - ---- ./configure~ Thu Feb 6 17:15:10 2003 -+++ ./configure Mon Mar 17 17:04:55 2003 -@@ -767,7 +767,7 @@ - 5) - use_color=y; - use_menu=y; -- use_mouse=y; -+ use_mouse=n; - use_cookie=y; - use_ssl=y; - customized=y -@@ -801,7 +801,7 @@ - ask_param "Use mouse (requires xterm/kterm/gpm/sysmouse)" use_mouse n - ask_param "Use popup menu" use_menu y - ask_param "Use cookie" use_cookie n --ask_param "Use SSL (need OpenSSL library; Please see http://www.openssl.org/)" use_ssl n -+ask_param "Use SSL (need OpenSSL library; Please see http://www.openssl.org/)" use_ssl y - - all_yes=$save_all_yes - -@@ -819,11 +819,11 @@ - def_param "use_digest_auth" n - fi - --ask_param "Inline image support" use_image n -+ask_param "Inline image support" use_image y - if [ "$use_image" = y ]; then - def_use_image="#define USE_IMAGE" - imgtarget='$(IMGDISPLAY)' -- ask_param "X11 inline image support (you need Imlib, Imlib2 or GdkPixbuf library)" use_w3mimg_x11 y -+ ask_param "X11 inline image support (you need Imlib, Imlib2 or GdkPixbuf library)" use_w3mimg_x11 n - d_w3mimg_fb=n - case $sysname in - Linux|linux|LINUX) -@@ -844,7 +844,7 @@ - fi - - if [ "$use_color" = y ]; then -- ask_param "ANSI color escape sequences support" use_ansi_color n -+ ask_param "ANSI color escape sequences support" use_ansi_color y - else - use_ansi_color=n - def_param "use_ansi_color" n diff --git a/package/esden/w3m/w3m.conf b/package/esden/w3m/w3m.conf index 3f283b252..bce64edbb 100644 --- a/package/esden/w3m/w3m.conf +++ b/package/esden/w3m/w3m.conf @@ -20,6 +20,4 @@ # # --- ROCK-COPYRIGHT-NOTE-END --- -var_append extraconfopt ' ' "-yes -lang=en -helpdir=\$docdir" -var_append extraconfopt ' ' "-model=${ROCKCFG_PKG_W3M_MODEL:-monster}" - +var_append extraconfopt ' ' "--enable-gopher" diff --git a/package/esden/w3m/w3m.desc b/package/esden/w3m/w3m.desc index 324a8cda1..8fe1cff12 100644 --- a/package/esden/w3m/w3m.desc +++ b/package/esden/w3m/w3m.desc @@ -35,8 +35,8 @@ [L] Free-to-use [S] Stable -[V] 0.4.1 +[V] 0.5.1 [P] X -?---5---9 134.600 -[D] 651230997 w3m-0.4.1.tar.gz http://dl.sourceforge.net/sourceforge/w3m/ +[D] 1627154080 w3m-0.5.1.tar.gz http://dl.sourceforge.net/sourceforge/w3m/