summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2000-12-31 06:48:48 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2000-12-31 06:48:48 +0000
commit1d2eed8acb7293b4bc230c84b71b664bec337cd7 (patch)
tree16d73c655ac1296b223caba70ee7fe7d59277480
parentAdd pash 2.2, a full-screen shell, similar to Midnight Commander. Some (diff)
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!
Notes
Notes: svn path=/head/; revision=36512
-rw-r--r--audio/Makefile1
-rw-r--r--audio/opmixer/Makefile40
-rw-r--r--audio/opmixer/distinfo1
-rw-r--r--audio/opmixer/pkg-comment1
-rw-r--r--audio/opmixer/pkg-descr7
5 files changed, 50 insertions, 0 deletions
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 <bsd.port.mk>
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