git: ncurses: Add hostprog variant of tic.
Rimvydas Jasinskas
zrj at crater.dragonflybsd.org
Wed Nov 15 11:19:33 PST 2017
commit a0f7baaf35ae3d6e36ae601060c750a4a4f4a13b
Author: zrj <rimvydas.jasinskas at gmail.com>
Date: Tue Nov 14 14:23:22 2017 +0200
ncurses: Add hostprog variant of tic.
Tic(1) uses some of internal bits of ncurses implementation.
* For now include a basic set of libncurses.
* Link this tic with wide version of ncurses.
* Adjust sources a bit for future reference.
Summary of changes:
lib/libncurses/Makefile | 6 +
lib/libncurses/Makefile.inc | 2 +-
lib/libncurses/Makefile.sources | 158 ++++++++++++---------
lib/libncurses/libncurses/Makefile | 1 +
lib/libncurses/libncursesw/Makefile | 1 +
lib/libncurses/libtic/Makefile | 15 ++
lib/libncurses/tic_next/Makefile | 40 ++++++
.../tic => lib/libncurses/tic_next}/transform.h | 0
8 files changed, 153 insertions(+), 70 deletions(-)
create mode 100644 lib/libncurses/libtic/Makefile
create mode 100644 lib/libncurses/tic_next/Makefile
copy {usr.bin/tic => lib/libncurses/tic_next}/transform.h (100%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a0f7baaf35ae3d6e36ae601060c750a4a4f4a13b
--
DragonFly BSD source repository
More information about the Commits
mailing list