Ports Search

Results 15,05115,060 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.012 seconds)
devel/Cache-Cache-1.08 (Score: 5.180394E-5)
Perl Cache interface
The Perl Cache package provides Cache::Cache, a generic interface for creating persistent data stores. This interface is implemented by the Cache::MemoryCache, Cache::SharedMemoryCache, Cache::FileCache, Cache::SizeAwareFileCache, Cache::SizeAwareMemoryCache, and Cache::SizeAwareSharedMemoryCache classes. This work replaces File::Cache and IPC::Cache. -Anton <tobez@FreeBSD.org>
devel/Canary-Stability-2011 (Score: 5.180394E-5)
Checks what version of perl you're running
This module is used by Schmorp's modules during configuration stage to test the installed perl for compatibility with his modules. It's not, at this stage, meant as a tool for other module authors, although in principle nothing prevents them from subscribing to the same ideas.
devel/Capture-Tiny-0.28 (Score: 5.180394E-5)
Capture STDOUT and STDERR from Perl, XS, or external programs
Capture::Tiny provides a simple, portable way to capture anything sent to STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or from an external program. Optionally, output can be teed so that it is captured while being passed through to the original handles.
devel/Coro-6.51.1 (Score: 5.180394E-5)
Coroutine process abstraction for perl
This module collection manages coroutines. Coroutines are similar to threads but don't run in parallel. In this module, coroutines are defined as "callchain + lexical variables + @_ + $_ + $@ + $^W + C stack), that is, a coroutine has its own callchain, its own set of lexicals and its own set of perl's most important global variables.
devel/Class-BlackHole-0.04 (Score: 5.180394E-5)
Base class to treat unhandled method calls as no-ops
Normally, if you try to call a method that there's no handler for, you get an error: Can't locate object method "flork" via package "X". But for classes that inherit from Class::BlackHole, unhandled methods become just no-operations.
devel/Class-CodeStyler-0.27 (Score: 5.180394E-5)
Perl extension for code generation program formatting and execution
Class::CodeStyler is an object oriented API to be used by code-generators in producing formatted code (Perl, C, other). The produced code file can also be syntax checked, displayed with line numbers, executed, and eval'd. Code can be inserted anywhere in the generated program using a system of bookmarks and jumps.
devel/Class-Constant-0.07 (Score: 5.180394E-5)
Build constant classes
Class::Constant allows you declaratively created so-called "constant classes". These are very much like enumerated types (as close as a typeless language like Perl can get, at least). The classes generated by this module are modeled closely after Java's "typesafe enumeration" pattern, but with some added spice to make them more useful to Perl programs.
devel/cdecl-2.5 (Score: 5.180394E-5)
Explains complicated C/C++ declarations in plain English
Cdecl composes compilable C declarations and typecasts from descriptive English phrases, and can also explain a complicated typecast or declaration. It handles ANSI C, C++, pre-ANSI C, and K&R C, and has TAB completion of keywords and line editing and history (provided by the GNU readline library).
devel/Curses-1.36 (Score: 5.180394E-5)
Perl5 module for terminal screen handling and optimization
Curses is the interface between Perl and your system's curses(3) library. For descriptions on the usage of a given function, variable, or constant, consult your system's documentation, as such information invariably varies (:-) between different curses(3) libraries and operating systems. This document describes the interface itself, and assumes that you already know how your system's curses(3) library works.
devel/Class-Contract-1.14 (Score: 5.180394E-5)
Design-by-Contract OO in Perl
The Class::Contract module implements strong encapsulation, static inheritance, and design-by-contract condition checking for object-oriented Perl. The module provides a declarative syntax for attribute, method, constructor, and destructor definitions at both the object and class level. Pre-conditions, post-conditions, and class invariants are also fully supported.