Date: Mon, 17 Dec 2012 10:18:31 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309078 - head/x11-wm/bbkeys Message-ID: <201212171018.qBHAIVGO065612@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Mon Dec 17 10:18:30 2012 New Revision: 309078 URL: http://svnweb.freebsd.org/changeset/ports/309078 Log: - Trim Makefile header, NOPORTDOCS -> PORT_OPTIONS:MDOCS - Define LICENSE, drop article from COMMENT, small cleanups - Augment port description while I am here Approved by: maintainer (implicit) Modified: head/x11-wm/bbkeys/Makefile head/x11-wm/bbkeys/pkg-descr Modified: head/x11-wm/bbkeys/Makefile ============================================================================== --- head/x11-wm/bbkeys/Makefile Mon Dec 17 09:58:05 2012 (r309077) +++ head/x11-wm/bbkeys/Makefile Mon Dec 17 10:18:30 2012 (r309078) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bbkeys -# Date created: 17 June 2000 -# Whom: Patrick Seal <patseal@hyperhost.net> -# +# Created by: Patrick Seal <patseal@hyperhost.net> # $FreeBSD$ -# PORTNAME= bbkeys PORTVERSION= 0.9.1 @@ -12,7 +8,9 @@ CATEGORIES= x11-wm MASTER_SITES= SF MAINTAINER= A.J.Caines@halplant.com -COMMENT= A keygrabber for the Blackbox window manager +COMMENT= Keygrabber for the Blackbox window manager + +LICENSE= MIT BUILD_DEPENDS= blackbox:${PORTSDIR}/x11-wm/blackbox @@ -24,20 +22,22 @@ LDFLAGS+= `pkg-config --libs xft` MAN1= bbkeys.1 MAN5= bbkeysrc.5 -PORTDOCS= AUTHORS BUGS ChangeLog LICENSE NEWS README TODO +PORTDOCS= AUTHORS BUGS ChangeLog NEWS README TODO PLIST_FILES= bin/bbkeys %%DATADIR%%/bbkeysrc %%DATADIR%%/defaultStyle PLIST_DIRS= %%DATADIR%% +OPTIONS_DEFINE= DOCS + +.include <bsd.port.options.mk> + post-patch: - @${REINPLACE_CMD} -e 's#: install-docDATA#:#g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's#: install-docDATA#:#' ${WRKSRC}/Makefile.in post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} -.for file in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}/ -.endfor + ${INSTALL_DATA} ${PORTDOCS:S#^#${WRKSRC}/#} ${DOCSDIR} .endif .include <bsd.port.mk> Modified: head/x11-wm/bbkeys/pkg-descr ============================================================================== --- head/x11-wm/bbkeys/pkg-descr Mon Dec 17 09:58:05 2012 (r309077) +++ head/x11-wm/bbkeys/pkg-descr Mon Dec 17 10:18:30 2012 (r309078) @@ -1,3 +1,7 @@ -A keygrabber for the Blackbox window manager. +bbkeys is the keygrabber for the Blackbox window manager: bbkeys handles all +keybindings and keyboard shortcuts for Blackbox. It uses Blackbox' Image +classes for rendering its look and feel so that bbkeys will render itself to +match whatever Blackbox style is used. It is highly configurable either via +the "bbconf" GUI utility or by hand-editting bbkeys's config file. WWW: http://bbkeys.sourceforge.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212171018.qBHAIVGO065612>