This is the w3m port which is enabled SSL support.

PR:		ports/14693
Submitted by:	MANTANI Nobutaka <nobutaka@nobutaka.com>
This commit is contained in:
SADA Kenji 1999-11-21 20:54:44 +00:00
parent 1a13cfc115
commit c035493eac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23247
3 changed files with 33 additions and 0 deletions

18
www/w3m-ssl/Makefile Normal file
View file

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

1
www/w3m-ssl/pkg-comment Normal file
View file

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

14
www/w3m-ssl/pkg-descr Normal file
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/eng/index.html
--
MANTANI Nobutaka <nobutaka@nobutaka.com>