Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Mar 2014 01:01:15 +0100
From:      <braakvaak@aol.com>
Subject:   ports/187803: [NEW PORT] x11-wm/cwm
Message-ID:  <532b814b.20119.13668eca@Beasty.mnemonic.local>
Resent-Message-ID: <201403210020.s2L0K0Uq084249@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187803
>Category:       ports
>Synopsis:       [NEW PORT] x11-wm/cwm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 21 00:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?532b814b.20119.13668eca>