<!-- 2012-04-14 08:49:55+00:00 -->
bashburn BUG:
$ tce-load -i bashburn.tcz
$ bashburn
<Quit>
Thank you for using BashBurn 3.1.0
Visit [SORRY, YOUR ARE NOT ALLOWED TO POST EXTERNAL LINKS] for info and updates.
/usr/local/bin/bashburn: line 83: tput: command not found
$ grep -n tput /usr/local/bin/bashburn
83: tput sgr0
$ sudo which tput
$
ab indicated a provider for the missing tput closely matching bashburn's tree:
ncurses-utils.tcz
added extension to bashburn.tcz.dep (replacing the blank line!) under tce/optional
$ tce-load -is bashburn.tcz
$ which tput
/usr/local/bin/tput
$ bashburn
<Quit>
Thank you for using BashBurn 3.1.0
Visit [SORRY, YOU ARE NOT ALLOWED TO POST EXTERNAL LINKS] for info and updates.
$
resolved.