5d7f FreshPorts -- devel/p5-Term-Animation
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-Term-Animation 2.6 devel on this many watch lists=4 search for ports that depend on this port
ASCII sprite animation framework
Maintained by: fjoe@FreeBSD.org search for ports maintained by this maintainer
Port Added: 16 Sep 2005 05:56:23
Also Listed In: perl5
License: not specified in port


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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/p5-Curses
  2. lang/perl5.8
Required To Run:
  1. devel/p5-Curses
  2. lang/perl5.8

This port is required by:

for Run

To install the port: cd /usr/ports/devel/p5-Term-Animation/ && make install clean
To add the package: pkg_add -r p5-Term-Animation


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Term/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Term/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Term/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Term/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Term/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Term/
  8. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Term/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Term/
  10. ftp://mirror.hiwaay.net/CPAN/modules/by-module/Term/
  11. http://at.cpan.org/modules/by-module/Term/
  12. http://backpan.perl.org/modules/by-module/Term/
  13. http://cpan.nctu.edu.tw/modules/by-module/Term/
  14. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Term/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Term/
  16. http://www.cpan.dk/modules/by-module/Term/
  17. http://www.cpan.dk/modules/by-module/Term/

Number of commits found: 12

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
30 Jun 2012 14:07:27
Original commit files touched by this commit  2.6
az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
21 Jan 2012 17:40:15
Original commit files touched by this commit  2.6
eadler search for other commits by this committer
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:    portmgr
31 Mar 2011 08:03:45
Original commit files touched by this commit  2.6
fjoe search for other commits by this committer
Update to 2.6.
17 Apr 2008 14:30:31
Original commit files touched by this commit  2.4
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
08 Sep 2007 00:59:21
Original commit files touched by this commit  2.4
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
21 Dec 2006 15:33:46
Original commit files touched by this commit  2.4
fjoe search for other commits by this committer
Update to 2.4

PR:             106954
Submitted by:   Simon Olofsson
03 Dec 2006 15:56:11
Original commit files touched by this commit  2.2
fjoe search for other commits by this committer
Update to 2.2.

PR:             106181
Submitted by:   Christopher Boumenot
22 Jan 2006 01:48:34
Original commit files touched by this commit  2.1_2
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
17 Nov 2005 19:08:01
Original commit files touched by this commit  2.1_2
fjoe search for other commits by this committer
Add SHA256 checksum.
19 Sep 2005 10:16:12
Original commit files touched by this commit  2.1_2
fjoe search for other commits by this committer
- fix pkg-plist (add %D after @unexec rmdir...) [1]
- bump PORTREVISION
- correctly capitalize IGNORE

PR:             86320
Pointy hat to:  fjoe
18 Sep 2005 07:13:50
Original commit files touched by this commit  2.1_1
fjoe search for other commits by this committer
- This port requires perl 5.6+.
- Bump PORTREVISION.
16 Sep 2005 05:55:55
Original commit files touched by this commit  2.1
fjoe search for other commits by this committer
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/

Number of commits found: 12

28c3
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
asterisk*Jun 19
asterisk10*Jun 19
clamav*Jun 19
clamav-devel*Jun 19
cyrus-imspd*Jun 19
glpi*Jun 19
otrsJun 19
otrsJun 19
tshark*Jun 19
tshark-lite*Jun 19
wireshark*Jun 19
wireshark-lite*Jun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18

15 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24571
Broken 187
Deprecated 454
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 48
Set to expire 439
Interactive 33
new 24 hours 5
new 48 hours12
new 7 days32
new fortnight84
new month177

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0