diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-04-18 12:08:42 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-04-18 12:08:42 +0000 |
commit | a9e8675f3781b174d9a58a8ad85a7367c17a3769 (patch) | |
tree | 59d8dd76b43d03b4d908b0f4813fc58242c06adc /mk/bsd.pkg.defaults.mk | |
parent | 60dc4c4cbe76b358237b00fca567a634bd87955d (diff) | |
download | pkgsrc-a9e8675f3781b174d9a58a8ad85a7367c17a3769.tar.gz |
Update W3m from 0.4.0 to 0.5.
Now M17N patch is merged into the main development now.
Pkgsrc changes:
* Simplify options.
* XXX "M17N without Unicode" is broken now. This should be fixed.
Other changes in W3m:
w3m 0.5 - 2004-03-22
* gettextize
* m17n patch merged
w3m 0.4.2 - 2003-09-23
* options: -4, -6
* configuration file in $(sysconfdir)/$(package)/
* func: NEXT_VISITED, PREV_VISITED
* autoconfiscate (partially)
* rc: use_history
w3m 0.4.1 - 2003-03-07
* fix bugs
- completion segfault in lineinput
- incremental search
- URL pattern fix
- UFhalfclose bug
- allow pipe in shell command
- enhance ftp directory support
- linenumber in edit
- fix Bug#181897
- W3M_TTY problem fixed
Diffstat (limited to 'mk/bsd.pkg.defaults.mk')
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 44 |
1 files changed, 7 insertions, 37 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index 3ead8f97ba9..73c2cee0c89 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.228 2004/04/10 12:26:23 salo Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.229 2004/04/18 12:08:42 uebayasi Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -2058,51 +2058,21 @@ USERPPP_GROUP?= network # Possible: not defined, see "configure --help" # Default: not defined -W3M_USE_COLOR?= YES -# Used in w3m to use colors. -# Possible: YES, NO -# Default: YES - -W3M_USE_COOKIE?= YES -# Enable cookie support in w3m. -# Possible: YES, NO -# Default: YES - -W3M_USE_IMAGE?= NO -# Enable inline image display support in w3m. (Useful, but still a bit -# buggy yet?) -# Possible: YES, NO -# Default: NO - -W3M_USE_JAPANESE_MESSAGES?= NO -# Let w3m to use Japanese messages. (Japanese localization.) -# Possible: YES, NO -# Default: NO - W3M_USE_LYNX_KEY?= NO # Enable lynx like keybinding for w3m. # Possible: YES, NO # Default: NO -W3M_USE_M17N= YES +W3M_USE_M17N?= YES # For multilingual support for w3m. # Possible: YES, NO # Default: YES -W3M_USE_MOUSE?= YES -# Enable mouse support in w3m. -# Possible: YES, NO -# Default: YES - -W3M_USE_SSL?= YES -# Enable HTTPS support in w3m. -# Possible: YES, NO -# Default: YES - -W3M_USE_UNICODE?= YES -# Used in w3m to use Unicode characters. -# Possible: YES, NO -# Default: YES +# XXX Currently broken; should be fixed later. +#W3M_USE_UNICODE?= YES +## Used in w3m to use Unicode characters. +## Possible: YES, NO +## Default: YES WGET_USE_SSL?= YES # Enable SSL in wget (for https connections) |