From 4daa64a62986fd842753a48935d3c8adf6758d93 Mon Sep 17 00:00:00 2001 From: augustss Date: Tue, 28 Oct 1997 23:18:20 +0000 Subject: Initial import of FreeBSD audio packages. --- audio/rplay/pkg/COMMENT | 1 + audio/rplay/pkg/DESCR | 33 +++++++++++++++++++++++++++++++++ audio/rplay/pkg/PLIST | 20 ++++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 audio/rplay/pkg/COMMENT create mode 100644 audio/rplay/pkg/DESCR create mode 100644 audio/rplay/pkg/PLIST (limited to 'audio/rplay/pkg') diff --git a/audio/rplay/pkg/COMMENT b/audio/rplay/pkg/COMMENT new file mode 100644 index 00000000000..3088ba9eddd --- /dev/null +++ b/audio/rplay/pkg/COMMENT @@ -0,0 +1 @@ +Network audio player. diff --git a/audio/rplay/pkg/DESCR b/audio/rplay/pkg/DESCR new file mode 100644 index 00000000000..823d04938a9 --- /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 00000000000..fc8d4d0fbd3 --- /dev/null +++ b/audio/rplay/pkg/PLIST @@ -0,0 +1,20 @@ +etc/rc.d/rplayd.sh +etc/rplay.hosts +bin/rplay +bin/rptp +@comment requires XForms +@comment bin/xrplay +sbin/rplayd +include/rplay.h +lib/librplay.a +info/librplay.info +info/rplay.info +info/RPLAY.info +info/RPTP.info +man/man1/rplay.1.gz +man/man1/rplayd.1.gz +man/man1/xrplay.1.gz +man/man1/rptp.1.gz +man/man5/rplay.conf.5.gz +man/man5/rplay.hosts.5.gz +man/man5/rplay.servers.5.gz -- cgit v1.2.3