summaryrefslogtreecommitdiff
path: root/audio/mpg123-esound
diff options
context:
space:
mode:
authormarkd <markd>2002-11-28 12:15:49 +0000
committermarkd <markd>2002-11-28 12:15:49 +0000
commit4e134cd092f1955bf8fc16edcb10c655a8bc8ae6 (patch)
tree1ea8a42213d12e46168b49367642c87e7cdbc4f9 /audio/mpg123-esound
parenta6ad3489223a133da1f6c8a30e13ed900993ff52 (diff)
downloadpkgsrc-4e134cd092f1955bf8fc16edcb10c655a8bc8ae6.tar.gz
Install manual page and tidy up DESCR. From PR 18532 by Greg A. Woods.
Diffstat (limited to 'audio/mpg123-esound')
-rw-r--r--audio/mpg123-esound/DESCR10
-rw-r--r--audio/mpg123-esound/Makefile3
-rw-r--r--audio/mpg123-esound/PLIST3
3 files changed, 10 insertions, 6 deletions
diff --git a/audio/mpg123-esound/DESCR b/audio/mpg123-esound/DESCR
index 23e1d559a36..dbff9b1adc8 100644
--- a/audio/mpg123-esound/DESCR
+++ b/audio/mpg123-esound/DESCR
@@ -1,4 +1,6 @@
-mpg123-esound reads one or more files (or standard input if
-``-'' is specified) or URLs and plays them on the EsounD
-(default) or outputs them to stdout. file/URL is assumed to be
-an MPEG-1/2 audio bit stream.
+mpg123-esound reads one or more files (or standard input if ``-'' is
+specified) or URLs and plays them to the Enlightened Sound Daemon (by
+default) or outputs them to a specified file or to stdout.
+
+File(s) and/or URL contents are assumed to be MPEG-1.0/2.0 audio
+layer 1, 2, or 3 bit streams.
diff --git a/audio/mpg123-esound/Makefile b/audio/mpg123-esound/Makefile
index 3f5decb6fa0..076185ee482 100644
--- a/audio/mpg123-esound/Makefile
+++ b/audio/mpg123-esound/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/09/06 11:51:59 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2002/11/28 12:15:49 markd Exp $
PKGNAME= mpg123-esound-${MPG123_VERSION}
COMMENT= Command-line player for mpeg layer 1, 2 and 3 audio with EsounD
@@ -9,6 +9,7 @@ TARGET_SUFFIX= -esd
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mpg123 ${PREFIX}/bin/mpg123-esound
+ ${INSTALL_MAN} ${WRKSRC}/mpg123.1 ${PREFIX}/man/man1/mpg123-esound.1
.include "../../audio/esound/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/audio/mpg123-esound/PLIST b/audio/mpg123-esound/PLIST
index cedc6c80cf7..2e9c7d74080 100644
--- a/audio/mpg123-esound/PLIST
+++ b/audio/mpg123-esound/PLIST
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1 2002/06/22 17:56:38 kent Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/11/28 12:15:49 markd Exp $
bin/mpg123-esound
+man/man1/mpg123-esound.1