Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第5,2915,300项(搜索用时0.013秒)
devel/unpaddedbase64-1.0.1 (Score: 2.9434034E-4)
Unpadded Base64
Encode and decode Base64 without "=" padding. RFC 4648 specifies that Base64 should be padded to a multiple of 4 bytes using "=" characters. However this conveys no benefit so many protocols choose to use Base64 without the "=" padding.
devel/wrapt-1.10.8 (Score: 2.9434034E-4)
Decorators, wrappers and monkey patching
The aim of the wrapt module is to provide a transparent object proxy for Python, which can be used as the basis for the construction of function wrappers and decorator functions.
devel/zope.event-4.1.0 (Score: 2.9434034E-4)
Very basic event publishing system
zope.event provides a simple event system on which application-specific event systems can be built. Application code can generate events without being concerned about the event-processing frameworks that might handle the events.
devel/subversion-1.9.4 (Score: 2.9434034E-4)
版本控制系统的 Ruby 绑定
Subversion 是一个版本控制系统,其设计得尽可能地类似于 cvs(1),但解决了很多 cvs(1) 未解决的问题。 这个 port 给 Subversion 添加 Ruby 绑定。
devel/blockenspiel-0.5.0 (Score: 2.9434034E-4)
Library designed to make it easy to implement DSL blocks in Ruby
Blockenspiel is a helper library designed to make it easy to implement DSL blocks. It is designed to be comprehensive and robust, supporting most common usage patterns, and working correctly in the presence of nested blocks and multithreading.
devel/ditz-0.5 (Score: 2.9434034E-4)
Simple lightweight distributed issue tracker
Ditz is a simple, light-weight distributed issue tracker designed to work with distributed version control systems like git, darcs, Mercurial, and Bazaar. It can also be used with centralized systems like SVN.
devel/rails-deprecated_sanitizer-1.0.3 (Score: 2.9434034E-4)
Deprecated sanitizer API extracted from Action View
In Rails 4.2 HTML sanitization has been rewritten using a more secure library. This gem includes the old behavior shipping with Rails 4.2 and before. It is strictly provided to ease migration. It will be supported until Rails 5.
devel/rubocop-0.40.0 (Score: 2.9434034E-4)
Ruby code style checking tool
RuboCop is a Ruby static code analyzer. Out of the box it will enforce many of the guidelines outlined in the community Ruby Style Guide, but most aspects of its behavior can be tweaked via various configuration options.
devel/ruby-progressbar-1.8.0 (Score: 2.9434034E-4)
Progressbar library for Ruby
Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby. The output can be customized with a flexible formatting system including percentage, bars of various formats, elapsed time and estimated time remaining.
devel/transaction-simple-1.4.0.2 (Score: 2.9434034E-4)
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).