summaryrefslogtreecommitdiff
path: root/audio/mstream
diff options
context:
space:
mode:
authorkim <kim>2004-04-25 00:33:15 +0000
committerkim <kim>2004-04-25 00:33:15 +0000
commit83e4e190720398e146024c7f06bb273a166bd848 (patch)
tree34edb9aeb9f58922eea585b9ec604f75dac8a23e /audio/mstream
parent93eaadf276a185b8001e33898272d5429ce4c42a (diff)
downloadpkgsrc-83e4e190720398e146024c7f06bb273a166bd848.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.
Diffstat (limited to 'audio/mstream')
-rw-r--r--audio/mstream/DESCR5
-rw-r--r--audio/mstream/Makefile23
-rw-r--r--audio/mstream/PLIST4
-rw-r--r--audio/mstream/distinfo4
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