From braakvaak@aol.com  Fri Mar 21 00:17:25 2014
Return-Path: <braakvaak@aol.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id D826612D
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Mar 2014 00:17:25 +0000 (UTC)
Received: from smtpq1.tb.mail.iss.as9143.net (smtpq1.tb.mail.iss.as9143.net [212.54.42.164])
	by mx1.freebsd.org (Postfix) with ESMTP id 9714FA8A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Mar 2014 00:17:25 +0000 (UTC)
Received: from [212.54.42.136] (helo=smtp5.tb.mail.iss.as9143.net)
	by smtpq1.tb.mail.iss.as9143.net with esmtp (Exim 4.71)
	(envelope-from <braakvaak@aol.com>)
	id 1WQmti-0005Mg-FT
	for FreeBSD-gnats-submit@freebsd.org; Fri, 21 Mar 2014 01:01:18 +0100
Received: from 541b7744.cm-5-4b.dynamic.ziggo.nl ([84.27.119.68] helo=Beasty.mnemonic.local)
	by smtp5.tb.mail.iss.as9143.net with esmtp (Exim 4.71)
	(envelope-from <braakvaak@aol.com>)
	id 1WQmtf-0003ZL-N6
	for FreeBSD-gnats-submit@freebsd.org; Fri, 21 Mar 2014 01:01:18 +0100
Received: from root (uid 0)
	(envelope-from braakvaak@aol.com)
	id 20119
	by Beasty.mnemonic.local (DragonFly Mail Agent v0.9);
	Fri, 21 Mar 2014 01:01:15 +0100
Message-Id: <532b814b.20119.13668eca@Beasty.mnemonic.local>
Date: Fri, 21 Mar 2014 01:01:15 +0100
From: <braakvaak@aol.com>
Reply-To: braakvaak <braakvaak@aol.com>
Cc:
Subject: [NEW PORT] x11-wm/cwm
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         187803
>Category:       ports
>Synopsis:       [NEW PORT] x11-wm/cwm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    danilo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 21 00:20:00 UTC 2014
>Closed-Date:    Sun Mar 23 00:34:59 UTC 2014
>Last-Modified:  Sun Mar 23 00:40:00 UTC 2014
>Originator:     braakvaak
>Release:        FreeBSD 10.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD Beasty.mnemonic.local 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Fri Jan 17 01:46:25 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386

>Description:
Minimalistic window manager for X11, currently maintained by the OpenBSD project.
>How-To-Repeat:

