diff options
author | steve <steve@FreeBSD.org> | 1998-07-20 11:56:55 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-20 11:56:55 +0800 |
commit | 4cd6c3529eab05a43fa2c2dc44993fb92fdfb973 (patch) | |
tree | 779839168cb15960ddef8b138171afc1f37e6192 | |
parent | 68a9fcc2f9aa713d86ba5b70267f547f42e9ddb1 (diff) | |
download | freebsd-ports-gnome-4cd6c3529eab05a43fa2c2dc44993fb92fdfb973.tar.gz freebsd-ports-gnome-4cd6c3529eab05a43fa2c2dc44993fb92fdfb973.tar.zst freebsd-ports-gnome-4cd6c3529eab05a43fa2c2dc44993fb92fdfb973.zip |
Initial import of wmmixer version 0.8.
An audio mixer for the WindowMaker dock.
PR: 7304
Submitted by: Richard M. Neswold <rneswold@drmemory.fnal.gov>
-rw-r--r-- | audio/wmmixer/Makefile | 23 | ||||
-rw-r--r-- | audio/wmmixer/distinfo | 1 | ||||
-rw-r--r-- | audio/wmmixer/files/patch-aa | 10 | ||||
-rw-r--r-- | audio/wmmixer/pkg-comment | 1 | ||||
-rw-r--r-- | audio/wmmixer/pkg-descr | 15 | ||||
-rw-r--r-- | audio/wmmixer/pkg-plist | 1 |
6 files changed, 51 insertions, 0 deletions
diff --git a/audio/wmmixer/Makefile b/audio/wmmixer/Makefile new file mode 100644 index 000000000000..b8ed86aa92c9 --- /dev/null +++ b/audio/wmmixer/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: wmmixer +# Version required: 0.8 +# Date created: 11 July 1998 +# Whom: Rich Neswold <rneswold@mcs.net> +# +# $Id$ +# + +DISTNAME= wmmixer +PKGNAME= wmmixer-0.8 +CATEGORIES= audio +MASTER_SITES= http://www.geocities.com/SiliconValley/Vista/2471/ +EXTRACT_SUFX= .tgz + +MAINTAINER= rneswold@mcs.net + +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +FETCH_BEFORE_ARGS= -t +NO_INSTALL_MANPAGES= 1 +USE_IMAKE= yes + +.include <bsd.port.mk> diff --git a/audio/wmmixer/distinfo b/audio/wmmixer/distinfo new file mode 100644 index 000000000000..fc626ff49fda --- /dev/null +++ b/audio/wmmixer/distinfo @@ -0,0 +1 @@ +MD5 (wmmixer.tgz) = d34d3f9413859131adb23f052618cad1 diff --git a/audio/wmmixer/files/patch-aa b/audio/wmmixer/files/patch-aa new file mode 100644 index 000000000000..1e4a58ca77f8 --- /dev/null +++ b/audio/wmmixer/files/patch-aa @@ -0,0 +1,10 @@ +--- mixctl.h.orig Sat Jul 11 21:10:33 1998 ++++ mixctl.h Sat Jul 11 21:10:49 1998 +@@ -15,7 +15,6 @@ + #include <sys/stat.h> + #include <fcntl.h> + #include <unistd.h> +-#include <malloc.h> + #ifdef __NetBSD__ + #include <soundcard.h> + #endif diff --git a/audio/wmmixer/pkg-comment b/audio/wmmixer/pkg-comment new file mode 100644 index 000000000000..9d4f7e063125 --- /dev/null +++ b/audio/wmmixer/pkg-comment @@ -0,0 +1 @@ +An audio mixer for the WindowMaker dock. diff --git a/audio/wmmixer/pkg-descr b/audio/wmmixer/pkg-descr new file mode 100644 index 000000000000..af56adf7639b --- /dev/null +++ b/audio/wmmixer/pkg-descr @@ -0,0 +1,15 @@ +This is an audio mixer that can run within the WindowMaker +window manager "Dock". Some more information can be found at: + + http://www.geocities.com/SiliconValley/Vista/2471/linux.htm#xapps + +To run it, type: + + wmmixer -w & + +Drag the application to the dock. Once it's part of the dock, right-click +to bring up the properties and select "Autolaunch". Oh yeah, you'll need +a sound card. :-) + +- Rich + rneswold@mcs.net diff --git a/audio/wmmixer/pkg-plist b/audio/wmmixer/pkg-plist new file mode 100644 index 000000000000..d4a0c424a334 --- /dev/null +++ b/audio/wmmixer/pkg-plist @@ -0,0 +1 @@ +bin/wmmixer |