pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www Update to 2.1pre15:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02e3bfe2354e
branches:  trunk
changeset: 474419:02e3bfe2354e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Apr 29 09:28:21 2004 +0000

description:
Update to 2.1pre15:
KEYS: overview of all keys [installed by the package]
Support for braille terminal
Updated Estonian translation
More svgalib modes added
Cursor on selected line in bookmarks (for Braille terminals)
Fixed --disable-graphics and --disable-javascript
Fixed encoding bug in javascript when modifying form element value and
default value.
Fixed crash when document changes under us and user presses 'd'
Fixed crash when pressed '=' on page with incomplete frames
Do not strip filename when relative url begins with '?'
SSL fix on OS/2
Do not timeout when file upload lasts too long
Terminal mouse handling returned back before change from
Thu Oct  9 16:44:10 GMT 2003
Copy and paste to clipboard
Selecting text to clipboard
Allow '?' instead of '/' as separator of host and path in url
Ask for overwrite when file exists.
Fixed memory leak with read-only select boxes
textarea wrap=hard
Added language hints to encodings.
Strip '#' of tag names
Disallow network options in anonymous mode
Fixed wrong error code and fd leak on error when uploading files
Fixed incorrect parsing of '&' entities in image maps
Do not hang when opening filo with file://
Fixed crash when url contains character with code 1
Fixed a security bug --- hiding url was possible with character code 1
Updated Upper Sorbian translation
Updated Polish translation
Allow urls: file:///d:/directory/file on OS/2
Fixed proxy sent in referrer
Upper Sorbian translation
Fixed user in smb
Support directories without '/' at the end on just another ftp server
Do not call memset from signal handler
Disable AC_BIG_ENDIAN and AC_LITTLE_ENDIAN name clash
Use pkg-config to find openssl
Fixed signal-delivery delay
Fixed crash in view_gr.c when displaying source
Fixed cache problems with long files in smb and when restarting http
Removed useless reallocs, speed up rendering
Do not send more Authorization headers
Detect infinite loop in authorization responses
FreeBSD frames

diffstat:

 www/links-gui/Makefile    |  5 ++---
 www/links/Makefile        |  5 ++---
 www/links/Makefile.common |  8 ++++++--
 www/links/PLIST           |  4 +++-
 www/links/distinfo        |  6 +++---
 5 files changed, 16 insertions(+), 12 deletions(-)

diffs (72 lines):

diff -r 56b69dbd27c8 -r 02e3bfe2354e www/links-gui/Makefile
--- a/www/links-gui/Makefile    Thu Apr 29 09:23:55 2004 +0000
+++ b/www/links-gui/Makefile    Thu Apr 29 09:28:21 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2004/03/26 02:27:57 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2004/04/29 09:28:21 wiz Exp $
 #
 
-PKGNAME=       links-gui-2.1.0.14
-PKGREVISION=   2
+PKGNAME=       links-gui-2.1.0.15
 
 COMMENT=       Lynx-like text and graphics WWW browser
 
diff -r 56b69dbd27c8 -r 02e3bfe2354e www/links/Makefile
--- a/www/links/Makefile        Thu Apr 29 09:23:55 2004 +0000
+++ b/www/links/Makefile        Thu Apr 29 09:28:21 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2004/03/26 02:27:57 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2004/04/29 09:28:21 wiz Exp $
 #
 
-PKGNAME=       links-2.1.0.14
-PKGREVISION=   1
+PKGNAME=       links-2.1.0.15
 COMMENT=       Lynx-like text WWW browser
 
 CONFLICTS+=    links-gui-[0-9]* elinks-0.3*
diff -r 56b69dbd27c8 -r 02e3bfe2354e www/links/Makefile.common
--- a/www/links/Makefile.common Thu Apr 29 09:23:55 2004 +0000
+++ b/www/links/Makefile.common Thu Apr 29 09:28:21 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.19 2004/01/05 23:46:42 jlam Exp $
+# $NetBSD: Makefile.common,v 1.20 2004/04/29 09:28:21 wiz Exp $
 
-DISTNAME=      links-2.1pre14
+DISTNAME=      links-2.1pre15
 CATEGORIES=    www
 MASTER_SITES= \
        http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/ \
@@ -20,4 +20,8 @@
 PATCHDIR=              ${.CURDIR}/../../www/links/patches
 DISTINFO_FILE=         ${.CURDIR}/../../www/links/distinfo
 
+post-install:
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/links
+       ${INSTALL_DATA} ${WRKSRC}/KEYS ${PREFIX}/share/doc/links
+
 .include "../../security/openssl/buildlink3.mk"
diff -r 56b69dbd27c8 -r 02e3bfe2354e www/links/PLIST
--- a/www/links/PLIST   Thu Apr 29 09:23:55 2004 +0000
+++ b/www/links/PLIST   Thu Apr 29 09:28:21 2004 +0000
@@ -1,3 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 02:17:18 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/04/29 09:28:21 wiz Exp $
 bin/links
 man/man1/links.1
+share/doc/links/KEYS
+@dirrm share/doc/links
diff -r 56b69dbd27c8 -r 02e3bfe2354e www/links/distinfo
--- a/www/links/distinfo        Thu Apr 29 09:23:55 2004 +0000
+++ b/www/links/distinfo        Thu Apr 29 09:28:21 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2003/11/11 10:49:11 wiz Exp $
+$NetBSD: distinfo,v 1.26 2004/04/29 09:28:21 wiz Exp $
 
-SHA1 (links-2.1pre14.tar.bz2) = 8fbdc10edb2e0e04607e1a22849fb51451716977
-Size (links-2.1pre14.tar.bz2) = 3774183 bytes
+SHA1 (links-2.1pre15.tar.bz2) = 207ec64c2732c51552a93f702a239bf2c970167f
+Size (links-2.1pre15.tar.bz2) = 3789080 bytes
 SHA1 (patch-aa) = 47fab20748fc660517ebc2d2ef8a6b9c7c0dd1e4
 SHA1 (patch-ab) = a2d461c9d8b6300469ab6195886830fdd63be837



Home | Main Index | Thread Index | Old Index