Ports 搜索

共有2,170项符合/x11-fonts/的查询结果,以下是第511520项(搜索用时0.158秒)
devel/hashie-2.1.2 (Score: 0.02547962)
Hashie is a simple collection of useful Hash extensions
Hashie is available as a RubyGem which extend Hashes and make them more useful. * Hashie::Mash: gives simple pseudo-object functionality that can be built from hashes and easily extended * Hashie::Dash: has a discrete set of defined properties and only those properties may be set on the hash. * Hashie::Trash: a Dash that allows you to translate keys on initialization. * Hashie::Clash: allows you to easily construct complex hashes using method notation chaining.
devel/libyajl2-1.0.1 (Score: 0.02547962)
Vendored copy of libyajl2
Vendored copy of libyajl2
devel/mixlib-authentication-1.3.0 (Score: 0.02547962)
Mixes in simple per-request authentication
Mixlib::Authentication provides a class-based header signing authentication object, like the one used in Chef.
devel/mixlib-cli-1.4.0 (Score: 0.02547962)
Simple mixin for CLI interfaces, including option parsing
Mixlib::CLI provides a class-based command line option parsing object, like the one used in Chef, Ohai and Relish.
devel/mixlib-config-2.1.0 (Score: 0.02547962)
Class based config mixin, similar to the one found in Chef
Mixlib::Config provides a class-based configuration object, like the one used in Chef.
devel/mixlib-log-1.6.0 (Score: 0.02547962)
Provides a simple mixin for log functionality
Mixlib::Log provides a mixin for enabling a class based logger object, a-la Merb, Chef, and Nanite.
devel/moneta-0.7.19 (Score: 0.02547962)
Unified interface to key/value stores
Moneta provides a standard interface for interacting with various kinds of key/value stores.
devel/moneta-0.6.0 (Score: 0.02547962)
Unified interface to key/value stores
Moneta provides a standard interface for interacting with various kinds of key/value stores.
devel/plist-3.1.0 (Score: 0.02547962)
All-purpose Property List manipulation library
All-purpose Property List manipulation library
devel/systemu-2.6.4 (Score: 0.02547962)
Portable replacement for popen4
systemu is a portable replacement for popen4 in ruby. systemu can be used on any platform to return status, stdout, and stderr of any command. unlike other methods like open3/popen4 there is zero danger of full pipes or threading issues hanging your process or subprocess.