summaryrefslogtreecommitdiff
path: root/www/dillo
diff options
context:
space:
mode:
authordillo <dillo>2001-12-24 14:35:32 +0000
committerdillo <dillo>2001-12-24 14:35:32 +0000
commit81ffc36dc0f48b64d1b82852a4701ea2682ab6e0 (patch)
treea9b1da20bf03dec3957126b899051971e2644d00 /www/dillo
parent964b202323f56133f0d0c41d30e56127c410b32d (diff)
downloadpkgsrc-81ffc36dc0f48b64d1b82852a4701ea2682ab6e0.tar.gz
Update dillo to 0.6.3:
This release introduces extended UI customization, a full-screen mode, a way to turn off the dicache (saving lots of memory), and optimized code for handling resize requests in the page widget. The whole HTML tag parsing and URL resolving modules are new, improved, and more standards-compliant. Several bugfixes and other enhancements were also made.
Diffstat (limited to 'www/dillo')
-rw-r--r--www/dillo/Makefile4
-rw-r--r--www/dillo/distinfo7
-rw-r--r--www/dillo/patches/patch-ab12
3 files changed, 5 insertions, 18 deletions
diff --git a/www/dillo/Makefile b/www/dillo/Makefile
index bab087688c7..1b0d9ccddd8 100644
--- a/www/dillo/Makefile
+++ b/www/dillo/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2001/12/06 16:36:28 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2001/12/24 14:35:32 dillo Exp $
#
-DISTNAME= dillo-0.6.2
+DISTNAME= dillo-0.6.3
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dillo/}
diff --git a/www/dillo/distinfo b/www/dillo/distinfo
index 0a2fe78952d..a8e040340fb 100644
--- a/www/dillo/distinfo
+++ b/www/dillo/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.4 2001/12/12 05:57:29 dillo Exp $
+$NetBSD: distinfo,v 1.5 2001/12/24 14:35:32 dillo Exp $
-SHA1 (dillo-0.6.2.tar.gz) = 68b0b3fe756190c31964442108617c56d35cd214
-Size (dillo-0.6.2.tar.gz) = 279913 bytes
+SHA1 (dillo-0.6.3.tar.gz) = ed320b4dda842204a9943ec9697a6908da09caae
+Size (dillo-0.6.3.tar.gz) = 284004 bytes
SHA1 (patch-aa) = 1ae5a680306102d03d587acfbbf16cbf1f5df366
-SHA1 (patch-ab) = cc29d319185430df26865f84f704fae9a888519f
SHA1 (patch-ac) = 9b70f6529045ba19978a7391159e08305858bf4f
diff --git a/www/dillo/patches/patch-ab b/www/dillo/patches/patch-ab
deleted file mode 100644
index 253a81a30d9..00000000000
--- a/www/dillo/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2001/12/10 15:32:42 joda Exp $
-
---- src/IO/http.c.orig Tue Oct 16 17:53:53 2001
-+++ src/IO/http.c Mon Dec 10 16:20:42 2001
-@@ -211,6 +211,7 @@
- SocketData_t *S = a_Klist_get_data(ValidSocks, (gint)Info->LocalKey);
-
- /* Set remaining parms. */
-+ memset(&name, 0, sizeof(name));
- name.sin_family = AF_INET;
- name.sin_port = S->port ? htons(S->port) : htons(DILLO_URL_HTTP_PORT);
- name.sin_addr.s_addr = htonl(S->ip_addr);