Ports Search

Results 12,22112,230 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.012 seconds)
devel/Future-0.33 (Score: 1.5577191E-4)
Build objects representing outstanding operations
A Future object represents an operation that is currently in progress, or has recently completed. Library functions that perform asynchronous operations would use Future objects to allow calling programs to control or wait for those operations to complete.
devel/Glib-Object-Introspection-0.040 (Score: 1.5577191E-4)
Dynamically create Perl language bindings
Glib::Object::Introspection uses the gobject-introspection and libffi projects to dynamically create Perl bindings for a wide variety of libraries. Examples include gtk+, webkit, libsoup and many more.
devel/IO-HTML-1.001 (Score: 1.5577191E-4)
Open an HTML file with automatic charset detection
IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding. It uses the HTML5 encoding sniffing algorithm specified in section 8.2.2.1 of the draft standard.
devel/IPC-ShareLite-0.17 (Score: 1.5577191E-4)
Simple interface to access shared memory
IPC::ShareLite provides a simple interface to shared memory, allowing data to be efficiently communicated between processes. Your operating system must support SysV IPC (shared memory and semaphores) in order to use this module.
devel/IO-Digest-0.11 (Score: 1.5577191E-4)
Calculate digests while reading or writing
This module allows you to calculate digests while reading or writing file handles. This avoids the case you need to reread the same content to compute the digests after written a file.
devel/Inline-CPP-0.74 (Score: 1.5577191E-4)
Write Perl subroutines and classes in C++
The Inline::CPP module allows you to put C++ source code directly "inline" in a Perl script or module. You code classes or functions in C++, and you can use them as if they were written in Perl.
devel/Input-Validator-0.001005 (Score: 1.5577191E-4)
Input validator that just validates input
Data validator. Validates only the data. No form generation, no javascript generation, no other stuff that does something else. Only data validation! Features: * Validates data that is presented as a hash reference * Multiple values * Field registration * Group validation * Conditional validation
devel/Iodef-Pb-Simple-0.21 (Score: 1.5577191E-4)
Perl extension providing high level API access to Iodef-Pb
Iodef::Pb::Simple is a Perl extension providing high level API access to Iodef::Pb, which is useful to an array of IODEF protocol buffer objects into things like tab-delimited tables, csv, and snort rules.
devel/Log-Any-1.032 (Score: 1.5577191E-4)
Perl extension to bring loggers and listeners together
Log::Any allows CPAN modules to safely and efficiently log messages, while letting the application choose (or decline to choose) a logging mechanism such as Log::Dispatch or Log::Log4perl.
devel/List-Objects-WithUtils-2.028003 (Score: 1.5577191E-4)
List objects, kitchen sink included
A set of roles and classes defining an object-oriented interface to Perl hashes and arrays with useful utility methods, junctions, type-checking ability, and optional autoboxing. Originally derived from Data::Perl.