Ports Search

Results 371380 of 447 for /print/.(0.03 seconds)
textproc/gutenmark-20090510 (Score: 0.021499572)
Attractively formatting Project Gutenberg texts
GutenMark is a tool for automatically creating high-quality HTML (or LaTeX) markup from Project Gutenberg etexts. In combination with other freely- available conversion tools, GutenMark can convert Project Gutenberg etexts into publication-quality Postscript or PDF, for print-on-demand applications. This conversion is completely automatic, without manual markup or editing.
textproc/Unicode-Unihan-0.04 (Score: 0.021499572)
The Unihan Data Base 5.1.0
Unicode::Unihan - The Unihan Data Base 5.1.0 use Unicode::Unihan; my $db = new Unicode::Unihan; print join("," => $db->Mandarin("\x{5c0f}\x{98fc}\x{5f3e}"), "\n"; This module provides a user-friendly interface to the Unicode Unihan Database 5.1.0. With this module, the Unihan database is as easy as shown in above.
x11-fonts/inconsolata-ttf-20090215 (Score: 0.021499572)
Monospaced truetype font
Inconsolata is a monospace font, designed for code listings and the like, in print. There are a great many "programmer fonts," designed primarily for use on the screen, but in most cases do not have the attention to detail for high resolution rendering.
x11-wm/dwm-6.1 (Score: 0.021499572)
Dynamic, small, fast and simple window manager
dwm is a minimalistic window manager. It manages windows in tiling and floating modes, much like ion, larswm and wmii. dwm however is much smaller, faster and simpler. It consists of a single binary, configuration is done at compile-time by a single config.h file. dwm reads from standard input to print arbitrary status text such as the date and/or system load.
textproc/cdif-1.19 (Score: 0.019003117)
Word context diff
Usage: cdif [-Bvns] [-A #] [-C #] [-D #] [-I #] [-e #] [-[bwcu]] file1 file2 cdif [-rcs] [-q] [-rrev1 [-rrev2]] [$myname options] file cdif [$myname options] [diff-output-file] Options: -B byte compare -v use video standout (default for tty) -n use nroff style overstrike (default for non-tty) -b ignore trailing blank -w ignore whitespace -c[#] context diff -u[#] unified diff (if diff has -u option) -e # expression of `word' (default is '\w+') -s show statistical information at the end -A, -C, -D (Append, Change, Delete) takes one of vso: video standout vul: video underline vbd: video bold bd: nroff style overstrike ul: nroff style underline or any sequence or sequences separated by comma -I specify string to be shown on insertion point Following strings have special meanings. vbar: print vertical bar at the point caret: print caret under the point -diff=command specify any diff command
chinese/bg5pdf-1.0.0 (Score: 0.018812126)
Convert Chinese-Big5 encoded files to PDF, using PDFlib
bg5pdf is a simple wrapper for wrapping Big5 encoding text file into PDF file by using PDFlib. The output of this program does not contain embedding fonts. You have to download Acrobat Acroread Asianfont pack to view and print the output file. This wrapper does not provide any formatting function except simple line wrapping. If you need sophisticated formatting, you should try CJK-LaTex or other equivalent tools.
chinese/gb2ps-2.02 (Score: 0.018812126)
Converts Chinese GB (simple) encoded text to PostScript
GB2PS converts Chinese GB (simple) encoded text to PostScript. It automatically supports the HZ encoding. It even allows you to mix GB and HZ code together. Examples: input: gb2ps -h output: the usage of GB2PS input: gb2ps cm9203d.gb cm output: PS programs cm input: gb2ps -b 3 -e 5 cm9208a.hz cm output: PS program cm from page 3 to page 5. then you can print out the Chinese document by sending the PS output to your PS printer.
devel/astah-6.9.0 (Score: 0.018812126)
Java/UML Object-Oriented Design Tool
astah* community is a simple and user-friendly UML modeling tool. astah* community features: - UML 2.x (Class, UseCase, Sequence, Activity, Communication, Statemachine, Component, Deployment, Composite Structure, Object and Package Diagrams) - Suggest Feature - Alignment Guide - Customizing Keybinds - Oval, TextBox, Filled Rectangle, Corner-rounded Rectangle and Texts - Alignment, Size adjustment - Print - Export diagram images (PNG, JPEG) *1 - astah* API (Models of Class, UseCase, Activity, Sequence and Statemachine Diagrames) - GUI Localization *1 The product name is displayed on the corner.
devel/ireport-3.7.6 (Score: 0.018812126)
A visual report builder/designer for JasperReports
iReport is a powerful, intuitive and easy to use visual report builder/designer for JasperReports written in 100% pure java. This tool allows users to visually edit complex reports with charts, images, subreports,... iReport is integrated with JFreeChart, one of the most diffused OpenSource chart library for java. The data to print can be retrieved through several ways including multiple JDBC connections, TableModels, JavaBeans, XML, etc.
devel/Devel-REPL-1.003028 (Score: 0.018812126)
Modern Perl interactive shell
This is an interactive shell for Perl, commonly known as a REPL - Read, Evaluate, Print, Loop. The shell provides for rapid development or testing of code without the need to create a temporary source code file. Through a plugin system, many features are available on demand. You can also tailor the environment through the use of profiles and run control files, for example to pre-load certain Perl modules when working on a particular project.