diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-07-21 18:21:56 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-07-21 18:21:56 +0000 |
commit | 443bdc113b98b1cadf462b2420be036f6e7a6146 (patch) | |
tree | 1f588681c5729df623d794d25d3d77c358395584 /www/w3m-img | |
parent | 48b7b6aa21e095aadd07aecd7443df8f135e0b99 (diff) |
o add w3m-image, w3m with Imlib-based inline image browsing capability.
o remove w3m-ssl, w3m has SSL support by default now.
PR: 28996, 28997, 28998
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=45315
Diffstat (limited to 'www/w3m-img')
-rw-r--r-- | www/w3m-img/Makefile | 16 | ||||
-rw-r--r-- | www/w3m-img/pkg-comment | 1 | ||||
-rw-r--r-- | www/w3m-img/pkg-descr | 14 |
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> |