Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2015 16:33:30 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404133 - in head/x11: . lemonbar
Message-ID:  <201512211633.tBLGXUPp018842@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Dec 21 16:33:30 2015
New Revision: 404133
URL: https://svnweb.freebsd.org/changeset/ports/404133

Log:
  Add new port x11/lemonbar v1.1
  
  The PR was for bar-aint-recursive v1.0, but the project was renamed and
  got a new release since the PR was submitted nearly a year ago.
  
  PR:		196682
  Submitted by:	evgeni.dimitrov (gmail)
  
  bar is a lightweight bar entirely based on XCB. Provides full UTF-8 support,
  basic formatting, RandR and Xinerama support and EWMH compliance without
  wasting your precious memory.

Added:
  head/x11/lemonbar/
  head/x11/lemonbar/Makefile   (contents, props changed)
  head/x11/lemonbar/distinfo   (contents, props changed)
  head/x11/lemonbar/pkg-descr   (contents, props changed)
Modified:
  head/x11/Makefile

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Mon Dec 21 16:32:42 2015	(r404132)
+++ head/x11/Makefile	Mon Dec 21 16:33:30 2015	(r404133)
@@ -126,6 +126,7 @@
     SUBDIR += kgamma
     SUBDIR += konsole
     SUBDIR += leechcraft
+    SUBDIR += lemonbar
     SUBDIR += libICE
     SUBDIR += libSM
     SUBDIR += libX11

Added: head/x11/lemonbar/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/lemonbar/Makefile	Mon Dec 21 16:33:30 2015	(r404133)
@@ -0,0 +1,44 @@
+# Created by: Evgeni Dimitrov <evgeni.dimitrov@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	lemonbar
+DISTVERSIONPREFIX=	v
+DISTVERSION=	1.1
+CATEGORIES=	x11
+
+MAINTAINER=	evgeni.dimitrov@gmail.com
+COMMENT=	Lightweight xcb based bar
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		gmake perl5
+USE_PERL5=	build
+USE_XORG=	xcb
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	LemonBoy
+GH_PROJECT=	bar
+
+CFLAGS+=	-I${LOCALBASE}/include -DVERSION=${DISTVERSION}
+LDFLAGS+=	-L${LOCALBASE}/lib
+
+PLIST_FILES=	bin/lemonbar \
+		man/man1/lemonbar.1.gz
+
+post-patch:
+	${REINPLACE_CMD} -e '/STRIP/d' -e '/^CC.*=/d' -e '/^CFLAGS.*=/d' \
+		-e 's/^LDFLAGS.*=\(.*\)/LDFLAGS+=\1/' ${WRKSRC}/Makefile
+
+post-build:
+	${LOCALBASE}/bin/pod2man --section=1 --name=bar-aint-recursive \
+		--center="bar-aint-recursive manual" \
+		--release="bar-aint-recursive ${PORTVERSION}" \
+		${WRKSRC}/README.pod > ${WRKSRC}/bar.1
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/lemonbar ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/bar.1 \
+		${STAGEDIR}${PREFIX}/man/man1/lemonbar.1
+
+.include <bsd.port.mk>

Added: head/x11/lemonbar/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/lemonbar/distinfo	Mon Dec 21 16:33:30 2015	(r404133)
@@ -0,0 +1,2 @@
+SHA256 (LemonBoy-bar-v1.1_GH0.tar.gz) = 567955575a09a7231cae7f2003e0fd66f4c86d7acbe1f53f407233730c8f2c9c
+SIZE (LemonBoy-bar-v1.1_GH0.tar.gz) = 14486

Added: head/x11/lemonbar/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/lemonbar/pkg-descr	Mon Dec 21 16:33:30 2015	(r404133)
@@ -0,0 +1,5 @@
+bar is a lightweight bar entirely based on XCB. Provides full UTF-8 support,
+basic formatting, RandR and Xinerama support and EWMH compliance without
+wasting your precious memory.
+
+WWW: https://github.com/LemonBoy/bar



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