Ports 搜索

共有447项符合/print/的查询结果,以下是第371380项(搜索用时0.013秒)
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)
用 PDFlib 来转换中文 Big5 码编码文件为 PDF 文件
bg5pdf 是一个用 PDFlib 来把 Big5 编码的文本文件包装成 PDF 文件的简单的包装器。 其输出文件不包含嵌入的字体。你必须下载 Acrobat Acroread Asianfont 包来查看 和打印其输出文件。该包装器除了简单的换行包装外,不提供任何格式化函数。如果你需要 复杂的格式化,你可以试试 CJK-LaText 或者其它类似工具。
chinese/gb2ps-2.02 (Score: 0.018812126)
转换中文国标(中文)编码的文本为 PostScript
转换中文国标(中文)编码的文本为 PostScript 自动支持 HZ 编码。它甚至允许你混合使用 GB 和 HZ 编码。 例如: 输入: gb2ps -h 输出: GB2PS 的使用方法 输入: gb2ps cm9203d.gb cm 输出: PS programs cm 输入: gb2ps -b 3 -e 5 cm9208a.hz cm 输出: PS program cm from page 3 to page 5. 然后你可以通过发送 PS 输出到你的 PS 打印机来打印出中文文档。
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.