head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.10 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.8 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.4 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.3.0.4 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.2 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.2.0.34 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.32 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.30 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.28 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.26 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.24 pkgsrc-2008Q1:1.2.0.22 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.20 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.18 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.16 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.14 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.12 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.10 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.8 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.6 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.4 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.2 pkgsrc-2005Q3-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2009.10.30.20.34.43; author tnn; state dead; branches; next 1.3; 1.3 date 2009.07.03.14.00.24; author drochner; state Exp; branches; next 1.2; 1.2 date 2005.09.17.22.40.36; author reed; state Exp; branches; next 1.1; 1.1 date 2005.08.11.17.43.10; author reed; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2005.08.11.17.43.10; author reed; state Exp; branches; next ; desc @@ 1.4 log @Update to kazehakase-0.5.8. Changes unknown. Previous version SEGV'd on startup, this one doesn't. It still doesn't show any web pages though ... @ text @$NetBSD: patch-aj,v 1.3 2009/07/03 14:00:24 drochner Exp $ --- src/bookmarks/Makefile.in.orig 2008-03-29 09:20:55.000000000 +0100 +++ src/bookmarks/Makefile.in @@@@ -88,14 +88,13 @@@@ ALL_LINGUAS = @@ALL_LINGUAS@@ AMTAR = @@AMTAR@@ AM_CFLAGS = @@AM_CFLAGS@@ AM_CPPFLAGS = \ - -DGTK_DISABLE_DEPRECATED=1 \ -DGDK_DISABLE_DEPRECATED=1 \ -DG_LOG_DOMAIN=\"Kazehakase-Bookmarks\" \ -DG_DISABLE_DEPRECATED=1 \ -DLOCALEDIR=\""$(localedir)"\" \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DDATADIR=\""$(datadir)"\" \ - -DKZ_SYSCONFDIR=\""$(sysconfdir)/$(PACKAGE)"\" \ + -DKZ_SYSCONFDIR=\""$(sysconfdir)"\" \ -DKZ_DATADIR=\""$(datadir)/$(PACKAGE)"\" AM_CXXFLAGS = @@AM_CXXFLAGS@@ @ 1.3 log @-use libgnutls-config.mk, make gnutls detection work, bump PKGREVISION -remove some GTK_DISABLE_DEPRECATED to fix build with newer gtk2 @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @This is from PR #31106. Thank you, Leonard Schmidt. Update www/kazehakase from 0.2.9 to 0.3.0. Changes from 0.2.9 to 0.3.0: * Added feed bookmark action (Kouhei Sutou) * Fixed some crash bugs. (I have been running this since Sept. 10. Sorry for the delay in updating.) @ text @d1 1 a1 1 $NetBSD: patch-aj,v 1.1.1.1 2005/08/11 17:43:10 reed Exp $ d3 1 a3 1 --- src/bookmarks/Makefile.in.orig 2005-08-28 23:22:16.000000000 +0000 d5 8 a12 1 @@@@ -91,7 +91,7 @@@@ AM_CPPFLAGS = \ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- src/bookmarks/Makefile.in.orig 2005-06-28 00:17:36.000000000 +0000 d5 1 a5 1 @@@@ -90,7 +90,7 @@@@ AM_CPPFLAGS = \ @ 1.1.1.1 log @Import kazehakase web browser. This is from pkgsrc-wip originally imported by me, but now maintained by Leonard Schmidt. Thank you Leonard! Kazehakase is a GTK+2-based web browser with plans to add support for switching between various rendering engines such as Dillo, Gecko, GtkHTML, Gtk+ WebCore or w3m. Currently, however, only supporting Mozilla's Gecko engine. It provides tabbed windows and RSS support, drag-and-drop of browser tabs, a bookmark editor, remote and smart bookmarks, mouse gestures, a search window, find as you type, a cookie and a password manager. @ text @@