1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

add w3m-m17n

w3m with multilingualization support

PR:		31123
Submitted by:	MANTANI Nobutaka <nobutaka@nobutaka.com>
This commit is contained in:
Ying-Chieh Liao 2001-10-11 12:30:15 +00:00
parent 62d82d5452
commit 3b5f67ac68
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48684
4 changed files with 36 additions and 0 deletions

View File

@ -293,6 +293,7 @@
SUBDIR += w3c-httpd
SUBDIR += w3m
SUBDIR += w3m-img
SUBDIR += w3m-m17n
SUBDIR += w3mir
SUBDIR += wb0
SUBDIR += wcol

18
www/w3m-m17n/Makefile Normal file
View File

@ -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"

1
www/w3m-m17n/pkg-comment Normal file
View File

@ -0,0 +1 @@
A pager/text-based WWW browser with multilingualization support

16
www/w3m-m17n/pkg-descr Normal file
View File

@ -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>