Ports Search

Results 15,12115,130 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.013 seconds)
devel/Perl-Metrics-Lite-0.080 (Score: 5.180394E-5)
Perl extension for pluggable Perl Code Metrics System
Perl::Metrics::Lite is the pluggable perl code metrics system. Perl::Metrics::Lite provides just enough methods to run static analysis of one or many Perl files and obtain a few metrics. Perl::Metrics::Lite is far simpler than Perl::Metrics and more extensible than Perl::Metrics::Simple.
devel/Regexp-Bind-0.05 (Score: 5.180394E-5)
Bind variables to captured buffers
This module is an extension to perl's native regexp function. It binds anonymous hashes or named variables to matched buffers. Both normal regexp syntax and embedded regexp syntax are supported. You can view it as a tiny and petite data extraction system.
devel/Perl-Tidy-20160302 (Score: 5.180394E-5)
Indents and reformats Perl scripts to make them easier to read
Perltidy reads a Perl script and writes an indented, reformatted script. The default formatting closely follows the recommendations in perlstyle(1). Perltidy can also display perl code in syntax- colored HTML output. If you want your code to conform to style.perl(7), you should use: perltidy -i=8 -t -pt=2 -bt=2 -sbt=2 -ci=4 -noll -sfs -nasc -ce (Written by knu)
devel/PerlIO-via-symlink-0.05 (Score: 5.180394E-5)
Symbolic link PerlIO layers
The PerlIO layer symlink allows you to create a symbolic link by writing to the file handle. You need to write C"link $name" to the file handle. If the format does not match, close will fail with EINVAL. Currently only writing is supported.
devel/Pithub-0.01033 (Score: 5.180394E-5)
Github v3 API
Pithub provides a set of modules to access the Github v3 API in an object oriented way. There is also Net::GitHub which does the same for all the versions (v1, v2, v3) of the Github API. Pithub supports all API calls so far, but only for v3. http://search.cpan.org/dist/Pithub/ WWW: http://search.cpan.org/dist/Pithub/
devel/Proc-Fork-0.804 (Score: 5.180394E-5)
Proc::Fork - Simple, intuitive interface to the fork() system call
This module provides an intuitive, Perl-ish way to write forking programs by letting you use blocks to illustrate which code section executes in which fork. The code for the parent, child, retry handler and error handler are grouped together in a "fork block". The clauses may appear in any order, but they must be consecutive (without any other statements in between).
devel/ahven-2.6 (Score: 5.180394E-5)
Ada unit test framework
Ahven is a simple unit test library and framework for the Ada programming lanugage. It is loosely modelled after JUnit and some ideas from AUnit. Features: Simple API Small size JUnit-compatible test results in XML format Strict coding style enforced by AdaControl This allows integration with tools like Jenkins and CruiseControl Limited to Ada95 language features Permissive open source license (ISC)
devel/Set-NestedGroups-0.01 (Score: 5.180394E-5)
Perl module for grouped data eg ACL's, city/state/country etc
Set::NestedGroups gives an implementation of nested groups, access control lists (ACLs) would be one example of nested groups. For example, if Joe is a Manager, and Managers have access to payroll, you can create an ACL which implements these rules, then ask the ACL if Joe has access to payroll.
devel/SDL-2.540 (Score: 5.180394E-5)
Perl Bindings for SDL
SDL Perl is a package of Perl modules that provide both functional and object oriented interfaces to the Simple DirectMedia Layer for Perl 5. This package takes some liberties with the SDL API, and attempts to adhere to the spirit of both the SDL and Perl.
devel/System2-0.84 (Score: 5.180394E-5)
System2 - like system(), but with STDERR available as well
Execute a command, and returns output from STDOUT and STDERR. Much like system(). $? is set. (Much cheaper than using open3() to get the same info.) If $debug is set, on-the fly diagnostics will be reported about how much data is being read.