Commit graph

30 commits

Author SHA1 Message Date
cjep
3941375654 Update of www/w3m to 0.5.1. From PR#25995.
Changes from 0.5 include (please see the ChangeLog for full details):

* configuration changes;
* build errors fixes when using --enable-m17n and --disable-unicode;
* HTTP basic authentication bugs fixed;
* Fix IPv6 FQDN resolution failure;
* bug fixes and source cleanup.
2004-06-24 09:17:34 +00:00
xtraeme
6628dc0c78 USE_BUILDLINK3 must be set to [Yy][Ee][Ss]. 2004-05-14 08:46:05 +00:00
wiz
32b36f95d1 Some scripts coming with this package need perl to run,
so USE_PERL5=run. From Takuya SHIOZAKI in PR 25562.
Bump PKGREVISION.
2004-05-14 08:42:29 +00:00
xtraeme
81495749e6 Bump PKGREVISION due to gdk-pixbuf update. 2004-04-25 04:16:42 +00:00
uebayasi
e84333b15e Bump revision; now Unicode support is optional, and the default is changed
to disable Unicode.
2004-04-20 14:24:41 +00:00
uebayasi
07f1456661 Fix "M17N without Unicode". 2004-04-20 14:21:19 +00:00
uebayasi
53b251a267 Update W3m from 0.4.0 to 0.5.
Now M17N patch is merged into the main development now.

Pkgsrc changes:
* Simplify options.
* XXX "M17N without Unicode" is broken now.  This should be fixed.

Other changes in W3m:

w3m 0.5 - 2004-03-22

* gettextize
* m17n patch merged

w3m 0.4.2 - 2003-09-23

* options: -4, -6
* configuration file in $(sysconfdir)/$(package)/
* func: NEXT_VISITED, PREV_VISITED
* autoconfiscate (partially)
* rc: use_history

w3m 0.4.1 - 2003-03-07

* fix bugs
  - completion segfault in lineinput
  - incremental search
  - URL pattern fix
  - UFhalfclose bug
  - allow pipe in shell command
  - enhance ftp directory support
  - linenumber in edit
  - fix Bug#181897
  - W3M_TTY problem fixed
2004-04-18 12:08:42 +00:00
heinz
18a916d5e6 Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jwise
b6b4653259 Previous problem has now been fixed in the boehm-gc buildlink2.mk. Which means
we can now back out work-around here.
2003-05-11 03:01:54 +00:00
jwise
38e8820081 Fix to build again after recent boehm-gc update. (Hi jmmv@netbsd.org!) 2003-05-11 00:09:35 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
wiz
92445eb1ed Remove superfluous whitespace. 2003-03-28 20:28:56 +00:00
wiz
c77a18b704 Remove bogus dependencies for w3m-img, and bump PKGREVISION.
Noted by Takeshi Nakayama in PR 20734.
2003-03-22 03:28:01 +00:00
uebayasi
7343e44c99 Update w3m / w3m-img to 0.4 - 20030224.
The biggest change is ``tab browsing'' support.  Other smaller changes from
NEWS:

* local cookie: passed via file named $LOCAL_COOKIE or posted not in url query
* func: SEARCH can take arg
* URL data: support
* URL news:, nntp: newsgroup support
* 2 stroke keybinding
* rc: pre_form_file: pre_form configuration file
2003-02-27 02:31:27 +00:00
yyamano
8798553df3 Make this build on darwin. 2003-02-09 11:59:16 +00:00
uebayasi
2577d37748 Correct the place of auxiliary commands. Pointed out by Katsuomi
Hamajima.  Bump pkgrevision.
2003-01-02 16:13:34 +00:00
uebayasi
10c57e570a Update to 0.3.2.2 - 2002-12-06
* security fix: html_quote for img alt attributes
2002-12-13 10:43:46 +00:00
itojun
5022f86334 w3m now needs gtk-pixbuf. PR 19198. 2002-11-29 05:19:55 +00:00
itojun
7c9a898c4b update to 0.3.2.1 (w3m-0.3.2.1-m17n-20021127).
full changelog is too long to be included here.  most important fix is below:

> From: Fumitoshi UKAI <ukai@debian.or.jp>
> w3m 0.3.2.1 is stable update of w3m 0.3.2.
> Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> found a security vulnerability
> in w3m 0.3.2 that w3m will miss to escape html tag in frame contents,
> so malicious frame html will deceive you to access your local files, cookies
> and so on.
2002-11-28 05:24:16 +00:00
uebayasi
244ea6c5e6 Update to w3m 0.3.1 - 2002-07-16.
Changes:

* func: REINIT
        INIT_MAILCAP deleted, use REINIT MAILCAP instead
* func: DEFINE_KEY
* rc: keymap_file
* rc: use_dictcommand, dictcommand
* rc: mark_all_pages
* configure: -mandir
* func: COMMAND
* -title option: set buffer name to terminal title
* X-Face support: USE_XFACE, require uncompface
2002-09-15 13:09:36 +00:00
jlam
a020ed9056 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:50:52 +00:00
wiz
4b954a8215 Set use_ssl_verify to y(es), requested in pkg/17644 by Atsushi Onoe. 2002-07-19 11:56:47 +00:00
wiz
eb1f7b8340 Drop some trailing whitespace. 2002-07-02 15:23:48 +00:00
wiz
9c10ea47b7 Drop USE_SSL. 2002-07-02 15:11:45 +00:00
uebayasi
25816732ff Perl is used while processing manual pages.
Pointed out by Yasushi Oshima <oshimaya@sc.starcat.ne.jp> in pkg/17098.
2002-05-29 13:58:56 +00:00
kei
0dce8ce849 No need to depend on jpeg-6b when inline image support is disabled. Noticed
by YAMAMOTO Takashi.  Thanks.

Bump pacakge revision to w3m-0.3nb2.
2002-05-17 00:01:12 +00:00
wiz
f164c3956e Share patches and distinfo between the two w3m packages. 2002-05-10 16:51:02 +00:00
kei
6cac9bb090 splitted w3m package into w3m and w3m-img, which disables/enables inline
image support, respectively.

inline image support requires glib, which is so large for such as light-
weight text-based browser w3m especially on slower ports.

it's based on the diffs supplied by uebayashi.  This also addresses
pkg/16495.
2002-05-10 06:27:22 +00:00