From owner-cvs-ports@FreeBSD.ORG Wed Jul 1 19:06:38 2009 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 698191065678; Wed, 1 Jul 2009 19:06:38 +0000 (UTC) (envelope-from dhn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 523C38FC14; Wed, 1 Jul 2009 19:06:38 +0000 (UTC) (envelope-from dhn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n61J6cfO049867; Wed, 1 Jul 2009 19:06:38 GMT (envelope-from dhn@repoman.freebsd.org) Received: (from dhn@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n61J6cVX049866; Wed, 1 Jul 2009 19:06:38 GMT (envelope-from dhn) Message-Id: <200907011906.n61J6cVX049866@repoman.freebsd.org> From: Dennis Herrmann Date: Wed, 1 Jul 2009 19:06:38 +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/scrotwm Makefile distinfo pkg-descr ports/x11-wm/scrotwm/files clock_format.patch spawn_menu_atbottom.patch spawn_menu_colourfix.patch 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: Wed, 01 Jul 2009 19:06:40 -0000 dhn 2009-07-01 19:06:38 UTC FreeBSD ports repository Modified files: x11-wm Makefile Added files: x11-wm/scrotwm Makefile distinfo pkg-descr x11-wm/scrotwm/files clock_format.patch spawn_menu_atbottom.patch spawn_menu_colourfix.patch Log: Scrotwm is a small dynamic tiling window manager for X11. It tries to stay out of the way so that valuable screen real estate can be used for much more important stuff. It has sane defaults and does not require one to learn a language to do any configuration. It was written by hackers for hackers and it strives to be small, compact and fast. It was largely inspired by xmonad and dwm. Both are fine products but suffer from things like: crazy-unportable-language-syndrome, silly defaults, asymmetrical window layout, "how hard can it be?" and good old NIH. Nevertheless dwm was a phenomenal resource and many good ideas and code was borrowed from it. On the other hand xmonad has great defaults, key bindings and xinerama support but is crippled by not being written in C. WWW: http://www.peereboom.us/scrotwm/html/scrotwm.html PR: ports/136214 Submitted by: Aragon Gouveia Revision Changes Path 1.246 +1 -0 ports/x11-wm/Makefile 1.1 +72 -0 ports/x11-wm/scrotwm/Makefile (new) 1.1 +3 -0 ports/x11-wm/scrotwm/distinfo (new) 1.1 +51 -0 ports/x11-wm/scrotwm/files/clock_format.patch (new) 1.1 +11 -0 ports/x11-wm/scrotwm/files/spawn_menu_atbottom.patch (new) 1.1 +11 -0 ports/x11-wm/scrotwm/files/spawn_menu_colourfix.patch (new) 1.1 +14 -0 ports/x11-wm/scrotwm/pkg-descr (new)