diff options
author | tj <tj@FreeBSD.org> | 2012-12-06 00:43:44 +0800 |
---|---|---|
committer | tj <tj@FreeBSD.org> | 2012-12-06 00:43:44 +0800 |
commit | 070c7d10cc03690090913b4cbdb866d6a1206c7c (patch) | |
tree | 72dbac38ac3ba9684e84922fc20ac2cc595cf8a9 /devel/Makefile | |
parent | 00cbb03670e0adabaea510a28a546615f4c733f5 (diff) | |
download | freebsd-ports-gnome-070c7d10cc03690090913b4cbdb866d6a1206c7c.tar.gz freebsd-ports-gnome-070c7d10cc03690090913b4cbdb866d6a1206c7c.tar.zst freebsd-ports-gnome-070c7d10cc03690090913b4cbdb866d6a1206c7c.zip |
Term::Clui offers a high-level user interface to give the user of command-line
applications a consistent "look and feel". Its metaphor for the computer is as
a human-like conversation-partner, and as each question/response is completed
it is summarised onto one line, and remains on screen, so that the history of
the session gradually accumulates on the screen and is available for review, or
for cut/paste. This user interface can therefore be intermixed with standard
applications which write to STDOUT or STDERR, such as make, pgp, rcs etc.
WWW: http://search.cpan.org/dist/Term-Clui/
Feature safe: yes
Approved by: eadler, db (mentors, implicit)
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 9d3c61f94aa8..c9f40849f693 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2601,6 +2601,7 @@ SUBDIR += p5-Term-ANSIScreen SUBDIR += p5-Term-Animation SUBDIR += p5-Term-CallEditor + SUBDIR += p5-Term-Clui SUBDIR += p5-Term-Encoding SUBDIR += p5-Term-Menus SUBDIR += p5-Term-ProgressBar |