diff options
author | drochner <drochner@pkgsrc.org> | 2012-02-23 19:10:43 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-02-23 19:10:43 +0000 |
commit | c3f02bde478e2e47eadbb6f409901da589b6e3ce (patch) | |
tree | d6459d72e789db3c733a9f0d0ed97bc33b1e7239 /devel | |
parent | 95670e9032a37a3aa4ef33b1bd3d1686938af71c (diff) | |
download | pkgsrc-c3f02bde478e2e47eadbb6f409901da589b6e3ce.tar.gz |
add p5-Term-Animation-2.6, a package for animation of ASCII-art sprites
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Term-Animation/DESCR | 6 | ||||
-rw-r--r-- | devel/p5-Term-Animation/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Term-Animation/distinfo | 5 |
3 files changed, 33 insertions, 0 deletions
diff --git a/devel/p5-Term-Animation/DESCR b/devel/p5-Term-Animation/DESCR new file mode 100644 index 00000000000..05104a365a0 --- /dev/null +++ b/devel/p5-Term-Animation/DESCR @@ -0,0 +1,6 @@ +This module provides a framework to produce sprite animations using +ASCII art. Each ASCII 'sprite' is given one or more frames, and +placed into the animation as an 'animation entity'. An animation +entity can have a callback routine that controls the position and +frame of the entity. The module can also do collision detection +between entities. diff --git a/devel/p5-Term-Animation/Makefile b/devel/p5-Term-Animation/Makefile new file mode 100644 index 00000000000..0a6b374f7f7 --- /dev/null +++ b/devel/p5-Term-Animation/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/02/23 19:10:43 drochner Exp $ +# + +DISTNAME= Term-Animation-2.6 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel +MASTER_SITES= http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/~kbaucom/Term-Animation/ +COMMENT= ASCII sprite animation package +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Curses>=1.06:../../devel/p5-Curses + +PERL5_PACKLIST= auto/Term/Animation/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Term-Animation/distinfo b/devel/p5-Term-Animation/distinfo new file mode 100644 index 00000000000..22cf667ba64 --- /dev/null +++ b/devel/p5-Term-Animation/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/02/23 19:10:43 drochner Exp $ + +SHA1 (Term-Animation-2.6.tar.gz) = 8cc7dafb0c1472f03d081779cfd24fdf0a93a4f0 +RMD160 (Term-Animation-2.6.tar.gz) = 8ac2613a90eeec8af8e392a46648fb180d2f48cf +Size (Term-Animation-2.6.tar.gz) = 19395 bytes |