From 3b5f67ac68418153867e85bc2fc646b720fb52a0 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Thu, 11 Oct 2001 12:30:15 +0000 Subject: [PATCH] add w3m-m17n w3m with multilingualization support PR: 31123 Submitted by: MANTANI Nobutaka --- www/Makefile | 1 + www/w3m-m17n/Makefile | 18 ++++++++++++++++++ www/w3m-m17n/pkg-comment | 1 + www/w3m-m17n/pkg-descr | 16 ++++++++++++++++ 4 files changed, 36 insertions(+) create mode 100644 www/w3m-m17n/Makefile create mode 100644 www/w3m-m17n/pkg-comment create mode 100644 www/w3m-m17n/pkg-descr diff --git a/www/Makefile b/www/Makefile index 64be9409f87f..3899c31c8ca7 100644 --- a/www/Makefile +++ b/www/Makefile @@ -293,6 +293,7 @@ SUBDIR += w3c-httpd SUBDIR += w3m SUBDIR += w3m-img + SUBDIR += w3m-m17n SUBDIR += w3mir SUBDIR += wb0 SUBDIR += wcol diff --git a/www/w3m-m17n/Makefile b/www/w3m-m17n/Makefile new file mode 100644 index 000000000000..ea44de20b393 --- /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 +# +# $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 000000000000..cce2774a062a --- /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 000000000000..c2e23c6ffe5d --- /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