Update to 0.1.2

PR:		ports/131678
Submitted by:	Bernhard Froehlich <decke@bluelife.at>
This commit is contained in:
Michael Johnson 2009-02-15 04:34:56 +00:00
parent 0cb1a704bc
commit 9ba7c5d8f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228360
3 changed files with 32 additions and 11 deletions

View file

@ -7,29 +7,34 @@
#
PORTNAME= midori
PORTVERSION= 0.1.0
PORTREVISION= 1
PORTVERSION= 0.1.2
CATEGORIES= www
MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/
MAINTAINER= ahze@FreeBSD.org
COMMENT= Lightweight web browser using WebKit browser engine
LIB_DEPENDS= webkit-1.0.1:${PORTSDIR}/www/webkit-gtk2
LIB_DEPENDS= webkit-1.0:${PORTSDIR}/www/webkit-gtk2 \
sqlite3.8:${PORTSDIR}/databases/sqlite3 \
soup-2.4:${PORTSDIR}/devel/libsoup
BUILD_DEPENDS= python:${PORTSDIR}/lang/python \
rsvg-convert:${PORTSDIR}/graphics/librsvg2
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/WebKit/webkit -I${LOCALBASE}/include" \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+=--disable-unique \
--disable-gio \
--disable-sqlite
CONFIGURE_ARGS+=--disable-unique
HAS_CONFIGURE= yes
USE_GMAKE= yes
USE_BZIP2= yes
USE_GNOME= glib20 gtk20 intltool libxml2 pkgconfig
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
# WAF needs that
CONFIGURE_ENV+= CC="${CC=gcc}"
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
@ -39,4 +44,4 @@ CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View file

@ -1,3 +1,3 @@
MD5 (midori-0.1.0.tar.bz2) = b0316a886dc22c766ff680324b59b994
SHA256 (midori-0.1.0.tar.bz2) = 41d613014aa183874477fc3d0bd44e7b66fb399e6cd971431933a2ee51647029
SIZE (midori-0.1.0.tar.bz2) = 273058
MD5 (midori-0.1.2.tar.bz2) = 5169ead6783f374cedf3f89bf399bd75
SHA256 (midori-0.1.2.tar.bz2) = a966641cf1b6e18e4f58aa3585a9a63905ed50252883804c006a3263674a32ec
SIZE (midori-0.1.2.tar.bz2) = 311182

View file

@ -1,9 +1,14 @@
bin/midori
lib/midori/libpage-holder.so
lib/midori/libtab-panel.so
lib/midori/libstatusbar-features.so
%%NLS%%share/applications/midori.desktop
%%DOCSDIR%%/AUTHORS
%%DOCSDIR%%/ChangeLog
%%DOCSDIR%%/COPYING
%%DOCSDIR%%/EXPAT
%%DOCSDIR%%/README
%%DOCSDIR%%/TRANSLATE
share/icons/hicolor/16x16/apps/midori.png
share/icons/hicolor/16x16/categories/extension.png
share/icons/hicolor/16x16/status/news-feed.png
@ -16,16 +21,27 @@ share/icons/hicolor/32x32/status/news-feed.png
share/icons/hicolor/48x48/apps/midori.png
share/icons/hicolor/48x48/categories/extension.png
share/icons/hicolor/48x48/status/news-feed.png
%%NLS%%share/locale/da/LC_MESSAGES/midori.mo
%%NLS%%share/locale/de/LC_MESSAGES/midori.mo
%%NLS%%share/locale/el/LC_MESSAGES/midori.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/midori.mo
%%NLS%%share/locale/es/LC_MESSAGES/midori.mo
%%NLS%%share/locale/et/LC_MESSAGES/midori.mo
%%NLS%%share/locale/fi/LC_MESSAGES/midori.mo
%%NLS%%share/locale/fr/LC_MESSAGES/midori.mo
%%NLS%%share/locale/gl/LC_MESSAGES/midori.mo
%%NLS%%share/locale/hu/LC_MESSAGES/midori.mo
%%NLS%%share/locale/id/LC_MESSAGES/midori.mo
%%NLS%%share/locale/ja/LC_MESSAGES/midori.mo
%%NLS%%share/locale/nl/LC_MESSAGES/midori.mo
%%NLS%%share/locale/pl/LC_MESSAGES/midori.mo
%%NLS%%share/locale/pt_PT/LC_MESSAGES/midori.mo
%%NLS%%share/locale/ru/LC_MESSAGES/midori.mo
%%NLS%%share/locale/sv/LC_MESSAGES/midori.mo
%%NLS%%share/locale/tr/LC_MESSAGES/midori.mo
%%NLS%%share/locale/uk/LC_MESSAGES/midori.mo
share/midori/logo-shade.png
@dirrm lib/midori
@dirrm share/midori
@dirrmtry share/applications
@dirrm %%DOCSDIR%%