aboutsummaryrefslogtreecommitdiff
path: root/www/w3m-m17n
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-11 12:30:15 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-11 12:30:15 +0000
commit3b5f67ac68418153867e85bc2fc646b720fb52a0 (patch)
tree3f8c87d26a562f6b25261facabc5be42a56c0b08 /www/w3m-m17n
parent62d82d5452bc809553b86df79022dfc5d2624974 (diff)
downloadports-3b5f67ac68418153867e85bc2fc646b720fb52a0.tar.gz
ports-3b5f67ac68418153867e85bc2fc646b720fb52a0.zip
add w3m-m17n
w3m with multilingualization support PR: 31123 Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
Notes
Notes: svn path=/head/; revision=48684
Diffstat (limited to 'www/w3m-m17n')
-rw-r--r--www/w3m-m17n/Makefile18
-rw-r--r--www/w3m-m17n/pkg-comment1
-rw-r--r--www/w3m-m17n/pkg-descr16
3 files changed, 35 insertions, 0 deletions
diff --git a/www/w3m-m17n/Makefile b/www/w3m-m17n/Makefile
new file mode 100644
index 000000000000..ea44de20b393
--- /dev/null
+++ b/www/w3m-m17n/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: w3m-m17n
+# Date Created: 08 October 2001
+# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -m17n
+
+CATEGORIES= www
+
+MASTERDIR= ${.CURDIR}/../../www/w3m
+PKGDIR= ${.CURDIR}
+PLIST= ${MASTERDIR}/pkg-plist
+
+M17N= yes
+
+.include "${MASTERDIR}/Makefile"
diff --git a/www/w3m-m17n/pkg-comment b/www/w3m-m17n/pkg-comment
new file mode 100644
index 000000000000..cce2774a062a
--- /dev/null
+++ b/www/w3m-m17n/pkg-comment
@@ -0,0 +1 @@
+A pager/text-based WWW browser with multilingualization support
diff --git a/www/w3m-m17n/pkg-descr b/www/w3m-m17n/pkg-descr
new file mode 100644
index 000000000000..c2e23c6ffe5d
--- /dev/null
+++ b/www/w3m-m17n/pkg-descr
@@ -0,0 +1,16 @@
+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.
+
+This package also supports multilingualization.
+
+WWW: http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/index.html
+
+--
+MANTANI Nobutaka <nobutaka@nobutaka.com>