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.1.0.17:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bde6f039f9c
branches:  trunk
changeset: 489760:7bde6f039f9c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Feb 26 10:08:11 2005 +0000

description:
Update to 2.1.0.17:

Wed Feb 23 19:46:01 MET 2005 mikulas:

        Correct implementation of non-aggressive cache (i.e. allow more keywords
        in Cache-Control

Wed Feb 23 18:36:52 MET 2005 mikulas:

        Allow typing only characters valid in current character set into form
        fields on web

Wed Feb 23 16:31:56 MET 2005 Serge Winitzki <serge at cosmos dot phy dot tufts dot edu>:

        Updated Russian translation

Wed Feb 23 16:25:41 MET 2005 mikulas:

        Allow cookies without a value

Mon Feb 14 13:15:00 MET 2005 user:

        When server returns cookie values as "deleted", delete it

Tue Feb  1 18:22:11 MET 2005 user:

        Fixed non-working find next/previous in view menu

Thu Jan 27 19:09:46 CET 2005 mikulas:

        Fixed wrong prototypes causing compilation problem on MacOS X and some
        other systems

Thu Jan 27 16:28:35 MET 2005 mikulas:

        Fixed configure failure on Solaris

Thu Jan 27 00:23:09 CET 2005 Brain

        javascript: set form action

diffstat:

 www/links-gui/Makefile     |   4 +-
 www/links/Makefile         |   4 +-
 www/links/Makefile.common  |   4 +-
 www/links/distinfo         |   9 ++--
 www/links/patches/patch-ac |  91 ----------------------------------------------
 5 files changed, 10 insertions(+), 102 deletions(-)

diffs (149 lines):

diff -r 63f50a30f76e -r 7bde6f039f9c www/links-gui/Makefile
--- a/www/links-gui/Makefile    Sat Feb 26 08:14:11 2005 +0000
+++ b/www/links-gui/Makefile    Sat Feb 26 10:08:11 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2005/02/22 00:19:55 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2005/02/26 10:08:11 wiz Exp $
 #
 
-PKGNAME=       links-gui-2.1.0.16
+PKGNAME=       links-gui-2.1.0.17
 
 COMMENT=       Lynx-like text and graphics WWW browser
 
diff -r 63f50a30f76e -r 7bde6f039f9c www/links/Makefile
--- a/www/links/Makefile        Sat Feb 26 08:14:11 2005 +0000
+++ b/www/links/Makefile        Sat Feb 26 10:08:11 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2005/02/22 00:19:55 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2005/02/26 10:08:11 wiz Exp $
 #
 
-PKGNAME=       links-2.1.0.16
+PKGNAME=       links-2.1.0.17
 COMMENT=       Lynx-like text WWW browser
 
 CONFLICTS+=    links-gui-[0-9]* elinks-0.3*
diff -r 63f50a30f76e -r 7bde6f039f9c www/links/Makefile.common
--- a/www/links/Makefile.common Sat Feb 26 08:14:11 2005 +0000
+++ b/www/links/Makefile.common Sat Feb 26 10:08:11 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.21 2005/02/22 00:19:55 wiz Exp $
+# $NetBSD: Makefile.common,v 1.22 2005/02/26 10:08:11 wiz Exp $
 
-DISTNAME=      links-2.1pre16
+DISTNAME=      links-2.1pre17
 CATEGORIES=    www
 MASTER_SITES= \
        http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/ \
diff -r 63f50a30f76e -r 7bde6f039f9c www/links/distinfo
--- a/www/links/distinfo        Sat Feb 26 08:14:11 2005 +0000
+++ b/www/links/distinfo        Sat Feb 26 10:08:11 2005 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.28 2005/02/24 14:08:33 wiz Exp $
+$NetBSD: distinfo,v 1.29 2005/02/26 10:08:11 wiz Exp $
 
-SHA1 (links-2.1pre16.tar.bz2) = bd28dba3431269323b8e2fbf5f958bce43312524
-RMD160 (links-2.1pre16.tar.bz2) = 4f678a1a47f505204e2837e11b5f58563c7e5c17
-Size (links-2.1pre16.tar.bz2) = 3825255 bytes
+SHA1 (links-2.1pre17.tar.bz2) = 2f89de8b8ea797834444f933222ecf7bd2cea84b
+RMD160 (links-2.1pre17.tar.bz2) = 6b338897e0d5818ed3b3649c56331dbae04f5e91
+Size (links-2.1pre17.tar.bz2) = 3829168 bytes
 SHA1 (patch-aa) = 47fab20748fc660517ebc2d2ef8a6b9c7c0dd1e4
 SHA1 (patch-ab) = a2d461c9d8b6300469ab6195886830fdd63be837
-SHA1 (patch-ac) = ffd6255980ccc6a887806ac1af140750f2c6aebb
diff -r 63f50a30f76e -r 7bde6f039f9c www/links/patches/patch-ac
--- a/www/links/patches/patch-ac        Sat Feb 26 08:14:11 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,91 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2005/02/22 00:19:55 wiz Exp $
-
---- html_tbl.c.orig    2005-01-02 21:17:25.000000000 +0100
-+++ html_tbl.c
-@@ -41,42 +41,6 @@
- #define R_ALL         3
- #define R_GROUPS      4
- 
--/* prototype */
--void get_align(char *, int *);
--void get_valign(char *, int *);
--void get_c_width(char *, int *, int);
--void free_table(struct table *);
--void expand_cells(struct table *, int, int);
--struct table_cell *new_cell(struct table *, int, int);
--void new_columns(struct table *, int, int, int, int, int);
--void set_td_width(struct table *, int, int, int);
--unsigned char *skip_element(unsigned char *, unsigned char *, unsigned char *, int);
--void get_cell_widths(struct table *);
--void dst_width(int *, int, int, int *);
--int get_vline_width(struct table *, int);
--int get_hline_width(struct table *, int);
--int g_get_vline_pad(struct table *, int, int *, int *);
--int g_get_hline_pad(struct table *, int, int *, int *);
--int get_column_widths(struct table *);
--void get_table_width(struct table *);
--void distribute_widths(struct table *, int);
--void check_table_widths(struct table *);
--void get_table_heights(struct table *);
--void display_complicated_table(struct table *, int, int, int *);
--void get_table_frame(struct table *, signed char *, signed char *);
--void display_table_frames(struct table *, int, int);
--void add_to_rect_sets(struct rect_set ***, int *, struct rect *);
--void add_to_cell_sets(struct table_cell ****, int **, int *, struct rect *, struct table_cell *);
--void table_mouse_event(struct f_data_c *, struct g_object_table *, int, int, int);
--void draw_rect_set(struct graphics_device *, struct background *, struct rect_set *, int, int);
--void draw_rect_sets(struct graphics_device *, struct background *, struct rect_set **, int, int, int);
--void table_draw(struct f_data_c *, struct g_object_table *, int, int);
--void table_destruct(struct g_object_table *);
--void table_get_list(struct g_object_table *, void (*)(struct g_object *, struct g_object *));
--struct table *new_table(void);
--
--void get_cell_width(char *, char *, int, int, int, int *, int *, int, int *, unsigned char *);
--
- 
- void get_align(char *attr, int *a)
- {
-@@ -197,6 +161,43 @@ struct table {
- #endif
- };
- 
-+/* prototype */
-+void get_align(char *, int *);
-+void get_valign(char *, int *);
-+void get_c_width(char *, int *, int);
-+void free_table(struct table *);
-+void expand_cells(struct table *, int, int);
-+struct table_cell *new_cell(struct table *, int, int);
-+void new_columns(struct table *, int, int, int, int, int);
-+void set_td_width(struct table *, int, int, int);
-+unsigned char *skip_element(unsigned char *, unsigned char *, unsigned char *, int);
-+void get_cell_widths(struct table *);
-+void dst_width(int *, int, int, int *);
-+int get_vline_width(struct table *, int);
-+int get_hline_width(struct table *, int);
-+int g_get_vline_pad(struct table *, int, int *, int *);
-+int g_get_hline_pad(struct table *, int, int *, int *);
-+int get_column_widths(struct table *);
-+void get_table_width(struct table *);
-+void distribute_widths(struct table *, int);
-+void check_table_widths(struct table *);
-+void get_table_heights(struct table *);
-+void display_complicated_table(struct table *, int, int, int *);
-+void get_table_frame(struct table *, signed char *, signed char *);
-+void display_table_frames(struct table *, int, int);
-+void add_to_rect_sets(struct rect_set ***, int *, struct rect *);
-+void add_to_cell_sets(struct table_cell ****, int **, int *, struct rect *, struct table_cell *);
-+void table_mouse_event(struct f_data_c *, struct g_object_table *, int, int, int);
-+void draw_rect_set(struct graphics_device *, struct background *, struct rect_set *, int, int);
-+void draw_rect_sets(struct graphics_device *, struct background *, struct rect_set **, int, int, int);
-+void table_draw(struct f_data_c *, struct g_object_table *, int, int);
-+void table_destruct(struct g_object_table *);
-+void table_get_list(struct g_object_table *, void (*)(struct g_object *, struct g_object *));
-+struct table *new_table(void);
-+
-+void get_cell_width(char *, char *, int, int, int, int *, int *, int, int *, unsigned char *);
-+
-+
- #ifdef DEBUG
- #define CELL(t, x, y) (((x) < 0 || (x) >= (t)->rx || (y) < 0 || (y) >= (t)->ry) ? (internal("accessing cell out of table (%d,%d) - limit (%d,%d)", (x), (y), (t)->rx, (t)->ry), (t)->cells) : 
&(t)->cells[(y) * (t)->rx + (x)])
- #else



Home | Main Index | Thread Index | Old Index