summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/Makefile1
-rw-r--r--www/w3m-m17n-img/Makefile20
-rw-r--r--www/w3m-m17n-img/pkg-descr14
3 files changed, 35 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index f85a20b60f9c..508adf0e37e1 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -558,6 +558,7 @@
SUBDIR += w3m
SUBDIR += w3m-img
SUBDIR += w3m-m17n
+ SUBDIR += w3m-m17n-img
SUBDIR += w3mir
SUBDIR += waccess
SUBDIR += wb0
diff --git a/www/w3m-m17n-img/Makefile b/www/w3m-m17n-img/Makefile
new file mode 100644
index 000000000000..ad1355cd41bb
--- /dev/null
+++ b/www/w3m-m17n-img/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: w3m-m17n
+# Date Created: 11 January 2004
+# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -m17n-img
+
+MAINTAINER= nobutaka@FreeBSD.org
+COMMENT= A pager/text-based WWW browser with m17n and inline image support
+
+MASTERDIR= ${.CURDIR}/../../www/w3m
+PKGDIR= ${.CURDIR}
+PLIST= ${MASTERDIR}/pkg-plist
+
+M17N= yes
+INLINE_IMAGE= yes
+
+.include "${MASTERDIR}/Makefile"
diff --git a/www/w3m-m17n-img/pkg-descr b/www/w3m-m17n-img/pkg-descr
new file mode 100644
index 000000000000..ededc9693c95
--- /dev/null
+++ b/www/w3m-m17n-img/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).
+
+This package also supports multilingualization and inline image.
+
+WWW: http://w3m.sourceforge.net/
+
+--
+MANTANI Nobutaka <nobutaka@nobutaka.com>