Skip to content

Commit

Permalink
update to 0.4.2
Browse files Browse the repository at this point in the history
Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@4497 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Charlie Allom committed Jan 7, 2004
1 parent 0ad1eb4 commit d70094d
Showing 1 changed file with 25 additions and 26 deletions.
51 changes: 25 additions & 26 deletions www/w3m/Portfile
@@ -1,28 +1,27 @@
# $Id: Portfile,v 1.9 2003/03/03 07:25:28 mij Exp $
# $Id: Portfile,v 1.10 2004/01/07 00:03:49 yeled Exp $

PortSystem 1.0
name w3m
version 0.3.2.2
categories www
maintainers charlie@rubberduck.com
description pager/text based browser
platforms
master_sites http://us.dl.sourceforge.net/sourceforge/w3m/
checksums md5 e9787d822e7b4f9392cf9e3dacee4c10
configure.args --yes --suffix= --model=custom --use_ansi_color=y \
--lang=en
PortSystem 1.0
name w3m
version 0.4.2
categories www
maintainers yeled@opendarwin.org
description pager/text based browser
long_description w3m is a pager/text-based WWW browser. \
It is a similar application to Lynx, but it has \
several features Lynx doesn't have, like tables, frames \
and inline image rendering. It's 8 bit support is second\
to none.
platforms darwin
master_sites http://us.dl.sourceforge.net/sourceforge/w3m/
checksums md5 56b8948468a19778fce0b1653579775a
patchfiles gc_init.patch
configure.args --with-gc=${prefix}

variant m17n {
distname w3m-0.3.2.2-m17n-20030101
checksums md5 d8f770ac9fab664614f3d72f9e9d74c4
master_sites http://www2u.biglobe.ne.jp/~hsaka/w3m/patch/
description multilingual pager/text based browser
configure.args-append --charset=UTF-8
}


long_description \
w3m is a pager/text-based WWW browser. \
It is a similar application to Lynx, but it has \
several features Lynx doesn't have, like tables \
and frames.
# XXX broken
#variant m17n {
# distname w3m-0.3.2.2-m17n-20030101
# checksums md5 d8f770ac9fab664614f3d72f9e9d74c4
# master_sites http://www2u.biglobe.ne.jp/~hsaka/w3m/patch/
# description multilingual pager/text based browser
# configure.args-append --charset=UTF-8
#}

0 comments on commit d70094d

Please sign in to comment.