diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-09-04 04:56:04 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-09-04 04:56:04 +0000 |
commit | 331230905d8624db868ef26200f9380dd1697e17 (patch) | |
tree | 691dbfd3a724cdcc4c927fb1551b7ab8ddab0867 /wm/cwm | |
parent | f71311b4fa88df50a45e50b9a2672de29c497a14 (diff) | |
download | pkgsrc-331230905d8624db868ef26200f9380dd1697e17.tar.gz |
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.
Diffstat (limited to 'wm/cwm')
-rw-r--r-- | wm/cwm/DESCR | 6 | ||||
-rw-r--r-- | wm/cwm/Makefile | 15 | ||||
-rw-r--r-- | wm/cwm/PLIST | 3 | ||||
-rw-r--r-- | wm/cwm/distinfo | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/wm/cwm/DESCR b/wm/cwm/DESCR new file mode 100644 index 00000000000..a42736de680 --- /dev/null +++ b/wm/cwm/DESCR @@ -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. diff --git a/wm/cwm/Makefile b/wm/cwm/Makefile new file mode 100644 index 00000000000..5cd5754048a --- /dev/null +++ b/wm/cwm/Makefile @@ -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" diff --git a/wm/cwm/PLIST b/wm/cwm/PLIST new file mode 100644 index 00000000000..4267a174c9f --- /dev/null +++ b/wm/cwm/PLIST @@ -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 diff --git a/wm/cwm/distinfo b/wm/cwm/distinfo new file mode 100644 index 00000000000..ed6dbdd93a1 --- /dev/null +++ b/wm/cwm/distinfo @@ -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 |