diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-03-18 00:39:11 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-03-18 00:39:11 +0800 |
commit | 0e223b5811b62fa1db1829f758ff95f3015fd269 (patch) | |
tree | b4e374a009a8147a36e4c1fee0002a927cf9359c /audio | |
parent | d7ab5086e32ee2979160c2a0c792e5dd84036952 (diff) | |
download | freebsd-ports-gnome-0e223b5811b62fa1db1829f758ff95f3015fd269.tar.gz freebsd-ports-gnome-0e223b5811b62fa1db1829f758ff95f3015fd269.tar.zst freebsd-ports-gnome-0e223b5811b62fa1db1829f758ff95f3015fd269.zip |
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 <greid@ukug.uk.freebsd.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/umix/Makefile | 22 | ||||
-rw-r--r-- | audio/umix/distinfo | 1 | ||||
-rw-r--r-- | audio/umix/pkg-comment | 1 | ||||
-rw-r--r-- | audio/umix/pkg-descr | 6 | ||||
-rw-r--r-- | audio/umix/pkg-plist | 2 |
6 files changed, 33 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 5ded110c0516..c9f34ecec7b8 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -171,6 +171,7 @@ SUBDIR += timidity++-xskin SUBDIR += tosha SUBDIR += tracker + SUBDIR += umix SUBDIR += vorbis SUBDIR += vorbis-tools SUBDIR += waveplay 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 <greid@ukug.uk.freebsd.org> +# +# $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 <bsd.port.mk> 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 |