Ticket #27029: Portfile

File Portfile, 1.7 KB (added by DanielO (Daniel O'Connor), 14 years ago)
Line 
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
4PortSystem                  1.0
5PortGroup                   archcheck 1.0
6PortGroup                   muniversal 1.0
7
8name                        tclreadline
9version                     2.1.0
10categories                  devel
11maintainers                 darius
12license                     
13homepage                    http://tclreadline.sourceforge.net/
14platforms                   darwin
15
16description                 An interactive readline for tcl shells.
17
18long_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
29master_sites                sourceforge
30
31checksums                   md5     219d0247a1373578080940ebde53bdd0 \
32                            sha1    3b44f92ce1921ebccebab9b44d7cda6992cf8923 \
33                            rmd160  9967f7d7aa18fcd822f5701306f3a75a6001fdc5
34
35depends_lib                 port:readline
36
37archcheck.files             lib/libreadline.dylib
38
39use_autoreconf              yes
40