diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-10-11 12:30:15 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-10-11 12:30:15 +0000 |
commit | bef604d954aeb91a5a94036bbe4d8941e5c7d302 (patch) | |
tree | 93ba77ac449f94bdafd20fa39a7f71440488df20 /www/w3m-m17n | |
parent | 88a5d23ac6b44862a7298823332a6cc7cabffd19 (diff) | |
download | FreeBSD-ports-bef604d954aeb91a5a94036bbe4d8941e5c7d302.zip FreeBSD-ports-bef604d954aeb91a5a94036bbe4d8941e5c7d302.tar.gz |
add w3m-m17n
w3m with multilingualization support
PR: 31123
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
Diffstat (limited to 'www/w3m-m17n')
-rw-r--r-- | www/w3m-m17n/Makefile | 18 | ||||
-rw-r--r-- | www/w3m-m17n/pkg-comment | 1 | ||||
-rw-r--r-- | www/w3m-m17n/pkg-descr | 16 |
3 files changed, 35 insertions, 0 deletions
diff --git a/www/w3m-m17n/Makefile b/www/w3m-m17n/Makefile new file mode 100644 index 0000000..ea44de2 --- /dev/null +++ b/www/w3m-m17n/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: w3m-m17n +# Date Created: 08 October 2001 +# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -m17n + +CATEGORIES= www + +MASTERDIR= ${.CURDIR}/../../www/w3m +PKGDIR= ${.CURDIR} +PLIST= ${MASTERDIR}/pkg-plist + +M17N= yes + +.include "${MASTERDIR}/Makefile" diff --git a/www/w3m-m17n/pkg-comment b/www/w3m-m17n/pkg-comment new file mode 100644 index 0000000..cce2774 --- /dev/null +++ b/www/w3m-m17n/pkg-comment @@ -0,0 +1 @@ +A pager/text-based WWW browser with multilingualization support diff --git a/www/w3m-m17n/pkg-descr b/www/w3m-m17n/pkg-descr new file mode 100644 index 0000000..c2e23c6 --- /dev/null +++ b/www/w3m-m17n/pkg-descr @@ -0,0 +1,16 @@ +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). +* Display documents given from standard input. +* Small binary size. + +This package also supports multilingualization. + +WWW: http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/index.html + +-- +MANTANI Nobutaka <nobutaka@nobutaka.com> |