aboutsummaryrefslogtreecommitdiff
path: root/www/w3m-m17n-img
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2004-01-12 03:30:33 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2004-01-12 03:30:33 +0000
commit3ff08ebde802e2b0be3c00c80288665d2cb3589c (patch)
treee92268868f6ae2d7b8f66412446db4e86328df47 /www/w3m-m17n-img
parent2122fb369f5b8aef99a263970da2c02f8056fcf9 (diff)
Notes
Diffstat (limited to 'www/w3m-m17n-img')
-rw-r--r--www/w3m-m17n-img/Makefile20
-rw-r--r--www/w3m-m17n-img/pkg-descr14
2 files changed, 34 insertions, 0 deletions
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>