diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2004-01-12 03:30:33 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2004-01-12 03:30:33 +0000 |
commit | 3ff08ebde802e2b0be3c00c80288665d2cb3589c (patch) | |
tree | e92268868f6ae2d7b8f66412446db4e86328df47 | |
parent | Update to 2004-01-11 snapshot of w3m 0.4.2. (diff) |
Add w3m-m17n-img, w3m with multilingualization and inline image support.
Notes
Notes:
svn path=/head/; revision=97966
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/w3m-m17n-img/Makefile | 20 | ||||
-rw-r--r-- | www/w3m-m17n-img/pkg-descr | 14 |
3 files changed, 35 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index f85a20b60f9c..508adf0e37e1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -558,6 +558,7 @@ SUBDIR += w3m SUBDIR += w3m-img SUBDIR += w3m-m17n + SUBDIR += w3m-m17n-img SUBDIR += w3mir SUBDIR += waccess SUBDIR += wb0 diff --git a/www/w3m-m17n-img/Makefile b/www/w3m-m17n-img/Makefile new file mode 100644 index 000000000000..ad1355cd41bb --- /dev/null +++ b/www/w3m-m17n-img/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: w3m-m17n +# Date Created: 11 January 2004 +# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -m17n-img + +MAINTAINER= nobutaka@FreeBSD.org +COMMENT= A pager/text-based WWW browser with m17n and inline image support + +MASTERDIR= ${.CURDIR}/../../www/w3m +PKGDIR= ${.CURDIR} +PLIST= ${MASTERDIR}/pkg-plist + +M17N= yes +INLINE_IMAGE= yes + +.include "${MASTERDIR}/Makefile" diff --git a/www/w3m-m17n-img/pkg-descr b/www/w3m-m17n-img/pkg-descr new file mode 100644 index 000000000000..ededc9693c95 --- /dev/null +++ b/www/w3m-m17n-img/pkg-descr @@ -0,0 +1,14 @@ +w3m is a pager/text-based WWW browser. + +It is a similar application to Lynx, but it has several features Lynx +doesn't have. + +* Rendering tables. +* Rendering frames. (It converts frames into a table). + +This package also supports multilingualization and inline image. + +WWW: http://w3m.sourceforge.net/ + +-- +MANTANI Nobutaka <nobutaka@nobutaka.com> |