pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/kazehakase Update to 0.3.3 from maintainer via PR ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6419ff3814e6
branches:  trunk
changeset: 505577:6419ff3814e6
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Jan 04 23:59:40 2006 +0000

description:
Update to 0.3.3 from maintainer via PR #32272.
(I did this a while ago but never updated since it has problem
using default firefox dependency, but with mozilla it does work fine.
I now see that 0.3.4 is now available.)

Added a gnutls option. Adds a options.mk file for this (and for gecko).

USE_DIRS updated to xdg-1.2.

Removed glib2 buildlink include.

New "fr" locale file.

Changelog:

Kazehakase-0.3.3:
 - Fixed compile problem on FreeBSD (Kouhei Sutou)
 - Fixed multiplying windows on restoring session (Hiroyuki Ikezoe)
 Kazehakase-0.3.2:
 - Dialog for SSL certificates (Hidetaka Iwai)
 - scrolling mouse wheel with 3 (right) button click (Kouhei Sutou)
 - Set the label color in the sidebar to the same color of the tab
   label (Jim Apple)
 - Fix BUG #2190, #2659, #2740 (Gna) and #4982, #7241 (SF.jp)
 Kazehakase-0.3.1:
 - Use GnuTLS instead of OpenSSL (Hidetaka Iwai)
 - Added TabCloseAllSameSiteAsThis action (Ryo SHIMIZU)
 - French translation (Jocelyn Jaubert)

diffstat:

 www/kazehakase/Makefile   |  27 ++++++++++++---------------
 www/kazehakase/PLIST      |   3 ++-
 www/kazehakase/distinfo   |   8 ++++----
 www/kazehakase/options.mk |  16 ++++++++++++++++
 4 files changed, 34 insertions(+), 20 deletions(-)

diffs (110 lines):

diff -r 3f969f51dfb9 -r 6419ff3814e6 www/kazehakase/Makefile
--- a/www/kazehakase/Makefile   Wed Jan 04 23:39:24 2006 +0000
+++ b/www/kazehakase/Makefile   Wed Jan 04 23:59:40 2006 +0000
@@ -1,33 +1,31 @@
-# $NetBSD: Makefile,v 1.7 2006/01/04 04:29:09 schmonz Exp $
+# $NetBSD: Makefile,v 1.8 2006/01/04 23:59:40 reed Exp $
 #
 
-DISTNAME=              kazehakase-0.3.0
-CATEGORIES=            www
-MASTER_SITES=          http://osdn.dl.sourceforge.jp/kazehakase/16207/ \
-                       http://keihanna.dl.sourceforge.jp/kazehakase/16027/
+DISTNAME=      kazehakase-0.3.3
+CATEGORIES=    www
+MASTER_SITES=  http://prdownloads.sourceforge.jp/kazehakase/17700/
+MASTER_SITES+= http://osdn.dl.sourceforge.jp/kazehakase/17700/
+MASTER_SITES+= http://keihanna.dl.sourceforge.jp/kazehakase/17700/
 
-MAINTAINER=            lems%gmx.net@localhost
-HOMEPAGE=              http://kazehakase.sourceforge.jp/
-COMMENT=               Web browser with multiple layout engines support
+MAINTAINER=    lems%gmx.net@localhost
+HOMEPAGE=      http://kazehakase.sourceforge.jp/
+COMMENT=       Web browser with multiple layout engines support
 
 BROKEN_IN=             pkgsrc-2005Q4
 
 BUILD_USES_MSGFMT=     yes
 
 GNU_CONFIGURE=         yes
-USE_DIRS+=             xdg-1.1
+USE_DIRS+=             xdg-1.2
 USE_TOOLS+=            gmake pkg-config
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
 
 LIBTOOL_OVERRIDE=      libtool
 
-CONFIGURE_ARGS+=       --disable-ssl
-CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
+.include "options.mk"
 
-PKG_OPTIONS_VAR=       PKG_OPTIONS.kazehakase
-.include "../../www/mozilla/gecko-options.mk"
-.include "../../mk/bsd.options.mk"
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
 
 PKG_SYSCONFSUBDIR=     kazehakase
 EGDIR=         ${PREFIX}/share/examples/kazehakase
@@ -42,7 +40,6 @@
 CONF_FILES+=   ${EGDIR}/mozilla/encodings.xml ${PKG_SYSCONFDIR}/mozilla/encodings.xml
 
 .include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../textproc/intltool/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
diff -r 3f969f51dfb9 -r 6419ff3814e6 www/kazehakase/PLIST
--- a/www/kazehakase/PLIST      Wed Jan 04 23:39:24 2006 +0000
+++ b/www/kazehakase/PLIST      Wed Jan 04 23:59:40 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/11 17:43:10 reed Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/01/04 23:59:40 reed Exp $
 bin/kazehakase
 man/man1/kazehakase.1
 share/applications/kazehakase.desktop
@@ -58,6 +58,7 @@
 share/kazehakase/kz-no-thumbnail.png
 share/kazehakase/search-result.css
 ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/kazehakase.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/kazehakase.mo
 ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/kazehakase.mo
 ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/kazehakase.mo
 share/pixmaps/kazehakase-icon.png
diff -r 3f969f51dfb9 -r 6419ff3814e6 www/kazehakase/distinfo
--- a/www/kazehakase/distinfo   Wed Jan 04 23:39:24 2006 +0000
+++ b/www/kazehakase/distinfo   Wed Jan 04 23:59:40 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2005/09/17 22:40:36 reed Exp $
+$NetBSD: distinfo,v 1.3 2006/01/04 23:59:40 reed Exp $
 
-SHA1 (kazehakase-0.3.0.tar.gz) = fd2d82e5b4a293bb7352ac31e068d6ae1c6557d9
-RMD160 (kazehakase-0.3.0.tar.gz) = 8e80c2478e9cdc7b2106c9ee4603d5c449818ef3
-Size (kazehakase-0.3.0.tar.gz) = 1262331 bytes
+SHA1 (kazehakase-0.3.3.tar.gz) = fdffb0d294b9866f46527f6f205d1a17b7fb2c6d
+RMD160 (kazehakase-0.3.3.tar.gz) = fbcfa9e8df636be9963a215e498c6b2226410e02
+Size (kazehakase-0.3.3.tar.gz) = 1311717 bytes
 SHA1 (patch-ab) = 62224f9ee0b5c10e026d008973f539821a5d2aa1
 SHA1 (patch-ad) = a5689f294cc6b4ce9c71d18b1eef77e3542d2561
 SHA1 (patch-af) = 4e64664c820fa2e8224bd683e402b4d0621c48f1
diff -r 3f969f51dfb9 -r 6419ff3814e6 www/kazehakase/options.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/kazehakase/options.mk Wed Jan 04 23:59:40 2006 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: options.mk,v 1.1 2006/01/04 23:59:40 reed Exp $
+#
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.kazehakase
+PKG_SUPPORTED_OPTIONS= gnutls
+PKG_SUGGESTED_OPTIONS+=        gnutls
+
+.include "../../www/mozilla/gecko-options.mk"
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mgnutls)
+.  include "../../security/gnutls/buildlink3.mk"
+CONFIGURE_ARGS+=       --enable-ssl
+.else
+CONFIGURE_ARGS+=       --disable-ssl
+.endif



Home | Main Index | Thread Index | Old Index