summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2002-03-10 10:47:16 +0000
committerjmc <jmc@pkgsrc.org>2002-03-10 10:47:16 +0000
commit423548fd31d9f8e5c103f8696da21719efc79a3b (patch)
tree70459b298f42a2966ca63317b80391ede7b87301 /www
parent73e9f1c2628a5122307efa4bb5fbf1ac96d5238e (diff)
downloadpkgsrc-423548fd31d9f8e5c103f8696da21719efc79a3b.tar.gz
Update to skipstone 0.7.9 which is needed as mozilla 0.9.8 changed it's API
again. Highlights from the Changelog: - Updated Dutch Translations from Francois Duprez. - Chagnes to make skipstone compile on HPUX. Thanks to Geoferrey Hausheer for his help. - Patch from anamaru@sekine-lab.ei.tuat.ac.jp (Takashi Kanamaru) to call mozilla_save_prefs() - says it helps with saving cache. - Change skipstone script to use /bin/sh instead of /bin/bash - I wonder why I never changed the File menu in tabbed mode to say New Tab, open in current tab and open in a new tab ! done ;) - The long awaited feature of being able to enable/disable plugins is implemented. checkout the plugins root node, now its selectable and has a checkbutton for each of the loaded plugins. Disabling/Enabling plugins requires a restart. - Updated Russian translations from Aleksandr Blohin - ConfirmEx dialog implemented properly now, cookie prompts and signon prompts should work fine now. - Oops - disable popups option was not sticking! - Made it so that the AutoComplete plugin display the alternative completions when the option is set to off if the ctrl and tab were used instead of tab only. - AutoComplete config item where one could disable the display of the alternative items and a fix to skipstone when writing a plugin config item that is set to '0'. - Applied a patch from Muthu that replaces the entry in the open in new window dialog with a combo that has the latest urls. Default behavior of the entry being focused and it being blank is still retained. - FavIcon plugin can be told to fetch favicons even if they were not included in the HTML source, its off by default since it will be probing each server for favicon.ico which can be annoying. - You can now assign FavIcons to sites that dont set one, also you can refresh a FavIcon. - Thanks to Hiroyuki Ikezoe for reporting a mess up with bookmarks. Fixed now.
Diffstat (limited to 'www')
-rw-r--r--www/skipstone/Makefile6
-rw-r--r--www/skipstone/distinfo8
-rw-r--r--www/skipstone/patches/patch-ac9
3 files changed, 11 insertions, 12 deletions
diff --git a/www/skipstone/Makefile b/www/skipstone/Makefile
index 6536442ee26..f36a3341d24 100644
--- a/www/skipstone/Makefile
+++ b/www/skipstone/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2002/01/25 17:44:00 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2002/03/10 10:47:16 jmc Exp $
#
-DISTNAME= skipstone-0.7.8
+DISTNAME= skipstone-0.7.9
CATEGORIES= www
MASTER_SITES= http://www.muhri.net/skipstone/
@@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.muhri.net/skipstone/
COMMENT= Gtk+ web browser that embeds Mozilla's renderer
-DEPENDS+= mozilla>=0.9.7:../../www/mozilla
+DEPENDS+= mozilla>=0.9.8:../../www/mozilla
USE_GMAKE= yes
diff --git a/www/skipstone/distinfo b/www/skipstone/distinfo
index 49fc07ca5a4..d9a77a68b9d 100644
--- a/www/skipstone/distinfo
+++ b/www/skipstone/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2002/02/08 00:40:34 jmc Exp $
+$NetBSD: distinfo,v 1.5 2002/03/10 10:47:16 jmc Exp $
-SHA1 (skipstone-0.7.8.tar.gz) = 71fd1856746913b352572b4458727b25999c4975
-Size (skipstone-0.7.8.tar.gz) = 357255 bytes
+SHA1 (skipstone-0.7.9.tar.gz) = 962c9539938be0bc2f589913795177c66b42ee61
+Size (skipstone-0.7.9.tar.gz) = 394876 bytes
SHA1 (patch-aa) = 83c8678517d7398111155dfaf4aa4ae2e97a5fbd
SHA1 (patch-ab) = 0ce631832790a2fd2e243c75ddf466aad337ec2e
-SHA1 (patch-ac) = 5df3314d4d2d9f23f64795c4a72a86765b4a6b4d
+SHA1 (patch-ac) = d79acc2997b95d3844501ed0f4e767beac6b90ad
SHA1 (patch-ad) = 0476574e5165030d1a4589ed28c8445444e99384
diff --git a/www/skipstone/patches/patch-ac b/www/skipstone/patches/patch-ac
index a22901be427..6ebca7c7067 100644
--- a/www/skipstone/patches/patch-ac
+++ b/www/skipstone/patches/patch-ac
@@ -1,9 +1,9 @@
-$NetBSD: patch-ac,v 1.2 2002/01/24 13:47:03 wiz Exp $
+$NetBSD: patch-ac,v 1.3 2002/03/10 10:47:17 jmc Exp $
---- src/skipstone.orig Fri Dec 28 23:27:52 2001
-+++ src/skipstone
+--- src/skipstone.orig Wed Feb 6 07:42:16 2002
++++ src/skipstone Sun Mar 10 10:35:49 2002
@@ -1,29 +1,3 @@
--#!/bin/bash
+ #!/bin/sh
-if test -n "$MOZILLA_FIVE_HOME"; then
- LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH
- export LD_LIBRARY_PATH
@@ -32,6 +32,5 @@ $NetBSD: patch-ac,v 1.2 2002/01/24 13:47:03 wiz Exp $
-else
- exec skipstone-bin $@
-fi
-+#!/bin/sh
+export MOZILLA_FIVE_HOME=@PREFIX@/lib/mozilla
+exec skipstone-bin $@