Ports Search

Results 11,92111,930 of 17,660 for descr%3A%22spam filter%22.(0.011 seconds)
devel/json-1.8.3 (Score: 1.1597805E-4)
Parse JSON texts and generate them from ruby data structures
This library can parse JSON texts and generate them from ruby data structures. This port implemented in C and comes with its own unicode conversion functions and a parser generated by the Ragel State Machine Compiler.
devel/json_pure-1.8.3 (Score: 1.1597805E-4)
Parse JSON texts and generate them from ruby data structures in Ruby
This library can parse JSON texts and generate them from ruby data structures. This port implemented in pure Ruby and comes with its own unicode conversion functions and a parser generated by the Ragel State Machine Compiler.
devel/little-plugger-1.1.4 (Score: 1.1597805E-4)
Mechanism to parse ruby little-plugger files
LittlePlugger is a module that provides Gem based plugin management. By extending your own class or module with LittlePlugger you can easily manage the loading and initializing of plugins provided by other gems.
devel/loquacious-1.9.1 (Score: 1.1597805E-4)
Mechanism to parse ruby loquacious files
Loquacious provides a very open configuration system written in ruby and descriptions for each configuration attribute. The attributes and descriptions can be iterated over allowing for helpful information about those attributes to be displayed to the user.
devel/metaid-1.0 (Score: 1.1597805E-4)
Ruby metaprogramming helpers
MetAid adds a few innocent methods to Object and Module to make metaprogramming easier. For the lore of metaprogramming see Seeing Metaclasses Clearly and Chapter Six of Why's (Poignant) Guide to Ruby.
devel/mixlib-shellout-1.4.0 (Score: 1.1597805E-4)
Shell interface that also collects stdout and stderr
Mixlib::shellout provides a simplified interface to shelling out yet still collecting both standard out and standard error and providing full control over environment, working directory, uid, gid, etc.
devel/xsd-4.0.0 (Score: 1.1597805E-4)
W3C XML Schema to C++ translator
CodeSynthesis XSD is a W3C XML Schema to C++ translator. It generates vocabulary-specific, statically-typed C++ mappings (also called bindings) from XML Schema definitions. XSD supports two C++ mappings: in-memory C++/Tree and event-driven C++/Parser. The C++/Tree mapping consists of C++ classes that represent data types defined in XML Schema, a set of parsing functions that convert XML documents to a tree-like in-memory object model, and a set of serialization functions that convert the object model back to XML. The C++/Parser mapping provides parser skeletons for data types defined in XML Schema. Using these parser skeletons you can build your own in-memory representations or perform immediate processing of XML documents.
devel/synctex-1.17.0 (Score: 1.1597805E-4)
Synchronization TeXnology parser library
The Synchronization TeXnology named SyncTeX is a new feature of recent TeX engines designed by Jerome Laurens. It allows to synchronize between input and output, which means to navigate from the source document to the typeset material and vice versa.
devel/rails-deprecated_sanitizer-1.0.3 (Score: 1.1597805E-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/rdoc-4.2.2 (Score: 1.1597805E-4)
RDoc produces HTML and command-line documentation for Ruby projects
RDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the +rdoc+ and +ri+ tools for generating and displaying online documentation. See RDoc for a description of RDoc's markup and basic use.