diff options
author | sf <sf@FreeBSD.org> | 2001-07-22 02:21:56 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-07-22 02:21:56 +0800 |
commit | a875edf66052cb4841ac8a910ab338f19cdce59d (patch) | |
tree | 5ea13460c48fd8665bc60c020480c418f5f0b79b /www/w3m-img | |
parent | b7b40849a673db00f95fe5f0ced1dcfb26d6c38d (diff) | |
download | freebsd-ports-gnome-a875edf66052cb4841ac8a910ab338f19cdce59d.tar.gz freebsd-ports-gnome-a875edf66052cb4841ac8a910ab338f19cdce59d.tar.zst freebsd-ports-gnome-a875edf66052cb4841ac8a910ab338f19cdce59d.zip |
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
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> |