Ports Search

Results 12,37112,380 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
devel/transaction-simple-1.4.0.2 (Score: 6.4754924E-5)
Simple object transaction support
Transaction::Simple provides a generic way to add active transaction support to objects. The transaction methods added by this module will work with most objects, excluding those that cannot be Marshal-ed (bindings, procedure objects, IO instances, or singleton objects).
devel/zentest-4.11.0 (Score: 6.4754924E-5)
Ruby Unit Testing Utility
ZenTest provides 4 different tools and 1 library: zentest, unit_diff, autotest, multiruby, and Test::Rails. ZenTest scans your target and unit-test code and writes your missing code based on simple naming rules, enabling XP at a much quicker pace. ZenTest only works with Ruby and Test::Unit. unit_diff is a command-line filter to diff expected results from actual results and allow you to quickly see exactly what is wrong. autotest is a continuous testing facility meant to be used during development. As soon as you save a file, autotest will run the corresponding dependent tests. multiruby runs anything you want on multiple versions of ruby. Test::Rails helps you build industrial-strength Rails code.
devel/shmap-0.3.2 (Score: 6.4754924E-5)
Shared-memory-based hashmaps
Library that contains a collection of different hashmaps. All these hashmaps are based on shared memory and are fast. This cuts down development time for projects that need to keep data in shared memory.
devel/subcommander-2.0.0.b5.2 (Score: 6.4754924E-5)
Qt4 based multiplatform subversion client, diff & merge tool
The goal of the Subcommander project is to build an easy to use, cross platform (Win32, Unix, MacOSX) subversion GUI client (subcommander) including a visual diff and merge tool (submerge).
devel/iniparse-0.4 (Score: 6.4754924E-5)
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: 6.4754924E-5)
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: 6.4754924E-5)
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: 6.4754924E-5)
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: 6.4754924E-5)
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: 6.4754924E-5)
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.