summaryrefslogtreecommitdiff
path: root/audio/xmmix
diff options
context:
space:
mode:
authoraugustss <augustss@pkgsrc.org>1997-10-28 23:18:20 +0000
committeraugustss <augustss@pkgsrc.org>1997-10-28 23:18:20 +0000
commit4daa64a62986fd842753a48935d3c8adf6758d93 (patch)
treecc8ee8439ae9a5d7d4a09af2bda1536118792658 /audio/xmmix
parent4434fa54eccf4fa0896d9f01cd93c91ab718ec2c (diff)
downloadpkgsrc-4daa64a62986fd842753a48935d3c8adf6758d93.tar.gz
Initial import of FreeBSD audio packages.
Diffstat (limited to 'audio/xmmix')
-rw-r--r--audio/xmmix/Makefile19
-rw-r--r--audio/xmmix/files/md51
-rw-r--r--audio/xmmix/patches/patch-aa22
-rw-r--r--audio/xmmix/pkg/COMMENT1
-rw-r--r--audio/xmmix/pkg/DESCR20
-rw-r--r--audio/xmmix/pkg/PLIST4
6 files changed, 67 insertions, 0 deletions
diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile
new file mode 100644
index 00000000000..95b87567da3
--- /dev/null
+++ b/audio/xmmix/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: xmmix
+# Version required: 1.2
+# Date created: Mon Aug 5 10:54:25 CDT 1996
+# Whom: erich@FreeBSD.org
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/28 23:19:29 augustss Exp $
+#
+
+DISTNAME= xmmix-1.2
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR= applications/
+
+MAINTAINER= erich@FreeBSD.org
+
+USE_IMAKE= yes
+REQUIRES_MOTIF= yes
+
+.include <bsd.port.mk>
diff --git a/audio/xmmix/files/md5 b/audio/xmmix/files/md5
new file mode 100644
index 00000000000..561dd13e4f0
--- /dev/null
+++ b/audio/xmmix/files/md5
@@ -0,0 +1 @@
+MD5 (xmmix-1.2.tar.gz) = 5a6556ec9a84888d7e77ba59c2128843
diff --git a/audio/xmmix/patches/patch-aa b/audio/xmmix/patches/patch-aa
new file mode 100644
index 00000000000..c3f4a3d6091
--- /dev/null
+++ b/audio/xmmix/patches/patch-aa
@@ -0,0 +1,22 @@
+--- ./appenv.h.org Sun Jul 14 10:48:59 1996
++++ ./appenv.h Mon Aug 19 04:05:16 1996
+@@ -59,7 +59,7 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <sys/ioctl.h>
+-#include <sys/soundcard.h>
++#include <machine/soundcard.h>
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <errno.h>
+--- ./Imakefile.org Sun Jul 14 10:48:56 1996
++++ ./Imakefile Mon Aug 19 04:09:48 1996
+@@ -43,7 +43,7 @@
+ * #include "Motif.tmpl"
+ * #include "Motif.rules"
+ */
+-LOCAL_LIBRARIES= XmClientLibs
++LOCAL_LIBRARIES= ${MOTIFLIB} ${XTOOLLIB} ${XLIB}
+
+
+ /*
diff --git a/audio/xmmix/pkg/COMMENT b/audio/xmmix/pkg/COMMENT
new file mode 100644
index 00000000000..8f237039785
--- /dev/null
+++ b/audio/xmmix/pkg/COMMENT
@@ -0,0 +1 @@
+a Motif based audio mixer
diff --git a/audio/xmmix/pkg/DESCR b/audio/xmmix/pkg/DESCR
new file mode 100644
index 00000000000..6a1b9c19c9c
--- /dev/null
+++ b/audio/xmmix/pkg/DESCR
@@ -0,0 +1,20 @@
+From the README:
+
+ Xmmix is a sound mixer utility for the X Window System using the
+ OSF/Motif interface. It requires the Unix Sound System (formerly
+ "VoxWare") sound driver by Hannu Savolainen (hannu@voxware.pp.fi).
+
+ For those of you with access to the WWW (via Netscape, NCSA Mosaic
+ or other WWW browser), The URL for the xmmix home page is as
+ follows:
+
+ http://sunsite.unc.edu/~cddb/xmmix/
+
+ This home page provides up-to-date information about the
+ current release version, online README file, FTP service to get
+ the software, an interactive form to send comments and
+ suggestions, and late breaking announcement, if any.
+
+I don't have hardware to test all the features, but it looks ok.
+eric.
+erich@FreeBSD.org
diff --git a/audio/xmmix/pkg/PLIST b/audio/xmmix/pkg/PLIST
new file mode 100644
index 00000000000..6f5532e5441
--- /dev/null
+++ b/audio/xmmix/pkg/PLIST
@@ -0,0 +1,4 @@
+bin/xmmix
+lib/X11/app-defaults/XMmix
+lib/X11/xmmix.hlp
+man/man1/xmmix.1.gz