aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Term-Animation
Commit message (Collapse)AuthorAgeFilesLines
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Update to 2.4Max Khon2006-12-212-4/+4
| | | | | | | | PR: 106954 Submitted by: Simon Olofsson Notes: svn path=/head/; revision=180338
* Update to 2.2.Max Khon2006-12-032-5/+4
| | | | | | | | PR: 106181 Submitted by: Christopher Boumenot Notes: svn path=/head/; revision=178693
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* Add SHA256 checksum.Max Khon2005-11-171-0/+1
| | | | Notes: svn path=/head/; revision=148648
* - fix pkg-plist (add %D after @unexec rmdir...) [1]Max Khon2005-09-192-4/+4
| | | | | | | | | | | - bump PORTREVISION - correctly capitalize IGNORE PR: 86320 Pointy hat to: fjoe Notes: svn path=/head/; revision=143136
* - This port requires perl 5.6+.Max Khon2005-09-181-1/+8
| | | | | | | - Bump PORTREVISION. Notes: svn path=/head/; revision=143060
* New port: p5-Term-Animation 2.1Max Khon2005-09-164-0/+46
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/ Notes: svn path=/head/; revision=142886