1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

This is the w3m port which is enabled Japanese and SSL support.

PR:		ports/14694
Submitted by:	MANTANI Nobutaka <nobutaka@nobutaka.com>
This commit is contained in:
SADA Kenji 1999-11-21 20:57:35 +00:00
parent fecf0e1ad1
commit 0c556a7e4a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23249
3 changed files with 34 additions and 0 deletions

19
japanese/w3m-ssl/Makefile Normal file
View File

@ -0,0 +1,19 @@
# New ports collection makefile for: ja-w3m-ssl
# Version required: 991028-2
# Date Created: 12 Oct 1999
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
#
# $FreeBSD$
#
PKGNAME= ja-w3m-ssl-${W3M_VER}
CATEGORIES= japanese www
MASTERDIR= ${.CURDIR}/../../www/w3m
PKGDIR= ${.CURDIR}/pkg
PLIST= ${MASTERDIR}/pkg/PLIST.ja
JAPANESE= Yes
USE_SSL= Yes
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1 @@
A pager/text-based WWW browser with Japanese and SSL support

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).
* Display documents given from standard input.
* Small binary size.
WWW: http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/index.html
--
MANTANI Nobutaka <nobutaka@nobutaka.com>