diff options
author | sada <sada@FreeBSD.org> | 1999-11-21 20:54:44 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 1999-11-21 20:54:44 +0000 |
commit | 66476a82a2f3f110a3ddfb3910de2ad99c2d4edb (patch) | |
tree | 7362df6f140ce99e3813a12941434c9256fb599e /www/w3m-ssl | |
parent | 2282b005f665ee5c6bc1253ae371fb8d5c4ef92f (diff) | |
download | FreeBSD-ports-66476a82a2f3f110a3ddfb3910de2ad99c2d4edb.zip FreeBSD-ports-66476a82a2f3f110a3ddfb3910de2ad99c2d4edb.tar.gz |
This is the w3m port which is enabled SSL support.
PR: ports/14693
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
Diffstat (limited to 'www/w3m-ssl')
-rw-r--r-- | www/w3m-ssl/Makefile | 18 | ||||
-rw-r--r-- | www/w3m-ssl/pkg-comment | 1 | ||||
-rw-r--r-- | www/w3m-ssl/pkg-descr | 14 |
3 files changed, 33 insertions, 0 deletions
diff --git a/www/w3m-ssl/Makefile b/www/w3m-ssl/Makefile new file mode 100644 index 0000000..7883558 --- /dev/null +++ b/www/w3m-ssl/Makefile @@ -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" diff --git a/www/w3m-ssl/pkg-comment b/www/w3m-ssl/pkg-comment new file mode 100644 index 0000000..01e12b1 --- /dev/null +++ b/www/w3m-ssl/pkg-comment @@ -0,0 +1 @@ +A pager/text-based WWW browser with SSL support diff --git a/www/w3m-ssl/pkg-descr b/www/w3m-ssl/pkg-descr new file mode 100644 index 0000000..076f238 --- /dev/null +++ b/www/w3m-ssl/pkg-descr @@ -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> |