summaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2005-09-16 05:55:55 +0000
committerMax Khon <fjoe@FreeBSD.org>2005-09-16 05:55:55 +0000
commita6e7ef2ffb53616b5b2cc8861f5ea898f7805cda (patch)
treedb0bac8246d8b118a4a23b76dcacf4c44b612113 /devel/Makefile
parentOops, somehow my previous commit did not pick up the actual patch. Which (diff)
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/Makefile1
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