From 83e4e190720398e146024c7f06bb273a166bd848 Mon Sep 17 00:00:00 2001 From: kim Date: Sun, 25 Apr 2004 00:33:15 +0000 Subject: 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. --- audio/mstream/DESCR | 5 +++++ audio/mstream/Makefile | 23 +++++++++++++++++++++++ audio/mstream/PLIST | 4 ++++ audio/mstream/distinfo | 4 ++++ 4 files changed, 36 insertions(+) create mode 100644 audio/mstream/DESCR create mode 100644 audio/mstream/Makefile create mode 100644 audio/mstream/PLIST create mode 100644 audio/mstream/distinfo (limited to 'audio/mstream') diff --git a/audio/mstream/DESCR b/audio/mstream/DESCR new file mode 100644 index 00000000000..d8512d014ef --- /dev/null +++ b/audio/mstream/DESCR @@ -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 --git a/audio/mstream/Makefile b/audio/mstream/Makefile new file mode 100644 index 00000000000..83ddbebe3a6 --- /dev/null +++ b/audio/mstream/Makefile @@ -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 +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 --git a/audio/mstream/PLIST b/audio/mstream/PLIST new file mode 100644 index 00000000000..a8e0addae08 --- /dev/null +++ b/audio/mstream/PLIST @@ -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 --git a/audio/mstream/distinfo b/audio/mstream/distinfo new file mode 100644 index 00000000000..0c6a87c3abb --- /dev/null +++ b/audio/mstream/distinfo @@ -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 -- cgit v1.2.3