svn commit: r420414 - in head/audio: . aucatctl

Pawel Pekala pawel at FreeBSD.org
Thu Aug 18 17:03:03 UTC 2016


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 <t at tobik.me>

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 <t at tobik.me>
+# $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 at 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 <bsd.port.mk>

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/


More information about the svn-ports-all mailing list