Ports Search

Results 1,8911,900 of 5,623 for /devel/.(0.003 seconds)
devel/Class-Base-0.06 (Score: 0.032514982)
Useful base class for deriving other modules
This module implements a simple base class from which other modules can be derived, thereby inheriting a number of useful methods such as "new()", "init()", "params()", "clone()", "error()" and "debug()".
devel/Class-BlackHole-0.04 (Score: 0.032514982)
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: 0.032514982)
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-Component-0.17 (Score: 0.032514982)
Pluggable component framework
Class::Component is pluggable component framework. The compatibilities such as dump and load such as YAML are good.
devel/Class-Constant-0.07 (Score: 0.032514982)
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: 0.032514982)
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/Class-Container-0.12 (Score: 0.032514982)
Glues object frameworks together transparently
This class facilitates building frameworks of several classes that inter-operate. It was first designed and built for "HTML::Mason", in which the Compiler, Lexer, Interpreter, Resolver, Component, Buffer, and several other objects must create each other transparently, passing the appropriate parameters to the right class, possibly substituting their own subclass for any of these objects. The main features of "Class::Container" are: * Declaration of parameters used by each member in a class framework * Transparent passing of constructor parameters to the class that needs them * Ability to create one (automatic) or many (manual) contained objects automatically and transparently
devel/Class-Declare-0.19 (Score: 0.032514982)
Perl module for declare classes
Class::Declare allows class authors to specify public, private and protected attributes and methods for their classes, giving them control over how their modules may be accessed. The standard object oriented programming concepts of public, private and protected have been implemented for both class and instance (or object) attributes and methods.
devel/android-tools-fastboot-7.0.0.r1 (Score: 0.032514982)
Android Fastboot protocol CLI tool
Fastboot is a diagnostic protocol primarily used to update the flash filesystem of Android devices over USB. This package provides the fastboot command-line tool.
devel/intl-3.0.0 (Score: 0.032514982)
PECL extension to support Internationalization(ICU)
pecl-intl is an Internationalization extension that implements ICU [1] library functionality in PHP. [1] http://www.icu-project.org/