pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/mstream Mstream is an mserv player package for q...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cafd4ce05255
branches:  trunk
changeset: 473876:cafd4ce05255
user:      kim <kim%pkgsrc.org@localhost>
date:      Sun Apr 25 00:33:15 2004 +0000

description:
Mstream is an mserv player package for queueing tracks to an IceS MP3
stream source. It consists of a player script for mserv and a playlist
handler module for IceS. It supports the NEXT and STOP commands in
mserv. It also supports title streaming with metadata from your mserv
database.

diffstat:

 audio/mstream/DESCR    |   5 +++++
 audio/mstream/Makefile |  23 +++++++++++++++++++++++
 audio/mstream/PLIST    |   4 ++++
 audio/mstream/distinfo |   4 ++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 843f7ad3907c -r cafd4ce05255 audio/mstream/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/mstream/DESCR       Sun Apr 25 00:33:15 2004 +0000
@@ -0,0 +1,5 @@
+Mstream is an mserv player package for queueing tracks to an IceS MP3
+stream source. It consists of a player script for mserv and a playlist
+handler module for IceS. It supports the NEXT and STOP commands in
+mserv. It also supports title streaming with metadata from your mserv
+database.
diff -r 843f7ad3907c -r cafd4ce05255 audio/mstream/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/mstream/Makefile    Sun Apr 25 00:33:15 2004 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/25 00:33:15 kim Exp $
+#
+
+DISTNAME=      mstream-0.2
+CATEGORIES=    audio
+MASTER_SITES=  ftp://ftp.gw.com/pub/people/kim/
+
+MAINTAINER=    kim%tac.nyc.ny.us@localhost
+HOMEPAGE=      http://kimmo.suominen.com/gwradio/
+COMMENT=       Mserv player package to queue tracks to IceS
+
+DEPENDS+=      ices-mp3>=0.3:../../audio/ices-mp3
+
+NO_CONFIGURE=  # defined
+USE_PERL5=     # defined
+
+MODDIR=                ${PREFIX}/share/ices-mp3
+
+MAKE_PARAMS+=  PREFIX=${PREFIX}
+MAKE_PARAMS+=  MODDIR=${MODDIR}
+MAKE_PARAMS+=  PERL=${PERL5}
+
+.include "../../mk/bsd.pkg.mk"
diff -r 843f7ad3907c -r cafd4ce05255 audio/mstream/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/mstream/PLIST       Sun Apr 25 00:33:15 2004 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/25 00:33:15 kim Exp $
+bin/mstream-play
+man/man1/mstream-play.1
+share/ices-mp3/mstream.pm
diff -r 843f7ad3907c -r cafd4ce05255 audio/mstream/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/mstream/distinfo    Sun Apr 25 00:33:15 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/04/25 00:33:15 kim Exp $
+
+SHA1 (mstream-0.2.tar.gz) = acbc340086eebcf38aa9d7a07a18fdb49c4b82e4
+Size (mstream-0.2.tar.gz) = 3783 bytes



Home | Main Index | Thread Index | Old Index