1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup archcheck 1.0 |
---|
6 | PortGroup muniversal 1.0 |
---|
7 | |
---|
8 | name tclreadline |
---|
9 | version 2.1.0 |
---|
10 | categories devel |
---|
11 | maintainers darius |
---|
12 | license |
---|
13 | homepage http://tclreadline.sourceforge.net/ |
---|
14 | platforms darwin |
---|
15 | |
---|
16 | description An interactive readline for tcl shells. |
---|
17 | |
---|
18 | long_description The tclreadline package makes the GNU Readline \ |
---|
19 | library available for interactive tcl shells. \ |
---|
20 | This includes history expansion and file/command \ |
---|
21 | completion. Command completion for all tcl/tk \ |
---|
22 | commands is provided and commmand completers for \ |
---|
23 | user defined commands can be easily added. \ |
---|
24 | tclreadline can also be used for tcl scripts \ |
---|
25 | which want to use a shell like input interface. \ |
---|
26 | In this case the ::tclreadline::readline read \ |
---|
27 | command has to be called explicitly. |
---|
28 | |
---|
29 | master_sites sourceforge |
---|
30 | |
---|
31 | checksums md5 219d0247a1373578080940ebde53bdd0 \ |
---|
32 | sha1 3b44f92ce1921ebccebab9b44d7cda6992cf8923 \ |
---|
33 | rmd160 9967f7d7aa18fcd822f5701306f3a75a6001fdc5 |
---|
34 | |
---|
35 | depends_lib port:readline |
---|
36 | |
---|
37 | archcheck.files lib/libreadline.dylib |
---|
38 | |
---|
39 | use_autoreconf yes |
---|
40 | |
---|