From nobody@FreeBSD.org  Wed Jan 23 19:06:25 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id AB58C16A47C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 23 Jan 2008 19:06:25 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id A26A613C468
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 23 Jan 2008 19:06:25 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m0NJ4pln074967
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 23 Jan 2008 19:04:51 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m0NJ4pPD074966;
	Wed, 23 Jan 2008 19:04:51 GMT
	(envelope-from nobody)
Message-Id: <200801231904.m0NJ4pPD074966@www.freebsd.org>
Date: Wed, 23 Jan 2008 19:04:51 GMT
From: Matthieu GUEGAN <matt.guegan@free.fr>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT] x11-wm/xmonad-contrib: Third party tiling algorithms, configurations and scripts to xmonad
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         119929
>Category:       ports
>Synopsis:       [NEW PORT] x11-wm/xmonad-contrib: Third party tiling algorithms, configurations and scripts to xmonad
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 23 19:10:01 UTC 2008
>Closed-Date:    Sun Feb 03 10:40:06 UTC 2008
>Last-Modified:  Sun Feb 03 10:40:06 UTC 2008
>Originator:     Matthieu GUEGAN
>Release:        FreeBSD 7.0-PRERELEASE i386
>Organization:
>Environment:
FreeBSD 7.0-PRERELEASE #6: Wed Jan  2 21:30:05 CET
>Description:
Third party tiling algorithms, configurations and scripts to xmonad, a tiling window manager for X.

>How-To-Repeat:

>Fix:
Apply the .shar file following

Patch attached with submission follows:

# 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:
#
#	xmonad-contrib
#	xmonad-contrib/Makefile
#	xmonad-contrib/distinfo
#	xmonad-contrib/pkg-descr
#
echo c - xmonad-contrib
mkdir -p xmonad-contrib > /dev/null 2>&1
echo x - xmonad-contrib/Makefile
sed 's/^X//' >xmonad-contrib/Makefile << 'END-of-xmonad-contrib/Makefile'
X# New ports collection makefile for:	xmonad-contrib
X# Date created:		2008-01-23
X# Whom:			Matthieu Guegan <matt.guegan@free.fr>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	xmonad-contrib
XPORTVERSION=	0.5
XCATEGORIES=	x11-wm haskell
XMASTER_SITES=	http://hackage.haskell.org/packages/archive/xmonad-contrib/${PORTVERSION}/
XDISTFILES=	xmonad-contrib-${PORTVERSION}${EXTRACT_SUFX}
X
XMAINTAINER=	matt.guegan@free.fr
XCOMMENT=	Third party tiling algorithms, configurations and scripts to xmonad, a tiling window manager for X
X
XUSE_XLIB=	yes
X
XCABALCMD=	${LOCALBASE}/bin/runghc Setup.lhs
X
X.include <bsd.port.pre.mk>
X
XBUILD_DEPENDS+=	ghc:${PORTSDIR}/lang/ghc \
X		hs-x11-extras-ghc>=0.4:${PORTSDIR}/x11/hs-x11-extras-ghc \
X		xmonad:${PORTSDIR}/x11-wm/xmonad
XLIB_DEPENDS+=	gmp.7:${PORTSDIR}/math/libgmp4
X
XPORTDOCS=	LICENSE
X
Xdo-configure:
X	cd ${WRKSRC} && ${CABALCMD} configure --ghc --prefix=${PREFIX}
X
Xdo-build:
X	cd ${WRKSRC} && ${CABALCMD} build
X
Xdo-install:
X	@cd ${WRKSRC} && ${CABALCMD} install
X	@${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR}
X
X.include <bsd.port.post.mk>
END-of-xmonad-contrib/Makefile
echo x - xmonad-contrib/distinfo
sed 's/^X//' >xmonad-contrib/distinfo << 'END-of-xmonad-contrib/distinfo'
XMD5 (xmonad-contrib-0.5.tar.gz) = 8ab31a1143f3340fd4db7174fe936bce
XSHA256 (xmonad-contrib-0.5.tar.gz) = a587aa46ddf8924a7ef065176a2bf2b4bf62890ab92af9f8577cc664aec23ffc
XSIZE (xmonad-contrib-0.5.tar.gz) = 115429
END-of-xmonad-contrib/distinfo
echo x - xmonad-contrib/pkg-descr
sed 's/^X//' >xmonad-contrib/pkg-descr << 'END-of-xmonad-contrib/pkg-descr'
XThird party tiling algorithms, configurations and scripts to xmonad, a tiling window manager for X.
X
XFor an introduction to building, configuring and using xmonad extensions, see XMonad.Doc. In particular:
X
XXMonad.Doc.Configuring, a guide to configuring xmonad
XXMonad.Doc.Extending, using the contributed extensions library
XXMonad.Doc.Developing, introduction to xmonad internals and writing your own extensions. 
END-of-xmonad-contrib/pkg-descr
exit


>Release-Note:
>Audit-Trail:

From: Matthieu Guegan <matt.guegan@free.fr>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/119929: [NEW PORT] x11-wm/xmonad-contrib: Third party
	tiling algorithms, configurations and scripts to xmonad
Date: Sun, 3 Feb 2008 11:15:15 +0100

 Please close this PR as it was replaced by `ports/120235'
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=120235
 
 Thanks !
State-Changed-From-To: open->closed 
State-Changed-By: thierry 
State-Changed-When: Dim 3 fv 2008 10:38:47 UTC 
State-Changed-Why:  

Closed at submitter's request: superseded by PR ports/120235. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=119929 
>Unformatted:
