summaryrefslogtreecommitdiff
path: root/audio/mutemix
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2000-10-23 15:03:49 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2000-10-23 15:03:49 +0000
commit65a7117c4bfd6eeac11e6cbfdc3fd93d65e947e0 (patch)
tree54e3d17192d79940a30d99c6799f13afa7f097ca /audio/mutemix
parentUpdate to 0.1.2 (diff)
new port of mutemix 0.6, a program for adjusting an audio mixer
Notes
Notes: svn path=/head/; revision=34139
Diffstat (limited to 'audio/mutemix')
-rw-r--r--audio/mutemix/Makefile32
-rw-r--r--audio/mutemix/distinfo1
-rw-r--r--audio/mutemix/pkg-comment1
-rw-r--r--audio/mutemix/pkg-descr7
4 files changed, 41 insertions, 0 deletions
diff --git a/audio/mutemix/Makefile b/audio/mutemix/Makefile
new file mode 100644
index 000000000000..a4fa359bbfc2
--- /dev/null
+++ b/audio/mutemix/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: mutemix
+# Date created: 2000-10-19
+# Whom: trevor
+#
+# $FreeBSD$
+#
+
+PORTNAME= mutemix
+PORTVERSION= 0.6
+CATEGORIES= audio
+MASTER_SITES= http://stud.fbi.fh-darmstadt.de/~koenig/pub/
+EXTRACT_SUFX= .py
+
+MAINTAINER= trevor@FreeBSD.org
+
+RUN_DEPENDS= aumix:${PORTSDIR}/audio/aumix \
+ ${LOCALBASE}/lib/python1.5/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+
+NO_BUILD= yes
+PLIST= ${WRKDIR}/pkg-plist
+WRKSRC= ${WRKDIR}
+
+do-extract:
+ ${MKDIR} ${WRKDIR}
+
+pre-install:
+ ${ECHO} "bin/mutemix" > ${PLIST}
+
+do-install:
+ ${INSTALL_SCRIPT} ${_DISTDIR}/${DISTFILES} ${PREFIX}/bin/mutemix
+
+.include <bsd.port.mk>
diff --git a/audio/mutemix/distinfo b/audio/mutemix/distinfo
new file mode 100644
index 000000000000..d6fce6a5680a
--- /dev/null
+++ b/audio/mutemix/distinfo
@@ -0,0 +1 @@
+MD5 (mutemix-0.6.py) = 9f8477eb72267733ad0db121bad3c1e9
diff --git a/audio/mutemix/pkg-comment b/audio/mutemix/pkg-comment
new file mode 100644
index 000000000000..5b3c8fc4ac32
--- /dev/null
+++ b/audio/mutemix/pkg-comment
@@ -0,0 +1 @@
+Adjusts a mixer.
diff --git a/audio/mutemix/pkg-descr b/audio/mutemix/pkg-descr
new file mode 100644
index 000000000000..d0902cdee431
--- /dev/null
+++ b/audio/mutemix/pkg-descr
@@ -0,0 +1,7 @@
+This is a program for adjusting an audio mixer. It has "a mute
+button for every channel" and one to mute all channels at once.
+
+WWW: http://stud.fbi.fh-darmstadt.de/~koenig/html/mutemix.html
+
+Trevor Johnson
+trevor@FreeBSD.org