Ports Search

Results 6,8516,860 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.013 seconds)
devel/omniORB-4.2.1.2 (Score: 2.1808068E-4)
Robust high performance CORBA ORB for C++ and Python
omniORB is a GPL'd Object Request Broker (ORB) which implements specification 2.6 of the Common Object Request Broker Architecture (CORBA).
devel/p4genpatch-1 (Score: 2.1808068E-4)
Helper scripts for generating RCS patches from Perforce
p4d2p is a Perl script which performs in-place editing on the output of a previous 'p4 describe' command, to generate output suitable for patch(1). p4genpatch is a Perl script which wraps 'p4 describe' to generate such patches directly from the depot, when provided with a Perforce changelist number. Both utilities were written for development on Perl itself by Andreas Konig and Gurusamy Sarathy, and were modified for use with multiple Perforce depots by Simon Cozens.
devel/Algorithm-LCS-1.04 (Score: 2.1808068E-4)
Fast (XS) implementation of the Longest Common Subsequence Algorithm
Algorithm::LCS reimplements Algorithm::Diff's core loop in XS, and provides a simple OO interface to it.
devel/App-Options-1.12 (Score: 2.1808068E-4)
Combine command line options, environment vars, and option file values
App::Options combines command-line arguments, environment variables, option files, and program defaults to produce a hash of option values.
devel/AutoXS-Header-1.02 (Score: 2.1808068E-4)
Container for the AutoXS header files
This module is a simple container for the newest version of the AutoXS header file AutoXS.h.
devel/Class-Trigger-0.14 (Score: 2.1808068E-4)
Mixin to add / call inheritable triggers
Class::Trigger is a mixin class to add / call triggers (or hooks) that get called at some points you specify.
devel/Config-YAML-1.42 (Score: 2.1808068E-4)
Simple configuration automation
Config::YAML is a somewhat object-oriented wrapper around the YAML module which makes reading and writing configuration files simple.
devel/Data-Hexify-1.00 (Score: 2.1808068E-4)
Perl extension for hexdumping arbitrary data
Hexify formats arbitrary (possible binary) data into a format suitable for hex dumps in the style of xd or hexl.
devel/Data-OptList-0.110 (Score: 2.1808068E-4)
Parse and validate simple name/value option pairs
Hashes are great for storing named data, but if you want more than one entry for a name, you have to use a list of pairs. Even then, this is really boring to write: @values = ( foo => undef, bar => undef, baz => undef, xyz => { ... }, ); With Data::OptList, you can do this instead: Data::OptList::mkopt([ qw(foo bar baz), xyz => { ... }, ]); This works by assuming that any defined scalar is a name and any reference following a name is its value.
devel/Data-Page-Pageset-1.02 (Score: 2.1808068E-4)
Perl extension to simplify page number lists
Data::Page::Pageset is a generic pager object, so it's very similar to Data::Page and Data::Pageset.