Ports Search

Results 311320 of 447 for /print/.(0.009 seconds)
x11/slop-4.1.15 (Score: 0.060910825)
Make a screen selection and print the selection coordinates to stdout
slop (Select Operation) is an application that collects a screen selection from the user and prints the selection's coordinates to stdout.
sysutils/LPRngTool-1.3.2 (Score: 0.048074506)
Configuration Tool for LPRng
LPRngTool is a configuration tool for LPRng. It provides a simple Graphical User Interface that allows users to: - create printer definitions and edit printcap files - display the status of print queues and the printing system - perform printing administration functions start, stop and abort print jobs enable and disable spooling to print queues - configure print filters such as IFHP and the RedHat print filters
net-mgmt/flow-tools-0.68 (Score: 0.042999145)
Suite of tools and library to work with netflow data
Tools to capture, replicate, print, filter, send and other works on Cisco's NetFlow Export.
net-mgmt/flow-tools-0.68.5.1 (Score: 0.042999145)
Suite of tools and library to work with netflow data
Tools to capture, replicate, print, filter, send and other works on Cisco's NetFlow Export.
devel/Console_Color-1.0.3 (Score: 0.038006235)
PEAR use ANSI console colors
You can use Console_Color::convert to transform colorcodes like %r into ANSI control codes. print Console_Color::convert("%rHello World!%n"); would print "Hello World" in red, for example.
vietnamese/vnroff-2.1 (Score: 0.038006235)
Converts Vietnamese VIQR text into troff format
VNroff converts VIQR format (RFC 1456) Vietnamese characters into troff format so groff/troff can print it out. To use this program: vnroff file | groff | ... or vnroff file | whater_program_that_print_out_a_troff_file
devel/term-ansicolor-1.3.2 (Score: 0.03762425)
Term::ANSIColor for Ruby
Small Ruby library that colors strings using ANSI escape sequences. It's possible to use constants: print red, bold, "red bold", reset, "\n" or unary functions: print red(bold("red bold")), "\n" Blockforms do also autoreset at the block's end: print red { bold { "red bold" } }, "\n" It's also possible to use this module as Mixin for classes of objects that respond to :to_str, e.g. String. class String include Term::ANSIColor end print "red bold".red.bold, "\n"
devel/Devel-Caller-2.06 (Score: 0.037238352)
Perl module which is meatier versions of caller
Devel::Caller - meatier versions of caller SYNOPSIS use Devel::Caller qw(caller_cv); $foo = sub { print "huzzah\n" if $foo == caller_cv(0) }; $foo->(); # prints huzzah use Devel::Caller qw(called_with); sub foo { print called_with(0,1); } foo( my @foo ); # should print '@foo'
devel/apex-0.5.2 (Score: 0.032249358)
Term printing library for Elixir
Awesome Print is an Elixir library that pretty prints Elixir data structures in full color exposing their internal structure with proper indentation.
sysutils/gpte-1.0 (Score: 0.032249358)
Simple command-line GPT partition editor
This is simple command-line GPT partition editor. It can print tables, fix them, check consistency, add and remove partitions (in edit mode).