[Midnightbsd-cvs] mports: mports/www: Badass.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Mar 31 19:42:46 EDT 2008


Log Message:
-----------
Badass.  This is a frontend to webkit!  It's very lightweight.

Modified Files:
--------------
    mports/www:
        Makefile (r1.70 -> r1.71)

Added Files:
-----------
    mports/www/midori:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/www/Makefile,v
retrieving revision 1.70
retrieving revision 1.71
diff -L www/Makefile -L www/Makefile -u -r1.70 -r1.71
--- www/Makefile
+++ www/Makefile
@@ -43,6 +43,7 @@
     SUBDIR += linuxpluginwrapper
     SUBDIR += lynx
     SUBDIR += man2web
+    SUBDIR += midori
     SUBDIR += mod_perl2
     SUBDIR += moinmoin
     SUBDIR += neon
--- /dev/null
+++ 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
--- /dev/null
+++ www/midori/pkg-plist
@@ -0,0 +1,5 @@
+bin/midori
+share/applications/midori.desktop
+ at dirrmtry share/applications
+ at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
+ at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
--- /dev/null
+++ www/midori/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for:	midori
+# Date created:		2007-10-21
+# Whom:			Michael Johnson <ahze at FreeBSD.org>
+#
+# $MidnightBSD: mports/www/midori/Makefile,v 1.1 2008/03/31 23:42:43 laffer1 Exp $
+# $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=	ports at MidnightBSD.org
+COMMENT=	Lightweight web browser using WebKit browser engine
+LICENSE=	lgpl
+
+LIB_DEPENDS=	WebKitGtk.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>
--- /dev/null
+++ 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


More information about the Midnightbsd-cvs mailing list