diff options
author | kim <kim@pkgsrc.org> | 2004-04-25 00:33:15 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2004-04-25 00:33:15 +0000 |
commit | 8243814fcdffd89b132747a012031edd2d9d692e (patch) | |
tree | 34edb9aeb9f58922eea585b9ec604f75dac8a23e | |
parent | 5b81d1c00ee55cae606a4aa4fb0a7a1e4013dea3 (diff) | |
download | pkgsrc-8243814fcdffd89b132747a012031edd2d9d692e.tar.gz |
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.
-rw-r--r-- | audio/mstream/DESCR | 5 | ||||
-rw-r--r-- | audio/mstream/Makefile | 23 | ||||
-rw-r--r-- | audio/mstream/PLIST | 4 | ||||
-rw-r--r-- | audio/mstream/distinfo | 4 |
4 files changed, 36 insertions, 0 deletions
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 |