From 4fa0035f4ae1fbbcc34c8a6d3f786ca856268cdf Mon Sep 17 00:00:00 2001 From: miwi Date: Wed, 21 Mar 2007 10:11:07 +0000 Subject: osdmixer monitors changes of your audio volume settings and displays the volume as progress bars on your screen. - Lars Engels lars.engels@0x20.net PR: ports/110594 Submitted by: Lars Engels --- audio/Makefile | 1 + audio/osdmixer/Makefile | 23 +++++++++++++++++++++++ audio/osdmixer/distinfo | 3 +++ audio/osdmixer/pkg-descr | 5 +++++ 4 files changed, 32 insertions(+) create mode 100644 audio/osdmixer/Makefile create mode 100644 audio/osdmixer/distinfo create mode 100644 audio/osdmixer/pkg-descr (limited to 'audio') diff --git a/audio/Makefile b/audio/Makefile index 41d76e7638e..9c8fbebb9a0 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 00000000000..eefddb5f928 --- /dev/null +++ b/audio/osdmixer/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: osdmixer +# Date Created: 20 Mar 2007 +# Whom: Lars Engels +# +# $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 diff --git a/audio/osdmixer/distinfo b/audio/osdmixer/distinfo new file mode 100644 index 00000000000..2d37631772b --- /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 00000000000..a340a6f13da --- /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 -- cgit