From c3009291b4d6f016e9535ede7432c7ce973f1fee Mon Sep 17 00:00:00 2001 From: pav Date: Sun, 11 Jan 2004 20:54:14 +0000 Subject: 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 --- x11-wm/treewm/Makefile | 47 +++++++++++++++++++++++++++++++++++++++++++++++ x11-wm/treewm/distinfo | 1 + x11-wm/treewm/pkg-descr | 9 +++++++++ x11-wm/treewm/pkg-message | 14 ++++++++++++++ x11-wm/treewm/pkg-plist | 13 +++++++++++++ 5 files changed, 84 insertions(+) create mode 100644 x11-wm/treewm/Makefile create mode 100644 x11-wm/treewm/distinfo create mode 100644 x11-wm/treewm/pkg-descr create mode 100644 x11-wm/treewm/pkg-message create mode 100644 x11-wm/treewm/pkg-plist (limited to 'x11-wm/treewm') diff --git a/x11-wm/treewm/Makefile b/x11-wm/treewm/Makefile new file mode 100644 index 00000000000..aa6419edde0 --- /dev/null +++ b/x11-wm/treewm/Makefile @@ -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 diff --git a/x11-wm/treewm/distinfo b/x11-wm/treewm/distinfo new file mode 100644 index 00000000000..bcad54e80a9 --- /dev/null +++ b/x11-wm/treewm/distinfo @@ -0,0 +1 @@ +MD5 (treewm-0.4.5.tar.bz2) = 912ef3930ca6914bf5118f7bbce3fef6 diff --git a/x11-wm/treewm/pkg-descr b/x11-wm/treewm/pkg-descr new file mode 100644 index 00000000000..29170be3b74 --- /dev/null +++ b/x11-wm/treewm/pkg-descr @@ -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/ diff --git a/x11-wm/treewm/pkg-message b/x11-wm/treewm/pkg-message new file mode 100644 index 00000000000..c3153ca83fd --- /dev/null +++ b/x11-wm/treewm/pkg-message @@ -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. + +-------------------------------------------------------------------------- diff --git a/x11-wm/treewm/pkg-plist b/x11-wm/treewm/pkg-plist new file mode 100644 index 00000000000..c7ea3646e2f --- /dev/null +++ b/x11-wm/treewm/pkg-plist @@ -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 -- cgit