summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/Makefile1
-rw-r--r--audio/osdmixer/Makefile23
-rw-r--r--audio/osdmixer/distinfo3
-rw-r--r--audio/osdmixer/pkg-descr5
4 files changed, 32 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 41d76e7638e0..9c8fbebb9a09 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -444,6 +444,7 @@
SUBDIR += optimfrog
SUBDIR += orpheus
SUBDIR += osalp
+ SUBDIR += osdmixer
SUBDIR += p5-Audio
SUBDIR += p5-Audio-Beep
SUBDIR += p5-Audio-CD
diff --git a/audio/osdmixer/Makefile b/audio/osdmixer/Makefile
new file mode 100644
index 000000000000..eefddb5f9282
--- /dev/null
+++ b/audio/osdmixer/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: osdmixer
+# Date Created: 20 Mar 2007
+# Whom: Lars Engels <lars.engels@0x20.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= osdmixer
+PORTVERSION= 0.9
+CATEGORIES= audio
+MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/
+
+MAINTAINER= lars.engels@0x20.net
+COMMENT= Displays audio volume with an OSD
+
+BUILD_DEPENDS= xosd-config:${PORTSDIR}/misc/xosd
+
+PLIST_FILES= bin/osdmixer
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/osdmixer ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/audio/osdmixer/distinfo b/audio/osdmixer/distinfo
new file mode 100644
index 000000000000..2d37631772b3
--- /dev/null
+++ b/audio/osdmixer/distinfo
@@ -0,0 +1,3 @@
+MD5 (osdmixer-0.9.tar.gz) = 6023c2f181bc2906bc673dc2069dcbeb
+SHA256 (osdmixer-0.9.tar.gz) = 615f421850a3eaa0c31375c41da9f6db1d89fd729e775189676ca632a873a98e
+SIZE (osdmixer-0.9.tar.gz) = 2269
diff --git a/audio/osdmixer/pkg-descr b/audio/osdmixer/pkg-descr
new file mode 100644
index 000000000000..a340a6f13da8
--- /dev/null
+++ b/audio/osdmixer/pkg-descr
@@ -0,0 +1,5 @@
+osdmixer monitors changes of your audio volume settings and displays
+the volume as progress bars on your screen.
+
+- Lars Engels
+lars.engels@0x20.net