Index: head/www/kazehakase/Makefile =================================================================== --- head/www/kazehakase/Makefile (revision 163850) +++ head/www/kazehakase/Makefile (revision 163851) @@ -1,98 +1,98 @@ # New ports collection makefile for: kazehakase # Date created: 2004-04-06 # Whom: michael johnson # # $FreeBSD$ # $MCom: ports/www/kazehakase/Makefile,v 1.4 2006/03/10 02:09:53 ahze Exp $ # PORTNAME= kazehakase -PORTVERSION= 0.3.7 -PORTREVISION= 1 +PORTVERSION= 0.3.8 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -MASTER_SITE_SUBDIR= ${PORTNAME}/20010 +MASTER_SITE_SUBDIR= ${PORTNAME}/20333 MAINTAINER= ahze@FreeBSD.org COMMENT= Kazehakase is a browser with gecko engine like Epiphany or Galeon LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls USE_X_PREFIX= yes USE_GNOME= gnomehack intlhack gnomeprefix gtk20 USE_GMAKE= yes USE_GETTEXT= yes USE_GECKO= firefox mozilla seamonkey xulrunner INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gecko_engine=${GECKO} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" MAN1= kazehakase.1 .if defined(WITH_MIGEMO) USE_RUBY= yes USE_PERL= yes BUILD_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv .endif .include .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" .if ${OSVERSION} < 500000 BROKEN="Does not build" .endif # !!! gtk-webcore higly experimental right now and not very stable !!! # See https://mail.gna.org/public/kazehakase-devel/2004-10/msg00001.html # on how to use gtk-webcore with kazehakase. and yes you still have to # have mozilla even if you don't use it in kazehakase. .if defined(WITH_GTKWEBCORE) LIB_DEPENDS+= nrcit.0:${PORTSDIR}/www/osb-nrcit CONFIGURE_ARGS+=--enable-gtk-webcore .endif .if defined(WITH_THUMBNAIL) || exists(${LOCALBASE}/bin/gs) USE_GHOSTSCRIPT=yes .endif .if defined(WITH_MIGEMO) .if ${ARCH} == "i386" || ${ARCH} == "sparc64" RUN_DEPENDS+= migemo:${PORTSDIR}/japanese/migemo CONFIGURE_ARGS+= --enable-migemo .endif .endif WITH_SEARCH?= hyperestraier .if ${WITH_SEARCH:L}=="rast" LIB_DEPENDS+= rast.1:${PORTSDIR}/textproc/rast CONFIGURE_ARGS+= --with-search-engine=rast .else LIB_DEPENDS+= estraier.8:${PORTSDIR}/textproc/hyperestraier CONFIGURE_ARGS+= --with-search-engine=hyperestraier .endif pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "Enable Migemo (Japanese incremental search) by defining WITH_MIGEMO" @${ECHO_MSG} "" @${ECHO_MSG} "Enable Thumbnail support by defining WITH_THUMBNAIL" @${ECHO_MSG} "" @${ECHO_MSG} "By default the search uses hyperestraier but you can" @${ECHO_MSG} "use rast by using WITH_SEARCH=rast" @${ECHO_MSG} "" post-patch: - @${REINPLACE_CMD} -e 's|thunderbird|xulrunner|' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|thunderbird|xulrunner|' \ + ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/usr/share/migemo|${LOCALBASE}/share/migemo|; \ s|=beginner|=medium|' ${WRKSRC}/etc/kzrc .if defined(WITH_MIGEMO) @${REINPLACE_CMD} -e 's|migemo=fals|migemo=tru|' ${WRKSRC}/etc/kzrc .endif .if defined(WITH_THUMBNAIL) @${ECHO_MSG} "create_thumbnail=true" >> ${WRKSRC}/etc/kzrc .endif .include Property changes on: head/www/kazehakase/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.41 \ No newline at end of property +1.42 \ No newline at end of property Index: head/www/kazehakase/distinfo =================================================================== --- head/www/kazehakase/distinfo (revision 163850) +++ head/www/kazehakase/distinfo (revision 163851) @@ -1,3 +1,3 @@ -MD5 (kazehakase-0.3.7.tar.gz) = 3379ac7977d5bc34b024cdadbf37857e -SHA256 (kazehakase-0.3.7.tar.gz) = 986753e661afc421615b0b0a6c45cc62fb1d7ef19976da48df4172cc63d11141 -SIZE (kazehakase-0.3.7.tar.gz) = 1335915 +MD5 (kazehakase-0.3.8.tar.gz) = 1dfbce52122e97e6932fb552432eef86 +SHA256 (kazehakase-0.3.8.tar.gz) = 960f1288385008d4b5ea980decd6012101a7e84bd2c30f76eeb02adc947aac48 +SIZE (kazehakase-0.3.8.tar.gz) = 1334027 Property changes on: head/www/kazehakase/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/www/kazehakase/files/patch-configure =================================================================== --- head/www/kazehakase/files/patch-configure (nonexistent) +++ head/www/kazehakase/files/patch-configure (revision 163851) @@ -0,0 +1,11 @@ +--- configure.orig Mon May 29 10:03:44 2006 ++++ configure Mon May 29 10:03:54 2006 +@@ -976,7 +976,7 @@ + psdir='${docdir}' + libdir='${exec_prefix}/lib' + localedir='${datarootdir}/locale' +-mandir='${datarootdir}/man' ++mandir='${prefix}/man' + + ac_prev= + ac_dashdash= Property changes on: head/www/kazehakase/files/patch-configure ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.14 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/www/kazehakase/pkg-plist =================================================================== --- head/www/kazehakase/pkg-plist (revision 163850) +++ head/www/kazehakase/pkg-plist (revision 163851) @@ -1,71 +1,70 @@ bin/kazehakase etc/kazehakase/bookmarkbar.xml etc/kazehakase/bookmarks.xml etc/kazehakase/kz-ui-beginner.xml etc/kazehakase/kz-ui-bookmarks.xml etc/kazehakase/kz-ui-expert.xml etc/kazehakase/kz-ui-medium.xml etc/kazehakase/kzrc etc/kazehakase/mozilla/encodings.xml etc/kazehakase/proxyrc etc/kazehakase/smartbookmarks.xml lib/kazehakase/libkazehakase.la lib/kazehakase/libkazehakase.so lib/kazehakase/libkazehakase.so.0 share/gnome/applications/kazehakase.desktop share/gnome/kazehakase/icons/autoscroll.xpm share/gnome/kazehakase/icons/kz-anchor.png share/gnome/kazehakase/icons/kz-book-search.png share/gnome/kazehakase/icons/kz-bookmark.png share/gnome/kazehakase/icons/kz-closebackward.png share/gnome/kazehakase/icons/kz-closeforward.png share/gnome/kazehakase/icons/kz-closewindow.png share/gnome/kazehakase/icons/kz-copyimagelocation.png share/gnome/kazehakase/icons/kz-copyurl.png -share/gnome/kazehakase/icons/kz-editor.png share/gnome/kazehakase/icons/kz-epiphany.png share/gnome/kazehakase/icons/kz-firefox.png share/gnome/kazehakase/icons/kz-folder-open.png share/gnome/kazehakase/icons/kz-folder-search.png share/gnome/kazehakase/icons/kz-folder.png share/gnome/kazehakase/icons/kz-font-decrease.png share/gnome/kazehakase/icons/kz-font-increase.png share/gnome/kazehakase/icons/kz-galeon.png share/gnome/kazehakase/icons/kz-google.png share/gnome/kazehakase/icons/kz-gray.png share/gnome/kazehakase/icons/kz-green.png share/gnome/kazehakase/icons/kz-history.png share/gnome/kazehakase/icons/kz-konqueror.png share/gnome/kazehakase/icons/kz-logo-bg.png share/gnome/kazehakase/icons/kz-logo.png share/gnome/kazehakase/icons/kz-mozilla.png share/gnome/kazehakase/icons/kz-netscape.png share/gnome/kazehakase/icons/kz-newwindow.png share/gnome/kazehakase/icons/kz-openimagewindow.png share/gnome/kazehakase/icons/kz-openlinkwindow.png share/gnome/kazehakase/icons/kz-openselectedlink.png share/gnome/kazehakase/icons/kz-red.png share/gnome/kazehakase/icons/kz-remote-bookmark.png share/gnome/kazehakase/icons/kz-rss-feed.png share/gnome/kazehakase/icons/kz-savelink.png share/gnome/kazehakase/icons/kz-scrap-bookmark.png share/gnome/kazehakase/icons/kz-search.png share/gnome/kazehakase/icons/kz-select-all.png share/gnome/kazehakase/icons/kz-separator.png share/gnome/kazehakase/icons/kz-smart-bookmark.png share/gnome/kazehakase/icons/kz-tab-next.png share/gnome/kazehakase/icons/kz-tab-prev.png share/gnome/kazehakase/icons/kz-view-source.png share/gnome/kazehakase/icons/kz-yellow.png share/gnome/kazehakase/kz-no-thumbnail.png share/gnome/kazehakase/search-result.css share/gnome/pixmaps/kazehakase-icon.png share/locale/cs/LC_MESSAGES/kazehakase.mo share/locale/fr/LC_MESSAGES/kazehakase.mo share/locale/ja/LC_MESSAGES/kazehakase.mo share/locale/ru/LC_MESSAGES/kazehakase.mo @dirrm share/gnome/kazehakase/icons @dirrm share/gnome/kazehakase @dirrm lib/kazehakase @dirrm etc/kazehakase/mozilla @dirrm etc/kazehakase Property changes on: head/www/kazehakase/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property