diff options
author | fjoe <fjoe@FreeBSD.org> | 2005-09-16 13:55:55 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2005-09-16 13:55:55 +0800 |
commit | 7d981ef349ff467d57226139046b1a45e0a4a7f5 (patch) | |
tree | d00da9076b87b99bc9cf68416f3730799e9b42ed /devel/Makefile | |
parent | 0fc81b942b74ed7d982d801942a0b4d48d4b0466 (diff) | |
download | freebsd-ports-gnome-7d981ef349ff467d57226139046b1a45e0a4a7f5.tar.gz freebsd-ports-gnome-7d981ef349ff467d57226139046b1a45e0a4a7f5.tar.zst freebsd-ports-gnome-7d981ef349ff467d57226139046b1a45e0a4a7f5.zip |
New port: p5-Term-Animation 2.1
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 object'. An animation object can
have a callback routine that controls the position and frame of the
object.
If the constructor is passed no arguments, it assumes that it is
running full screen, and behaves accordingly. Alternatively, it can
accept a curses window (created with the Curses newwin call) as an
argument, and will draw into that window.
WWW: http://search.cpan.org/dist/Term-Animation/
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 536caac109d3..6d4d2a249c09 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1108,6 +1108,7 @@ SUBDIR += p5-System2 SUBDIR += p5-Term-ANSIColor SUBDIR += p5-Term-ANSIScreen + SUBDIR += p5-Term-Animation SUBDIR += p5-Term-ProgressBar SUBDIR += p5-Term-Prompt SUBDIR += p5-Term-Query |