pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/webkit-gtk Update to 1.1.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e197cc6cc01
branches:  trunk
changeset: 394378:8e197cc6cc01
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Tue Jun 09 13:08:14 2009 +0000

description:
Update to 1.1.8.

Changes:

- We found out that WebKitWebHistoryItems were being kept with a
  reference count of 2 instead of 1 as they should; nobody should be
  relying on that, but if you hit reference counting problems with
  items you were creating yourself, this is for you.
- You can now copy images from the web page to the clipboard.
- Improvements were made to the Plugin handling code.
- Scroll events will now be correctly reported to web applications.
- You can now embed arbitrary widgets as if it was a plugin, with
  the new "create-plugin-widget" signal.
- The atk_text_get_text_{at,after,before}_offset methods are now
  implemented for all boundary types except LINE_AFTER and
  LINE_BEFORE.
- The usual stream of minor fixes and improvements, as always.

diffstat:

 www/webkit-gtk/Makefile |  4 ++--
 www/webkit-gtk/PLIST    |  9 ++++++++-
 www/webkit-gtk/distinfo |  8 ++++----
 3 files changed, 14 insertions(+), 7 deletions(-)

diffs (56 lines):

diff -r 21ec986d0692 -r 8e197cc6cc01 www/webkit-gtk/Makefile
--- a/www/webkit-gtk/Makefile   Tue Jun 09 13:07:26 2009 +0000
+++ b/www/webkit-gtk/Makefile   Tue Jun 09 13:08:14 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2009/05/20 03:28:48 snj Exp $
+# $NetBSD: Makefile,v 1.11 2009/06/09 13:08:14 ahoka Exp $
 
-DISTNAME=      webkit-1.1.7
+DISTNAME=      webkit-1.1.8
 PKGNAME=       ${DISTNAME:S/webkit/webkit-gtk/}
 CATEGORIES=    www
 MASTER_SITES=  http://www.webkitgtk.org/
diff -r 21ec986d0692 -r 8e197cc6cc01 www/webkit-gtk/PLIST
--- a/www/webkit-gtk/PLIST      Tue Jun 09 13:07:26 2009 +0000
+++ b/www/webkit-gtk/PLIST      Tue Jun 09 13:08:14 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2009/05/20 03:28:48 snj Exp $
+@comment $NetBSD: PLIST,v 1.7 2009/06/09 13:08:14 ahoka Exp $
 bin/jsc
 include/webkit-1.0/JavaScriptCore/JSBase.h
 include/webkit-1.0/JavaScriptCore/JSContextRef.h
@@ -34,6 +34,12 @@
 share/locale/pt_BR/LC_MESSAGES/webkit.mo
 share/locale/ru/LC_MESSAGES/webkit.mo
 share/locale/sv/LC_MESSAGES/webkit.mo
+share/webkit-1.0/images/deleteButton.png
+share/webkit-1.0/images/missingImage.png
+share/webkit-1.0/images/nullPlugin.png
+share/webkit-1.0/images/panIcon.png
+share/webkit-1.0/images/textAreaResizeCorner.png
+share/webkit-1.0/images/urlIcon.png
 share/webkit-1.0/resources/error.html
 share/webkit-1.0/webinspector/Images/back.png
 share/webkit-1.0/webinspector/Images/checker.png
@@ -152,6 +158,7 @@
 @dirrm share/webkit-1.0/webinspector/Images
 @dirrm share/webkit-1.0/webinspector
 @dirrm share/webkit-1.0/resources
+@dirrm share/webkit-1.0/images
 @dirrm share/webkit-1.0
 @dirrm include/webkit-1.0/webkit
 @dirrm include/webkit-1.0/JavaScriptCore
diff -r 21ec986d0692 -r 8e197cc6cc01 www/webkit-gtk/distinfo
--- a/www/webkit-gtk/distinfo   Tue Jun 09 13:07:26 2009 +0000
+++ b/www/webkit-gtk/distinfo   Tue Jun 09 13:08:14 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2009/05/20 03:28:48 snj Exp $
+$NetBSD: distinfo,v 1.10 2009/06/09 13:08:14 ahoka Exp $
 
-SHA1 (webkit-1.1.7.tar.gz) = 77d27ab8f0d74ddda349ea9e4416d27d9adb8b61
-RMD160 (webkit-1.1.7.tar.gz) = 63dea479e23b62ae6d0abb0e5559c35eed34466d
-Size (webkit-1.1.7.tar.gz) = 6205024 bytes
+SHA1 (webkit-1.1.8.tar.gz) = 3b858495e293c0998a2652993a93ccbedff71839
+RMD160 (webkit-1.1.8.tar.gz) = 6c0cda8cbcf88c7d7104e0bcc6b910eada9213c0
+Size (webkit-1.1.8.tar.gz) = 6232745 bytes
 SHA1 (patch-ad) = 6a53ac32606c1985c15430f14f45dd6215e1d86a



Home | Main Index | Thread Index | Old Index