aboutsummaryrefslogtreecommitdiff
path: root/www/w3m-img
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-07-21 18:21:56 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-07-21 18:21:56 +0000
commit443bdc113b98b1cadf462b2420be036f6e7a6146 (patch)
tree1f588681c5729df623d794d25d3d77c358395584 /www/w3m-img
parent48b7b6aa21e095aadd07aecd7443df8f135e0b99 (diff)
downloadports-443bdc113b98b1cadf462b2420be036f6e7a6146.tar.gz
ports-443bdc113b98b1cadf462b2420be036f6e7a6146.zip
Notes
Diffstat (limited to 'www/w3m-img')
-rw-r--r--www/w3m-img/Makefile16
-rw-r--r--www/w3m-img/pkg-comment1
-rw-r--r--www/w3m-img/pkg-descr14
3 files changed, 31 insertions, 0 deletions
diff --git a/www/w3m-img/Makefile b/www/w3m-img/Makefile
new file mode 100644
index 000000000000..fd98429703da
--- /dev/null
+++ b/www/w3m-img/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for: w3m-image
+# Date Created: 22 July 2001
+# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -image
+
+MASTERDIR= ${.CURDIR}/../../www/w3m
+PKGDIR= ${.CURDIR}
+PLIST= ${MASTERDIR}/pkg-plist
+
+INLINE_IMAGE= yes
+
+.include "${MASTERDIR}/Makefile"
diff --git a/www/w3m-img/pkg-comment b/www/w3m-img/pkg-comment
new file mode 100644
index 000000000000..2af128035aa9
--- /dev/null
+++ b/www/w3m-img/pkg-comment
@@ -0,0 +1 @@
+A pager/text-based WWW browser with inline image support
diff --git a/www/w3m-img/pkg-descr b/www/w3m-img/pkg-descr
new file mode 100644
index 000000000000..076f238deccb
--- /dev/null
+++ b/www/w3m-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).
+* 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>