Ports Search

Results 291300 of 447 for /print/.(0.014 seconds)
Print Taiwan Unified Invoice with U420 printer
This module generates commands for the Epson RP-U420 invoice printer for printing the Unified Invoice in Taiwan. You must install the driver and printer processor properly before you can use the module. You can define multiple lines of headers that will appear on each page of the printed invoices, and when you do println the module does all the necessary paging and stamping for you.
japanese/suicavalue-2007.05.15 (Score: 0.09136624)
Utility to print a statement of Suica
SuicaValue prints statements from a Suica card. You need a Sony RC-S320 or VAIO with FeliCa port to use this program.
mail/faces-1.7.7 (Score: 0.09136624)
Visual mail, user, and print face server
Faces is a Gtk+ program for monitoring a list visually. Typically this is a list of incoming mail messages. IMAP and POP mailbox formats are supported. Faces has three different modes of operation: * The default will monitor for new mail. * You can monitor the whole of a mail file. * Custom monitoring. You can specify a program or shell script to run. Lots of good examples can be downloaded from: ftp://ftp.cs.indiana.edu/pub/faces/picons/src/ Audio capabilities are also provided as a conditional compilation option.
net/miruo-0.9.6b (Score: 0.09136624)
Pretty-print TCP session monitor/analyzer
Network monitor/analyzer which prints packets on terminal in neat style. Packet data can also be read from a file saved by tcpdump(1).
shells/Shell-Perl-0.0022 (Score: 0.09136624)
Read-eval-print loop in Perl
Shell::Perl is the implementation of a simple command-line interpreter for Perl.
sysutils/roottail-1.2 (Score: 0.09136624)
Print text directly to X11 root window
Simple utility to tail files/logs to a root X window. Useful for keeping tabs on log files in X without having an additional terminal window open.
x11/xvinfo-1.1.3 (Score: 0.09136624)
Print out X-Video extension adaptor information
This package contains xvinfo, an application for printing out the capabilities of any video adaptors associated with the display that are accessible through the X-Video extension.
x11/xvmcinfo-0.1 (Score: 0.09136624)
Print out XvMC extension adaptor information
This package contains xvmcinfo, an application for printing out the motion compensatin capabilities of any video adaptors associated with the display that are accessible through the XvMC extension.
devel/Data-ShowTable-4.6 (Score: 0.08957577)
Perl5 module to pretty-print arrays of data
ShowTable.pm, is a Perl 5 module which defines subroutines to print arrays of data in a nicely formatted listing, using one of four possible formats: simple table, boxed table, list style, and HTML-formatting (for World-Wide-Web output). See the documentation on ShowTable.pm for details on the formatting. The program "showtable" reads data in a variety of formats from a file or STDIN, optimally columnizes the data, and then feeds the array of data to the ShowTable module for display. Showtable can parse its own output as input (except for HTML). Individual or ranges of columns may be selected for display, either by name or by index. In other words, showtable is a data formatting program. Using the '-html' option, showtable can accept ASCII tabular data and format it appropriately for display through a Web-browser.
devel/Devel-Trace-0.12 (Score: 0.08778529)
Print out each line before it is executed (like sh -x)
If you run your program with perl -d:Trace program, this module will print a message to standard error just before each line is executed. For example, if your program looks like this: