diff options
Diffstat (limited to 'graphics/blinkentools')
-rw-r--r-- | graphics/blinkentools/DESCR | 13 | ||||
-rw-r--r-- | graphics/blinkentools/Makefile | 21 | ||||
-rw-r--r-- | graphics/blinkentools/PLIST | 11 | ||||
-rw-r--r-- | graphics/blinkentools/distinfo | 4 |
4 files changed, 49 insertions, 0 deletions
diff --git a/graphics/blinkentools/DESCR b/graphics/blinkentools/DESCR new file mode 100644 index 00000000000..f33f049005f --- /dev/null +++ b/graphics/blinkentools/DESCR @@ -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 --git a/graphics/blinkentools/Makefile b/graphics/blinkentools/Makefile new file mode 100644 index 00000000000..b3f217b29a2 --- /dev/null +++ b/graphics/blinkentools/Makefile @@ -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 +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 --git a/graphics/blinkentools/PLIST b/graphics/blinkentools/PLIST new file mode 100644 index 00000000000..0837542a0a1 --- /dev/null +++ b/graphics/blinkentools/PLIST @@ -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 --git a/graphics/blinkentools/distinfo b/graphics/blinkentools/distinfo new file mode 100644 index 00000000000..f04a94a7402 --- /dev/null +++ b/graphics/blinkentools/distinfo @@ -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 |