1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Add treewm, 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.

See also: http://treewm.sourceforge.net/ and
http://www.informatik.uni-frankfurt.de/~polzer/treewmdurchnull/

PR:		ports/61189
Submitted by:	divZero <freebsd-dr@durchnull.de>
This commit is contained in:
Pav Lucistnik 2004-01-11 20:54:14 +00:00
parent a5307c47a4
commit 2c5918d1b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97951
6 changed files with 85 additions and 0 deletions

View File

@ -84,6 +84,7 @@
SUBDIR += sapphire-themes
SUBDIR += sawfish2
SUBDIR += swm
SUBDIR += treewm
SUBDIR += tvtwm
SUBDIR += ude
SUBDIR += uwm

47
x11-wm/treewm/Makefile Normal file
View File

@ -0,0 +1,47 @@
# New ports collection makefile for: treewm
# Date created: 09 Sep 2003
# Whom: Rudolf Polzer
#
# $FreeBSD$
#
PORTNAME= treewm
PORTVERSION= 0.4.5
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= freebsd-dr@durchnull.de
COMMENT= Window Manager that arranges the windows in a tree
USE_BZIP2= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_REINPLACE= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
PORTDOCS= AUTHORS ChangeLog INSTALL PROBLEMS README README.tiling TODO default.cfg sample.cfg
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile
post-build:
@${SED} 's|%%D%%|${DOCSDIR}|g' ${PKGDIR}/pkg-message >${PKGMESSAGE}
do-install:
${MKDIR} ${PREFIX}/share/treewm
${MKDIR} ${PREFIX}/share/treewm/pixmaps
${INSTALL_PROGRAM} ${WRKSRC}/src/treewm ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/xprop/xprop ${PREFIX}/bin/xprop-treewm
${INSTALL_PROGRAM} ${WRKSRC}/xkill/xkill ${PREFIX}/bin/xkill-treewm
${INSTALL_DATA} ${WRKSRC}/src/pixmaps/*.xpm ${PREFIX}/share/treewm/pixmaps
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for FILE in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
.endfor
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

1
x11-wm/treewm/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (treewm-0.4.5.tar.bz2) = 912ef3930ca6914bf5118f7bbce3fef6

9
x11-wm/treewm/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
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.
See also the author's website about treewm:
WWW: http://treewm.sourceforge.net/
and mine:
WWW: http://www.informatik.uni-frankfurt.de/~polzer/treewmdurchnull/

14
x11-wm/treewm/pkg-message Normal file
View File

@ -0,0 +1,14 @@
--------------------------------------------------------------------------
The treewm package has been successfully installed.
NB: Sample configuration files have been installed to
%%D%% as "default.cfg" and "sample.cfg".
Users can look at them as well as the README in the same directory to
write their .treewmrc in their homedir. Also, please take a look at
WWW: http://www.informatik.uni-frankfurt.de/~polzer/treewmdurchnull/downloads/treewm-examples-en.tar.bz2
for further hints and examples about configuring treewm.
--------------------------------------------------------------------------

13
x11-wm/treewm/pkg-plist Normal file
View File

@ -0,0 +1,13 @@
bin/treewm
bin/xprop-treewm
bin/xkill-treewm
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