Ports Search

Results 411420 of 447 for /print/.(0.054 seconds)
editors/emacs-24.5 (Score: 0.016124679)
GNU editing macros
GNU Emacs is a self-documenting, customizable, extensible real-time display editor. Users new to Emacs will be able to use basic features fairly rapidly by studying the tutorial and using the self-documentation features. Emacs also has an extensive interactive manual browser. It is easily extensible since its editing commands are written in Lisp. GNU Emacs's many special packages handle mail reading (RMail) and sending (Mail), outline editing (Outline), compiling (Compile), running subshells within Emacs windows (Shell), running a Lisp read-eval-print loop (Lisp-Interaction-Mode), automated psychotherapy (Doctor :-) and many more. Canna support is contributed by Yuji TAKANO (takachan@running-dog.net).
games/xbat-1.11 (Score: 0.016124679)
XEVIOUS like shooting game
This is the XEVIOUS (NAMCO(C)) like game. TYPE: xbat OPTION: -hs : high speed mode -dc : use default colormap -g : rapid fire -r : exchange keys[z][x] -h -help : print usage -mode [0-4] : set game level 0:easy, 1:normal, 2:difficult, 3:more difficult, 4:abnormal COMMAND: [s] for Start or Pause [q] for quit [c] for setup (at Title screen only) Cursor key or Number key to move. i, j, l, k, m also to move. [z] and [x] to shoot. Please e-mail the author (wai@nemoto.ecei.tohoku.ac.jp) with improvements or other comments about this game.
graphics/rawstudio-2.0 (Score: 0.016124679)
Open-source program to read and manipulate RAW photo images
Rawstudio is an open-source program to read and manipulate RAW images from digital cameras. It will convert your RAW files into JPEG, PNG, or TIFF images which you can then print or send to friends and clients. You can also upload photos directly to Picasa, Flickr, and Facebook galleries. Rawstudio is intended to be the first tool in your image processing chain. After you have made your overall image adjustments to your image, you can use an image editing application to further work on your images. Rawstudio itself is a highly specialized application for reviewing and processing RAW images, not a fully featured image editing application.
lang/tcbasic-2.1.0 (Score: 0.016124679)
Small BASIC Interpreter written in C
tcbasic implements a small subset of BASIC known as Tiny BASIC. It provides the following statements and commands: INPUT, PRINT, LET, GOTO, GOSUB, RETURN, IF, END, CLEAR, LIST, RUN, and STOP. Integer and floating point arithmetic is supported, and strings may be PRINTed. The following built-in functions are provided: SIN, COS, TAN, COT, ATN, EXP, LOG, ABS, SQR, RND. The small size of the language make it easy to learn and master while providing all of the building blocks needed to develop many interesting programs. tcbasic runs on a variety of platforms and aims to be as portable as possible.
mail/qmhandle-1.3.2 (Score: 0.016124679)
Tool to view and manage a qmail queue
qmHandle is a simple program which allows you to view and manage a qmail message queue. The key features of qmHandle are: * You can read the qmail queue, like you do with the qmail-qread program. However, the output of this program is improved over qmail-qread, with the output of the message subjects and color capabilities; * You can print queue statistics, like qmail-qstat, with color capabilities; * You can view a message in the queue; * You can remove a message from the queue.
misc/gone-1.3.6 (Score: 0.016124679)
Terminal locking utility with many improvements over lock(1)
Gone is a utility that locks a terminal with a password chosen by the user. Gone will prompt the user for a password (unless the -p option is given, then gone will use the system password), then print the gone banner, then drop into the gone shell. From this shell, only a restricted set of commands can be run. Gone will also disallow messages by removing permissions on the parent tty. After the timeout period (10 minutes by default), gone will automatically log the user out. -Joe marcus@marcuscom.com
misc/latex-mk-2.1 (Score: 0.016124679)
Collection of makefile and scripts for LaTeX documents
LaTeX-Mk is a tool for managing small to large sized LaTeX projects. The typical LaTeX-Mk input file is simply a series of variable definitions in a Makefile for the project. After creating a simple Makefile the user can easily perform all required steps to do such tasks as: preview the document, print the document, or produce a PDF file. LaTeX-Mk will keep track of files that have changed and how to run the various programs that are needed to produce the output.
misc/whichman-2.4 (Score: 0.016124679)
Approximate matching utilities to search for manpages and files
Approximate matching searching utilities to search for manpages and files. This package holds THREE little search utilities: * whichman -- search utility for man pages and it works much like the well known Unix command "where". * ftff -- a fault tolerant file finder ftff works like the whichman above but searches the directory tree. This is a case in-sensitive and fault tolerant way of 'find . -name xxxx -print' * ftwhich -- a fault tolerant "which" command ftwhich finds files (programs) which are in one of the directories in your PATH and uses a fault tolerant search algorithm.
net/Net-Telnet-3.04 (Score: 0.016124679)
Perl5 module to access and use telnet protocol
Description ----------- Net::Telnet allows you to make client connections to a TCP port and do network I/O, especially with a port using the TELNET protocol. Simple I/O methods such as print, get, and getline are provided. More sophisticated interactive features are provided because connecting to a TELNET port ultimately means communicating with a program designed for human interaction. Some interactive features include the ability to specify a timeout and to wait for patterns to appear in the input stream, such as the prompt from a command interpreter.
security/fragroute-1.2 (Score: 0.016124679)
Tool for intercepting, modifying, and rewriting egress traffic
"Fragroute intercepts, modifies, and rewrites egress traffic destined for a specified host, implementing most of the attacks described in the Secure Networks "Insertion, Evasion, and Denial of Service: Eluding Network Intrusion Detection" paper of January 1998. It features a simple ruleset language to delay, duplicate, drop, fragment, overlap, print, reorder, segment, source-route, or otherwise monkey with all outbound packets destined for a target host, with minimal support for randomized or probabilistic behaviour. This tool was written in good faith to aid in the testing of network intrusion detection systems, firewalls, and basic TCP/IP stack behaviour. Please do not abuse this software."