From owner-svn-ports-all@freebsd.org Thu Aug 18 17:03:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A3B8BBEC52; Thu, 18 Aug 2016 17:03:03 +0000 (UTC) (envelope-from pawel@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 mx1.freebsd.org (Postfix) with ESMTPS id D59311A88; Thu, 18 Aug 2016 17:03:02 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7IH327D070995; Thu, 18 Aug 2016 17:03:02 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7IH31xJ070991; Thu, 18 Aug 2016 17:03:01 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201608181703.u7IH31xJ070991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 18 Aug 2016 17:03:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420414 - in head/audio: . aucatctl 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.22 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: Thu, 18 Aug 2016 17:03:03 -0000 Author: pawel Date: Thu Aug 18 17:03:01 2016 New Revision: 420414 URL: https://svnweb.freebsd.org/changeset/ports/420414 Log: The aucatctl utility sends MIDI messages to control sndiod and/or aucat volumes. WWW: http://www.sndio.org/ PR: 211542 Submitted by: Tobias Kortkamp Added: head/audio/aucatctl/ head/audio/aucatctl/Makefile (contents, props changed) head/audio/aucatctl/distinfo (contents, props changed) head/audio/aucatctl/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Thu Aug 18 16:53:39 2016 (r420413) +++ head/audio/Makefile Thu Aug 18 17:03:01 2016 (r420414) @@ -34,6 +34,7 @@ SUBDIR += asunder SUBDIR += atunes SUBDIR += aubio + SUBDIR += aucatctl SUBDIR += audacity SUBDIR += audex SUBDIR += audiere Added: head/audio/aucatctl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/aucatctl/Makefile Thu Aug 18 17:03:01 2016 (r420414) @@ -0,0 +1,29 @@ +# Created by: Tobias Kortkamp +# $FreeBSD$ + +# Based on the OpenBSD port audio/aucatctl +# $OpenBSD: Makefile,v 1.3 2014/07/13 11:40:23 armani Exp $ + +PORTNAME= aucatctl +PORTVERSION= 0.1 +CATEGORIES= audio +MASTER_SITES= http://www.sndio.org/ + +MAINTAINER= t@tobik.me +COMMENT= Control sndiod and/or aucat volumes + +LICENSE= ISCL + +LIB_DEPENDS= libsndio.so:audio/sndio + +MAKE_ARGS= INCLUDE="-I${LOCALBASE}/include" \ + LIB="-L${LOCALBASE}/lib" + +PLIST_FILES= bin/aucatctl \ + man/man1/aucatctl.1.gz + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/aucatctl ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/aucatctl.1 ${STAGEDIR}${PREFIX}/man/man1 + +.include Added: head/audio/aucatctl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/aucatctl/distinfo Thu Aug 18 17:03:01 2016 (r420414) @@ -0,0 +1,3 @@ +TIMESTAMP = 1469051487 +SHA256 (aucatctl-0.1.tar.gz) = 524f2fae47db785234f166551520d9605b9a27551ca438bd807e3509ce246cf0 +SIZE (aucatctl-0.1.tar.gz) = 4364 Added: head/audio/aucatctl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/aucatctl/pkg-descr Thu Aug 18 17:03:01 2016 (r420414) @@ -0,0 +1,4 @@ +The aucatctl utility sends MIDI messages to control sndiod and/or +aucat volumes. + +WWW: http://www.sndio.org/