From owner-cvs-ports@FreeBSD.ORG Thu Mar 17 13:17:13 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A17D81065679; Thu, 17 Mar 2011 13:17:13 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8F4AD8FC21; Thu, 17 Mar 2011 13:17:13 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p2HDHDPk082797; Thu, 17 Mar 2011 13:17:13 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p2HDHDgb082796; Thu, 17 Mar 2011 13:17:13 GMT (envelope-from miwi) Message-Id: <201103171317.p2HDHDgb082796@repoman.freebsd.org> From: Martin Wilke Date: Thu, 17 Mar 2011 13:17:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm Makefile ports/x11-wm/mcwm Makefile distinfo pkg-descr ports/x11-wm/mcwm/files patch-Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2011 13:17:13 -0000 miwi 2011-03-17 13:17:13 UTC FreeBSD ports repository Modified files: x11-wm Makefile Added files: x11-wm/mcwm Makefile distinfo pkg-descr x11-wm/mcwm/files patch-Makefile Log: mcwm is a minimalistic floating window manager for the X Window System. It is built directly on top of XCB, the C binding for the X11 protocol. It doesn't use the Xlib API at all. All functions are available from the keyboard, but the mouse can be used for moving,resizing and raise/lower. WWW: http://hack.org/mc/hacks/mcwm/ PR: ports/155610 Submitted by: Jakub Lach Revision Changes Path 1.259 +1 -0 ports/x11-wm/Makefile 1.1 +44 -0 ports/x11-wm/mcwm/Makefile (new) 1.1 +2 -0 ports/x11-wm/mcwm/distinfo (new) 1.1 +29 -0 ports/x11-wm/mcwm/files/patch-Makefile (new) 1.1 +8 -0 ports/x11-wm/mcwm/pkg-descr (new)