From owner-svn-ports-all@FreeBSD.ORG Mon Mar 4 06:58:12 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6A9A0B6B; Mon, 4 Mar 2013 06:58:12 +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 5C608F06; Mon, 4 Mar 2013 06:58:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r246wCuu054900; Mon, 4 Mar 2013 06:58:12 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r246wCNT054898; Mon, 4 Mar 2013 06:58:12 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201303040658.r246wCNT054898@svn.freebsd.org> From: Alexey Dokuchaev Date: Mon, 4 Mar 2013 06:58:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313396 - head/audio/gkrellmss2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Mar 2013 06:58:12 -0000 Author: danfe Date: Mon Mar 4 06:58:11 2013 New Revision: 313396 URL: http://svnweb.freebsd.org/changeset/ports/313396 Log: - Trim Makefile header per new style guidelines - Drop indefinite article from the COMMENT line - Define LICENSE (GPLv2) and convert to OptionsNG - Reformat port description text while I am here Modified: head/audio/gkrellmss2/Makefile head/audio/gkrellmss2/pkg-descr Modified: head/audio/gkrellmss2/Makefile ============================================================================== --- head/audio/gkrellmss2/Makefile Mon Mar 4 06:43:04 2013 (r313395) +++ head/audio/gkrellmss2/Makefile Mon Mar 4 06:58:11 2013 (r313396) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gkrellmss -# Date Created: Tue Feb 4 13:24:50 PST 2003 -# Whom: Lars Eggert -# +# Created by: Lars Eggert # $FreeBSD$ -# PORTNAME= gkrellmss PORTVERSION= 2.7 @@ -12,7 +8,9 @@ CATEGORIES= audio MASTER_SITES= http://members.dslextreme.com/users/billw/gkrellmss/ MAINTAINER= ports@FreeBSD.org -COMMENT= A plugin for GKrellM with a VU meter showing left/right channel audio +COMMENT= GKrellM plugin with a VU meter showing left/right channel audio + +LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 @@ -27,6 +25,10 @@ PORTDOCS= Changelog README Themes PLIST_FILES= libexec/gkrellm2/plugins/gkrellmss.so \ share/locale/ru/LC_MESSAGES/gkrellm-gkrellmss.mo +OPTIONS_DEFINE= DOCS + +.include + post-patch: @${REINPLACE_CMD} -e 's|= -O2|=|g ; \ s|= gcc|+=|g' ${WRKSRC}/src/Makefile @@ -38,11 +40,9 @@ do-install: ${PREFIX}/libexec/gkrellm2/plugins/gkrellmss.so ${INSTALL_DATA} ${WRKSRC}/po/ru.mo \ ${PREFIX}/share/locale/ru/LC_MESSAGES/gkrellm-gkrellmss.mo -.ifndef(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} -.for doc in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} -.endfor + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif .include Modified: head/audio/gkrellmss2/pkg-descr ============================================================================== --- head/audio/gkrellmss2/pkg-descr Mon Mar 4 06:43:04 2013 (r313395) +++ head/audio/gkrellmss2/pkg-descr Mon Mar 4 06:58:11 2013 (r313396) @@ -1,17 +1,16 @@ -GKrellMSS displays a VU meter showing left and right channel audio -levels and also has a chart that shows combined left and right -audio channels as an oscilloscope trace. +GKrellMSS displays a VU meter showing left and right channel audio levels +and also has a chart that shows combined left and right audio channels as +an oscilloscope trace. -There are two buttons to the left of the VU Meter which select an -oscope horizontal sweep speed ranging from 100 microseconds (usec) -per division to 50 milliseconds (msec) per division. There are 5 -horizontal divisions, so a trace sweep time can range from 500 usec -(1/2000 sec) to 250 msec (1/4 sec). The oscope trace is triggered -by a positive zero crossing audio signal to give nice stable -displays. +There are two buttons to the left of the VU Meter which select an oscope +horizontal sweep speed ranging from 100 microseconds (usec) per division +to 50 milliseconds (msec) per division. There are 5 horizontal divisions, +so a trace sweep time can range from 500 usec (1/2000 sec) to 250 msec +(1/4 sec). The oscope trace is triggered by a positive zero crossing of +audio signal to give nice stable displays. -There is also a sensitivity level adjustment for the VU Meter and -oscope chart. Use the mouse wheel to adjust, or left click and drag -the sensitivity krell. +There is also a sensitivity level adjustment for the VU Meter and oscope +chart. Use the mouse wheel to adjust, or left click and drag sensitivity +krell. WWW: http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html