From owner-svn-ports-head@FreeBSD.ORG Mon Dec 17 10:18:31 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B0AA471; Mon, 17 Dec 2012 10:18:31 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 651DD8FC13; Mon, 17 Dec 2012 10:18:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBHAIVee065614; Mon, 17 Dec 2012 10:18:31 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBHAIVGO065612; Mon, 17 Dec 2012 10:18:31 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201212171018.qBHAIVGO065612@svn.freebsd.org> From: Alexey Dokuchaev Date: Mon, 17 Dec 2012 10:18:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309078 - head/x11-wm/bbkeys X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 10:18:31 -0000 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 -# +# Created by: Patrick Seal # $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 + 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 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/