- Update to 0.5.4 [1]
- Add webkit support PR: ports/122248 [1] Submitted by: Oliver Herold <oliver@akephalos.de> [1]
This commit is contained in:
parent
6377269be3
commit
6e8c2830ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210153
3 changed files with 15 additions and 12 deletions
|
@ -7,11 +7,11 @@
|
|||
#
|
||||
|
||||
PORTNAME= kazehakase
|
||||
PORTVERSION= 0.5.2
|
||||
PORTVERSION= 0.5.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}/29143
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}/30219
|
||||
|
||||
MAINTAINER= ahze@FreeBSD.org
|
||||
COMMENT= Kazehakase is a browser with gecko engine like Epiphany or Galeon
|
||||
|
@ -29,6 +29,7 @@ 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
|
||||
OPTIONS= WEBKIT "Webkit Backend (along with Gecko)" On
|
||||
|
||||
.if defined(WITH_MIGEMO)
|
||||
USE_RUBY= yes
|
||||
|
@ -39,13 +40,11 @@ RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv
|
|||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
|
||||
|
||||
# !!! 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) || exists(${LOCALBASE}/libnrcit.a)
|
||||
LIB_DEPENDS+= nrcit.0:${PORTSDIR}/www/osb-nrcit
|
||||
CONFIGURE_ARGS+=--enable-gtk-webcore
|
||||
.if defined(WITH_WEBKIT)
|
||||
LIB_DEPENDS+= WebKitGtk.1:${PORTSDIR}/www/webkit-gtk2
|
||||
PLIST_SUB+= WEBKIT=""
|
||||
.else
|
||||
PLIST_SUB+= WEBKIT="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_THUMBNAIL) || exists(${LOCALBASE}/bin/gs)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (kazehakase-0.5.2.tar.gz) = 9cf9ce4d69ed18f6e220d3218088b2e2
|
||||
SHA256 (kazehakase-0.5.2.tar.gz) = f9cc6f3d09aa5e8f8cdece888808819987e3e091400d20424d3cd6dfeeff69df
|
||||
SIZE (kazehakase-0.5.2.tar.gz) = 1374906
|
||||
MD5 (kazehakase-0.5.4.tar.gz) = 75f8afb9ddf4493c3a1fb4eb38a044df
|
||||
SHA256 (kazehakase-0.5.4.tar.gz) = ce6ae61832d83242b298721be62fcfa61a046d8c16a00c2d224c9169fae51416
|
||||
SIZE (kazehakase-0.5.4.tar.gz) = 1403194
|
||||
|
|
|
@ -14,6 +14,8 @@ lib/kazehakase/libkazehakase.so
|
|||
lib/kazehakase/libkazehakase.so.1
|
||||
lib/kazehakase/embed/gecko.la
|
||||
lib/kazehakase/embed/gecko.so
|
||||
%%WEBKIT%%lib/kazehakase/embed/webkit_gtk.la
|
||||
%%WEBKIT%%lib/kazehakase/embed/webkit_gtk.so
|
||||
lib/kazehakase/search/hyper-estraier.la
|
||||
lib/kazehakase/search/hyper-estraier.so
|
||||
share/applications/kazehakase.desktop
|
||||
|
@ -61,8 +63,10 @@ share/kazehakase/icons/kz-view-source.png
|
|||
share/kazehakase/icons/kz-yellow.png
|
||||
share/kazehakase/kz-no-thumbnail.png
|
||||
share/kazehakase/search-result.css
|
||||
share/kazehakase/search-result.js
|
||||
share/pixmaps/kazehakase-icon.png
|
||||
share/locale/cs/LC_MESSAGES/kazehakase.mo
|
||||
share/locale/de/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
|
||||
|
|
Loading…
Reference in a new issue