summaryrefslogtreecommitdiff
path: root/www/kazehakase
AgeCommit message (Collapse)AuthorFilesLines
2014-04-09recursive bump from icu shlib major bump.obache1-2/+2
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz1-2/+2
2013-10-19Revbump after updating textproc/icuadam1-2/+2
2013-10-10Recursive revbump from pango-1.36.0ryoon1-2/+2
2013-09-02Revbump after cairo updateadam1-2/+2
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-24Bump PKGREVISION for libproxy shlib major bump.wiz1-2/+2
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam1-2/+2
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam1-2/+2
2012-07-01Add desktopdb.mk and bump PKGREVISION for 118 packages as reported bydholland1-2/+3
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2012-04-27Recursive bump from icu shlib major bumped to 49.obache1-2/+2
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-02-03Remove G_DISABLE_DEPRECATED so this builds with new glib.sbd16-1/+208
2011-12-12Fix fallout from newer gnutls.joerg2-1/+16
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-06-10recursive bump from textproc/icu shlib major bump.obache1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-12-17Bump PKGREVISION from icu shlib major bump.obache1-2/+2
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-3/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-11Fix build with gtk2-2.20.wiz1-1/+7
2010-02-13Switch from gecko to webkit-gtk. (still doesn't work, but at least builds..)tnn2-5/+5
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-1/+2
2009-10-30Update to kazehakase-0.5.8. Changes unknown.tnn14-147/+49
Previous version SEGV'd on startup, this one doesn't. It still doesn't show any web pages though ...
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-08-06Switch to xulrunner ... but unfortunately it doesn't work.tnn5-6/+52
There's a SEGV in glib2 and the backtrace doesn't have any browser engine references in it so I'm inclined to believe this package was broken by a glib2/gtk2 update.
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-03-use libgnutls-config.mk, make gnutls detection work,drochner8-12/+64
bump PKGREVISION -remove some GTK_DISABLE_DEPRECATED to fix build with newer gtk2
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-11/+2
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-05-03Update Kazehakase to version 0.5.4:tonnerre3-12/+12
- re-supported DnD to bookmark folder in toolbar. - Print copied string in Statusbar when CopyInUserFormat action is executed. - Make it work with xulrunner 1.9. - Resupported thumbnails. - New German translation. - RSS with CDATA is now parsed correctly. - Fixed a crash when preference dialog is opened. - HyperEstraier ANDNOT support. - Various GTK/glib related bugfixes. :Q operator in CONFIGURE_ARGS removed as suggested by rillig and pkglint.
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz1-1/+2
2007-12-30Drop a stupid sed from configure that breaks the itlocaledir patching.joerg2-1/+14
2007-10-27Update to 0.4.9; fixes build with gtk2+-2.12.0.wiz9-71/+41
# Kazehakase-0.4.9 Release * required GTK+ >= 2.12.0. * removed some deprecated function usages. * added default user-agent strting to rv:#{MOZILLA_VERSION} to support full Gmail UI. Last update on September 29, 2007 14:19 # Kazehakse-0.4.8 Release * Minor bug fix * Follow Glib 2.13.3 or later (Kouhei SUTOU) * Fix bug about download progress bar at sidebar (Kouhei SUTOU, Thanks to Nobuyuki Tasaka) Last update on August 30, 2007 01:11 # Kazehakase-0.4.7 Release * Fixed minor bugs * Supported newest GRegex(Kouhei SUTOU) Last update on October 02, 2007 17:30 # Kazehakase-0.4.6 Release Niku memo: Tochigi Wagyu (beef produced at Tochigi in Japan) is very tasty! We can eat it plain with a bit salt. * Improved Gtk+ WebCore support (Hiroyuki Ikezoe) * Improved IE backend (Takuro Ashie) * Added preference UI for selecting layout engine (Kouhei Sutou) * Fixed a bug that session saving doesn't work (Ɓukasz Krotowski) * Fixed a bug that creating thumbnail may cause segmentation fault (Kouhei Sutou) * Supported making libkazehakase.dll (Takuro Ashie, Kouhei Sutou) * Omitted optional port specification in HTTP (Kouhei Sutou) * Updated Czhech messages (Miroslav Kure) Last update on July 09, 2007 23:07 # Kazehakase-0.4.5 Release * Modularization rendering engines * Adaptation to latest GTK+-WebCore * Compiling with VC++ on windows (But there is no available rendering engine) Last update on September 25, 2007 10:35 # Kazehakase-0.4.4.1 Release fixed compile error on 0.4.4 Last update on June 17, 2007 15:42 # Kazehakase-0.4.4 Release * Modularize for history searching (Hiroyuki IKEZOE) * Drop to support of Rast * XSM support (Hiroyuki IKEZOE) * Suspend favicon auto searching because of Debian Bug Report #400533 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=400533 (Hiroyuki IKEZOE)
2007-05-12Bump PKGREVISION for major www/firefox upgrade.ghen1-1/+2
2007-01-24Update to 0.4.3.reed7-36/+37
Many changes. See http://kazehakase.sourceforge.jp/ Some of the changes include: * Fix wrong labels in Certificate Properties dialog.(Jan Jeronym Zvanovec) * used ruby_disable_message.(Kouhei SUTOU) * fix the compile problem on NetBSD(Hiroyuki IKEZOE) * fix bug of purge_history_file_by_timestamp(). (Ryo SHIMIZU) * support gziped favicon (Kouhei SUTOU) * use "/favion.ico" as favicon file automatically if favicon URI is not specified by <link ref="..."> tag. (Kouhei SUTOU, Ryo SHIMIZU) * make exit process faster (Ryo SHIMIZU) * bug fix of GoUp action(Tomoyuki KAMO) * use "RSS" when the page title is null(Ryo SHIMIZU) * New creating thumbnail process with new GECKO APIs. But it is caprice(Hiroyuki IKEZOE) * Can compile with Firefox2.0 beta(Hiroyuki IKEZOE) * Show rendering engine on "About" dialog(Kouhei SUTOU)
2006-09-24Switch to "seamonkey" backend from "mozilla" as an alternative to "firefox".salo2-4/+10
Our package is too old to make use of it, add BROKEN for now.
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam1-3/+1
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.