summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-06-23 18:21:34 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-06-23 18:21:34 +0000
commita9447d76cb14898d11206b63e6a07ad0dcdbab8d (patch)
tree271045a7ce2acfc1bf51cdb0e1d4b192a2d46e5f /audio
parentUpgrade to mod_ssl 2.3.5. (diff)
echo -> ${ECHO}. (from submitter).
Make portlint happy by removing trailing spaces and shortening DESCR (me). PR: 12363 Submitted by: Will Andrews <andrews@technologist.com>
Notes
Notes: svn path=/head/; revision=19723
Diffstat (limited to 'audio')
-rw-r--r--audio/rplay/Makefile14
-rw-r--r--audio/rplay/pkg-descr28
2 files changed, 7 insertions, 35 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile
index 319cbe819eb0..61dbd28748c4 100644
--- a/audio/rplay/Makefile
+++ b/audio/rplay/Makefile
@@ -1,9 +1,9 @@
-# New ports collection makefile for: rplay - Network audio player
+# New ports collection makefile for: rplay - Network audio player
# Version required: 3.2.0b6
-# Date created: 16 March 1995
+# Date created: 16 March 1995
# Whom: rmallory@csusb.edu
#
-# $Id: Makefile,v 1.10 1998/09/22 19:10:12 asami Exp $
+# $Id: Makefile,v 1.11 1999/06/05 20:07:58 mharo Exp $
#
DISTNAME= rplay-3.2.0b6
@@ -21,13 +21,13 @@ MAN5= rplay.conf.5 rplay.hosts.5 rplay.servers.5
post-install:
@if [ ! -f ${PREFIX}/etc/rc.d/rplayd.sh ]; then \
- echo "Installing ${PREFIX}/etc/rc.d/rplayd.sh startup file."; \
- echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/rplayd.sh; \
- echo "[ -x ${PREFIX}/sbin/rplayd ] && ( ${PREFIX}/sbin/rplayd & ) && echo -n ' rplayd'" >> ${PREFIX}/etc/rc.d/rplayd.sh; \
+ @${ECHO} "Installing ${PREFIX}/etc/rc.d/rplayd.sh startup file."; \
+ @${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/rplayd.sh; \
+ @${ECHO} "[ -x ${PREFIX}/sbin/rplayd ] && ( ${PREFIX}/sbin/rplayd & ) && ${ECHO} -n ' rplayd'" >> ${PREFIX}/etc/rc.d/rplayd.sh; \
chmod 751 ${PREFIX}/etc/rc.d/rplayd.sh; \
fi
@if [ ! -f ${PREFIX}/etc/rplay.hosts ]; then \
- echo localhost > ${PREFIX}/etc/rplay.hosts; \
+ @${ECHO} localhost > ${PREFIX}/etc/rplay.hosts; \
fi
.include <bsd.port.mk>
diff --git a/audio/rplay/pkg-descr b/audio/rplay/pkg-descr
index 90b86bf00ce7..fde9c605c303 100644
--- a/audio/rplay/pkg-descr
+++ b/audio/rplay/pkg-descr
@@ -4,31 +4,3 @@ 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. The X Window
System 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.
-