diff options
author | jmmv <jmmv@pkgsrc.org> | 2002-12-18 22:04:18 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2002-12-18 22:04:18 +0000 |
commit | fe98aff6b559ad9041cfa98f06332422934183d4 (patch) | |
tree | 78a8cc60dd1115453fbb0b0a0638a4892bd55fab /wm | |
parent | 0eee200513544f2cdd070489b46db8014ff3b2a9 (diff) | |
download | pkgsrc-fe98aff6b559ad9041cfa98f06332422934183d4.tar.gz |
Initial import of novawm, version 0.7_alpha.
NovaWM is a window manager for the X Window System (X11). It is developed
with speed, size, and style in mind. NovaWM takes on its own style that
is different than any window manager.
NovaWM has its own toolkit that is much easier to understand and develop
with than most others, though NovaWM itself does not use the toolkit to
create its interface, reducing the dependency on other libraries.
Provided in PR pkg/19421 by Juan RP, with some modifications by me.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/novawm/DESCR | 7 | ||||
-rw-r--r-- | wm/novawm/Makefile | 19 | ||||
-rw-r--r-- | wm/novawm/PLIST | 10 | ||||
-rw-r--r-- | wm/novawm/distinfo | 4 |
4 files changed, 40 insertions, 0 deletions
diff --git a/wm/novawm/DESCR b/wm/novawm/DESCR new file mode 100644 index 00000000000..515fa022dcc --- /dev/null +++ b/wm/novawm/DESCR @@ -0,0 +1,7 @@ +NovaWM is a window manager for the X Window System (X11). It is developed +with speed, size, and style in mind. NovaWM takes on its own style that +is different than any window manager. + +NovaWM has its own toolkit that is much easier to understand and develop +with than most others, though NovaWM itself does not use the toolkit to +create its interface, reducing the dependency on other libraries. diff --git a/wm/novawm/Makefile b/wm/novawm/Makefile new file mode 100644 index 00000000000..7e4e165318a --- /dev/null +++ b/wm/novawm/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/12/18 22:04:18 jmmv Exp $ +# + +DISTNAME= novawm-0.7_alpha +PKGNAME= ${DISTNAME:S/_alpha/rc1/} +WRKSRC= ${WRKDIR}/${DISTNAME:S/_alpha//} +CATEGORIES= wm +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=novawm/} + +MAINTAINER= jrp@hispabsd.org +HOMEPAGE= http://novawm.sourceforge.net/ +COMMENT= Nova window manager + +GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_GMAKE= YES +USE_X11= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/wm/novawm/PLIST b/wm/novawm/PLIST new file mode 100644 index 00000000000..0c43c4478d1 --- /dev/null +++ b/wm/novawm/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/18 22:04:18 jmmv Exp $ +bin/novawm +doc/novawm/AUTHORS +doc/novawm/COPYING +doc/novawm/ChangeLog +doc/novawm/INSTALL +doc/novawm/NEWS +doc/novawm/README +doc/novawm/TODO +@dirrm doc/novawm diff --git a/wm/novawm/distinfo b/wm/novawm/distinfo new file mode 100644 index 00000000000..09ab70fa39b --- /dev/null +++ b/wm/novawm/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/12/18 22:04:18 jmmv Exp $ + +SHA1 (novawm-0.7_alpha.tar.gz) = ecb35cf33dd9b40c1057bae215abb9435575e180 +Size (novawm-0.7_alpha.tar.gz) = 61974 bytes |