Add w3m-m17n-img, w3m with multilingualization and inline image support.

This commit is contained in:
MANTANI Nobutaka 2004-01-12 03:30:33 +00:00
parent 2122fb369f
commit 3ff08ebde8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97966
3 changed files with 35 additions and 0 deletions

View file

@ -558,6 +558,7 @@
SUBDIR += w3m
SUBDIR += w3m-img
SUBDIR += w3m-m17n
SUBDIR += w3m-m17n-img
SUBDIR += w3mir
SUBDIR += waccess
SUBDIR += wb0

20
www/w3m-m17n-img/Makefile Normal file
View file

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

View file

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