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 /www/w3m-img/Makefile | |
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 'www/w3m-img/Makefile')
-rw-r--r-- | www/w3m-img/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/www/w3m-img/Makefile b/www/w3m-img/Makefile index 00b8aadee1b..abf419ccb35 100644 --- a/www/w3m-img/Makefile +++ b/www/w3m-img/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.5 2004/03/26 02:27:58 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/18 12:08:43 uebayasi Exp $ # -PKGNAME= w3m-img-${W3M_BASE_VERS} -PKGREVISION= 3 +PKGNAME= w3m-img-${W3M_VERS} COMMENT= Multilingualized version of a pager/text-based browser w3m with inline image support CONFLICTS+= w3m-[0-9]* -# enable image support -W3M_USE_IMAGE= YES - +DISTINFO_FILE= ${.CURDIR}/../../www/w3m/distinfo +PATCHDIR= ${.CURDIR}/../../www/w3m/patches PLIST_SRC= ${.CURDIR}/../../www/w3m/PLIST +# Enable image support. +_W3M_USE_IMAGE= YES + .include "../../www/w3m/Makefile.common" |