Ports Search

Results 3,2113,220 of 5,623 for /devel/.(0.005 seconds)
devel/TAP-Formatter-JUnit-0.11 (Score: 0.032514982)
Perl extension for Harness output delegate for JUnit output
Harness output delegate for JUnit output.
devel/TAP-Harness-JUnit-0.42 (Score: 0.032514982)
Perl extension to generate JUnit compatible output from TAP
Generate JUnit compatible output from TAP results. The only difference between this module and TAP::Harness is that this adds optional 'xmlfile' argument, that causes the output to be formatted into XML in format similar to one that is produced by JUnit testing framework.
devel/TAP-SimpleOutput-0.003 (Score: 0.032514982)
Simple closure-driven TAP generator
A number of simple closures designed to help output TAP easily and correctly, with a minimum of fuss.
devel/Taint-Runtime-0.03 (Score: 0.032514982)
Runtime enable/disable taint checking
Taint is a good thing. However, few people use taint even though they should. The goal of this module isn't to use taint less, but to actually encourage its use more. This module aims to make using taint as painless as possible (This can be an argument against it - often implementation of security implies pain - so taking away pain might lessen security - sort of).
devel/pty-1.2 (Score: 0.032514982)
Helps debug programs which fiddle with their tty settings
pty is a tool to help debug console programs which take the terminal out of canonical mode, by allowing the program being debugged and the debugger to run on separate terminal devices. To use pty, the programmer changes to the terminal device where he or she wishes to interact with the program to be debugged, and at the shell prompt, runs pty with no arguments. Pty will print out the filename of the slave side of the pseudo-terminal it has opened. Inside the debugger, running in another terminal device, one then redirects the program to be debugged's IO to the slave (tty command of gdb). When you are finished using pty, you must manually kill it. When pty starts it prints out its pid.
devel/Template-Provider-Encode-0.02 (Score: 0.032514982)
Encode templates for Template Toolkit
Encode templates for Template::Toolkit.
devel/Term-ANSIColor-4.05 (Score: 0.032514982)
Color screen output using ANSI escape sequences
While ANSI color escape codes are fairly simple, it can be hard to remember the codes for all of the attributes and the code resulting from hard-coding them into your script is definitely difficult to read. This module is designed to fix those problems, as well as provide a convenient interface to do a few things for you automatically (like resetting attributes after the text you print out so that you don't accidentally leave attributes set). Despite its name, this module can also handle non-color ANSI text attributes (bold, underline, reverse video, and blink). It uses either of two interfaces, one of which uses "constants" for each different attribute and the other of which uses two subs which take strings of attributes as arguments.
devel/Term-Animation-2.6 (Score: 0.032514982)
ASCII sprite animation framework
This module provides a framework to produce sprite animations using ASCII art. Each ASCII 'sprite' is given one or more frames, and placed into the animation as an 'animation object'. An animation object can have a callback routine that controls the position and frame of the object. If the constructor is passed no arguments, it assumes that it is running full screen, and behaves accordingly. Alternatively, it can accept a curses window (created with the Curses newwin call) as an argument, and will draw into that window.
devel/Term-Clui-1.70 (Score: 0.032514982)
Perl module offering a Command-Line User Interface
Term::Clui offers a high-level user interface to give the user of command-line applications a consistent "look and feel". Its metaphor for the computer is as a human-like conversation-partner, and as each question/response is completed it is summarised onto one line, and remains on screen, so that the history of the session gradually accumulates on the screen and is available for review, or for cut/paste. This user interface can therefore be intermixed with standard applications which write to STDOUT or STDERR, such as make, pgp, rcs etc.
devel/Term-EditLine-0.05 (Score: 0.032514982)
Perl interface to the NetBSD editline library
Perl interface to the NetBSD editline library.