diff options
author | kei <kei> | 2002-05-10 06:27:22 +0000 |
---|---|---|
committer | kei <kei> | 2002-05-10 06:27:22 +0000 |
commit | 6add720f7f9fddeaac53211c99fe7b42b4006ed6 (patch) | |
tree | 91a1a37c143f4c1008aaba071cd8f4dae9d31b06 /www/w3m-img | |
parent | e957c6e5d2821f7ced0e47528ce46df9ccde66d1 (diff) | |
download | pkgsrc-6add720f7f9fddeaac53211c99fe7b42b4006ed6.tar.gz |
splitted w3m package into w3m and w3m-img, which disables/enables inline
image support, respectively.
inline image support requires glib, which is so large for such as light-
weight text-based browser w3m especially on slower ports.
it's based on the diffs supplied by uebayashi. This also addresses
pkg/16495.
Diffstat (limited to 'www/w3m-img')
-rw-r--r-- | www/w3m-img/DESCR | 25 | ||||
-rw-r--r-- | www/w3m-img/Makefile | 14 | ||||
-rw-r--r-- | www/w3m-img/distinfo | 4 |
3 files changed, 43 insertions, 0 deletions
diff --git a/www/w3m-img/DESCR b/www/w3m-img/DESCR new file mode 100644 index 00000000000..5994d869427 --- /dev/null +++ b/www/w3m-img/DESCR @@ -0,0 +1,25 @@ +W3m is a termial-based WWW browser which supports HTML tables and frames. +It's small, so faster than other WWW browsers. It also supports following +URL by clicking mouse button on the anchor in xterm and its variants from +990526 version. Additionally, this package enables inline-image support +which is added in version 0.3. + +It uses Boehm-GC to implement the table/frame parser. + +Quoted from README.m17n: + +Muntilingualizaion of w3m + 2002/02/16 + H. Sakamoto + +Introduction + + I have tried the muntilingualization of w3m (w3m-m17n). + The patch for w3m-0.2.1 is available on the following site. + + http://www2u.biglobe.ne.jp/~hsaka/w3m/index.html#m17n + patch/w3m-0.3-m17n-20020316.tar.gz + patch/README.m17n + + It is a development version. And enough test is not preformed because + I can understand Japanese only. Please use, test, and report bugs. diff --git a/www/w3m-img/Makefile b/www/w3m-img/Makefile new file mode 100644 index 00000000000..d0876d7b30e --- /dev/null +++ b/www/w3m-img/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/10 06:29:39 kei Exp $ +# + +PKGNAME= w3m-img-${W3M_BASE_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 + +PLIST_SRC= ${.CURDIR}/../../www/w3m/PLIST + +.include "../../www/w3m/Makefile.common" diff --git a/www/w3m-img/distinfo b/www/w3m-img/distinfo new file mode 100644 index 00000000000..22d9e306e5b --- /dev/null +++ b/www/w3m-img/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/05/10 06:29:39 kei Exp $ + +SHA1 (w3m-0.3-m17n-20020316.tar.gz) = 680f46e46d24fe39f1cd47c8cdde6d4c70253b39 +Size (w3m-0.3-m17n-20020316.tar.gz) = 2245689 bytes |