Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 2020 07:18:04 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530261 - in head/audio: . mixertui
Message-ID:  <202004020718.0327I49l061670@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Thu Apr  2 07:18:03 2020
New Revision: 530261
URL: https://svnweb.freebsd.org/changeset/ports/530261

Log:
  New port: audio/mixertui Audio Mixer TUI
  
  Audio Mixer with a Terminal User Interface built on the FreeBSD sound system.
  
  PR:		245233
  Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com>

Added:
  head/audio/mixertui/
  head/audio/mixertui/Makefile   (contents, props changed)
  head/audio/mixertui/distinfo   (contents, props changed)
  head/audio/mixertui/pkg-descr   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Thu Apr  2 07:08:35 2020	(r530260)
+++ head/audio/Makefile	Thu Apr  2 07:18:03 2020	(r530261)
@@ -484,6 +484,7 @@
     SUBDIR += milkytracker
     SUBDIR += mio2jack
     SUBDIR += mixer.app
+    SUBDIR += mixertui
     SUBDIR += mixmos
     SUBDIR += mixxx
     SUBDIR += mixxx21

Added: head/audio/mixertui/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/mixertui/Makefile	Thu Apr  2 07:18:03 2020	(r530261)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=	mixertui
+DISTVERSION=	0.1
+CATEGORIES=	audio
+
+MAINTAINER=	alfix86@gmail.com
+COMMENT=	Audio Mixer with a Terminal User Interface
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USE_GITLAB=	yes
+
+GL_ACCOUNT=	alfix
+GL_COMMIT=	12c04d4dc9722a5d8ebfc9e676475a3b1ed095d0
+
+PLIST_FILES=	man/man8/${PORTNAME}.8.gz \
+		sbin/${PORTNAME}
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/
+
+.include <bsd.port.mk>

Added: head/audio/mixertui/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/mixertui/distinfo	Thu Apr  2 07:18:03 2020	(r530261)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1585739882
+SHA256 (alfix-mixertui-12c04d4dc9722a5d8ebfc9e676475a3b1ed095d0_GL0.tar.gz) = e7ed23f3f7cdd57de0e7f7b09479228aa858af892b62962fb512fb1189a47267
+SIZE (alfix-mixertui-12c04d4dc9722a5d8ebfc9e676475a3b1ed095d0_GL0.tar.gz) = 138956

Added: head/audio/mixertui/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/mixertui/pkg-descr	Thu Apr  2 07:18:03 2020	(r530261)
@@ -0,0 +1,6 @@
+MixerTUI is an audio mixer with a Terminal User Interface built on the FreeBSD
+sound system. It can show the current sound driver configuration, select an
+audio device to get its information, change the volume or to set it as default
+(switching easily audio from/to laptop and hdmi, headphones and speakers, etc).
+
+WWW: https://gitlab.com/alfix/mixertui/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004020718.0327I49l061670>