Ports Search

Results 15,10115,110 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.017 seconds)
devel/DB_File-Lock-0.05 (Score: 1.2461754E-4)
Perl module to use the DB_File with Lock
This module provides a wrapper for the DB_File module, adding locking. When you need locking, simply use this module in place of DB_File and add an extra argument onto the tie command specifying if the file should be locked for reading or writing.
devel/dio-0.0.7 (Score: 1.2461754E-4)
PECL extension that provides direct access to low level IO
DIO provides functions and stream wrappers which provide raw and serial low level IO support. The use of the DIO functions should be considered only when direct control of a device is needed. In all other cases, the standard filesystem functions are more than adequate.
devel/eio-1.2.1 (Score: 1.2461754E-4)
Provides interface to the libeio library
This extension provides interface to the libeio library. Libeio is a an asynchronous I/O library. Features basically include asynchronous versions of POSIX API(read, write, open, close, stat, unlink, fdatasync, mknod, readdir etc.); sendfile (native on Solaris, Linux, HP-UX, FreeBSD); readahead. libeio itself emulates the system calls, if they are not available on specific(UNIX-like) platform.
devel/Data-Perl-0.002009 (Score: 1.2461754E-4)
Base classes wrapping fundamental Perl data types
Data::Perl is a collection of classes that wrap fundamental data types that exist in Perl. These classes and methods as they exist today are an attempt to mirror functionality provided by Moose's Native Traits. One important thing to note is all classes currently do no validation on constructor input.
devel/Data-Serializable-0.41.0 (Score: 1.2461754E-4)
Moose role that adds serialization support to any class
A Moose-based role that enables the consumer to easily serialize/deserialize data structures. The default serializer is Storable, but any serializer in the Data::Serializer hierarchy can be used automatically. You can even install your own custom serializer if the pre-defined ones are not useful for you.
devel/DateConvert-0.16 (Score: 1.2461754E-4)
Perl5 module to convert dates between any two calendar formats
Date::Convert allows you to convert date formats using an OO mechanism that lets you easily choose any two formats and add in new ones. If you have suggestions, bug reports, or if you want to add a new date format, feel free to contact me: morty@sanctuary.arbutus.md.us
devel/Devel-Callsite-0.06 (Score: 1.2461754E-4)
Gets current callsite and interpreter context
The callsite() function returns the callsite (a number) one level up from where it was called. See the tests for an example. It's useful for functions that need to uniquely know where they were called, such as Every::every() (see devel/p5-Every).
devel/Devel-Diagram-1.00 (Score: 1.2461754E-4)
Discover the classes of an arbitrary suite of Perl modules
Devel::Diagram scans the given Perl modules attempting to discover the class structure. It produces a hash table that can be converted to XML (or other formats) via Render(). An XSL stylesheet is included that converts the XML class diagram into HTML.
devel/Devel-Leak-Object-1.01 (Score: 1.2461754E-4)
Detect leaks of objects
This module provides tracking of objects, for the purpose of detecting memory leaks due to circular references or inappropriate caching schemes. Object tracking can be enabled on a per object basis or globally. Any objects thus tracked are remembered until DESTROYed; details of any objects left are printed out to stderr at END-time.
devel/Env-PS1-0.06 (Score: 1.2461754E-4)
Prompt string formatter
This package supplies variables that are "tied" to environment variables like 'PS1' and 'PS2', if read it takes the contents of the variable as a format string like the ones bash(1) uses to format the prompt. It is intended to be used in combination with the various ReadLine packages.