diff options
author | erich <erich@FreeBSD.org> | 1996-08-16 21:26:30 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1996-08-16 21:26:30 +0800 |
commit | 13d15e91d897c3486cb58b6368d8b487362fa2f9 (patch) | |
tree | c6dbcfb89539a89c5ea5f330b07bbf0c21ac1cf7 /audio | |
parent | 817d9bfdab75769feb1592d209169dd3af72fdca (diff) | |
download | freebsd-ports-gnome-13d15e91d897c3486cb58b6368d8b487362fa2f9.tar.gz freebsd-ports-gnome-13d15e91d897c3486cb58b6368d8b487362fa2f9.tar.zst freebsd-ports-gnome-13d15e91d897c3486cb58b6368d8b487362fa2f9.zip |
New port for `xmmix', a motif based x-audio mixer
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmmix/Makefile | 14 | ||||
-rw-r--r-- | audio/xmmix/distinfo | 1 | ||||
-rw-r--r-- | audio/xmmix/pkg-comment | 1 | ||||
-rw-r--r-- | audio/xmmix/pkg-descr | 20 | ||||
-rw-r--r-- | audio/xmmix/pkg-plist | 5 |
5 files changed, 41 insertions, 0 deletions
diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile new file mode 100644 index 000000000000..7c1a2637d27f --- /dev/null +++ b/audio/xmmix/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: xmmix +# Version required: 1.2 +# Date created: Mon Aug 5 10:54:25 CDT 1996 +# Whom: erich@FreeBSD.org +# + +DISTNAME= xmmix-1.2 +CATEGORIES+= audio +MASTER_SITES= ftp://ftp.x.org/contrib/applications/xmmix/ + +USE_IMAKE= yes +REQUIRES_MOTIF= yes + +.include <bsd.port.mk> diff --git a/audio/xmmix/distinfo b/audio/xmmix/distinfo new file mode 100644 index 000000000000..a64d28362c01 --- /dev/null +++ b/audio/xmmix/distinfo @@ -0,0 +1 @@ +MD5 (xmmix-1.2.tar.gz) = 9c9b6133efe25ad3402f8771c2afa9a0 diff --git a/audio/xmmix/pkg-comment b/audio/xmmix/pkg-comment new file mode 100644 index 000000000000..8f237039785f --- /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 000000000000..6a1b9c19c9c7 --- /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 000000000000..24881807589e --- /dev/null +++ b/audio/xmmix/pkg-plist @@ -0,0 +1,5 @@ +bin/xmmix +lib/X11/app-defaults/XMmix +lib/X11/xmmix.hlp +man/man1/xmmix.1.gz + |