Subject: pkg/24768: Update package www/dillo to 0.8.0
To: None <gnats-bugs@gnats.NetBSD.org>
From: None <pino@dohd.org>
List: netbsd-bugs
Date: 03/13/2004 21:43:49
>Number:         24768
>Category:       pkg
>Synopsis:       Update package www/dillo to 0.8.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Mar 13 19:44:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        NetBSD 1.6ZK
>Organization:
	
>Environment:
System: NetBSD pokey 1.6ZK NetBSD 1.6ZK (LUCIFER) #0: Sat Mar 13 03:10:12 CET 2004 martijnb@pokey:/usr/src/sys/arch/i386/compile/LUCIFER i386
Architecture: i386
Machine: i386
>Description:
	Dillo has been updated to 0.8.0 for a while now. Dillo-0.8.0 offers
	improved stability, alongside a new framework for plugins. Most
	importantly, name resolving seems to have gotten a lot more stable.

From the "ChangeLog highlights":

* Introduced a new way of handling dillo plugins! Now the communications and managing is done by a daemon: dpid. This comes with a lot of advantages described in Dpid.txt. 
* Developed a plugin for downloads. It uses wget and can handle several connections at the same time. 
* Adapted the generic parser to make HTML error detection, providing the line number and a hint (expected tag) in the error message! 
* Added a bug-meter button that shows the count of detected HTML errors (left click shows the errors, right click offers a validation menu). 
* Added a right-mouse-button popup for images! 
* Added a web search dialog (with toolbar icon, shortcut is Ctrl-S). The search engine can be set in dillorc (defaults to google). 
* Improved configure.in for better portability. 
* Made SPAM-safe URLs aware of image buttons. 
* Made images showing the ALT text as long as no image data has been retrieved. 
* Added the "-geometry" switch to the CLI. 
* Fixed a bug in findtext (wrong highlighting). 

>How-To-Repeat:
	Observation
>Fix:
	Apply the following patch:

Index: Makefile
===================================================================
RCS file: /cvsroot/netbsd/pkgsrc/www/dillo/Makefile,v
retrieving revision 1.17
diff -r1.17 Makefile
4c4
< DISTNAME=	dillo-0.7.3
---
> DISTNAME=	dillo-0.8.0
Index: PLIST
===================================================================
RCS file: /cvsroot/netbsd/pkgsrc/www/dillo/PLIST,v
retrieving revision 1.6
diff -r1.6 PLIST
1,2c1
< @comment $NetBSD: PLIST,v 1.6 2003/08/11 15:09:32 drochner Exp $
< bin/bm_srv12
---
> @comment $NetBSD$
3a3,10
> bin/dpid
> bin/dpidc
> etc/dpidrc
> lib/dillo/dpi/bookmarks/bookmarks.dpi
> lib/dillo/dpi/downloads/downloads.dpi
> lib/dillo/dpi/ftp/ftp.filter.dpi
> lib/dillo/dpi/hello/hello.filter.dpi
> lib/dillo/dpi/https/https.filter.dpi
6a14
> share/doc/dillo/Dpid.txt
24a33,39
> @dirrm lib/dillo/dpi/https
> @dirrm lib/dillo/dpi/hello
> @dirrm lib/dillo/dpi/ftp
> @dirrm lib/dillo/dpi/downloads
> @dirrm lib/dillo/dpi/bookmarks
> @dirrm lib/dillo/dpi
> @dirrm lib/dillo
Index: distinfo
===================================================================
RCS file: /cvsroot/netbsd/pkgsrc/www/dillo/distinfo,v
retrieving revision 1.15
diff -r1.15 distinfo
1c1
< $NetBSD: distinfo,v 1.15 2003/08/11 15:09:32 drochner Exp $
---
> $NetBSD$
3,5c3,5
< SHA1 (dillo-0.7.3.tar.bz2) = 03724155b7ad6ea4779334425843dc77931c23a1
< Size (dillo-0.7.3.tar.bz2) = 345295 bytes
< SHA1 (patch-ab) = 0428bb40dc0f12b4c46cc7062712bd69532ea4a1
---
> SHA1 (dillo-0.8.0.tar.bz2) = 32c6e2805c8c03ce3ea6fa98dd7af568ea745bee
> Size (dillo-0.8.0.tar.bz2) = 396058 bytes
> SHA1 (patch-ab) = 9fa9c3cde08eb43be22bba407362cf7644eab847
Index: patches/patch-ab
===================================================================
RCS file: /cvsroot/netbsd/pkgsrc/www/dillo/patches/patch-ab,v
retrieving revision 1.8
diff -r1.8 patch-ab
1c1
< $NetBSD: patch-ab,v 1.8 2003/05/06 16:10:16 salo Exp $
---
> $NetBSD$
3,5c3,5
< --- Makefile.in.orig	2003-04-29 18:24:33.000000000 +0200
< +++ Makefile.in	2003-05-06 17:43:28.000000000 +0200
< @@ -128,7 +128,7 @@
---
> --- Makefile.in.orig	2004-02-08 13:56:10.000000000 +0100
> +++ Makefile.in
> @@ -136,7 +136,7 @@ SUBDIRS = doc src dpid dpi
7c7
<  EXTRA_DIST = ChangeLog.old dillorc
---
>  EXTRA_DIST = ChangeLog.old dillorc install-dpi-local
10c10
< +sysconf_DATA =
---
> +sysconf_DATA = 
>Release-Note:
>Audit-Trail:
>Unformatted: