pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/cwm Initial import of cwm-3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c97afb07769a
branches:  trunk
changeset: 498829:c97afb07769a
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun Sep 04 04:56:04 2005 +0000

description:
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:

 wm/cwm/DESCR    |   6 ++++++
 wm/cwm/Makefile |  15 +++++++++++++++
 wm/cwm/PLIST    |   3 +++
 wm/cwm/distinfo |   5 +++++
 4 files changed, 29 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 63a26e5569a3 -r c97afb07769a wm/cwm/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/cwm/DESCR      Sun Sep 04 04:56:04 2005 +0000
@@ -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 -r 63a26e5569a3 -r c97afb07769a wm/cwm/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/cwm/Makefile   Sun Sep 04 04:56:04 2005 +0000
@@ -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@localhost
+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 -r 63a26e5569a3 -r c97afb07769a wm/cwm/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/cwm/PLIST      Sun Sep 04 04:56:04 2005 +0000
@@ -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 -r 63a26e5569a3 -r c97afb07769a wm/cwm/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/cwm/distinfo   Sun Sep 04 04:56:04 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index