pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add aiomixer-0.9.0.



Module Name:	pkgsrc-wip
Committed By:	nia <nia%NetBSD.org@localhost>
Pushed By:	nee
Date:		Thu Apr 4 23:23:06 2019 +0100
Changeset:	1a0a8f94370f39b8e07a7fdf33ceba85828aa557

Modified Files:
	Makefile
Added Files:
	aiomixer/DESCR
	aiomixer/Makefile
	aiomixer/PLIST
	aiomixer/distinfo

Log Message:
Add aiomixer-0.9.0.

aiomixer is a curses-based mixer for NetBSD audio.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1a0a8f94370f39b8e07a7fdf33ceba85828aa557

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile          |  1 +
 aiomixer/DESCR    |  1 +
 aiomixer/Makefile | 24 ++++++++++++++++++++++++
 aiomixer/PLIST    |  3 +++
 aiomixer/distinfo |  6 ++++++
 5 files changed, 35 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index a83e49f6a8..6bfca6d8b6 100644
--- a/Makefile
+++ b/Makefile
@@ -99,6 +99,7 @@ SUBDIR+=	agfl
 SUBDIR+=	agile
 SUBDIR+=	ags
 SUBDIR+=	aida
+SUBDIR+=	aiomixer
 SUBDIR+=	aircrack-ng
 SUBDIR+=	airsnort
 SUBDIR+=	akonadi
diff --git a/aiomixer/DESCR b/aiomixer/DESCR
new file mode 100644
index 0000000000..a01ba2a174
--- /dev/null
+++ b/aiomixer/DESCR
@@ -0,0 +1 @@
+aiomixer is a curses-based mixer for NetBSD audio.
diff --git a/aiomixer/Makefile b/aiomixer/Makefile
new file mode 100644
index 0000000000..b77a87ca3a
--- /dev/null
+++ b/aiomixer/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	aiomixer-0.9.0
+CATEGORIES=	audio
+MASTER_SITES=	${MASTER_SITE_GITHUB:=ensra/}
+
+MAINTAINER=	nia%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/ensra/aiomixer
+COMMENT=	NetBSD audio mixer
+LICENSE=	2-clause-bsd
+
+INSTALLATION_DIRS+=	bin
+INSTALLATION_DIRS+=	${PKGMANDIR}/man1
+
+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"
diff --git a/aiomixer/PLIST b/aiomixer/PLIST
new file mode 100644
index 0000000000..0e345cbc1d
--- /dev/null
+++ b/aiomixer/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/aiomixer
+man/man1/aiomixer.1
diff --git a/aiomixer/distinfo b/aiomixer/distinfo
new file mode 100644
index 0000000000..81602644a1
--- /dev/null
+++ b/aiomixer/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (aiomixer-0.9.0.tar.gz) = caae10205758fef9013c6ce702f4970c587cfacf
+RMD160 (aiomixer-0.9.0.tar.gz) = f32ad7de703737a4580b820f404d715e1f944e06
+SHA512 (aiomixer-0.9.0.tar.gz) = 132cb57fa8771e6d06872342e706b473b4129ac477913dfa7f039965984b83f67e992acafb1dd7c2efe568cbdd0d871187db6e0018a55cfcbc5ddfaeb19170d5
+Size (aiomixer-0.9.0.tar.gz) = 5822 bytes


Home | Main Index | Thread Index | Old Index