git: e9a0efe4509b - main - audio/freebsd-13-mixer: Add a new port
Mateusz Piotrowski
0mp at FreeBSD.org
Mon Oct 4 07:31:13 UTC 2021
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e9a0efe4509b8dbdef0b4e4b5b94abf0aebd78a9
commit e9a0efe4509b8dbdef0b4e4b5b94abf0aebd78a9
Author: Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-10-04 07:29:44 +0000
Commit: Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-10-04 07:30:54 +0000
audio/freebsd-13-mixer: Add a new port
The mixer utility is used to set and display soundcard mixer device
levels. It is a copy of the mixer(8) command from FreeBSD 13.0 from
before the utility was completely redesigned for FreeBSD 14.0.
WWW: https://github.com/0mp/freebsd-13-mixer
---
audio/Makefile | 1 +
audio/freebsd-13-mixer/Makefile | 20 ++++++++++++++++++++
audio/freebsd-13-mixer/distinfo | 3 +++
audio/freebsd-13-mixer/pkg-descr | 5 +++++
4 files changed, 29 insertions(+)
diff --git a/audio/Makefile b/audio/Makefile
index d14a9ef0c85b..33294914c6ea 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -206,6 +206,7 @@
SUBDIR += fpc-openal
SUBDIR += freac
SUBDIR += freealut
+ SUBDIR += freebsd-13-mixer
SUBDIR += freedesktop-sound-theme
SUBDIR += freepats
SUBDIR += ft2play
diff --git a/audio/freebsd-13-mixer/Makefile b/audio/freebsd-13-mixer/Makefile
new file mode 100644
index 000000000000..6357e4f790ef
--- /dev/null
+++ b/audio/freebsd-13-mixer/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= freebsd-13-mixer
+DISTVERSION= 13.0.0
+CATEGORIES= audio
+
+MAINTAINER= 0mp at FreeBSD.org
+COMMENT= Original mixer(8) from FreeBSD 13.0
+
+LICENSE= PD
+
+USES= uidfix
+USE_GITHUB= yes
+GH_ACCOUNT= 0mp
+
+MAKE_ENV= BINDIR=${PREFIX}/sbin \
+ SHAREDIR=${PREFIX}/share
+
+PLIST_FILES= sbin/mixer \
+ share/man/man8/mixer.8.gz
+
+.include <bsd.port.mk>
diff --git a/audio/freebsd-13-mixer/distinfo b/audio/freebsd-13-mixer/distinfo
new file mode 100644
index 000000000000..1998758565d2
--- /dev/null
+++ b/audio/freebsd-13-mixer/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1633331454
+SHA256 (0mp-freebsd-13-mixer-13.0.0_GH0.tar.gz) = 23c4219802cb2ae4587963c07c7b2b264db2e3510e45ea6efefd9c84d2088c91
+SIZE (0mp-freebsd-13-mixer-13.0.0_GH0.tar.gz) = 4604
diff --git a/audio/freebsd-13-mixer/pkg-descr b/audio/freebsd-13-mixer/pkg-descr
new file mode 100644
index 000000000000..adbf02a29a88
--- /dev/null
+++ b/audio/freebsd-13-mixer/pkg-descr
@@ -0,0 +1,5 @@
+The mixer utility is used to set and display soundcard mixer device levels. It
+is a copy of the mixer(8) command from FreeBSD 13.0 from before the utility was
+completely redesigned for FreeBSD 14.0.
+
+WWW: https://github.com/0mp/freebsd-13-mixer
More information about the dev-commits-ports-all
mailing list