summaryrefslogtreecommitdiff
path: root/misc/blccc
diff options
context:
space:
mode:
authorsalo <salo>2003-12-27 22:45:37 +0000
committersalo <salo>2003-12-27 22:45:37 +0000
commit1579903c218d0333ef1ad6be1eb44287abfe4180 (patch)
treecc70ec1a6ae9ceeae5eaa587a78a01f437c793a5 /misc/blccc
parente46d82995ea7acb0ba57b98bf41cf5452f0d8223 (diff)
downloadpkgsrc-1579903c218d0333ef1ad6be1eb44287abfe4180.tar.gz
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 (limited to 'misc/blccc')
-rw-r--r--misc/blccc/DESCR7
-rw-r--r--misc/blccc/Makefile33
-rw-r--r--misc/blccc/PLIST19
-rw-r--r--misc/blccc/distinfo4
4 files changed, 63 insertions, 0 deletions
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