Initial import of pekwm-0.1.2. Description follows:

A window manager based on aewm++. Here is a compact list of changes
between the originial aewm++-1.1.16 and pekwm:
* Better structured and formatted code.
* Possibility to group windows in a single frame.
* Configurable keygrabber.
* Configurable rootmenu.
* Configration file.
* Xinerama support.
* Smart window placement.
* Basic pixmap theming, with configurable buttons.

Provided by Juan RP in PR pkg/19424 with some changes by me.
This commit is contained in:
jmmv 2002-12-17 10:53:22 +00:00
parent 201a306dd1
commit 1769454ad5
5 changed files with 80 additions and 0 deletions

10
wm/pekwm/DESCR Normal file
View file

@ -0,0 +1,10 @@
A window manager based on aewm++. Here is a compact list of changes
between the originial aewm++-1.1.16 and pekwm:
* Better structured and formatted code.
* Possibility to group windows in a single frame.
* Configurable keygrabber.
* Configurable rootmenu.
* Configration file.
* Xinerama support.
* Smart window placement.
* Basic pixmap theming, with configurable buttons.

17
wm/pekwm/Makefile Normal file
View file

@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.1.1.1 2002/12/17 10:53:22 jmmv Exp $
#
DISTNAME= pekwm-0.1.2
CATEGORIES= wm
MASTER_SITES= http://pekwm.babblica.net/files/source/
MAINTAINER= jrp@hispabsd.org
HOMEPAGE= http://pekwm.babblica.net/
COMMENT= Window manager based on aewm++
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_GMAKE= YES
USE_X11= YES
.include "../../mk/bsd.pkg.mk"

35
wm/pekwm/PLIST Normal file
View file

@ -0,0 +1,35 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/17 10:53:22 jmmv Exp $
bin/pekwm
man/man1/pekwm.1
share/pekwm/autoprops
share/pekwm/config
share/pekwm/keys
share/pekwm/menu
share/pekwm/mouse
share/pekwm/start
share/pekwm/themes/default/bottom.xpm
share/pekwm/themes/default/btn-close-fo.xpm
share/pekwm/themes/default/btn-close-pr.xpm
share/pekwm/themes/default/btn-close-un.xpm
share/pekwm/themes/default/btn-max-fo.xpm
share/pekwm/themes/default/btn-max-pr.xpm
share/pekwm/themes/default/btn-max-un.xpm
share/pekwm/themes/default/btn-min-fo.xpm
share/pekwm/themes/default/btn-min-pr.xpm
share/pekwm/themes/default/btn-min-un.xpm
share/pekwm/themes/default/harbour.xpm
share/pekwm/themes/default/left.xpm
share/pekwm/themes/default/right.xpm
share/pekwm/themes/default/separator-fo.xpm
share/pekwm/themes/default/separator-un.xpm
share/pekwm/themes/default/side-un.xpm
share/pekwm/themes/default/side.xpm
share/pekwm/themes/default/theme
share/pekwm/themes/default/theme.in
share/pekwm/themes/default/top.xpm
share/pekwm/themes/default/win-focus.xpm
share/pekwm/themes/default/win-select.xpm
share/pekwm/themes/default/win-unfocus.xpm
@dirrm share/pekwm/themes/default
@dirrm share/pekwm/themes
@dirrm share/pekwm

5
wm/pekwm/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2002/12/17 10:53:22 jmmv Exp $
SHA1 (pekwm-0.1.2.tar.gz) = f758bbb77d607cfb875f8bd9f12ce268ebd69ae0
Size (pekwm-0.1.2.tar.gz) = 225163 bytes
SHA1 (patch-aa) = 0fd38beb72f79cce37c882e31a7029b7bd398f2c

13
wm/pekwm/patches/patch-aa Normal file
View file

@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.1.1.1 2002/12/17 10:53:23 jmmv Exp $
--- src/Makefile.in.orig Mon Nov 18 20:18:53 2002
+++ src/Makefile.in
@@ -20,7 +20,7 @@ CC = @CXX@
BIN_MODE = 755
DEFINES = -DPREFIX=\"$(prefix)\" -DDATADIR=\"$(DATADIR)\"
CXXFLAGS = @CXXFLAGS@ $(DEFINES)
-LDFLAGS = @LIBS@
+LDFLAGS = @LIBS@ @LDFLAGS@
# Source Files