Ports Search

Results 12,19112,200 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.014 seconds)
devel/autogen-5.18.10 (Score: 1.5577191E-4)
Tool designed to simplify the creation and maintenance of programs
AutoGen is a tool designed for generating program files that contain repetitive text with varied substitutions. Its goal is to simplify the maintenance of programs that contain large amounts of repetitious text. This is especially valuable if there are several blocks of such text that must be kept synchronized. One common example is the problem of maintaining the code required for processing program options. Processing options requires a minimum of four different constructs be kept in proper order in different places in your program. You need at least: 1. The flag character in the flag string, 2. code to process the flag when it is encountered, 3. a global state variable or two, and 4. a line in the usage text.
devel/gcc-4.10.0.s20140803 (Score: 1.5577191E-4)
FSF GCC 4.x for Atmel AVR 8-bit RISC cross-development
FSF gcc-4.10.x for Atmel AVR cross-development Included is the basic C++ compiler, although this is only of limited use without a libstdc++. Supported debugging formats: -gdwarf-2 [default], -gstabs
devel/Class-ObjectTemplate-0.7 (Score: 1.5577191E-4)
Optimized template builder base class
Class::ObjectTemplate is a utility class to assist in the building of other Object Oriented Perl classes. It was described in detail in the O'Reilly book, "Advanced Perl Programming" by Sriram Srinivasam.
devel/Class-ParmList-1.05 (Score: 1.5577191E-4)
Module for processing named parameter lists for method calls
Class::ParmList General named parameter list parser. Handles default values, required vs allowed distinctions, optional name lexical checking, multiple retrieval, and error reporting. Works well as a complement to Class::NamedParms.
devel/qca-2.1.1 (Score: 1.5577191E-4)
Cross-platform crypto API for Qt 4
QCA aims to provide a straightforward and cross-platform crypto API, using Qt datatypes and conventions. Supported features: * SSL/TLS * X509 * SASL * RSA * Hashing (SHA1, MD5) * Ciphers (Blowfish, 3DES, AES)
devel/Class-Tom-3.02 (Score: 1.5577191E-4)
Perl module to transport objects from one system to another
Class::Tom is a perl module that allows you to transport objects from one system to another without requiring that the packages the object relies on actually exist on the other machine.
devel/Data-Inherited-1.100860 (Score: 1.5577191E-4)
Perl extension for hierarchy-wide accumulation of list/hash results
Hierarchy-wide accumulation of list and hash results. This is a mixin class. By inheriting from it you get two methods that are able to accumulate hierarchy-wide list and hash results.
devel/Data-JavaScript-Anon-1.03 (Score: 1.5577191E-4)
Dump big dumb Perl structs to anonymous JavaScript structs
Data::JavaScript::Anon provides the ability to dump large simple data structures to JavaScript. That is, things that don't need to be a class, or have special methods or whatever.
devel/Data-Page-NoTotalEntries-0.02 (Score: 1.5577191E-4)
Perl extension for paging results without total entries
Data::Page::NoTotalEntries is a generic pager object, so it's very similar with Data::Page. But so Data::Page::NoTotalEntries doesn't support $pager->total_entries and other some methods.
devel/Data-UUID-1.221 (Score: 1.5577191E-4)
Generate Globally/Universally Unique Identifiers (GUIDs/UUIDs)
This module provides a framework for generating UUIDs (Universally Unique Identifiers, also known as GUIDs (Globally Unique Identifiers). A UUID is 128 bits long, and is guaranteed to be different from all other UUIDs/GUIDs generated until 3400 A.D. Currently many different technologies rely on UUIDs to provide unique identity for various software components. The algorithm for UUID generation, used by this extension, is described in the Internet Draft "UUIDs and GUIDs" by Paul J. Leach and Rich Salz. It provides reasonably efficient and reliable framework for generating UUIDs and supports fairly high allocation rates - 10 million per second per machine, and therefore, is suitable for identifying both - extremely short-lived and very persistent objects on a given system as well as across the network.