pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/blccc Initial import of blccc-1.99: Blinkenlights...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/39ea1aa26cf1
branches:  trunk
changeset: 465319:39ea1aa26cf1
user:      salo <salo%pkgsrc.org@localhost>
date:      Sat Dec 27 22:45:37 2003 +0000

description:
Initial import of blccc-1.99: Blinkenlights Chaos Control Center

This is a rewrite of the master control program for Blinkenlights.
The first implementation used to be a GTK+ application that allowed
previewing of movies and run-time modification of the playlist using
a graphical user interface.  The need for a way to control
the Blinkenlights remotely arose, so this new implementation runs as
a daemon controllable via telnet connections.  This software was used
for the Blinkenlights installation at the end of September 2001.


Greetings from 20c3, 20th Chaos Communication Congress in Berlin, where the
real Blinkenlights are running at this very moment on the Haus des Lehrers,
next to the congress building ;) (http://www.blinkenlights.de/).

diffstat:

 misc/blccc/DESCR    |   7 +++++++
 misc/blccc/Makefile |  33 +++++++++++++++++++++++++++++++++
 misc/blccc/PLIST    |  19 +++++++++++++++++++
 misc/blccc/distinfo |   4 ++++
 4 files changed, 63 insertions(+), 0 deletions(-)

diffs (79 lines):

diff -r 301242524698 -r 39ea1aa26cf1 misc/blccc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/blccc/DESCR  Sat Dec 27 22:45:37 2003 +0000
@@ -0,0 +1,7 @@
+This is a rewrite of the master control program for Blinkenlights.
+The first implementation used to be a GTK+ application that allowed
+previewing of movies and run-time modification of the playlist using
+a graphical user interface.  The need for a way to control
+the Blinkenlights remotely arose, so this new implementation runs as
+a daemon controllable via telnet connections.  This software was used
+for the Blinkenlights installation at the end of September 2001.
diff -r 301242524698 -r 39ea1aa26cf1 misc/blccc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/blccc/Makefile       Sat Dec 27 22:45:37 2003 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/27 22:45:37 salo Exp $
+#
+
+DISTNAME=              blccc-1.99
+CATEGORIES=            misc
+MASTER_SITES=          http://sven.gimp.org/blinkenlights/
+
+MAINTAINER=            salo%NetBSD.org@localhost
+HOMEPAGE=              http://www.blinkenlights.de/
+COMMENT=               Blinkenlights Chaos Control Center
+
+USE_BUILDLINK2=                YES
+USE_LIBTOOL=           YES
+GNU_CONFIGURE=         YES
+
+SHLIBTOOL_OVERRIDE=    ${WRKSRC}/libtool
+
+EGDIR=                 ${PREFIX}/share/examples/blccc
+
+post-install:
+       ${INSTALL_DATA_DIR} ${EGDIR}
+       ${INSTALL_DATA_DIR} ${EGDIR}/movies
+       ${INSTALL_DATA_DIR} ${EGDIR}/on-demand
+       for f in config.xml loveletters.xml playlist.default.xml        \
+               movies/bushfire-test.gif movies/bushfire_60frames.gif   \
+               movies/camel.blm movies/the_fly.blm on-demand/4467.blm; \
+       do                                                              \
+               ${INSTALL_DATA} ${WRKSRC}/examples/$${f} ${EGDIR}/$${f};\
+       done
+
+.include "../../devel/blib/buildlink2.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r 301242524698 -r 39ea1aa26cf1 misc/blccc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/blccc/PLIST  Sat Dec 27 22:45:37 2003 +0000
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/27 22:45:37 salo Exp $
+bin/blccc
+lib/blccc/modules/libtest.la
+lib/blccc/modules/libtest.so
+share/blccc/playlist.dtd
+share/examples/blccc/config.xml
+share/examples/blccc/loveletters.xml
+share/examples/blccc/movies/bushfire-test.gif
+share/examples/blccc/movies/bushfire_60frames.gif
+share/examples/blccc/movies/camel.blm
+share/examples/blccc/movies/the_fly.blm
+share/examples/blccc/on-demand/4467.blm
+share/examples/blccc/playlist.default.xml
+@dirrm share/examples/blccc/on-demand
+@dirrm share/examples/blccc/movies
+@dirrm share/examples/blccc
+@dirrm share/blccc
+@dirrm lib/blccc/modules
+@dirrm lib/blccc
diff -r 301242524698 -r 39ea1aa26cf1 misc/blccc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/blccc/distinfo       Sat Dec 27 22:45:37 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/27 22:45:37 salo Exp $
+
+SHA1 (blccc-1.99.tar.gz) = f703442a2f11a5fb6dd0da83bdb262c1cadc386a
+Size (blccc-1.99.tar.gz) = 239507 bytes



Home | Main Index | Thread Index | Old Index