summaryrefslogtreecommitdiff
path: root/www/w3m-img
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2004-04-18 12:08:42 +0000
committeruebayasi <uebayasi@pkgsrc.org>2004-04-18 12:08:42 +0000
commit53b251a2677d2a1cafb13e873a8e8f537075b5f1 (patch)
tree59d8dd76b43d03b4d908b0f4813fc58242c06adc /www/w3m-img
parent5ce0ba183f7737316559a85f0dc1742bf8341d1a (diff)
downloadpkgsrc-53b251a2677d2a1cafb13e873a8e8f537075b5f1.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')
-rw-r--r--www/w3m-img/Makefile13
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"