From owner-cvs-all@FreeBSD.ORG Tue Mar 11 22:55:04 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 852E6106566B; Tue, 11 Mar 2008 22:55:04 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 12B998FC2C; Tue, 11 Mar 2008 22:54:59 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2BMswtE046698; Tue, 11 Mar 2008 22:54:58 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2BMswoJ046697; Tue, 11 Mar 2008 22:54:58 GMT (envelope-from alepulver) Message-Id: <200803112254.m2BMswoJ046697@repoman.freebsd.org> From: Alejandro Pulver Date: Tue, 11 Mar 2008 22:54:58 +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/stumpwm Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 22:55:04 -0000 alepulver 2008-03-11 22:54:58 UTC FreeBSD ports repository Modified files: x11-wm Makefile Added files: x11-wm/stumpwm Makefile distinfo pkg-descr Log: Stumpwm is a tiling, keyboard driven X11 Window Manager written entirely in0 Common Lisp. If you're tired of flipping through themes like channel-surfing, and going from one perfect-except-for-just-one-thing window manager to another even-more-broken-in-some-other-way then perhaps Stumpwm can help. Stumpwm attempts to be customizable yet visually minimal. There are no window decorations, no icons, and no buttons. It does have various hooks to attach your personal customizations, and variables to tweak. * Hack the good hack. * Debug your good hack. * Customize your window manager. While it's running. That's right. With a 100% Common Lisp window manager there's no stopping the hacks. Just re-eval and GO! WWW: http://www.nongnu.org/stumpwm/ Revision Changes Path 1.218 +1 -0 ports/x11-wm/Makefile 1.1 +37 -0 ports/x11-wm/stumpwm/Makefile (new) 1.1 +3 -0 ports/x11-wm/stumpwm/distinfo (new) 1.1 +19 -0 ports/x11-wm/stumpwm/pkg-descr (new)