summaryrefslogtreecommitdiff
path: root/devel/p5-Curses-UI
AgeCommit message (Collapse)AuthorFilesLines
2009-05-21pkgsrc changes:sno2-8/+7
- Updating package for p5 module Curses::UI from 0.9605nb1 to 0.9607 - Adjusting dependencies according to META.yml Upstream changes: Version 0.9607 ============== - Curses::UI::set_timer no longer calls int() on passed time value, allowing Time::HiRes support, thanks to Gilmar Santos, Jr. (RT#29026) - Fixed ancient bug in Popupmenu.pm, thanks to Davide Chiarini and Michael Arlt (RT#38211,25885) - POD testing bug introduced in last version now fixed Version 0.9606 ============== - Patch to Notebook.pm from Dominque Dumont (RT#39915) - Test::POD no longer required for install
2009-05-12Added LICENSE=gnu-gpl-v2martti1-1/+2
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-08-12Updated devel/p5-Curses-UI to 0.9605martti2-6/+6
Version 0.9605 ============== - MANIFEST in 0.9604 was bad, causing pertesters FAIL Version 0.9604 ============== - MainLoop removal broke several examples. Fixed (thanks to Antony Gelberg) - Japanese localization added (thanks Takatoshi Kitano) Version 0.9603 ============== - MainLoop has been removed (please use '$cui->mainloop') - So the circular reference of $Curses::UI::rootobject has been removed as well - RT bugs 31919, 11925 (Notebook.pm testing failures) fixed, again thanks to Russ Allbery - UI.pm now uses strict and warnings(!) - UI.pm's POD and layout being overhauled - BUGS and TODO have been nuked (RT, googlecode) Version 0.9602 ============== - Using Module::Install now - Removed effectively null t/99template.t which was causing FAILs for CPAN testers (to be replaced with more testing at a later date) - Apologies for the weird previous version number Version 0.96_01 =============== - Fixed bug in C::UI::Checkbox->get (RT#31916, Russ Allbery) - Fixed doc bug in Tutorial.pod (rt#31918, Russ Allbery) - Fixed doc bug in Checkbox.pm (rt#31917, Russ Allbery) - Began POD overhaul and code reformatting Version 0.96 ============ - Added -keydelay option to new() - Fixed Listbox docs again - Fixed focusing bug in connection with mouse support - Applied patches by Vitaliy Sennikov - Doc patches by Alexey Tourbin - Slovak translation by Marek Grac - Removed test.pl, added note on demos to INSTALL - Removed COLOR_TODO - Added Coverage (Devel::Cover report)
2008-06-20Add DESTDIR support.joerg1-3/+4
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2005-11-07Object-Oriented UI framework based on the curses library.martti4-0/+30
Curses::UI contains widgets and dialog windows which can be used to build a user interface.