initial import of treewm

--
From the README:

treewm is a window manager that tries to implement a new concept. In
addition to the client windows the user can create desktops which can
themselves contain windows and desktops. By arranging the windows in
such a tree the user is able to manage his tasks efficiently.

treewm is derived from aewm.

WWW: http://treewm.sourceforge.net/

Submitted by William Yodlowsky <bsd@openbsd.rutgers.edu>,
lebel@ ok.
This commit is contained in:
heko 2001-11-10 18:33:37 +00:00
parent e3f05afe1f
commit 570db842ac
5 changed files with 111 additions and 0 deletions

47
x11/treewm/Makefile Normal file
View File

@ -0,0 +1,47 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/11/10 18:33:37 heko Exp $
COMMENT= "tree window manager"
DISTNAME= treewm-0.3.3
CATEGORIES= x11
NEED_VERSION= 1.489
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://openbsd.rutgers.edu/
MASTER_SITE_SUBDIR= treewm
HOMEPAGE= http://treewm.sourceforge.net/
MAINTAINER= William Yodlowsky <bsd@openbsd.rutgers.edu>
# License: GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WRKDIST= ${WRKDIR}/treewm/treewm
USE_X11= Yes
NO_REGRESS= Yes
LDFLAGS+= -L${X11BASE}/lib
CPPFLAGS+= -I${X11BASE}/include
CFLAGS+= -DSHAPE ${CPPFLAGS}
MAKE_FLAGS+= CCC='${CXX}' CC='${CC}' CFLAGS='${CFLAGS}' \
LDFLAGS='${LDFLAGS}'
DOCS = README INSTALL COPYING AUTHORS ChangeLog TODO
SAMPLES = default.cfg sample.cfg treewm.kdevprj
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/treewm
.for f in ${DOCS}
${INSTALL_DATA} ${WRKDIR}/treewm/${f} ${PREFIX}/share/doc/treewm
.endfor
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/treewm
.for f in ${SAMPLES}
${INSTALL_DATA} ${WRKDIR}/treewm/${f} ${PREFIX}/share/examples/treewm
.endfor
.include <bsd.port.mk>

3
x11/treewm/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (treewm-0.3.3.tar.gz) = f10a42335f3ff60600cb6fdb8f6bc4d4
RMD160 (treewm-0.3.3.tar.gz) = d6deb5abdd60a744e756f76943dd33595b8c718b
SHA1 (treewm-0.3.3.tar.gz) = 4592fe72bcbec25c284a3a667d42998ed790e746

View File

@ -0,0 +1,28 @@
$OpenBSD: patch-Makefile,v 1.1.1.1 2001/11/10 18:33:37 heko Exp $
--- Makefile.orig Sat Aug 25 12:52:00 2001
+++ Makefile Sat Nov 10 14:16:32 2001
@@ -1,3 +1,5 @@
+PREFIX ?= /usr/X11R6
+INSTALL_STRIP ?= -s
LIBS = -L/usr/X11R6/lib -lXext -lXpm -lX11 #-static
#LIBS = -L/usr/X11R6/lib -lXext -lXpm -lX11 -lmpatrol -lbfd -liberty
@@ -17,15 +19,14 @@ all: treewm
treewm: $(OBJECTS)
$(CCC) -o treewm $(OBJECTS) $(LIBS)
- strip -s treewm
depend:
makedepend -- $(CFLAGS) -- -o o *.cc
install: all
- install -s treewm /usr/X11R6/bin
- install -d /usr/X11R6/share/treewm/pixmaps
- install pixmaps/* /usr/X11R6/share/treewm/pixmaps
+ install ${INSTALL_STRIP} treewm ${PREFIX}/bin
+ install -d ${PREFIX}/share/treewm/pixmaps
+ install pixmaps/* ${PREFIX}/share/treewm/pixmaps
uninstall:
rm /usr/X11R6/bin/treewm

10
x11/treewm/pkg/DESCR Normal file
View File

@ -0,0 +1,10 @@
From the README:
treewm is a window manager that tries to implement a new concept. In addition to
the client windows the user can create desktops which can themselves contain
windows and desktops. By arranging the windows in such a tree the user is able
to manage his tasks efficiently.
treewm is derived from aewm.
WWW: ${HOMEPAGE}

23
x11/treewm/pkg/PLIST Normal file
View File

@ -0,0 +1,23 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/11/10 18:33:37 heko Exp $
bin/treewm
share/doc/treewm/AUTHORS
share/doc/treewm/COPYING
share/doc/treewm/ChangeLog
share/doc/treewm/INSTALL
share/doc/treewm/README
share/doc/treewm/TODO
share/examples/treewm/default.cfg
share/examples/treewm/sample.cfg
share/examples/treewm/treewm.kdevprj
share/treewm/pixmaps/close.xpm
share/treewm/pixmaps/icon.xpm
share/treewm/pixmaps/max1.xpm
share/treewm/pixmaps/max2.xpm
share/treewm/pixmaps/move.xpm
share/treewm/pixmaps/none1.xpm
share/treewm/pixmaps/none2.xpm
share/treewm/pixmaps/resize.xpm
@dirrm share/treewm/pixmaps
@dirrm share/treewm
@dirrm share/examples/treewm
@dirrm share/doc/treewm