Ports Search

Results 12,25112,260 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.014 seconds)
devel/PV-1.5 (Score: 1.5577191E-4)
Perl5 library for text-mode user interface widgets
INTRO ===== I needed a basic text-mode GUI framework to implement some nice-looking proggies on Linux. Didn't find any around, so necessity became the mother of PerlVision. And this beast kept growing as I made love to Perl, so now it's far from 'basic'. Provides 90% of the features you'd want for a user interface, including check boxes, radio buttons, three different styles (!) of pushbuttons, single and multiple selection list boxes, an extensible edit box that does auto-wrapping, a scrollable viewbox, single line text entry fields, a menu bar with pulldown menus, and full pop-up dialog boxes with multiple controls. This version of PerlVision uses Will Setzer's Curses.pm dynaload module for Perl, so you need to get and compile that first, from ftp://ftp.ncsu.edu/pub/math/wsetzer/cursperl<whatever>. PerlVision will only work with Perl 5+ of-course (upgrade || die()!).
devel/PadWalker-2.2 (Score: 1.5577191E-4)
PadWalker - play with Perl lexical variables
PadWalker is a module which allows you to inspect (and even change!) lexical variables in any subroutine which called you. It will only show those variables which are in scope at the point of the call.
devel/Parallel-ForkManager-1.19 (Score: 1.5577191E-4)
Simple parallel processing fork manager
This module is intended for use in operations that can be done in parallel where the number of processes to be forked off should be limited. Typical use is a downloader which will be retrieving hundreds/thousands of files.
devel/Perl4-CoreLibs-0.003 (Score: 1.5577191E-4)
Libraries historically supplied with Perl 4
This is a collection of .pl files that have historically been bundled with the Perl core but are planned not to be so distributed with core version 5.15 or later.
devel/PerlIO-Util-0.72 (Score: 1.5577191E-4)
Selection of general PerlIO utilities
PerlIO::Util provides general PerlIO utilities: utility layers and utility methods. Utility layers are a part of PerlIO::Util, but you don't need to say use PerlIO::Util for loading them. They will be automatically loaded.
devel/Parse-Method-Signatures-1.003017 (Score: 1.5577191E-4)
Perl6 like method signature parser
Parse::Method::Signatures is a Perl6 like method signature parser inspired by Perl6::Signature but streamlined to just support the subset deemed useful for TryCatch and MooseX::Method::Signatures.
devel/ParseLex-2.21 (Score: 1.5577191E-4)
Object-oriented generator of lexical analyzers
The Parse::Lex.pm module for perl5 is an object-oriented generator of lexical analyzers. This distribution includes Parse::YYLex (written by Vladimir Alexiev) a lexer generator that you can use with yacc parsers.
devel/exprotobuf-1.2 (Score: 1.5577191E-4)
Protocol Buffers in Elixir
exprotobuf works by building module/struct definitions from a Google Protocol Buffer schema. This allows you to work with protocol buffers natively in Elixir, with easy decoding/encoding for transport across the wire.
devel/Proc-Queue-1.23 (Score: 1.5577191E-4)
Proc::Queue - limit the number of child processes running
This module lets you parallelise a perl program using the fork, exit, wait and waitpid calls as usual but without taking care of creating too many processes and overloading the machine.
devel/Path-Tiny-0.076 (Score: 1.5577191E-4)
File path utility
This module attempts to provide a small, fast utility for working with file paths. It is friendlier to use than File::Spec and provides easy access to functions from several other core file handling modules.