From owner-svn-ports-all@freebsd.org Tue May 8 05:59:05 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83586FCFCA3; Tue, 8 May 2018 05:59:05 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 20C566DB00; Tue, 8 May 2018 05:59:05 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 15CA32632D; Tue, 8 May 2018 05:59:05 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w485x4En095156; Tue, 8 May 2018 05:59:04 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w485x489095153; Tue, 8 May 2018 05:59:04 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201805080559.w485x489095153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 8 May 2018 05:59:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469360 - in head/audio/cava: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/audio/cava: . files X-SVN-Commit-Revision: 469360 X-SVN-Commit-Repository: ports 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.25 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: Tue, 08 May 2018 05:59:05 -0000 Author: tobik Date: Tue May 8 05:59:04 2018 New Revision: 469360 URL: https://svnweb.freebsd.org/changeset/ports/469360 Log: audio/cava: Update to 0.6.1 - Drop upstreamed sndio patch - Enable SNDIO by default - Add explicit EXAMPLES option - Also install the README.md so that we install some form of documentation - ALSA is not applicable to cava on FreeBSD so don't mention it in the comment and description Changes: https://github.com/karlstav/cava/releases/tag/0.6.1 Deleted: head/audio/cava/files/patch-sndio head/audio/cava/pkg-plist Modified: head/audio/cava/Makefile head/audio/cava/distinfo head/audio/cava/pkg-descr Modified: head/audio/cava/Makefile ============================================================================== --- head/audio/cava/Makefile Tue May 8 05:48:54 2018 (r469359) +++ head/audio/cava/Makefile Tue May 8 05:59:04 2018 (r469360) @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= cava -DISTVERSION= 0.6.0 +DISTVERSION= 0.6.1 CATEGORIES= audio MAINTAINER= tobik@FreeBSD.org -COMMENT= Console-based Audio Visualizer for ALSA, MPD, PulseAudio, and sndio +COMMENT= Console-based Audio Visualizer for MPD, PulseAudio, and sndio LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE @@ -22,9 +22,13 @@ CONFIGURE_ENV= ac_cv_lib_asound_snd_pcm_open=no INSTALL_TARGET= install-strip -OPTIONS_DEFINE= PULSEAUDIO SNDIO -OPTIONS_DEFAULT=PULSEAUDIO +PLIST_FILES= bin/cava +PORTDOCS= README.md +PORTEXAMPLES= config +OPTIONS_DEFINE= DOCS EXAMPLES PULSEAUDIO SNDIO +OPTIONS_DEFAULT=PULSEAUDIO SNDIO + PULSEAUDIO_CONFIGURE_ENV_OFF= ac_cv_lib_pulse_simple_pa_simple_new=no PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:audio/pulseaudio \ libpulse.so:audio/pulseaudio \ @@ -34,12 +38,15 @@ SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio post-patch: @${REINPLACE_CMD} '/^cava_font/d' ${WRKSRC}/Makefile.am - @${REINPLACE_CMD} '//d' ${WRKSRC}/cava.c pre-configure: @${ECHO_CMD} ${DISTVERSION} > ${WRKSRC}/version -post-install: +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/example_files/config ${STAGEDIR}${EXAMPLESDIR} Modified: head/audio/cava/distinfo ============================================================================== --- head/audio/cava/distinfo Tue May 8 05:48:54 2018 (r469359) +++ head/audio/cava/distinfo Tue May 8 05:59:04 2018 (r469360) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509139935 -SHA256 (karlstav-cava-0.6.0_GH0.tar.gz) = 42d51c6c283cd2b0f5125954ea8c61a12385703d1953ef9c40103402c7a744dc -SIZE (karlstav-cava-0.6.0_GH0.tar.gz) = 40990 +TIMESTAMP = 1525757005 +SHA256 (karlstav-cava-0.6.1_GH0.tar.gz) = 98b880e7e704ed457863f379f31b488e06076bb34a5de02825096969b916a78d +SIZE (karlstav-cava-0.6.1_GH0.tar.gz) = 42285 Modified: head/audio/cava/pkg-descr ============================================================================== --- head/audio/cava/pkg-descr Tue May 8 05:48:54 2018 (r469359) +++ head/audio/cava/pkg-descr Tue May 8 05:59:04 2018 (r469360) @@ -1,5 +1,5 @@ C.A.V.A. is a bar spectrum audio visualizer for the terminal using -ALSA, PulseAudio, sndio or fifo buffer for input. +PulseAudio, sndio or fifo buffer for input. This program is not intended for scientific use. It's written to look responsive and aesthetic when used to visualize music.