From owner-dev-commits-ports-main@freebsd.org Mon Oct 4 07:31:13 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 810746786F2; Mon, 4 Oct 2021 07:31:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HNC7j3HHFz3nnY; Mon, 4 Oct 2021 07:31:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 50DD2156E4; Mon, 4 Oct 2021 07:31:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1947VD6O012183; Mon, 4 Oct 2021 07:31:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1947VDSL012182; Mon, 4 Oct 2021 07:31:13 GMT (envelope-from git) Date: Mon, 4 Oct 2021 07:31:13 GMT Message-Id: <202110040731.1947VDSL012182@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: e9a0efe4509b - main - audio/freebsd-13-mixer: Add a new port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: 0mp X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e9a0efe4509b8dbdef0b4e4b5b94abf0aebd78a9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Oct 2021 07:31:13 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=e9a0efe4509b8dbdef0b4e4b5b94abf0aebd78a9 commit e9a0efe4509b8dbdef0b4e4b5b94abf0aebd78a9 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-10-04 07:29:44 +0000 Commit: Mateusz Piotrowski <0mp@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@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 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