Date: Tue, 25 Nov 2008 20:22:47 GMT From: Samy Al Bahra <sbahra@kerneled.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/129191: New port: x11/xmobar Message-ID: <200811252022.mAPKMlDm089055@www.freebsd.org> Resent-Message-ID: <200811252030.mAPKU4G8075659@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 129191 >Category: ports >Synopsis: New port: x11/xmobar >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: Tue Nov 25 20:30:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Samy Al Bahra >Release: >Organization: >Environment: >Description: Xmobar is a minimalistic text based status bar. Inspired by the Ion3 status bar, it supports similar features, like dynamic color management, output templates, and extensibility through plugins. WWW: http://code.haskell.org/~arossato/xmobar >How-To-Repeat: >Fix: 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: # # xmobar # xmobar/pkg-descr # xmobar/Makefile # xmobar/distinfo # xmobar/pkg-plist # echo c - xmobar mkdir -p xmobar > /dev/null 2>&1 echo x - xmobar/pkg-descr sed 's/^X//' >xmobar/pkg-descr << '569776ab08a197d7aa5f668ff5d81f89' XXmobar is a minimalistic text based status bar. Inspired by the Ion3 status Xbar, it supports similar features, like dynamic color management, output Xtemplates, and extensibility through plugins. X XWWW: http://code.haskell.org/~arossato/xmobar 569776ab08a197d7aa5f668ff5d81f89 echo x - xmobar/Makefile sed 's/^X//' >xmobar/Makefile << 'a3b6b6f2791ced5b6ec36eb0ce823c59' X# New ports collection makefile for: xmobar X# Date created: November 7, 2008 X# Whom: Samy Al Bahra <sbahra@kerneled.org> X# X# $FreeBSD$ X XPORTNAME= xmobar XPORTVERSION= 0.9 XCATEGORIES= x11 haskell XMASTER_SITES= http://hackage.haskell.org/packages/archive/xmobar/${PORTVERSION}/ \ X http://carte.kerneled.org/mirror/ X XMAINTAINER= sbahra@kerneled.org XCOMMENT= Xmobar is a minimalistic text based status bar X XBUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ X hs-x11-ghc>=1.4.1:${PORTSDIR}/x11/hs-x11-ghc XLIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 X XUSE_XORG= x11 X XCABAL= ${LOCALBASE}/bin/runghc Setup.lhs XGHC_VERSION= `${LOCALBASE}/bin/ghc --numeric-version` XSUBDIR= lib/${PORTNAME}-${PORTVERSION} XPLIST_SUB= GHC_VERSION="${GHC_VERSION}" \ X PORTVERSION=${PORTVERSION} \ X SUBDIR=${SUBDIR} X Xdo-configure: X cd ${WRKSRC} && ${CABAL} configure --prefix=${PREFIX} --ghc X Xdo-build: X cd ${WRKSRC} && ${CABAL} build X Xdo-install: X cd ${WRKSRC} && ${CABAL} install X X.include <bsd.port.mk> a3b6b6f2791ced5b6ec36eb0ce823c59 echo x - xmobar/distinfo sed 's/^X//' >xmobar/distinfo << '201ab12ad84b089ad3f41ddd7c0329b4' XMD5 (xmobar-0.9.tar.gz) = b9cd54d4a7aee0067cfb8043ba9ab5cb XSHA256 (xmobar-0.9.tar.gz) = 1e52e9ec669504ae66ae98fbd5291a7034e28723bf93abe29345d5567aefeba9 XSIZE (xmobar-0.9.tar.gz) = 37172 201ab12ad84b089ad3f41ddd7c0329b4 echo x - xmobar/pkg-plist sed 's/^X//' >xmobar/pkg-plist << '94558319563061c1f7c10b200b2569f5' Xbin/xmobar Xshare/doc/xmobar-%%PORTVERSION%%/LICENSE X@dirrm share/doc/xmobar-%%PORTVERSION%% 94558319563061c1f7c10b200b2569f5 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811252022.mAPKMlDm089055>