Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 83D9270B37 for ; Fri, 26 Jul 2013 17:55:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DD44F14A18B; Fri, 26 Jul 2013 17:55:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5415F14A18A for ; Fri, 26 Jul 2013 17:55:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id k7xWGmcyLFFG for ; Fri, 26 Jul 2013 17:55:37 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 84F9B14A187 for ; Fri, 26 Jul 2013 17:55:37 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 41EFD96; Fri, 26 Jul 2013 17:55:37 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 26 Jul 2013 17:55:37 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/wm/spectrwm To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20130726175537.41EFD96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Fri Jul 26 17:55:37 UTC 2013 Added Files: pkgsrc/wm/spectrwm: DESCR Makefile PLIST distinfo pkgsrc/wm/spectrwm/patches: patch-linux_Makefile Log Message: Import spectrwm-2.2.0 as wm/spectrwm. Based on a package by Lokesh Mandvekar and wm/scrotwm. Spectrwm 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. Spectrwm is a beautiful pearl! For it too, was created by grinding irritation. Nothing is a bigger waste of time than moving windows around until they are the right size-ish or having just about any relevant key combination being eaten for some task one never needs. The path of agony is too long to quote and in classical OpenBSD fashion (put up, or hack up) a brand new window manager was whooped up to serve no other purpose than to obey its masters. It was written by Marco Peereboom & Ryan Thomas McBride and it is released under the ISC license. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/wm/spectrwm/DESCR pkgsrc/wm/spectrwm/Makefile \ pkgsrc/wm/spectrwm/PLIST pkgsrc/wm/spectrwm/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/wm/spectrwm/patches/patch-linux_Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.