Received: by mail.netbsd.org (Postfix, from userid 605) id 227AC84DB2; Sat, 7 Dec 2019 19:00:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9DC6984D76 for ; Sat, 7 Dec 2019 19:00:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id cLEPjdzU7QSL for ; Sat, 7 Dec 2019 19:00:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 107BF84D55 for ; Sat, 7 Dec 2019 19:00:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0325EFA97; Sat, 7 Dec 2019 19:00:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1575745206149870" MIME-Version: 1.0 Date: Sat, 7 Dec 2019 19:00:06 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191207190007.0325EFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1575745206149870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Dec 7 19:00:06 UTC 2019 Modified Files: pkgsrc/audio: Makefile Added Files: pkgsrc/audio/aiomixer: DESCR Makefile PLIST distinfo Log Message: Add audio/aiomixer aiomixer is a curses-based mixer for NetBSD audio. To generate a diff of this commit: cvs rdiff -u -r1.578 -r1.579 pkgsrc/audio/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/audio/aiomixer/DESCR \ pkgsrc/audio/aiomixer/Makefile pkgsrc/audio/aiomixer/PLIST \ pkgsrc/audio/aiomixer/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1575745206149870 Content-Disposition: inline Content-Length: 2649 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/Makefile diff -u pkgsrc/audio/Makefile:1.578 pkgsrc/audio/Makefile:1.579 --- pkgsrc/audio/Makefile:1.578 Wed Dec 4 11:02:33 2019 +++ pkgsrc/audio/Makefile Sat Dec 7 19:00:06 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.578 2019/12/04 11:02:33 nia Exp $ +# $NetBSD: Makefile,v 1.579 2019/12/07 19:00:06 nia Exp $ # COMMENT= Audio tools @@ -11,6 +11,7 @@ SUBDIR+= abcmidi SUBDIR+= adplay SUBDIR+= adplug SUBDIR+= aeneas +SUBDIR+= aiomixer SUBDIR+= alacconvert SUBDIR+= albumplayer SUBDIR+= alsa-lib Added files: Index: pkgsrc/audio/aiomixer/DESCR diff -u /dev/null pkgsrc/audio/aiomixer/DESCR:1.1 --- /dev/null Sat Dec 7 19:00:06 2019 +++ pkgsrc/audio/aiomixer/DESCR Sat Dec 7 19:00:06 2019 @@ -0,0 +1 @@ +aiomixer is a curses-based mixer for NetBSD audio. Index: pkgsrc/audio/aiomixer/Makefile diff -u /dev/null pkgsrc/audio/aiomixer/Makefile:1.1 --- /dev/null Sat Dec 7 19:00:06 2019 +++ pkgsrc/audio/aiomixer/Makefile Sat Dec 7 19:00:06 2019 @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 2019/12/07 19:00:06 nia Exp $ + +DISTNAME= aiomixer-1.0.0 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_GITHUB:=niacat/} + +MAINTAINER= nia@NetBSD.org +HOMEPAGE= https://github.com/niacat/aiomixer +COMMENT= Terminal NetBSD audio mixer / volume control +LICENSE= 2-clause-bsd + +INSTALLATION_DIRS+= bin +INSTALLATION_DIRS+= ${PKGMANDIR}/man1 + +# Uses NetBSD-only APIs +ONLY_FOR_PLATFORM= NetBSD-*-* + +BUILDLINK_API_DEPENDS.cdk+= cdk>=5.0.0 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/aiomixer ${DESTDIR}${PREFIX}/bin/aiomixer + ${INSTALL_DATA} ${WRKSRC}/aiomixer.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/aiomixer.1 + +.include "../../devel/cdk/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/audio/aiomixer/PLIST diff -u /dev/null pkgsrc/audio/aiomixer/PLIST:1.1 --- /dev/null Sat Dec 7 19:00:06 2019 +++ pkgsrc/audio/aiomixer/PLIST Sat Dec 7 19:00:06 2019 @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2019/12/07 19:00:06 nia Exp $ +bin/aiomixer +man/man1/aiomixer.1 Index: pkgsrc/audio/aiomixer/distinfo diff -u /dev/null pkgsrc/audio/aiomixer/distinfo:1.1 --- /dev/null Sat Dec 7 19:00:06 2019 +++ pkgsrc/audio/aiomixer/distinfo Sat Dec 7 19:00:06 2019 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/12/07 19:00:06 nia Exp $ + +SHA1 (aiomixer-1.0.0.tar.gz) = 16380f932e780ca00fe7ebdb5f2e7e92299adb3b +RMD160 (aiomixer-1.0.0.tar.gz) = 4c2518776532e619d8b424890920a44b5c594fe9 +SHA512 (aiomixer-1.0.0.tar.gz) = 463478047cd24f466ac08e6595a9b61aa62cb281a2827cea06551546885daa8e4b9b94846ae5e0ac268458d46b166f947a894cbd04e073452d8167fa131e967f +Size (aiomixer-1.0.0.tar.gz) = 6330 bytes --_----------=_1575745206149870--