Ports Search

Results 12,41112,420 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.014 seconds)
devel/iniparse-0.4 (Score: 1.5577191E-4)
Better INI parser for Python
iniparse is a INI parser for Python which is: - Compatiable with ConfigParser: Backward compatible implementations of ConfigParser, RawConfigParser, and SafeConfigParser are included that are API-compatible with the Python standard library. They pass all the unit tests in Python-2.4.4. - Preserves structure of INI files: Order of sections & options, indentation, comments, and blank lines are preserved as far as possible when data is updated. - More convenient: Values can be accessed using dotted notation (cfg.user.name), or using container syntax (cfg['user']['name']). It is very useful for config files that are updated both by users and by programs, since it is very disorienting for a user to have her config file completely rearranged whenever a program changes it. iniparse also allows making the order of entries in a config file significant, which is desirable in applications like image galleries.
devel/tclcheck-1.1.13 (Score: 1.5577191E-4)
Program to check the nesting of parenthesis in tcl scripts
tclCheck is a program that carries out sanity checking of the brackets and their nesting in tcl scripts. It can also print out the "skeleton" of the program. This is tclCheck version 1.1.8 -sander
devel/tcltls-1.6.7 (Score: 1.5577191E-4)
SSL extensions for TCL; dynamicly loadable
A portable extension that provides the power of OpenSSL to Tcl programs. This extension can be used to utilize SSL encryption on top of any valid Tcl Channel - not just sockets!
devel/tinylaf-1.4.0 (Score: 1.5577191E-4)
Pluggable Look and Feel for Java
TinyLaF is a (mostly painted) pluggable Look and Feel for Java. TinyLaF can look like Windows 98 or like Windows XP. With the assistance of the control panel, the user can define the component's colors and behaviour.
devel/tkcon-2.5 (Score: 1.5577191E-4)
Tk console for Tcl
TkCon is a replacement for the standard console that comes with Tk. The console itself provides many more features than the standard console. It is meant primarily to aid one when working with the little details inside tcl and tk.
devel/tradcpp-0.5.1 (Score: 1.5577191E-4)
Traditional (K&R-style) C preprocessor
tradcpp is a traditional (K&R-style) preprocessor. It has the particular property that it doesn't (for the most part) trash whitespace, so it can be used on makefiles.
devel/varconf-1.0.1 (Score: 1.5577191E-4)
Configuration System for the STAGE Server
Varconf is a configuration system designed for the STAGE server. Varconf can parse configuration files, command-line arguments and environment variables. It supports callbacks and can store its configuration information in separate Config objects or in one global configuration instance.
devel/vtcl-1.6.1a1 (Score: 1.5577191E-4)
Application Development Environment for Tcl/Tk
Visual Tcl is a freely-available, high-quality application development environment for UNIX, Window$ and Macintosh platforms. Visual Tcl is written entirely in Tcl/Tk. No extensions. Tcl7.6 and Tk4.2 or later are required.
devel/wxglade-0.7.2 (Score: 1.5577191E-4)
GUI builder for wxPython/wxWidgets written in Python
wxGlade is a GUI designer written in Python with the popular GUI toolkit wxPython, that helps you create wxWidgets/wxPython user interfaces. At the moment it can generate Python, C++ and XRC (wxWidgets' XML resources) code.
devel/rbenv-1.0.0 (Score: 1.5577191E-4)
Manage multiple versions of ruby
Use rbenv to pick a Ruby version for your application and guarantee that your development environment matches production. Put rbenv to work with Bundler for painless Ruby upgrades and bulletproof deployments.