diff options
author | ahoka <ahoka@pkgsrc.org> | 2009-06-09 13:08:14 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2009-06-09 13:08:14 +0000 |
commit | 9dcd3594b3cc916c08bbcc43ef2aac99e1bf3816 (patch) | |
tree | 4603b1b40380486749bdf13f0dd0fa7b9e7ad9a8 /www/webkit-gtk | |
parent | 01bdfb36fee7184dc09629507e89a8912c8e866f (diff) | |
download | pkgsrc-9dcd3594b3cc916c08bbcc43ef2aac99e1bf3816.tar.gz |
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 (limited to 'www/webkit-gtk')
-rw-r--r-- | www/webkit-gtk/Makefile | 4 | ||||
-rw-r--r-- | www/webkit-gtk/PLIST | 9 | ||||
-rw-r--r-- | www/webkit-gtk/distinfo | 8 |
3 files changed, 14 insertions, 7 deletions
diff --git a/www/webkit-gtk/Makefile b/www/webkit-gtk/Makefile index 6a763b5c590..6386383a00a 100644 --- a/www/webkit-gtk/Makefile +++ b/www/webkit-gtk/Makefile @@ -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 --git a/www/webkit-gtk/PLIST b/www/webkit-gtk/PLIST index f78f985cab3..663a70674b5 100644 --- a/www/webkit-gtk/PLIST +++ b/www/webkit-gtk/PLIST @@ -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/it/LC_MESSAGES/webkit.mo 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 @@ share/webkit-1.0/webinspector/localizedStrings.js @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 --git a/www/webkit-gtk/distinfo b/www/webkit-gtk/distinfo index 7b347d99f55..b36e4805d78 100644 --- a/www/webkit-gtk/distinfo +++ b/www/webkit-gtk/distinfo @@ -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 |