summaryrefslogtreecommitdiff
path: root/audio/rplay
diff options
context:
space:
mode:
authorSteven Wallace <swallace@FreeBSD.org>1995-03-17 05:53:43 +0000
committerSteven Wallace <swallace@FreeBSD.org>1995-03-17 05:53:43 +0000
commit60b41a5a07548965ba60265aab4f9e6ba0f27dab (patch)
tree164ef1a3016b51d4231e986bb3072402d5b2c617 /audio/rplay
parentUpgrade. (diff)
Port of rplay 3.2.0b2
Submitted by: rmallory@csusb.edu
Notes
Notes: svn path=/head/; revision=1144
Diffstat (limited to 'audio/rplay')
-rw-r--r--audio/rplay/Makefile13
-rw-r--r--audio/rplay/distinfo1
-rw-r--r--audio/rplay/pkg-comment1
-rw-r--r--audio/rplay/pkg-descr33
-rw-r--r--audio/rplay/pkg-plist13
5 files changed, 61 insertions, 0 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile
new file mode 100644
index 000000000000..a0c3263c42cb
--- /dev/null
+++ b/audio/rplay/Makefile
@@ -0,0 +1,13 @@
+# Makefile for: rplay - Network audio player
+# Version required: 3.2.0b2
+# Date created: 16 March 1995
+# Whom: rmallory@csusb.edu
+#
+# $Id: Makefile,v 1.0 1995/03/15 10:33:57 rmallory Exp $
+#
+
+DISTNAME= rplay-3.2.0b2
+MASTER_SITES= ftp://ftp.sdsu.edu/pub/rplay/
+HAS_CONFIGURE= yes
+USE_GMAKE= yes
+.include <bsd.port.mk>
diff --git a/audio/rplay/distinfo b/audio/rplay/distinfo
new file mode 100644
index 000000000000..f7171dcc2074
--- /dev/null
+++ b/audio/rplay/distinfo
@@ -0,0 +1 @@
+MD5 (rplay-3.2.0b2.tar.gz) = 1c3fc5930f4c5ccdd143d698b2c29f56
diff --git a/audio/rplay/pkg-comment b/audio/rplay/pkg-comment
new file mode 100644
index 000000000000..8a02a7ccd95e
--- /dev/null
+++ b/audio/rplay/pkg-comment
@@ -0,0 +1 @@
+rplay - Network audio player version 3.2.0b2
diff --git a/audio/rplay/pkg-descr b/audio/rplay/pkg-descr
new file mode 100644
index 000000000000..823d04938a9a
--- /dev/null
+++ b/audio/rplay/pkg-descr
@@ -0,0 +1,33 @@
+rplay is a flexible network audio system that allows sounds to be played to
+and from local and remote systems. The rplay audio server currently
+supports SunOS 4.1.X, Solaris 2.X, Linux, SGI IRIX 4 & 5, HP9000/705,
+HP9000/710 and now FreeBSD. The rplay clients and client library should
+work on any system that supports Berkeley sockets. X Windows is not required.
+
+Version 3.2.0beta
+-------------------
+
+* Supported systems include SunOS 4.1.X, Solaris 2.x, FreeBSD, Linux,
+ SGI IRIX 4 and IRIX 5, and HP9000/710.
+
+* 8-bit & 16-bit audio input and output.
+
+* All audio sample rates.
+
+* .au, .snd, .aiff, .wav, .voc, .ub, .ul, G.721 4-bit, G.723 3-bit, and
+ G.723 5-bit audio files.
+
+* Stereo input and output. (2 channels)
+
+* Sounds can be played at any sample rate.
+
+* Compile rplayd with -DTEST_FLANGE for some fun.
+
+* Flexible audio configuration using the following long-named options:
+ --audio-device, --audio-bufsize, --audio-bits, --audio-channels,
+ --audio-close, --audio-flush, --audio-format, --audio-match, --audio-port,
+ --audio-rate, --audio-sample-rate, and no-audio.
+ (See `rplayd --help' for more details)
+
+* HTML documentation.
+
diff --git a/audio/rplay/pkg-plist b/audio/rplay/pkg-plist
new file mode 100644
index 000000000000..cd3f39caee70
--- /dev/null
+++ b/audio/rplay/pkg-plist
@@ -0,0 +1,13 @@
+@cwd /usr/local
+bin/rplay
+bin/rptp
+bin/xrplay
+bin/rplayd
+include/rplay.h
+lib/librplay.a
+man/man1/rplay.1
+man/man1/rplayd.1
+man/man1/rptp.1
+man/man5/rplay.conf.5
+man/man5/rplay.hosts.5
+man/man5/rplay.servers.5