[72816] trunk/dports/devel
ryandesign at macports.org
ryandesign at macports.org
Wed Oct 27 16:58:44 PDT 2010
Revision: 72816
http://trac.macports.org/changeset/72816
Author: ryandesign at macports.org
Date: 2010-10-27 16:58:41 -0700 (Wed, 27 Oct 2010)
Log Message:
-----------
tclreadline: new port, version 2.1.0; see #24638
Added Paths:
-----------
trunk/dports/devel/tclreadline/
trunk/dports/devel/tclreadline/Portfile
Added: trunk/dports/devel/tclreadline/Portfile
===================================================================
--- trunk/dports/devel/tclreadline/Portfile (rev 0)
+++ trunk/dports/devel/tclreadline/Portfile 2010-10-27 23:58:41 UTC (rev 72816)
@@ -0,0 +1,38 @@
+# -*- 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
+# $Id$
+
+PortSystem 1.0
+
+name tclreadline
+version 2.1.0
+categories devel
+platforms darwin
+maintainers dons.net.au:darius
+license BSD
+
+description An interactive readline for tcl shells.
+
+long_description The tclreadline package makes the GNU Readline \
+ library available for interactive tcl shells. \
+ This includes history expansion and file/command \
+ completion. Command completion for all tcl/tk \
+ commands is provided and commmand completers for \
+ user defined commands can be easily added. \
+ tclreadline can also be used for tcl scripts \
+ which want to use a shell like input interface. \
+ In this case the ::tclreadline::readline read \
+ command has to be called explicitly.
+
+homepage http://tclreadline.sourceforge.net/
+master_sites sourceforge
+
+checksums sha1 3b44f92ce1921ebccebab9b44d7cda6992cf8923 \
+ rmd160 9967f7d7aa18fcd822f5701306f3a75a6001fdc5
+
+depends_lib port:readline
+
+use_autoreconf yes
+
+livecheck.type regex
+livecheck.url http://sourceforge.net/projects/${name}/files/
+livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}
Property changes on: trunk/dports/devel/tclreadline/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101027/87df6d6d/attachment.html>
More information about the macports-changes
mailing list