Initial import of cwm-3.
cwm is a window manager for X11. It was originally inspired by evilwm, but was rewritten from scratch due to limitations in the evilwm codebase. The from-scratch rewrite borrowed some code from 9wm. cwm contains many new features which all concentrate on the efficiency and transparency of window management. cwm also aims to maintain the most simplest and pleasant aesthetic.
This commit is contained in:
parent
f71311b4fa
commit
331230905d
4 changed files with 29 additions and 0 deletions
6
wm/cwm/DESCR
Normal file
6
wm/cwm/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
cwm is a window manager for X11. It was originally inspired by evilwm,
|
||||
but was rewritten from scratch due to limitations in the evilwm codebase.
|
||||
The from-scratch rewrite borrowed some code from 9wm. cwm contains many
|
||||
new features which all concentrate on the efficiency and transparency of
|
||||
window management. cwm also aims to maintain the most simplest and
|
||||
pleasant aesthetic.
|
15
wm/cwm/Makefile
Normal file
15
wm/cwm/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2005/09/04 04:56:04 xtraeme Exp $
|
||||
#
|
||||
|
||||
DISTNAME= cwm-3
|
||||
CATEGORIES= wm
|
||||
MASTER_SITES= http://monkey.org/~marius/cwm/
|
||||
|
||||
MAINTAINER= tech-pkg@NetBSD.org
|
||||
HOMEPAGE= http://monkey.org/~marius/cwm/
|
||||
COMMENT= Window manager for X11 initially inspired by evilwm
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include "../../fonts/Xft2/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
wm/cwm/PLIST
Normal file
3
wm/cwm/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/09/04 04:56:04 xtraeme Exp $
|
||||
bin/cwm
|
||||
man/man1/cwm.1
|
5
wm/cwm/distinfo
Normal file
5
wm/cwm/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2005/09/04 04:56:04 xtraeme Exp $
|
||||
|
||||
SHA1 (cwm-3.tar.gz) = 04490462ba74de2f388bbb4cb04c0f1d7c2b2921
|
||||
RMD160 (cwm-3.tar.gz) = c533065d7d8a5044f03418aea38c295450c54af1
|
||||
Size (cwm-3.tar.gz) = 137437 bytes
|
Loading…
Reference in a new issue