From 63edd81f37cb316b350c42cecab3f5445a05052c Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Sat, 17 Mar 2001 16:39:11 +0000 Subject: Umix is an advanced tool for adjusting soundcard mixers. You can adjust your mixer either from the command line or from a fullscreen curses user interface. It was designed as a replacement for Aumix. PR: ports/24605 Submitted by: George Reid --- audio/umix/Makefile | 22 ++++++++++++++++++++++ audio/umix/distinfo | 1 + audio/umix/pkg-comment | 1 + audio/umix/pkg-descr | 6 ++++++ audio/umix/pkg-plist | 2 ++ 5 files changed, 32 insertions(+) create mode 100644 audio/umix/Makefile create mode 100644 audio/umix/distinfo create mode 100644 audio/umix/pkg-comment create mode 100644 audio/umix/pkg-descr create mode 100644 audio/umix/pkg-plist (limited to 'audio/umix') diff --git a/audio/umix/Makefile b/audio/umix/Makefile new file mode 100644 index 000000000000..f9712947e496 --- /dev/null +++ b/audio/umix/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: umix +# Date created: 24 January 2001 +# Whom: George Reid +# +# $FreeBSD$ +# + +PORTNAME= umix +PORTVERSION= 0.5 +CATEGORIES= audio +MASTER_SITES= http://www.ionstream.fi/sakari/umix/files/ + +MAINTAINER= greid@ukug.uk.freebsd.org + +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CC="$(CC) -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lintl" + +MAN1= umix.1 + +.include diff --git a/audio/umix/distinfo b/audio/umix/distinfo new file mode 100644 index 000000000000..efd75ab51762 --- /dev/null +++ b/audio/umix/distinfo @@ -0,0 +1 @@ +MD5 (umix-0.5.tar.gz) = 6495628535bcdc01da1a787db9056eda diff --git a/audio/umix/pkg-comment b/audio/umix/pkg-comment new file mode 100644 index 000000000000..dd0c04047d9d --- /dev/null +++ b/audio/umix/pkg-comment @@ -0,0 +1 @@ +An advanced tool for adjusting soundcard mixers, designed as a replacement for aumix diff --git a/audio/umix/pkg-descr b/audio/umix/pkg-descr new file mode 100644 index 000000000000..18bda7005d33 --- /dev/null +++ b/audio/umix/pkg-descr @@ -0,0 +1,6 @@ +Umix is an advanced tool for adjusting soundcard mixers. You can +adjust your mixer either from the command line or from a fullscreen +curses user interface. It was designed as a replacement for Aumix. + +- George Reid +greid@ukug.uk.freebsd.org diff --git a/audio/umix/pkg-plist b/audio/umix/pkg-plist new file mode 100644 index 000000000000..8cca4200e80a --- /dev/null +++ b/audio/umix/pkg-plist @@ -0,0 +1,2 @@ +bin/umix +share/locale/fi/LC_MESSAGES/umix.mo -- cgit v1.2.3