diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-04-02 02:55:52 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-04-02 02:55:52 +0800 |
commit | 500fae7d6a94906b40bcc4e9d25664f53c97217b (patch) | |
tree | 9a340f96490600b253a5bf43719952dd5b2e0ade /www/midori | |
parent | b842306392c8e8678c4da963fd32f2c118f98eea (diff) | |
download | marcuscom-ports-500fae7d6a94906b40bcc4e9d25664f53c97217b.tar marcuscom-ports-500fae7d6a94906b40bcc4e9d25664f53c97217b.tar.gz marcuscom-ports-500fae7d6a94906b40bcc4e9d25664f53c97217b.tar.bz2 marcuscom-ports-500fae7d6a94906b40bcc4e9d25664f53c97217b.tar.lz marcuscom-ports-500fae7d6a94906b40bcc4e9d25664f53c97217b.tar.xz marcuscom-ports-500fae7d6a94906b40bcc4e9d25664f53c97217b.tar.zst marcuscom-ports-500fae7d6a94906b40bcc4e9d25664f53c97217b.zip |
- Update webkit-gtk2 to 31436
- Add support for LOCALBASE/lib/browser_plugins (doesn't work yet)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10845 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/midori')
-rw-r--r-- | www/midori/Makefile | 27 | ||||
-rw-r--r-- | www/midori/distinfo | 3 | ||||
-rw-r--r-- | www/midori/pkg-descr | 12 | ||||
-rw-r--r-- | www/midori/pkg-plist | 5 |
4 files changed, 47 insertions, 0 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile new file mode 100644 index 000000000..43dca275b --- /dev/null +++ b/www/midori/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: midori +# Date created: 2007-10-21 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD: ports/www/midori/Makefile,v 1.1 2008/03/24 03:50:49 marcus Exp $ +# $MCom: ports/www/midori/Makefile,v 1.3 2008/03/21 18:31:39 ahze Exp $ + +PORTNAME= midori +PORTVERSION= 0.0.17 +CATEGORIES= www +MASTER_SITES= http://software.twotoasts.de/media/${PORTNAME}/ + +MAINTAINER= ahze@FreeBSD.org +COMMENT= Lightweight web browser using WebKit browser engine + +LIB_DEPENDS= webkit-1.0.1:${PORTSDIR}/www/webkit-gtk2 \ + sexy.2:${PORTSDIR}/x11-toolkits/libsexy + +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/WebKit/webkit -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +GNU_CONFIGURE= yes +USE_GMAKE= yes + +pre-install: + ${CHMOD} +x ${WRKSRC}/install-sh + +.include <bsd.port.mk> diff --git a/www/midori/distinfo b/www/midori/distinfo new file mode 100644 index 000000000..7cd5c3c5e --- /dev/null +++ b/www/midori/distinfo @@ -0,0 +1,3 @@ +MD5 (midori-0.0.17.tar.gz) = 58d1b7ed282540030eb1b5803b760865 +SHA256 (midori-0.0.17.tar.gz) = affeddb78d9342e961e868270872c166ac2eba7d43e5f629d91f03219d6e0df8 +SIZE (midori-0.0.17.tar.gz) = 385711 diff --git a/www/midori/pkg-descr b/www/midori/pkg-descr new file mode 100644 index 000000000..fa4e7314b --- /dev/null +++ b/www/midori/pkg-descr @@ -0,0 +1,12 @@ +Midori is a lightweight web browser. + +* Full integration with GTK+2. +* Fast rendering with WebKit. +* Tabs, windows and session management. +* Bookmarks are stored with XBEL. +* Searchbox based on OpenSearch. +* Custom context menu actions. +* User scripts and user styles support. +* Extensible via Lua scripts. + +WWW: http://software.twotoasts.de/?page=midori diff --git a/www/midori/pkg-plist b/www/midori/pkg-plist new file mode 100644 index 000000000..6ec31b1d3 --- /dev/null +++ b/www/midori/pkg-plist @@ -0,0 +1,5 @@ +bin/midori +share/applications/midori.desktop +@dirrmtry share/applications +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |