From 1d2eed8acb7293b4bc230c84b71b664bec337cd7 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Sun, 31 Dec 2000 06:48:48 +0000 Subject: Add new port of opmixer, a gtk-- program for adjusting an audio mixer. I've marked it RESTRICTED because it doesn't mention the license. The author tells me that the next version will. The distfile for this weighs in at just over 4 kB! --- audio/Makefile | 1 + audio/opmixer/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++ audio/opmixer/distinfo | 1 + audio/opmixer/pkg-comment | 1 + audio/opmixer/pkg-descr | 7 +++++++ 5 files changed, 50 insertions(+) create mode 100644 audio/opmixer/Makefile create mode 100644 audio/opmixer/distinfo create mode 100644 audio/opmixer/pkg-comment create mode 100644 audio/opmixer/pkg-descr diff --git a/audio/Makefile b/audio/Makefile index 92ce85829f71..f82bbc38f2b4 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -111,6 +111,7 @@ SUBDIR += nspmod SUBDIR += openal SUBDIR += opennap + SUBDIR += opmixer SUBDIR += p5-Audio-CD SUBDIR += p5-MP3-ID3v1Tag SUBDIR += p5-MP3-Info diff --git a/audio/opmixer/Makefile b/audio/opmixer/Makefile new file mode 100644 index 000000000000..9bd213adb619 --- /dev/null +++ b/audio/opmixer/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: opmixer +# Date created: 2000-12-29 +# Whom: trevor +# +# $FreeBSD$ +# + +PORTNAME= opmixer +PORTVERSION= 0.5 +CATEGORIES= audio +MASTER_SITES= http://optronic.linuxave.net/wizborn/projects/opmixer/ + +MAINTAINER= trevor@FreeBSD.org + +LIB_DEPENDS= gtkmm.1:${PORTSDIR}/x11-toolkits/gtk-- \ + intl.1:${PORTSDIR}/devel/gettext + +DOCDIR= share/doc/${PORTNAME} +USE_BZIP2= yes +USE_X_PREFIX= yes +PLIST= ${WRKDIR}/pkg-plist +WRKSRC= ${WRKDIR}/opmixer + +pre-install: + ${ECHO} "bin/opmixer" > ${PLIST} + ${ECHO} "bin/opmixer-load" >> ${PLIST} +.if !defined(NOPORTDOCS) + ${ECHO} ${DOCDIR}/README >> ${PLIST} + ${ECHO} @dirrm ${DOCDIR} >> ${PLIST} +.endif + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/opmixer ${WRKSRC}/opmixer-load \ + ${PREFIX}/bin +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR} +.endif + +.include diff --git a/audio/opmixer/distinfo b/audio/opmixer/distinfo new file mode 100644 index 000000000000..f3f55af777e1 --- /dev/null +++ b/audio/opmixer/distinfo @@ -0,0 +1 @@ +MD5 (opmixer-0.5.tar.bz2) = 609c4327a93cab93d4f87cfbac32acf7 diff --git a/audio/opmixer/pkg-comment b/audio/opmixer/pkg-comment new file mode 100644 index 000000000000..133ddee0ffe7 --- /dev/null +++ b/audio/opmixer/pkg-comment @@ -0,0 +1 @@ +Adjusts a mixer diff --git a/audio/opmixer/pkg-descr b/audio/opmixer/pkg-descr new file mode 100644 index 000000000000..f6c4cc706df4 --- /dev/null +++ b/audio/opmixer/pkg-descr @@ -0,0 +1,7 @@ +This is a program for adjusting an audio mixer. It supports +per-channel muting and settings can be saved. + +WWW: http://optronic.linuxave.net/wizborn/projects.php + +Trevor Johnson +trevor@FreeBSD.org -- cgit v1.2.3