pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Feb 28 11:02:47 UTC 2011

Modified Files:
        pkgsrc/devel/ncurses: Makefile Makefile.common PLIST buildlink3.mk
            builtin.mk distinfo
        pkgsrc/devel/ncurses/patches: patch-aa patch-ab patch-ac patch-ad
        pkgsrc/devel/ncursesw: Makefile builtin.mk
Added Files:
        pkgsrc/devel/ncurses/patches: patch-cxx_cursesf.h patch-cxx_cursesm.h
Removed Files:
        pkgsrc/devel/ncurses/patches: patch-ae

Log Message:
Changes 5.8:
Interface changes
* turn on _XOPEN_CURSES definition in curses.h.
* change _nc_has_mouse to has_mouse, reflect its use in C++ and Ada95.
* add is_pad and is_subwin functions for opaque access to the WINDOW structure.
* add tiparm, based on review of X/Open Curses Issue 7.

Library Improvements
* add a terminal driver for Windows console, which supports a MinGW port to
  Windows.
* add extended functions which specify the SCREEN pointer for several curses
  functions which use the global SP.
* improve the NCURSES_NO_UTF8_ACS feature by adding a check for an extended
  terminfo capability U8.
* improve performance of tigetstr, etc., by using hashing code from tic.
* add WACS_xxx definitions to wide-character configuration for thick- and
  double-lines.
* modify init_pair to allow caller to create extra color pairs beyond the
  color_pairs limit, which use default colors.

Improvements to Programs
* add tabs program.
* modify tic's -I/-C dump to reformat acsc strings into canonical form (sorted,
  unique mapping).
* add checks in tic for inconsistent cursor-movement controls, and for
  inconsistent printer-controls.
* add special case to _nc_infotocap (used by tic and infocmp) to recognize the
  setaf/setab strings from xterm+256color and xterm+88color, and provide a
  reduced version which works with termcap.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/devel/ncurses/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ncurses/Makefile.common
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/ncurses/PLIST
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/ncurses/buildlink3.mk
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/ncurses/builtin.mk
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/ncurses/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ncurses/patches/patch-aa \
    pkgsrc/devel/ncurses/patches/patch-ab
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ncurses/patches/patch-ac
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ncurses/patches/patch-ad
cvs rdiff -u -r1.8 -r0 pkgsrc/devel/ncurses/patches/patch-ae
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ncurses/patches/patch-cxx_cursesf.h \
    pkgsrc/devel/ncurses/patches/patch-cxx_cursesm.h
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ncursesw/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ncursesw/builtin.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index