diff options
author | rm <rm@FreeBSD.org> | 2012-12-04 02:28:40 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-12-04 02:28:40 +0800 |
commit | 5633097adfed36501f87ea50e657871049131ce9 (patch) | |
tree | 60db5e370621131d97e97650313dc09a0edb41ff /devel/Makefile | |
parent | 8b596145dd38c2ddc38ed46fec30c389a049094a (diff) | |
download | freebsd-ports-gnome-5633097adfed36501f87ea50e657871049131ce9.tar.gz freebsd-ports-gnome-5633097adfed36501f87ea50e657871049131ce9.tar.zst freebsd-ports-gnome-5633097adfed36501f87ea50e657871049131ce9.zip |
A set of classes to do different actions with the console (also called shell).
It can render a progress bar, tables and a status bar and contains a class for
parsing command line options.
WWW: http://ezcomponents.org/
PR: 172763
Submitted by: Gasol Wu <gasol.wu@gmail.com>
Feature safe: yes
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 100d1dae69ad..061654df211a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3065,6 +3065,7 @@ SUBDIR += pear-channel-theseer SUBDIR += pear-codegen SUBDIR += pear-ezc_Base + SUBDIR += pear-ezc_ConsoleTools SUBDIR += pecl-automap SUBDIR += pecl-bbcode SUBDIR += pecl-bcompiler |