summaryrefslogtreecommitdiffstats
path: root/www/midori
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-24 13:30:51 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-24 13:30:51 +0800
commita6888a2a213b49d671bf658e58428d9a1d342f66 (patch)
tree73b4b8892d2a32df0f24d16b19046bc481baf971 /www/midori
parenta740241125f843ca61310f787f0eea0d5b40784f (diff)
downloadmarcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.gz
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.bz2
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.lz
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.xz
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.zst
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.zip
Remove these ports now that they have been merged into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10818 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/midori')
-rw-r--r--www/midori/Makefile27
-rw-r--r--www/midori/distinfo3
-rw-r--r--www/midori/pkg-descr12
-rw-r--r--www/midori/pkg-plist5
4 files changed, 0 insertions, 47 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile
deleted file mode 100644
index 001553138..000000000
--- a/www/midori/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: midori
-# Date created: 2007-10-21
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/www/midori/Makefile,v 1.2 2008/02/24 22:05:19 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= 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>
diff --git a/www/midori/distinfo b/www/midori/distinfo
deleted file mode 100644
index 7cd5c3c5e..000000000
--- a/www/midori/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index fa4e7314b..000000000
--- a/www/midori/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-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
deleted file mode 100644
index 6ec31b1d3..000000000
--- a/www/midori/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-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