Ports Search

Results 9,1419,150 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.011 seconds)
devel/inflecto-0.0.2 (Score: 7.770591E-5)
Inflector for strings
This is a standalone inflector ripped out from dm-core The dm-core inflector originated from extlib The extlib inflecto originated from active_support.
devel/memoize-1.3.1 (Score: 7.770591E-5)
Speeds up methods at the cost of memory (or disk space)
The memoize library allows you to cache methods for faster lookup. Cached results can either be stored in memory (the default) or to a file.
devel/msgpack-0.5.12 (Score: 7.770591E-5)
Gems for MessagePack
MessagePack is a binary-based efficient data interchange format that is focused on high performance. It is like JSON, but very fast and small.
devel/nice-ffi-0.4 (Score: 7.770591E-5)
Convenience layer atop Ruby-FFI
Nice-FFI is a layer on top of Ruby-FFI (and compatible FFI systems) to augment it with features to aid development of FFI-based libraries.
devel/toh-0.1 (Score: 7.770591E-5)
Text to include
A filter program, used to generate text to be included into C code as #define, provides the conversion of newlines and quotes into standard C-code text
devel/octopress-hooks-2.6.1 (Score: 7.770591E-5)
Allows access to Jekyll data at different internal processing stages
Allows access to Jekyll's site, posts and pages at different points in the processing life cycle of a build. Formerly known as 'jekyll-page-hooks'.
devel/ptreloaded-0.0.1 (Score: 7.770591E-5)
Reimplementation of ParseTree using RubyInlineAcceleration
ParseTreeReloaded is a reimplementation of ParseTree using RubyInlineAcceleration. The goal is to provide full compatibility to ParseTree while making it easier to build and extend.
devel/rake-11.1.2 (Score: 7.770591E-5)
Ruby Make
Rake is a Ruby make-like utility using standard Ruby syntax for the build specification file. It has the following features: - Rakefiles (rake's version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) - Users can specify tasks with prerequisites. - Rake supports rule patterns to synthesize implicit tasks. - Rake is lightweight. It can be distributed with other projects as a single file. Projects that depend upon rake do not require that rake be installed on target systems.
devel/cppunit-1.13.2 (Score: 7.770591E-5)
C++ port of the JUnit framework for unit testing
CppUnit is the C++ port of the famous JUnit framework for unit testing. This fork is maintained by freedesktop.org as a LibreOffice project.
devel/ruby-ole-1.2.11.8 (Score: 7.770591E-5)
Library for easy read/write access to OLE compound documents
The ruby-ole library provides a variety of functions primarily for working with OLE2 structured storage files, such as those produced by Microsoft Office - eg *.doc, *.msg etc.