pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Update www/dillo to 0.8.0, closes PR pkg/24768.
details: https://anonhg.NetBSD.org/pkgsrc/rev/aba1930c62a6
branches: trunk
changeset: 470970:aba1930c62a6
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Sun Mar 14 01:26:55 2004 +0000
description:
Update www/dillo to 0.8.0, closes PR pkg/24768.
Changes:
Version 0.8.0 [Feb 08, 2004]
- * Added a right-mouse-button popup for images!
Patch: Frank de Lange, Eric Gaudet, Jorge Arellano
- * Made main document window grab focus on startup, fullwindow,
and after open url (BUG#330)
* Set Ctrl-U to focus the location entry,
Ctrl-R to reload, and Ctrl-H to hide controls.
Patches: Johan Hovold, Jorge Arellano, Stephan Goetter
- * Added a missing handler for broken-connection condition.
Patch: Jorge Arellano, Phil Pennock
- * 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.
Patch: Programming: Ferdi Franceschini; Design: Jorge Arellano
- * Wrote documentation for dpid (Dpid.txt).
* Removed a memory leak in Get_line().
Patches: Jorge Arellano, Ferdi Franceschini
- * Developed a plugin for downloads. It uses wget and can handle several
connections at the same time.
* Developed stress tests for both dpid and the downloads dpi.
Patches: Ferdi Franceschini
- * Adapted dpi.c to manage plugins through dpid.
* Improved the incoming dpi-stream processing to accept images from a dpi.
* Added/updated lots of dpi-related comments.
* Updated the dpi1 spec.
* Removed the forced end-to-end reload that was set upon dpis. Now,
dpi-generated pages can be cached.
* Made dillo able to handle multiple plugins (still lacks a dynamic API)
... etc, etc.
diffstat:
doc/CHANGES | 3 ++-
www/dillo/Makefile | 14 +++++++-------
www/dillo/PLIST | 11 +++++++++--
www/dillo/distinfo | 8 ++++----
www/dillo/patches/patch-ab | 10 +++++-----
5 files changed, 27 insertions(+), 19 deletions(-)
diffs (104 lines):
diff -r 159144adeda1 -r aba1930c62a6 doc/CHANGES
--- a/doc/CHANGES Sun Mar 14 00:45:34 2004 +0000
+++ b/doc/CHANGES Sun Mar 14 01:26:55 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5254 2004/03/14 00:49:10 markd Exp $
+$NetBSD: CHANGES,v 1.5255 2004/03/14 01:26:55 xtraeme Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -1466,3 +1466,4 @@
Updated swi-prolog to 5.0.10nb2 [kristerw 2004-03-13]
Updated kdegraphics3 to 3.2.1nb1 [markd 2004-03-14]
Updated kde3 to 3.2.1nb2 [markd 2004-03-14]
+ Updated dillo to 0.8.0 [xtraeme 2004-03-14]
diff -r 159144adeda1 -r aba1930c62a6 www/dillo/Makefile
--- a/www/dillo/Makefile Sun Mar 14 00:45:34 2004 +0000
+++ b/www/dillo/Makefile Sun Mar 14 01:26:55 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2003/08/11 15:09:32 drochner Exp $
+# $NetBSD: Makefile,v 1.18 2004/03/14 01:26:55 xtraeme Exp $
#
-DISTNAME= dillo-0.7.3
+DISTNAME= dillo-0.8.0
CATEGORIES= www
MASTER_SITES= http://dillo.auriga.wearlab.de/download/
EXTRACT_SUFX= .tar.bz2
@@ -10,7 +10,7 @@
HOMEPAGE= http://dillo.auriga.wearlab.de/
COMMENT= Very small and fast graphical web-browser
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
USE_X11= YES
GNU_CONFIGURE= YES
@@ -33,9 +33,9 @@
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/dillorc ${EGDIR}/dillorc.default
-.include "../../graphics/jpeg/buildlink2.mk"
-.include "../../graphics/png/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 159144adeda1 -r aba1930c62a6 www/dillo/PLIST
--- a/www/dillo/PLIST Sun Mar 14 00:45:34 2004 +0000
+++ b/www/dillo/PLIST Sun Mar 14 01:26:55 2004 +0000
@@ -1,9 +1,16 @@
-@comment $NetBSD: PLIST,v 1.6 2003/08/11 15:09:32 drochner Exp $
-bin/bm_srv12
+@comment $NetBSD: PLIST,v 1.7 2004/03/14 01:26:55 xtraeme Exp $
bin/dillo
+bin/dpid
+bin/dpidc
+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
share/doc/dillo/Cache.txt
share/doc/dillo/Cookies.txt
share/doc/dillo/Dillo.txt
+share/doc/dillo/Dpid.txt
share/doc/dillo/Dw.txt
share/doc/dillo/DwImage.txt
share/doc/dillo/DwPage.txt
diff -r 159144adeda1 -r aba1930c62a6 www/dillo/distinfo
--- a/www/dillo/distinfo Sun Mar 14 00:45:34 2004 +0000
+++ b/www/dillo/distinfo Sun Mar 14 01:26:55 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2003/08/11 15:09:32 drochner Exp $
+$NetBSD: distinfo,v 1.16 2004/03/14 01:26:55 xtraeme Exp $
-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) = 1e71983377f5de2c68b322f085526af33e2efcc2
diff -r 159144adeda1 -r aba1930c62a6 www/dillo/patches/patch-ab
--- a/www/dillo/patches/patch-ab Sun Mar 14 00:45:34 2004 +0000
+++ b/www/dillo/patches/patch-ab Sun Mar 14 01:26:55 2004 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-ab,v 1.8 2003/05/06 16:10:16 salo Exp $
+$NetBSD: patch-ab,v 1.9 2004/03/14 01:26:55 xtraeme Exp $
---- 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-03-14 02:13:15.000000000 +0100
++++ Makefile.in 2004-03-14 02:13:24.000000000 +0100
+@@ -136,7 +136,7 @@
- EXTRA_DIST = ChangeLog.old dillorc
+ EXTRA_DIST = ChangeLog.old dillorc install-dpi-local
-sysconf_DATA = dillorc
+sysconf_DATA =
Home |
Main Index |
Thread Index |
Old Index