Ports Search

Results 2,2612,270 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.02 seconds)
security/cerealizer-0.7 (Score: 8.487571E-4)
Secure pickle-like module
Cerealizer is a secure pickle-like module. It support basic types (int, string, unicode, tuple, list, dict, set...), old and new-style classes (you need to register the class for security), object cycles, and it can be extended to support C-defined type. Cerealizer is available under the GNU GPL licence.
sysutils/iograph-0.9.1 (Score: 8.487571E-4)
Creates HTML statistics of network transfer
iograph counts network traffic for one interface and creates an accounting statistic by summing up the transfered bytes. Statistics are created hourly, daily and monthly and are saved as static HTML files. It is written in pure C without the need of external libraries, targetted to be used in an embedded firewall system. A HTTP server is not included.
sysutils/mksunbootcd-1.0 (Score: 8.487571E-4)
Makes ISO images suitable to boot on sparc systems
mksunbootcd combines filesystem partitions for Sun Microsystems, Inc. computers into an image suitable for writing to a compact disc, that will allow the disc to be booted on the sun3, sun3x, sun4, sun4c, sun4m and sun4u platforms. This hardware is supported by the NetBSD sparc, sparc64 and sun3 ports. See http://www.netbsd.org for more information on NetBSD.
www/Catalyst-View-RRDGraph-0.10 (Score: 8.487571E-4)
RRD graph view class for Catalyst
This view generates RRD graph images from the graph defintion placed in the stash. The controller is responsable of placing an ARRAYREF in $c-stash->{'graph'}> with the same data as to generate a graph with the RRDs module, except for filename, that will be automatically generated by the view.
www/HTTP-HeaderParser-XS-0.20 (Score: 8.487571E-4)
XS extension for processing HTTP headers
This module parses HTTP headers using a C++ state machine. The goal is to be fast, not necessarily to do everything you could ever want. Headers are not static, you can parse them, munge them, or even build them using this module.
www/xhtml-ruby-support-3.0.2009060901 (Score: 8.487571E-4)
Adds XHTML Ruby support
Adds XHTML Ruby support. Ruby texts will be rendered above the base texts, as a small text. This supports both simple ruby and complex ruby of W3C spec. Testcases: * http://www.w3.org/International/tests/sec-ruby-markup-1 * http://www.aozora.gr.jp/cards/000035/files/1567_14913.html * http://www.keishicho.metro.tokyo.jp/sikumi/pipo/music/music.htm
x11-toolkits/pango-0.13.1.0 (Score: 8.487571E-4)
Binding to the Pango text rendering engine
This package provides a wrapper around the Pango C library that allows high-quality rendering of Unicode text. It can be used either with Cairo to output text in PDF, PS or other documents or with Gtk+ to display text on-screen.
x11-wm/mcwm-20130209 (Score: 8.487571E-4)
Small window manager inspired by CTWM, evilwm, and tinywm
mcwm is a minimalistic floating window manager for the X Window System. It is built directly on top of XCB, the C binding for the X11 protocol. It doesn't use the Xlib API at all. All functions are available from the keyboard, but the mouse can be used for moving,resizing and raise/lower.
sysutils/detach-1.3 (Score: 8.479473E-4)
Start a process detached from a terminal
The detach command is a grungy little program for executing programs in the background, without use of a control terminal. (In the style of most common daemon processes...) The intent was to create a program one could start via rsh, to initiate xterm sessions, without keeping extra local rsh & remote rshd and shell processes alive.
textproc/multimarkdown-4.7 (Score: 8.4755593E-4)
Extended Markdown processor with more features, written in C
MultiMarkdown, or MMD, is a tool to help turn minimally marked-up plain text into well formatted documents, including HTML, PDF (by way of LaTeX), OPML, or OpenDocument (specifically, Flat OpenDocument or '.fodt', which can in turn be converted into RTF, Microsoft Word, or virtually any other word-processing format). MMD is a superset of the Markdown syntax, originally created by John Gruber. It adds multiple syntax features (tables, footnotes, and citations, to name a few), in addition to the various output formats listed above (Markdown only creates HTML). Additionally, it builds in 'smart' typography for various languages (proper left- and right-sided quotes, for example). NOTE: To use the mmd2pdf script, you must install print/latexmk.