./devel/cdk, Curses Development Kit

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.0.20240619nb1, Package name: cdk-5.0.20240619nb1, Maintainer: pkgsrc-users

CDK is a widget set developed on top of the basic curses library. It
contains a large number of ready to use widgets, including a text entry
field, a scrolling list, a selection list, a alphalist, pull-down menu,
radio list, viewer widget, dialog box.


Required to run:
[devel/ncurses]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 534.448 KB

Version history: (Expand)


CVS history: (Expand)


   2024-06-26 18:23:34 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
cdk: update to 5.0.20240619nb1.

Updated provided by Thomas E. Dickey, thanks!

2024/06/19
	+ add configure option --enable-pc-files
	+ modify configure script using dialog's changes for Debian #1071581
	+ modify cdk-config, adding --cflags-only-I and --cflags-only-other
	  options.
	+ modify cdk-config to add the -I options needed for compiling it, to
	  the output of --cflags
	+ configure script fixes:
	  + CF_ANSI_CC_CHECK reset CFLAGS/CPPFLAGS on each loop, to keep the
	    options from accumulating
	  + CF_PIC_HACK make "readelf" tool configurable

2024/03/31
	+ add CDKchdir(), CDKopenFile() to use wordexp() for expanding tilde
	  (suggested by Henry Qin).

2024/03/29
	+ build-fix for Solaris xpg4 curses.
	+ modify moveCursesWindow() to use mvwin() when it is not possible to
	  set the window's beginning x/y directly.
	+ add compatibility symlink for cdk.h (Debian #1067771).

2024/03/28
	+ fixes for manpage formatting
	+ improve test-packages
	+ corrected configure --enable-hdr-subdir option (Debian #1067771).

2024/03/12
	+ build-fix for clang on Solaris.
	+ improve compiler-warnings in configure-checks.
	+ updated configure macros from xterm and ncurses development
	+ update config.guess, config.sub

2023/02/01
	+ improve compiler-warnings in configure-checks.

2022/10/25
	+ change library dependencies in rpm spec-file.
	+ update license in test-packages.

2022/10/18
	+ relicense as MIT-X11
	+ reduce shellcheck warnings in support-scripts
	+ updated configure script to work around regression in GNU grep 3.8
	+ updated configure macros from xterm and ncurses development
	+ update config.guess, config.sub

2021/12/16
	+ fix cppcheck style-warnings.
	+ improve makefile header-dependencies by accounting for all generated
	  headers (report/patch by Sergei Trofimovich).
	+ updated configure macros from xterm and ncurses development:
	  CF_ADD_INCDIR CF_APPEND_CFLAGS CF_DISABLE_ECHO CF_MAKEFLAGS
	  CF_NCURSES_CONFIG CF_NCURSES_LIBS CF_PKG_CONFIG CF_REMOVE_CFLAGS
	  CF_SHARED_OPTS CF_TRY_XOPEN_SOURCE CF_XOPEN_SOURCE

2021/08/25
	+ build-fix for HP-UX curses, which provides only part of the ACS_xxx
	  definitions compatible with chtype's.
	+ correct calls on SetViewSize in scroll.c, overlooked in 2005/04/24
	  (report by Brad Hines).
	+ updated configure macros from xterm and ncurses development:
	  CF_C11_NORETURN CF_CHECK_LIBTOOL_VERSION CF_CONST_X_STRING
	  CF_DISABLE_LEAKS CF_FUNC_LSTAT CF_GETOPT_HEADER CF_NCURSES_CONFIG
	  CF_NO_LEAKS_OPTION CF_SHARED_OPTS CF_UTF8_LIB CF_XOPEN_CURSES
	  CF_XOPEN_SOURCE
	+ update config.guess, config.sub
   2024-05-06 10:40:34 by Jonathan Perkin | Files touched by this commit (113)
Log message:
*: Revision bumps for ncurses 6.5 overhaul.
   2024-05-06 10:33:53 by Jonathan Perkin | Files touched by this commit (37)
Log message:
*: Remove long-obsolete USE_NCURSES references.
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-07-13 10:39:28 by Nia Alarie | Files touched by this commit (2) | Package updated
Log message:
cdk: update to 5.0.20210324

2021/03/24
	+ updated configure script, for _Noreturn and exit_curses checks.
   2021-02-10 10:48:57 by Nia Alarie | Files touched by this commit (2) | Package updated
Log message:
cdk: Update to 5.0.20210109

2021/01/09
	+ spelling fixes, per codespell.
	+ updated configure script, for quoting/escaping fixes
	+ update config.guess, config.sub
   2020-11-23 12:34:54 by Nia Alarie | Files touched by this commit (3) | Package updated
Log message:
cdk: Update to 5.0-20200923

2020/09/23
	+ updated configure script, for compiler-warnings
	+ update config.guess, config.sub