summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-02-26 10:08:11 +0000
committerwiz <wiz@pkgsrc.org>2005-02-26 10:08:11 +0000
commit3e0a7e7de83ec4619b5a036b2502e99c08397ea4 (patch)
treecf106a78f5de887dc3a7e03fb6331799bac167ce /www
parent55ecced35d7dc1009e45d45e2bc5df0770743dec (diff)
downloadpkgsrc-3e0a7e7de83ec4619b5a036b2502e99c08397ea4.tar.gz
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 (limited to 'www')
-rw-r--r--www/links-gui/Makefile4
-rw-r--r--www/links/Makefile4
-rw-r--r--www/links/Makefile.common4
-rw-r--r--www/links/distinfo9
-rw-r--r--www/links/patches/patch-ac91
5 files changed, 10 insertions, 102 deletions
diff --git a/www/links-gui/Makefile b/www/links-gui/Makefile
index 7e69de0ca73..730b8cd6104 100644
--- a/www/links-gui/Makefile
+++ b/www/links-gui/Makefile
@@ -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 --git a/www/links/Makefile b/www/links/Makefile
index d54aefd963a..4f6f258c1d4 100644
--- a/www/links/Makefile
+++ b/www/links/Makefile
@@ -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 --git a/www/links/Makefile.common b/www/links/Makefile.common
index 1dbf2677608..56b0aa9cbd4 100644
--- a/www/links/Makefile.common
+++ b/www/links/Makefile.common
@@ -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 --git a/www/links/distinfo b/www/links/distinfo
index 9aa65ffd9c6..add6a312e61 100644
--- a/www/links/distinfo
+++ b/www/links/distinfo
@@ -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 --git a/www/links/patches/patch-ac b/www/links/patches/patch-ac
deleted file mode 100644
index 5280b94a39c..00000000000
--- a/www/links/patches/patch-ac
+++ /dev/null
@@ -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