pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/blinkentools Initial import of blinkentools-2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d7b9531e732
branches:  trunk
changeset: 465316:8d7b9531e732
user:      salo <salo%pkgsrc.org@localhost>
date:      Sat Dec 27 22:40:10 2003 +0000

description:
Initial import of blinkentools-2.2: Blinkenlights movies tools collection

The next generation set of command-line utilities for Blinkenlights.

 b2b          - a converter between the different Blinkenlights movies
                formats.  It is best used thru one of its aliases: b2blm,
                b2bml and b2gif.
 b2mng        - converts Blinkenlights movies to MNG files.
 bmultiplexer - forwards a stream of Blinkenlights UDP packets to
                multiple recipients.
 bsend        - reads Blinkenlights movies and sends them over the net
                using the Blinkenlights protocol.
 blm2gif      - creates animated GIFs from Blinkenlights movies.
 gif2blm      - creates Blinkenlights movies from animated GIFs.
 blmplay      - plays Blinkenlights movies to the text console.


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:

 graphics/blinkentools/DESCR    |  13 +++++++++++++
 graphics/blinkentools/Makefile |  21 +++++++++++++++++++++
 graphics/blinkentools/PLIST    |  11 +++++++++++
 graphics/blinkentools/distinfo |   4 ++++
 4 files changed, 49 insertions(+), 0 deletions(-)

diffs (65 lines):

diff -r 8ca38bc86f6d -r 8d7b9531e732 graphics/blinkentools/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/blinkentools/DESCR       Sat Dec 27 22:40:10 2003 +0000
@@ -0,0 +1,13 @@
+The next generation set of command-line utilities for Blinkenlights.
+
+ b2b          - a converter between the different Blinkenlights movies
+                formats.  It is best used thru one of its aliases: b2blm,
+                b2bml and b2gif.
+ b2mng        - converts Blinkenlights movies to MNG files.
+ bmultiplexer - forwards a stream of Blinkenlights UDP packets to
+                multiple recipients.
+ bsend        - reads Blinkenlights movies and sends them over the net
+                using the Blinkenlights protocol.
+ blm2gif      - creates animated GIFs from Blinkenlights movies.
+ gif2blm      - creates Blinkenlights movies from animated GIFs.
+ blmplay      - plays Blinkenlights movies to the text console.
diff -r 8ca38bc86f6d -r 8d7b9531e732 graphics/blinkentools/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/blinkentools/Makefile    Sat Dec 27 22:40:10 2003 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/27 22:40:10 salo Exp $
+#
+
+DISTNAME=              blinkentools-2.2
+CATEGORIES=            graphics
+MASTER_SITES=          http://sven.gimp.org/blinkenlights/old/
+
+MAINTAINER=            salo%NetBSD.org@localhost
+HOMEPAGE=              http://www.blinkenlights.de/
+COMMENT=               Blinkenlights movies tools collection
+
+USE_BUILDLINK2=                YES
+GNU_CONFIGURE=         YES
+
+CONFIGURE_ARGS+=       --enable-oldtools
+
+.include "../../devel/blib/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../graphics/mng/buildlink2.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r 8ca38bc86f6d -r 8d7b9531e732 graphics/blinkentools/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/blinkentools/PLIST       Sat Dec 27 22:40:10 2003 +0000
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/27 22:40:10 salo Exp $
+bin/b2b
+bin/b2blm
+bin/b2bml
+bin/b2gif
+bin/b2mng
+bin/blm2gif
+bin/blmplay
+bin/bmultiplexer
+bin/bsend
+bin/gif2blm
diff -r 8ca38bc86f6d -r 8d7b9531e732 graphics/blinkentools/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/blinkentools/distinfo    Sat Dec 27 22:40:10 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/27 22:40:10 salo Exp $
+
+SHA1 (blinkentools-2.2.tar.gz) = e429b6b8b5e1b4d7ed98a439414af412eff2d886
+Size (blinkentools-2.2.tar.gz) = 515833 bytes



Home | Main Index | Thread Index | Old Index