Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Dec 2013 10:24:27 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r337124 - in branches/2014Q1/x11-wm/treewm: . files
Message-ID:  <201312211024.rBLAOR9H078117@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Sat Dec 21 10:24:27 2013
New Revision: 337124
URL: http://svnweb.freebsd.org/changeset/ports/337124

Log:
  MFH: r337090
  
  - Fix build with clang
  - Add LICENSE
  - Support staging
  - Reformat pkg-descr
  
  PR:		ports/184888
  Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
  Approved by:	portmgr (implicit)

Added:
  branches/2014Q1/x11-wm/treewm/files/patch-tile.cc
     - copied unchanged from r337090, head/x11-wm/treewm/files/patch-tile.cc
Modified:
  branches/2014Q1/x11-wm/treewm/Makefile
  branches/2014Q1/x11-wm/treewm/pkg-descr   (contents, props changed)
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/x11-wm/treewm/Makefile
==============================================================================
--- branches/2014Q1/x11-wm/treewm/Makefile	Sat Dec 21 10:23:32 2013	(r337123)
+++ branches/2014Q1/x11-wm/treewm/Makefile	Sat Dec 21 10:24:27 2013	(r337124)
@@ -12,37 +12,40 @@ COMMENT=	Window manager that arranges wi
 
 LICENSE=	GPLv2
 
-USES=		imake:env
+OPTIONS_DEFINE=	DOCS EXAMPLES
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake imake:env
 USE_XORG=	x11 ice sm xext xmu xpm xt xxf86vm
 
 PORTDOCS=	AUTHORS ChangeLog INSTALL PROBLEMS README README.tiling TODO
 PORTEXAMPLES=	default.cfg sample.cfg
 
-OPTIONS_DEFINE=	DOCS EXAMPLES
-
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-patch:
-	@${REINPLACE_CMD} -e '/^PREFIX/s| =| ?=| ; /^CXXFLAGS/s| =| ?=| ; \
-		s|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e \
+		'/^PREFIX/s| =| ?=| ; \
+		 /^CXXFLAGS/s| =| ?=| ; \
+		 s|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/Makefile
 
 do-install:
-	${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
-	@${MKDIR} ${DATADIR}/pixmaps
-	${INSTALL_DATA} ${WRKSRC}/src/pixmaps/*.xpm ${DATADIR}/pixmaps
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
-	@${MKDIR} ${EXAMPLESDIR}
-	${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/|} ${EXAMPLESDIR}
-.endif
+	(cd ${WRKSRC}/src && ${INSTALL_PROGRAM} treewm \
+		${STAGEDIR}${PREFIX}/bin)
+	(cd ${WRKSRC}/xprop && ${INSTALL_PROGRAM} xprop \
+		${STAGEDIR}${PREFIX}/bin/xprop-treewm)
+	(cd ${WRKSRC}/xkill && ${INSTALL_PROGRAM} xkill \
+		${STAGEDIR}${PREFIX}/bin/xkill-treewm)
+	@${MKDIR} ${STAGEDIR}${DATADIR}/pixmaps
+	(cd ${WRKSRC}/src/pixmaps && ${INSTALL_DATA} *.xpm \
+		${STAGEDIR}${DATADIR}/pixmaps)
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+.for F in ${PORTDOCS}
+	(cd ${WRKSRC} && ${INSTALL_DATA} ${F} ${STAGEDIR}${DOCSDIR})
+.endfor
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+.for F in ${PORTEXAMPLES}
+	(cd ${WRKSRC} && ${INSTALL_DATA} ${F} ${STAGEDIR}${EXAMPLESDIR})
+.endfor
 
 .include <bsd.port.mk>

Copied: branches/2014Q1/x11-wm/treewm/files/patch-tile.cc (from r337090, head/x11-wm/treewm/files/patch-tile.cc)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2014Q1/x11-wm/treewm/files/patch-tile.cc	Sat Dec 21 10:24:27 2013	(r337124, copy of r337090, head/x11-wm/treewm/files/patch-tile.cc)
@@ -0,0 +1,10 @@
+--- src/tile.cc.orig
++++ src/tile.cc
+@@ -5,6 +5,7 @@
+ #include <algorithm>
+ #include <stack>
+ //#include <stdio.h>
++#include <stdlib.h>
+ 
+ /* 
+  * changed<05.02.2003> by Rudolf Polzer: including namespace std (C++)

Modified: branches/2014Q1/x11-wm/treewm/pkg-descr
==============================================================================
--- branches/2014Q1/x11-wm/treewm/pkg-descr	Sat Dec 21 10:23:32 2013	(r337123)
+++ branches/2014Q1/x11-wm/treewm/pkg-descr	Sat Dec 21 10:24:27 2013	(r337124)
@@ -1,21 +1,22 @@
-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 feature-rich, flexible and provides
-a powerful concept.  However, treewm's look is is rather puristic, and its feel
-is not always intuitive, but with a bit of practise it should be very effective
-to use.
+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
+feature-rich, flexible and provides a powerful concept. However,
+treewm's look is is rather puristic, and its feel is not always
+intuitive, but with a bit of practise it should be very effective to
+use.
 
 Short feature list (some of them are quite unique among window managers):
-
-  - Allows to create desktops and to arbitrarily move windows between desktops
-  - Many options (such as sticky, autoresize, always on top, or the focus or
-    raise policy) can be set for any desktop or window
+  - Allows to create desktops and to arbitrarily move windows between
+    desktops
+  - Many options (such as sticky, autoresize, always on top, or the
+    focus or raise policy) can be set for any desktop or window
   - Can be fully customized using the configuration file
-  - Has a very powerful (somewhat vi-like) command mode, and can be controlled
-    from shell scripts via a FIFO
+  - Has a very powerful (somewhat vi-like) command mode, and can be
+    controlled from shell scripts via a FIFO
   - Icons can be placed on desktops that can execute arbitrary commands
-  - Only uses very common libraries, in particular it doesn't require GTK, Qt,
-    or anything like that
+  - Only uses very common libraries, in particular it doesn't require
+    GTK, Qt, or anything like that
 
 WWW: http://treewm.sourceforge.net/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312211024.rBLAOR9H078117>