pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/ccxstream Initial import of ccxstream-1.0.1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9739bf5b6402
branches:  trunk
changeset: 567879:9739bf5b6402
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 27 08:38:49 2009 +0000

description:
Initial import of ccxstream-1.0.15, packaged for wip by Guillaume
Lasmayous.

Program for streaming multimedia content to XBox Media Center over XBMSP
protocol.

diffstat:

 multimedia/ccxstream/DESCR              |   2 ++
 multimedia/ccxstream/MESSAGE            |   6 ++++++
 multimedia/ccxstream/Makefile           |  32 ++++++++++++++++++++++++++++++++
 multimedia/ccxstream/PLIST              |  12 ++++++++++++
 multimedia/ccxstream/distinfo           |   6 ++++++
 multimedia/ccxstream/files/ccxstream.sh |  22 ++++++++++++++++++++++
 multimedia/ccxstream/patches/patch-aa   |  13 +++++++++++++
 7 files changed, 93 insertions(+), 0 deletions(-)

diffs (121 lines):

diff -r 761b30b9e2e5 -r 9739bf5b6402 multimedia/ccxstream/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/ccxstream/DESCR        Fri Nov 27 08:38:49 2009 +0000
@@ -0,0 +1,2 @@
+Program for streaming multimedia content to XBox Media Center over XBMSP
+protocol.
diff -r 761b30b9e2e5 -r 9739bf5b6402 multimedia/ccxstream/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/ccxstream/MESSAGE      Fri Nov 27 08:38:49 2009 +0000
@@ -0,0 +1,6 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2009/11/27 08:38:49 wiz Exp $
+
+Don't forget to update mountpoints (-S statements in
+ccxstream_flags) before starting ccxstream.
+===========================================================================
diff -r 761b30b9e2e5 -r 9739bf5b6402 multimedia/ccxstream/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/ccxstream/Makefile     Fri Nov 27 08:38:49 2009 +0000
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/11/27 08:38:49 wiz Exp $
+#
+
+DISTNAME=      ccxstream-1.0.15
+CATEGORIES=    audio multimedia net
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=xbplayer/}
+
+MAINTAINER=    netbsd%guigui2.net@localhost
+HOMEPAGE=      http://www.xbmc.org/
+COMMENT=       Program for streaming multimedia content to XMBC over XBMSP protocol
+#LICENSE=      # TODO: (see mk/license.mk)
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+RCD_SCRIPTS=           ccxstream
+USE_TOOLS+=            gmake
+DOCDIR=                        share/doc/ccxstream
+INSTALLATION_DIRS=     bin ${DOCDIR}
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/ccxstream ${DESTDIR}${PREFIX}/bin/
+       ${INSTALL_PROGRAM} ${WRKSRC}/ccxtest ${DESTDIR}${PREFIX}/bin/
+       ${INSTALL_DATA} ${WRKSRC}/*.txt ${DESTDIR}${PREFIX}/${DOCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/xbmsp-rc ${DESTDIR}${PREFIX}/${DOCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${DESTDIR}${PREFIX}/${DOCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DESTDIR}${PREFIX}/${DOCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/${DOCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/PORTING ${DESTDIR}${PREFIX}/${DOCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/TODO ${DESTDIR}${PREFIX}/${DOCDIR}
+
+.include "../../devel/readline/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 761b30b9e2e5 -r 9739bf5b6402 multimedia/ccxstream/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/ccxstream/PLIST        Fri Nov 27 08:38:49 2009 +0000
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/27 08:38:49 wiz Exp $
+bin/ccxstream
+bin/ccxtest
+share/doc/ccxstream/COPYRIGHT
+share/doc/ccxstream/ChangeLog
+share/doc/ccxstream/PORTING
+share/doc/ccxstream/README
+share/doc/ccxstream/TODO
+share/doc/ccxstream/xbmsp-rc
+share/doc/ccxstream/xbmsp-xml.txt
+share/doc/ccxstream/xbmsp.txt
+share/examples/rc.d/ccxstream
diff -r 761b30b9e2e5 -r 9739bf5b6402 multimedia/ccxstream/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/ccxstream/distinfo     Fri Nov 27 08:38:49 2009 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/11/27 08:38:49 wiz Exp $
+
+SHA1 (ccxstream-1.0.15.tar.gz) = d97ac63374bf8ff6dcb77ccb89a6e92ff3e713d6
+RMD160 (ccxstream-1.0.15.tar.gz) = 01676289efe8181cb1c7c9c1340205c7adb97b3c
+Size (ccxstream-1.0.15.tar.gz) = 40384 bytes
+SHA1 (patch-aa) = 2e5428a1b039bb3be56dc2beec50d7dc8719f2fe
diff -r 761b30b9e2e5 -r 9739bf5b6402 multimedia/ccxstream/files/ccxstream.sh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/ccxstream/files/ccxstream.sh   Fri Nov 27 08:38:49 2009 +0000
@@ -0,0 +1,22 @@
+#!@RCD_SCRIPTS_SHELL@
+#
+# $NetBSD: ccxstream.sh,v 1.1.1.1 2009/11/27 08:38:49 wiz Exp $
+#
+# PROVIDE: ccxstream
+# REQUIRE: DAEMON network
+# KEYWORD: shutdown
+
+. /etc/rc.subr
+
+name="ccxstream"
+rcvar=$name
+command="@PREFIX@/bin/ccxstream"
+command_args="-r - -f"
+
+if [ -f /etc/rc.subr ]; then
+        load_rc_config $name
+        run_rc_command "$1"
+else
+        echo -n "${name}"
+        ${command} ${ccxstream_flags} ${command_args}
+fi
diff -r 761b30b9e2e5 -r 9739bf5b6402 multimedia/ccxstream/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/ccxstream/patches/patch-aa     Fri Nov 27 08:38:49 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2009/11/27 08:38:49 wiz Exp $
+
+--- xbmsp-rc.orig      2003-03-17 14:29:15.000000000 +0000
++++ xbmsp-rc
+@@ -26,7 +26,7 @@ fi
+ 
+ PARAMS="-f -F $PIDFILE -r $DIR -u $RUNASUSER"
+ 
+-if test "$FOLLOWSYMLINKS" == "YES" ; then
++if test "$FOLLOWSYMLINKS" = "YES" ; then
+     PARAMS="$PARAMS -L"
+ fi
+ 



Home | Main Index | Thread Index | Old Index