aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2009-05-09 16:20:28 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2009-05-09 16:20:28 +0000
commitb9cb65fe8b3bbe0f7013ca75f29c6633df0385a3 (patch)
tree630cb3ed1a42f299df9fe243e0a386874ad4354e /x11-wm
parent7f9e4dcb904d11dc42698a4e33d3a232c8fd5af6 (diff)
downloadports-b9cb65fe8b3bbe0f7013ca75f29c6633df0385a3.tar.gz
ports-b9cb65fe8b3bbe0f7013ca75f29c6633df0385a3.zip
i3 is an improved dynamic, tiling window manager.
Based on wmii and supports Xinerama WWW: http://i3.zekjur.net/ Approved by: tabthorpe (co-mentor)
Notes
Notes: svn path=/head/; revision=233535
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/Makefile1
-rw-r--r--x11-wm/i3/Makefile32
-rw-r--r--x11-wm/i3/distinfo3
-rw-r--r--x11-wm/i3/pkg-descr4
4 files changed, 40 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile
index 5acbbca99d4b..81c487482ae3 100644
--- a/x11-wm/Makefile
+++ b/x11-wm/Makefile
@@ -64,6 +64,7 @@
SUBDIR += genmenu
SUBDIR += golem
SUBDIR += hackedbox
+ SUBDIR += i3
SUBDIR += icewm
SUBDIR += ion
SUBDIR += ion-2
diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile
new file mode 100644
index 000000000000..f62baca898a2
--- /dev/null
+++ b/x11-wm/i3/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: i3
+# Date created: 2009-04-19
+# Whom: Dennis Herrmann <dhn@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= i3
+DISTVERSION= 3.a-bf2
+CATEGORIES= x11-wm
+MASTER_SITES= http://i3.zekjur.net/downloads/ \
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= dhn
+
+MAINTAINER= dhn@FreeBSD.org
+COMMENT= An improved dynamic tiling window manager
+
+LIB_DEPENDS= xcb.2:${PORTSDIR}/x11/libxcb \
+ xcb-event.1:${PORTSDIR}/x11/xcb-util
+
+USE_XORG= x11
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_ICONV= yes
+MAKE_JOBS_SAFE= yes
+
+PLIST_FILES= bin/i3
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
+
+.include <bsd.port.mk>
diff --git a/x11-wm/i3/distinfo b/x11-wm/i3/distinfo
new file mode 100644
index 000000000000..91575346cf37
--- /dev/null
+++ b/x11-wm/i3/distinfo
@@ -0,0 +1,3 @@
+MD5 (i3-3.a-bf2.tar.bz2) = de67d1353b83cf38064d761879a1e224
+SHA256 (i3-3.a-bf2.tar.bz2) = 64d8f4f165cc15a9229acfac4b106ab470e0d28cc176931a7de9f5476b0a24ba
+SIZE (i3-3.a-bf2.tar.bz2) = 65619
diff --git a/x11-wm/i3/pkg-descr b/x11-wm/i3/pkg-descr
new file mode 100644
index 000000000000..02c561a8fcfd
--- /dev/null
+++ b/x11-wm/i3/pkg-descr
@@ -0,0 +1,4 @@
+i3 is an improved dynamic, tiling window manager.
+Based on wmii and supports Xinerama
+
+WWW: http://i3.zekjur.net/