summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1999-11-21 20:54:44 +0000
committerSADA Kenji <sada@FreeBSD.org>1999-11-21 20:54:44 +0000
commitc035493eacbee46fc80cf26018e9ab679ad75cc6 (patch)
tree2fbcb9a92fe025a5ec48aa7b955d4b58a089c15b /www
parentRemove a bad MASTER_SITE and add a good one. (diff)
This is the w3m port which is enabled SSL support.
PR: ports/14693 Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
Notes
Notes: svn path=/head/; revision=23247
Diffstat (limited to 'www')
-rw-r--r--www/w3m-ssl/Makefile18
-rw-r--r--www/w3m-ssl/pkg-comment1
-rw-r--r--www/w3m-ssl/pkg-descr14
3 files changed, 33 insertions, 0 deletions
diff --git a/www/w3m-ssl/Makefile b/www/w3m-ssl/Makefile
new file mode 100644
index 000000000000..7883558fb689
--- /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 000000000000..01e12b183d2d
--- /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 000000000000..076f238deccb
--- /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>