Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-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 2A382A5864 for ; Thu, 22 May 2014 21:34:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9443A14A7A3; Thu, 22 May 2014 21:34:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8C9CF14A7A2 for ; Thu, 22 May 2014 21:34:25 +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 0CBhH6HFzGDR for ; Thu, 22 May 2014 21:34:25 +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 2111714A735 for ; Thu, 22 May 2014 21:34:24 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B8BE496; Thu, 22 May 2014 21:34:24 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 22 May 2014 21:34:24 +0000 From: "Ryosuke Moro" Subject: CVS commit: pkgsrc/wm/xmonad To: pkgsrc-changes@NetBSD.org Reply-To: szptvlfn@netbsd.org X-Mailer: log_accum Message-Id: <20140522213424.B8BE496@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: szptvlfn Date: Thu May 22 21:34:24 UTC 2014 Added Files: pkgsrc/wm/xmonad: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: Import xmonad-0.11 as wm/xmonad, packaged for wip by esg. xmonad is a tiling window manager for X. Windows are arranged automatically to tile the screen without gaps or overlap, maximising screen use. All features of the window manager are accessible from the keyboard: a mouse is strictly optional. xmonad is written and extensible in Haskell. Custom layout algorithms, and other extensions, may be written by the user in config files. Layouts are applied dynamically, and different layouts may be used on each workspace. Xinerama is fully supported, allowing windows to be tiled on several screens. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/wm/xmonad/DESCR pkgsrc/wm/xmonad/Makefile \ pkgsrc/wm/xmonad/PLIST pkgsrc/wm/xmonad/buildlink3.mk \ pkgsrc/wm/xmonad/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.