pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/weewm Import weewm from pkgsrc-wip. Packaged by xt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a8ac8fa071e
branches:  trunk
changeset: 479546:1a8ac8fa071e
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Aug 16 19:36:32 2004 +0000

description:
Import weewm from pkgsrc-wip.  Packaged by xtraeme@ and updated by me.

WeeWM (Wee Enhanced Environment) is a fast and light window manager
for XFree86.  Everything can be done with a keyboard.  It is
customizable, and has dock management, smart window placement, virtual
desktops, and more.

diffstat:

 wm/weewm/DESCR            |   4 ++++
 wm/weewm/Makefile         |  30 ++++++++++++++++++++++++++++++
 wm/weewm/PLIST            |  10 ++++++++++
 wm/weewm/distinfo         |   5 +++++
 wm/weewm/patches/patch-aa |  20 ++++++++++++++++++++
 5 files changed, 69 insertions(+), 0 deletions(-)

diffs (89 lines):

diff -r 46671608ac74 -r 1a8ac8fa071e wm/weewm/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/weewm/DESCR    Mon Aug 16 19:36:32 2004 +0000
@@ -0,0 +1,4 @@
+WeeWM (Wee Enhanced Environment) is a fast and light window manager
+for XFree86.  Everything can be done with a keyboard.  It is
+customizable, and has dock management, smart window placement, virtual
+desktops, and more.
diff -r 46671608ac74 -r 1a8ac8fa071e wm/weewm/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/weewm/Makefile Mon Aug 16 19:36:32 2004 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/16 19:36:32 minskim Exp $
+#
+
+DISTNAME=      weewm-0.0.2
+CATEGORIES=    wm
+MASTER_SITES=  http://www.weewm.org/download/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://www.weewm.org/
+COMMENT=       Fast and ultra light windowmanager with total keyboard control
+
+USE_BUILDLINK3=                yes
+USE_X11=               yes
+
+EXAMPLESDIR=   ${PREFIX}/share/examples/weewm
+DOCDIR=                ${PREFIX}/share/doc/weewm
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/src/weewm ${PREFIX}/bin
+       ${INSTALL_MAN} ${WRKSRC}/weewm.1 ${PREFIX}/man/man1
+       ${INSTALL_DATA_DIR} ${EXAMPLESDIR}
+       ${INSTALL_DATA} ${WRKSRC}/examples/config.rc ${EXAMPLESDIR}
+       ${INSTALL_DATA} ${WRKSRC}/examples/keys.rc ${EXAMPLESDIR}
+       ${INSTALL_DATA_DIR} ${DOCDIR}
+.for f in AUTHORS FAQ README
+       ${INSTALL_DATA} ${WRKSRC}/$f ${DOCDIR}
+.endfor
+
+.include "../../mk/bsd.pkg.mk"
diff -r 46671608ac74 -r 1a8ac8fa071e wm/weewm/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/weewm/PLIST    Mon Aug 16 19:36:32 2004 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/16 19:36:32 minskim Exp $
+bin/weewm
+man/man1/weewm.1
+share/doc/weewm/AUTHORS
+share/doc/weewm/FAQ
+share/doc/weewm/README
+share/examples/weewm/config.rc
+share/examples/weewm/keys.rc
+@dirrm share/examples/weewm
+@dirrm share/doc/weewm
diff -r 46671608ac74 -r 1a8ac8fa071e wm/weewm/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/weewm/distinfo Mon Aug 16 19:36:32 2004 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/08/16 19:36:32 minskim Exp $
+
+SHA1 (weewm-0.0.2.tar.bz2) = 2ed619043f11bca71ef62caa255aa2dfb549532b
+Size (weewm-0.0.2.tar.bz2) = 44051 bytes
+SHA1 (patch-aa) = 9a7c9b1a5e85f51ed7c52ae39f5b08b95cbc1c08
diff -r 46671608ac74 -r 1a8ac8fa071e wm/weewm/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/weewm/patches/patch-aa Mon Aug 16 19:36:32 2004 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/08/16 19:36:32 minskim Exp $
+
+--- src/Makefile.orig  2003-05-31 11:50:55.000000000 -0500
++++ src/Makefile
+@@ -15,12 +15,10 @@
+ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ #
+ 
+-CC=gcc
++OPTIONS=${CFLAGS}
+ 
+-OPTIONS=-Wall -W -pedantic -pipe -O2
+-
+-INCLUDES=-I/usr/X11R6/include
+-LIBS=-L/usr/X11R6/lib -lX11
++INCLUDES=-I${X11BASE}/include
++LIBS= ${LDFLAGS} -lX11
+ 
+ OUTPUT=weewm
+ OBJS=weewm.o client.o events.o screen.o memorize.o info.o config.o



Home | Main Index | Thread Index | Old Index