From 3a6ac3617dc7dabeb81b9e625e3cca7d8be99428 Mon Sep 17 00:00:00 2001 From: salo Date: Sat, 27 Dec 2003 22:45:37 +0000 Subject: 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/). --- misc/blccc/DESCR | 7 +++++++ misc/blccc/Makefile | 33 +++++++++++++++++++++++++++++++++ misc/blccc/PLIST | 19 +++++++++++++++++++ misc/blccc/distinfo | 4 ++++ 4 files changed, 63 insertions(+) create mode 100644 misc/blccc/DESCR create mode 100644 misc/blccc/Makefile create mode 100644 misc/blccc/PLIST create mode 100644 misc/blccc/distinfo (limited to 'misc/blccc') diff --git a/misc/blccc/DESCR b/misc/blccc/DESCR new file mode 100644 index 00000000000..0755e51c5ca --- /dev/null +++ b/misc/blccc/DESCR @@ -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 --git a/misc/blccc/Makefile b/misc/blccc/Makefile new file mode 100644 index 00000000000..c888486911a --- /dev/null +++ b/misc/blccc/Makefile @@ -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 +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 --git a/misc/blccc/PLIST b/misc/blccc/PLIST new file mode 100644 index 00000000000..dfd1cb5b39b --- /dev/null +++ b/misc/blccc/PLIST @@ -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 --git a/misc/blccc/distinfo b/misc/blccc/distinfo new file mode 100644 index 00000000000..a9305038bc3 --- /dev/null +++ b/misc/blccc/distinfo @@ -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 -- cgit v1.2.3