>Fix:
# 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:
#
#	cwm
#	cwm/distinfo
#	cwm/Makefile
#	cwm/files
#	cwm/files/patch-Makefile
#	cwm/pkg-descr
#
echo c - cwm
mkdir -p cwm > /dev/null 2>&1
echo x - cwm/distinfo
sed 's/^X//' >cwm/distinfo << '41affc4e7d703bb4c6a7c0a327f758de'
XSHA256 (cwm-5.5.tar.gz) = 99aa337f15b07e36ba3b03593c56f65b76f8bbef6f73daca73846f6b002f2187
XSIZE (cwm-5.5.tar.gz) = 50709
41affc4e7d703bb4c6a7c0a327f758de
echo x - cwm/Makefile
sed 's/^X//' >cwm/Makefile << 'da66cf654438ff89ba84d7a9d122207f'
X# $FreeBSD$
X
XPORTNAME=	cwm
XPORTVERSION=	5.5
XCATEGORIES=	x11-wm
XMASTER_SITES=	http://chneukirchen.org/releases/
XMASTER_SITES+=	http://github.com/chneukirchen/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/
X
XMAINTAINER=	braakvaak@aol.com
XCOMMENT=	Minimalistic window manager for X11 based on evilwm
X
XLICENSE=	BSD2CLAUSE
X
XLIB_DEPENDS=	libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
X
XUSE_PKGCONFIG=	build
X
XUSE_XORG=	x11 xft xinerama xrandr
X
XPLIST_FILES=	bin/cwm \
X		man/man1/cwm.1.gz \
X		man/man5/cwmrc.5.gz
X
Xdo-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/cwm ${STAGEDIR}${PREFIX}/bin
X	@${INSTALL_MAN} ${WRKSRC}/cwm.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
X	@${INSTALL_MAN} ${WRKSRC}/cwmrc.5 ${STAGEDIR}${MAN5PREFIX}/man/man5
X
X.include <bsd.port.mk>
da66cf654438ff89ba84d7a9d122207f
echo c - cwm/files
mkdir -p cwm/files > /dev/null 2>&1
echo x - cwm/files/patch-Makefile
sed 's/^X//' >cwm/files/patch-Makefile << '2ff407815f16d462456b8861e41bb315'
X--- ./Makefile.orig	2014-03-17 03:52:56.000000000 +0100
X+++ ./Makefile	2014-03-17 04:05:08.000000000 +0100
X@@ -3,7 +3,7 @@
X 
X PROG=		cwm
X 
X-PREFIX=         /usr/local
X+#PREFIX=         /usr/local
X 
X SRCS=		calmwm.c screen.c xmalloc.c client.c menu.c \
X 		search.c util.c xutil.c conf.c xevents.c group.c \
X@@ -16,11 +16,11 @@
X 
X CPPFLAGS+=	`pkg-config --cflags fontconfig x11 xft xinerama xrandr`
X 
X-CFLAGS=		-Wall -O2 -g -D_GNU_SOURCE
X+CFLAGS+=	-Wall -g -pthread
X 
X LDFLAGS+=	`pkg-config --libs fontconfig x11 xft xinerama xrandr`
X 
X-MANPREFIX=	${PREFIX}/share/man
X+#MANPREFIX=	${PREFIX}/share/man
X 
X all: ${PROG}
X 
2ff407815f16d462456b8861e41bb315
echo x - cwm/pkg-descr
sed 's/^X//' >cwm/pkg-descr << '8ebc03d5ca3d1768b5c722f853c40288'
Xcwm is a window manager for X11 initially inspired by evilwm. cwm has several 
Xnovel features, including the ability to search for windows. it features a 
Xvery simple and attractive aesthetic.
X
XThis port is based on OpenBSD's continued work on cwm, as development on the 
Xproject seems to have halted.
X
XWWW: http://monkey.org/~marius/pages/?page=cwm
8ebc03d5ca3d1768b5c722f853c40288
exit
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->danilo 
Responsible-Changed-By: danilo 
Responsible-Changed-When: Sat Mar 22 23:40:53 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187803 
State-Changed-From-To: open->closed 
State-Changed-By: danilo 
State-Changed-When: Sun Mar 23 00:34:58 UTC 2014 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187803 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/187803: commit references a PR
Date: Sun, 23 Mar 2014 00:34:34 +0000 (UTC)

 Author: danilo
 Date: Sun Mar 23 00:34:28 2014
 New Revision: 348819
 URL: http://svnweb.freebsd.org/changeset/ports/348819
 QAT: https://qat.redports.org/buildarchive/r348819/
 
 Log:
   - Add the port: x11-wm/cwm
   - Pass maintainership to submitter
   
   cwm is a window manager for X11 initially inspired by evilwm. cwm has several
   novel features, including the ability to search for windows. it features a
   very simple and attractive aesthetic.
   
   PR:		ports/187803
   Submitted by:	<braakvaak@aol.com>
 
 Added:
   head/x11-wm/cwm/
   head/x11-wm/cwm/Makefile   (contents, props changed)
   head/x11-wm/cwm/distinfo   (contents, props changed)
   head/x11-wm/cwm/files/
   head/x11-wm/cwm/files/patch-Makefile   (contents, props changed)
   head/x11-wm/cwm/pkg-descr   (contents, props changed)
 Modified:
   head/x11-wm/Makefile
 
 Modified: head/x11-wm/Makefile
 ==============================================================================
 --- head/x11-wm/Makefile	Sun Mar 23 00:31:56 2014	(r348818)
 +++ head/x11-wm/Makefile	Sun Mar 23 00:34:28 2014	(r348819)
 @@ -26,6 +26,7 @@
      SUBDIR += compizconfig-python
      SUBDIR += compton
      SUBDIR += ctwm
 +    SUBDIR += cwm
      SUBDIR += devilspie
      SUBDIR += dwm
      SUBDIR += e16
 
 Added: head/x11-wm/cwm/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/x11-wm/cwm/Makefile	Sun Mar 23 00:34:28 2014	(r348819)
 @@ -0,0 +1,28 @@
 +# $FreeBSD$
 +
 +PORTNAME=	cwm
 +PORTVERSION=	5.5
 +CATEGORIES=	x11-wm
 +MASTER_SITES=	http://chneukirchen.org/releases/ \
 +		http://github.com/chneukirchen/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/
 +
 +MAINTAINER=	braakvaak@aol.com
 +COMMENT=	Minimalistic window manager for X11 based on evilwm
 +
 +LICENSE=	BSD2CLAUSE
 +
 +LIB_DEPENDS=	libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
 +
 +USES=		pkgconfig:build
 +USE_XORG=	x11 xft xinerama xrandr
 +
 +PLIST_FILES=	bin/cwm \
 +		man/man1/cwm.1.gz \
 +		man/man5/cwmrc.5.gz
 +
 +do-install:
 +	@${INSTALL_PROGRAM} ${WRKSRC}/cwm ${STAGEDIR}${PREFIX}/bin
 +	@${INSTALL_MAN} ${WRKSRC}/cwm.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 +	@${INSTALL_MAN} ${WRKSRC}/cwmrc.5 ${STAGEDIR}${MAN5PREFIX}/man/man5
 +
 +.include <bsd.port.mk>
 
 Added: head/x11-wm/cwm/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/x11-wm/cwm/distinfo	Sun Mar 23 00:34:28 2014	(r348819)
 @@ -0,0 +1,2 @@
 +SHA256 (cwm-5.5.tar.gz) = 99aa337f15b07e36ba3b03593c56f65b76f8bbef6f73daca73846f6b002f2187
 +SIZE (cwm-5.5.tar.gz) = 50709
 
 Added: head/x11-wm/cwm/files/patch-Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/x11-wm/cwm/files/patch-Makefile	Sun Mar 23 00:34:28 2014	(r348819)
 @@ -0,0 +1,25 @@
 +--- ./Makefile.orig	2014-03-17 03:52:56.000000000 +0100
 ++++ ./Makefile	2014-03-17 04:05:08.000000000 +0100
 +@@ -3,7 +3,7 @@
 + 
 + PROG=		cwm
 + 
 +-PREFIX=         /usr/local
 ++#PREFIX=         /usr/local
 + 
 + SRCS=		calmwm.c screen.c xmalloc.c client.c menu.c \
 + 		search.c util.c xutil.c conf.c xevents.c group.c \
 +@@ -16,11 +16,11 @@
 + 
 + CPPFLAGS+=	`pkg-config --cflags fontconfig x11 xft xinerama xrandr`
 + 
 +-CFLAGS=		-Wall -O2 -g -D_GNU_SOURCE
 ++CFLAGS+=	-Wall -g -pthread
 + 
 + LDFLAGS+=	`pkg-config --libs fontconfig x11 xft xinerama xrandr`
 + 
 +-MANPREFIX=	${PREFIX}/share/man
 ++#MANPREFIX=	${PREFIX}/share/man
 + 
 + all: ${PROG}
 + 
 
 Added: head/x11-wm/cwm/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/x11-wm/cwm/pkg-descr	Sun Mar 23 00:34:28 2014	(r348819)
 @@ -0,0 +1,8 @@
 +cwm is a window manager for X11 initially inspired by evilwm. cwm has several 
 +novel features, including the ability to search for windows. it features a 
 +very simple and attractive aesthetic.
 +
 +This port is based on OpenBSD's continued work on cwm, as development on the 
 +project seems to have halted.
 +
 +WWW: http://monkey.org/~marius/pages/?page=cwm
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
