1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

- Update to 0.3.6

- Change WITHOUT_ESTRAIER to WITH_SEARCH which defaults to using
   textproc/hyperestraier but you can use WITH_SEARCH=rast to use
   textproc/rast instead of hyperestraier
This commit is contained in:
Michael Johnson 2006-03-28 16:55:29 +00:00
parent d07d5c8938
commit 491da55e79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158334
3 changed files with 15 additions and 14 deletions

View File

@ -7,11 +7,10 @@
#
PORTNAME= kazehakase
PORTVERSION= 0.3.5
PORTREVISION= 1
PORTVERSION= 0.3.6
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR= ${PORTNAME}/18847
MASTER_SITE_SUBDIR= ${PORTNAME}/19521
MAINTAINER= ahze@FreeBSD.org
COMMENT= Kazehakase is a browser with gecko engine like Epiphany or Galeon
@ -57,10 +56,6 @@ CONFIGURE_ARGS+=--enable-gtk-webcore
USE_GHOSTSCRIPT=yes
.endif
.if exists(${LOCALBASE}/bin/estxview)
WITH_ESTRAIER= yes
.endif
.if defined(WITH_MIGEMO)
.if ${ARCH} == "i386" || ${ARCH} == "sparc64"
RUN_DEPENDS+= migemo:${PORTSDIR}/japanese/migemo
@ -69,8 +64,13 @@ CONFIGURE_ARGS+= --enable-migemo
.endif
.endif
.if !defined(WITHOUT_ESTRAIER)
RUN_DEPENDS+= estxview:${PORTSDIR}/textproc/estraier
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::
@ -79,8 +79,8 @@ pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "Enable Thumbnail support by defining WITH_THUMBNAIL"
@${ECHO_MSG} ""
@${ECHO_MSG} "Disable Estraier, A full-text search engine for searching your history"
@${ECHO_MSG} " by defining WITHOUT_ESTRAIER"
@${ECHO_MSG} "By default the search uses hyperestraier but you can"
@${ECHO_MSG} "use rast by using WITH_SEARCH=rast"
@${ECHO_MSG} ""
post-patch:

View File

@ -1,3 +1,3 @@
MD5 (kazehakase-0.3.5.tar.gz) = aa7eac58718c2254050ce18d4ec86cde
SHA256 (kazehakase-0.3.5.tar.gz) = 991bc874f1c4ba3d5d7cdf9e67bd5561d5e4a89f2bb0b7f040da4284a678b879
SIZE (kazehakase-0.3.5.tar.gz) = 1343445
MD5 (kazehakase-0.3.6.tar.gz) = c70e685f37c98cb2d14862a180f57c5d
SHA256 (kazehakase-0.3.6.tar.gz) = e393195a74c0f82b21fecab543c945360962a6246595b2877af8c3e9a9ecf70d
SIZE (kazehakase-0.3.6.tar.gz) = 1330836

View File

@ -46,6 +46,7 @@ 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