slackbuilds_ponce/libraries/cdk
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
cdk-5.0_20090215-ldflags.patch
cdk.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
cdk.SlackBuild libraries/cdk: Updated for version 5.0_20110517. 2012-02-11 21:19:28 -06:00
README libraries/cdk: Updated for version 5.0_20110517. 2012-02-11 21:19:28 -06:00
slack-desc

Cdk stands for 'Curses Development Kit' and it currently contains 21 ready
to use widgets which facilitate the speedy development of full screen
curses programs.

This is a modified/enhanced version of Cdk. The intent of the modifications
is to preserve nominal compatibility with the original Cdk, while fixing
bugs and design limitations.  Some macros such as ObjOf() have been introduced
to move details out of individual widgets into common functionality (see
the cdk_objs.h header).  In addition, fixed array limits have been removed,
using new functions in some instances which do not have the fixed limits.