summaryrefslogtreecommitdiff
path: root/www/dillo
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-04-29 11:57:02 +0000
committerrh <rh@pkgsrc.org>2002-04-29 11:57:02 +0000
commit1973ac7266561c4f8274de795f402975075589b5 (patch)
tree03e685224d52b21be91fa82a77dbd38767fb4bce /www/dillo
parent3394042bd8d357b21c97716f69609ee95fdd4aaa (diff)
downloadpkgsrc-1973ac7266561c4f8274de795f402975075589b5.tar.gz
Update dillo to 0.6.5. Mainly bugfixes, but also features the addition
of cookies. Provided by the package maintainer Benjamin Wong <ben@wongs.net>. This closes PR pkg/16539.
Diffstat (limited to 'www/dillo')
-rw-r--r--www/dillo/DESCR4
-rw-r--r--www/dillo/Makefile16
-rw-r--r--www/dillo/PLIST23
-rw-r--r--www/dillo/distinfo8
-rw-r--r--www/dillo/patches/patch-ac13
5 files changed, 34 insertions, 30 deletions
diff --git a/www/dillo/DESCR b/www/dillo/DESCR
index 7ffc7ae7a52..71f20ccd0ab 100644
--- a/www/dillo/DESCR
+++ b/www/dillo/DESCR
@@ -1,5 +1,5 @@
A very small and fast graphical web browser using GTK+.
It is still in early development, so many features are still missing:
-ftp and https protocol support, frames, and cookies. Table support
-is incomplete.
+most notably ftp, https, and frames. Table support is incomplete.
+Cookies are supported.
diff --git a/www/dillo/Makefile b/www/dillo/Makefile
index 63c23fc68e9..e171cc4903c 100644
--- a/www/dillo/Makefile
+++ b/www/dillo/Makefile
@@ -1,24 +1,24 @@
-# $NetBSD: Makefile,v 1.5 2002/03/13 17:37:51 fredb Exp $
+# $NetBSD: Makefile,v 1.6 2002/04/29 11:57:03 rh Exp $
#
-DISTNAME= dillo-0.6.4
+DISTNAME= dillo-0.6.5
PKGREVISION= 1
CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dillo/}
+MASTER_SITES= http://dillo.cipsga.org.br/download/
MAINTAINER= Benjamin.Wong@cc.gatech.edu
-HOMEPAGE= http://dillo.sourceforge.net/
-COMMENT= very small and fast graphical web-browser
+HOMEPAGE= http://dillo.cipsga.org.br/
+COMMENT= Very small and fast graphical web-browser
USE_BUILDLINK_ONLY= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dillo
- ${INSTALL_DATA} ${WRKSRC}/dillorc ${PREFIX}/share/examples/dillo
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dillo
+ ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/dillo
+
-.include "../../devel/pth/buildlink.mk"
.include "../../graphics/jpeg/buildlink.mk"
.include "../../graphics/png/buildlink.mk"
.include "../../x11/gtk/buildlink.mk"
diff --git a/www/dillo/PLIST b/www/dillo/PLIST
index 9a9173568b2..edcc5a62ef5 100644
--- a/www/dillo/PLIST
+++ b/www/dillo/PLIST
@@ -1,4 +1,21 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2001/12/06 16:15:41 dillo Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/04/29 11:57:03 rh Exp $
bin/dillo
-share/examples/dillo/dillorc
-@dirrm share/examples/dillo
+etc/dillorc
+share/doc/dillo/Cache.txt
+share/doc/dillo/Cookies.txt
+share/doc/dillo/Dillo.txt
+share/doc/dillo/Dw.txt
+share/doc/dillo/DwImage.txt
+share/doc/dillo/DwPage.txt
+share/doc/dillo/DwStyle.txt
+share/doc/dillo/DwTable.txt
+share/doc/dillo/DwWidget.txt
+share/doc/dillo/HtmlParser.txt
+share/doc/dillo/IO.txt
+share/doc/dillo/Images.txt
+share/doc/dillo/Makefile
+share/doc/dillo/Makefile.am
+share/doc/dillo/Makefile.in
+share/doc/dillo/NC_design.txt
+share/doc/dillo/README
+@dirrm share/doc/dillo
diff --git a/www/dillo/distinfo b/www/dillo/distinfo
index c7442d72f3c..6aa99778227 100644
--- a/www/dillo/distinfo
+++ b/www/dillo/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2002/02/12 20:06:34 reinoud Exp $
+$NetBSD: distinfo,v 1.7 2002/04/29 11:57:03 rh Exp $
-SHA1 (dillo-0.6.4.tar.gz) = 0613724628b084713946bbd4f38805ba31c8ea44
-Size (dillo-0.6.4.tar.gz) = 290920 bytes
+SHA1 (dillo-0.6.5.tar.gz) = 34e11b573e577d24fc20a2b8a9a13f44883ecf51
+Size (dillo-0.6.5.tar.gz) = 310323 bytes
SHA1 (patch-aa) = 1ae5a680306102d03d587acfbbf16cbf1f5df366
-SHA1 (patch-ac) = 9b70f6529045ba19978a7391159e08305858bf4f
+SHA1 (patch-ab) = 3246d74bd6f62e794446f7734501ad66906f0e15
diff --git a/www/dillo/patches/patch-ac b/www/dillo/patches/patch-ac
deleted file mode 100644
index d15f1e4c55f..00000000000
--- a/www/dillo/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2001/12/12 05:57:29 dillo Exp $
-
---- src/dw_table.c.orig Tue Oct 16 19:49:25 2001
-+++ src/dw_table.c
-@@ -661,7 +661,7 @@
- a_List_resize (table->cum_height, table->num_rows, sizeof(gint32),
- table->cum_height_max);
- table->num_rows--;
-- a_List_resize (table->row_style, table->num_rows, sizeof(gint32),
-+ a_List_resize (table->row_style, table->num_rows, sizeof(DwStyle*),
- table->row_style_max);
-
- old_num_children = table->num_children;