FreeBSD Bugzilla – Attachment 38710 Details for
Bug 61189
New port: x11-wm/treewm: window manager that allows placing windows in windows (-> tree structure)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
treewm.shar
treewm.shar (text/plain), 4.36 KB, created by
Rudolf Polzer
on 2004-01-11 00:40:18 UTC
(
hide
)
Description:
treewm.shar
Filename:
MIME Type:
Creator:
Rudolf Polzer
Created:
2004-01-11 00:40:18 UTC
Size:
4.36 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># x11-wm/treewm ># x11-wm/treewm/Makefile ># x11-wm/treewm/distinfo ># x11-wm/treewm/pkg-descr ># x11-wm/treewm/pkg-plist ># x11-wm/treewm/pkg-message ># >echo c - x11-wm/treewm >mkdir -p x11-wm/treewm > /dev/null 2>&1 >echo x - x11-wm/treewm/Makefile >sed 's/^X//' >x11-wm/treewm/Makefile << 'END-of-x11-wm/treewm/Makefile' >X# New ports collection makefile for: treewm >X# Date created: 09 Sep 2003 >X# Whom: Rudolf Polzer >X# >X# $FreeBSD: ports/x11-wm/treewm/Makefile,v 1.4 2003/09/16 07:16:57 Exp $ >X# >X >XPORTNAME= treewm >XPORTVERSION= 0.4.5 >XCATEGORIES= x11-wm >XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} >XMASTER_SITE_SUBDIR= ${PORTNAME} >X >XMAINTAINER= freebsd-dr@durchnull.de >XCOMMENT= Window Manager that arranges the windows in a tree >X >XUSE_BZIP2= yes >XUSE_GMAKE= yes >XUSE_XLIB= yes >XUSE_X_PREFIX= yes >X >XALL_TARGET= XLIBDIR=${X11BASE}/lib XINCLUDEDIR=${X11BASE}/include all >X >XWRKSRC= ${WRKDIR}/treewm-0.4.5 >X >XPKGMESSAGE= ${WRKDIR}/.pkg-message >X >XDOCS= AUTHORS COPYING ChangeLog INSTALL PROBLEMS README README.tiling TODO default.cfg sample.cfg >X >Xdo-build: >X cd ${WRKSRC}; ${GMAKE} PREFIX=${PREFIX} >X >Xdo-install: >X ${MKDIR} ${PREFIX}/share/treewm >X ${MKDIR} ${PREFIX}/share/treewm/pixmaps >X ${INSTALL_PROGRAM} ${WRKSRC}/src/treewm ${PREFIX}/bin >X ${INSTALL_PROGRAM} ${WRKSRC}/xprop/xprop ${PREFIX}/bin/xprop-treewm >X ${INSTALL_PROGRAM} ${WRKSRC}/xkill/xkill ${PREFIX}/bin/xkill-treewm >X ${INSTALL_DATA} ${WRKSRC}/src/pixmaps/*.xpm ${PREFIX}/share/treewm/pixmaps >X >Xpre-install: >X ${SED} 's|%%D%%|${PREFIX}${DOCSDIR}|g' ${PKGDIR}/pkg-message >${PKGMESSAGE} >X >Xpost-install: >X.if !defined(NOPORTDOCS) >X ${MKDIR} ${DOCSDIR} >X.for FILE in ${DOCS} >X ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} >X.endfor >X.endif >X @${CAT} ${PKGMESSAGE} >X >X.include <bsd.port.mk> >END-of-x11-wm/treewm/Makefile >echo x - x11-wm/treewm/distinfo >sed 's/^X//' >x11-wm/treewm/distinfo << 'END-of-x11-wm/treewm/distinfo' >XMD5 (treewm-0.4.5.tar.bz2) = 912ef3930ca6914bf5118f7bbce3fef6 >END-of-x11-wm/treewm/distinfo >echo x - x11-wm/treewm/pkg-descr >sed 's/^X//' >x11-wm/treewm/pkg-descr << 'END-of-x11-wm/treewm/pkg-descr' >Xtreewm is a window manager that tries to implement a new concept. In addition to >Xthe client windows the user can create desktops which can themselves contain >Xwindows and desktops. By arranging the windows in such a tree the user is able >Xto manage his tasks efficiently. >X >XSee also the author's website about treewm: >X WWW: http://treewm.sourceforge.net/ >Xand mine: >X WWW: http://www.informatik.uni-frankfurt.de/~polzer/treewmdurchnull/ >END-of-x11-wm/treewm/pkg-descr >echo x - x11-wm/treewm/pkg-plist >sed 's/^X//' >x11-wm/treewm/pkg-plist << 'END-of-x11-wm/treewm/pkg-plist' >Xbin/treewm >Xbin/xprop-treewm >Xbin/xkill-treewm >Xshare/treewm/pixmaps/close.xpm >Xshare/treewm/pixmaps/icon.xpm >Xshare/treewm/pixmaps/max1.xpm >Xshare/treewm/pixmaps/max2.xpm >Xshare/treewm/pixmaps/move.xpm >Xshare/treewm/pixmaps/none1.xpm >Xshare/treewm/pixmaps/none2.xpm >Xshare/treewm/pixmaps/resize.xpm >X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS >X%%PORTDOCS%%%%DOCSDIR%%/COPYING >X%%PORTDOCS%%%%DOCSDIR%%/ChangeLog >X%%PORTDOCS%%%%DOCSDIR%%/INSTALL >X%%PORTDOCS%%%%DOCSDIR%%/PROBLEMS >X%%PORTDOCS%%%%DOCSDIR%%/README >X%%PORTDOCS%%%%DOCSDIR%%/README.tiling >X%%PORTDOCS%%%%DOCSDIR%%/TODO >X%%PORTDOCS%%%%DOCSDIR%%/default.cfg >X%%PORTDOCS%%%%DOCSDIR%%/sample.cfg >X%%PORTDOCS%%@dirrm %%DOCSDIR%% >X@dirrm share/treewm/pixmaps >X@dirrm share/treewm >END-of-x11-wm/treewm/pkg-plist >echo x - x11-wm/treewm/pkg-message >sed 's/^X//' >x11-wm/treewm/pkg-message << 'END-of-x11-wm/treewm/pkg-message' >X-------------------------------------------------------------------------- >X >XThe treewm package has been successfully installed. >X >XNB: Sample configuration files have been installed to >X%%D%% as "default.cfg" and "sample.cfg". >XUsers can look at them as well as the README in the same directory to >Xwrite their .treewmrc in their homedir. Also, please take a look at >X >X WWW: http://www.informatik.uni-frankfurt.de/~polzer/treewmdurchnull/downloads/treewm-examples-en.tar.bz2 >X >Xfor further hints and examples about configuring treewm. >X >X-------------------------------------------------------------------------- >END-of-x11-wm/treewm/pkg-message >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 61189
: 38710