summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1999-11-21 20:57:35 +0000
committerSADA Kenji <sada@FreeBSD.org>1999-11-21 20:57:35 +0000
commit0c556a7e4a3a16fd15e374e5b5945dbc5c7b60eb (patch)
treeea491cdd734bf8c04491ccbec71e97b6fe047391 /japanese
parentUpgrade to tcl-8.2.2 (diff)
This is the w3m port which is enabled Japanese and SSL support.
PR: ports/14694 Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
Notes
Notes: svn path=/head/; revision=23249
Diffstat (limited to 'japanese')
-rw-r--r--japanese/w3m-ssl/Makefile19
-rw-r--r--japanese/w3m-ssl/pkg-comment1
-rw-r--r--japanese/w3m-ssl/pkg-descr14
3 files changed, 34 insertions, 0 deletions
diff --git a/japanese/w3m-ssl/Makefile b/japanese/w3m-ssl/Makefile
new file mode 100644
index 000000000000..47ccc8e65480
--- /dev/null
+++ b/japanese/w3m-ssl/Makefile
@@ -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"
diff --git a/japanese/w3m-ssl/pkg-comment b/japanese/w3m-ssl/pkg-comment
new file mode 100644
index 000000000000..8e2ce375e945
--- /dev/null
+++ b/japanese/w3m-ssl/pkg-comment
@@ -0,0 +1 @@
+A pager/text-based WWW browser with Japanese and SSL support
diff --git a/japanese/w3m-ssl/pkg-descr b/japanese/w3m-ssl/pkg-descr
new file mode 100644
index 000000000000..182f816a20e4
--- /dev/null
+++ b/japanese/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/index.html
+
+--
+MANTANI Nobutaka <nobutaka@nobutaka.com>