diff options
author | wiz <wiz> | 2006-09-03 20:35:36 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-09-03 20:35:36 +0000 |
commit | 639cdb9a236c135f42065c3f46168bfc68175db6 (patch) | |
tree | f8196ccd54e98636fe28bf9e0d7c1d79548ea846 /www/links-gui | |
parent | 0b1888a4419c3f3c24f4ad3f5799bb34a93486ec (diff) | |
download | pkgsrc-639cdb9a236c135f42065c3f46168bfc68175db6.tar.gz |
Update to 2.1pre23:
Thu Jul 27 04:53:01 CEST 2006 mikulas:
Fixed pagedown and search bugs in braille terminal introduced in
links-2.1pre20
Sun Jul 16 16:35:54 cet 2006 mikulas:
Link to "" redirects to current file rather than current directory
(fixes some forms)
Sun Jul 16 00:08:30 cet 2006 mikulas:
Better ftp directory parsing (process correctly file names starting with
year)
Sat Jul 15 16:37:36 MET 2006 user:
Bigger default textarea
Mon Jul 10 22:53:09 MET DST 2006 mikulas:
Use pkg-config to search for libpng and pcre
Tue Jun 27 23:50:43 cet 2006 mikulas:
Fixed display of multiple consecutive spaces when searching
Tue Jun 27 23:14:35 cet 2006 mikulas:
View as space when searching
Sun Jun 18 16:11:57 MET 2006 user:
Command "kill background connections" aborts also keepalive connections
Sat Jun 17 21:43:01 cet 2006 mikulas:
Removed SDL support until someone fixes it.
Remaining bugs:
palette not installed with 256-color svgalib support
drawing doesn't synchronize with softcursor (seen on svgalib)
stupid keyboard handling (SDL has the ability to query
operating system keymap and translate keys to unicode
but this driver didn't use it)
doesn't support virtual devices with Alt-1 ... Alt-0, like
svgalib and framebuffer
reportedly crashes with sdl-1.2.10
If you want SDL support continued, take file sdl.c from previous
version of links, fix the above issues and resubmit it.
Sat Jun 17 21:08:04 cet 2006 mikulas:
Fixed exponential memory consumption with table cell colspan/rowspan
Sat Jun 17 20:30:49 cet 2006 mikulas:
Do not try to interpret <script src=...> if server returns HTTP error
Sat Jun 10 23:52:00 cet 2006 mikulas:
Decode %AB sequences in position tags
Fri Jun 9 18:32:55 cet 2006 mikulas:
Accept broken meta refresh tags (fixes www.seznam.cz)
Fri Jun 9 02:14:42 MET 2006 user:
Shift-Q exits without question
Sat Jun 3 21:47:19 cet 2006 mikulas:
Fixed a bug that <body onload=...> was not processed when there were no
other scripts on that page
Sat Jun 3 19:31:35 CEST 2006 mikulas:
Fixed crash in javascript regular expressions
Wed May 31 18:25:32 CEST 2006 mikulas
Fixed mouse in Cygwin
Allowed to run in xterm or rxvt in Cygwin
Diffstat (limited to 'www/links-gui')
-rw-r--r-- | www/links-gui/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/links-gui/Makefile b/www/links-gui/Makefile index 8c8a440817e..3694ae79504 100644 --- a/www/links-gui/Makefile +++ b/www/links-gui/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.42 2006/06/11 14:34:43 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2006/09/03 20:35:36 wiz Exp $ # -PKGNAME= links-gui-2.1.0.22 +PKGNAME= links-gui-2.1.0.23 COMMENT= Lynx-like text and graphics WWW browser CONFLICTS+= links-[0-9]* elinks-0.3* - +USE_TOOLS+= pkg-config CONFIGURE_ARGS+= --enable-graphics CONFIGURE_ARGS+= --without-sdl |