Ports Search

Results 951960 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.008 seconds)
devel/IPC-Mmap-0.21 (Score: 0.004742047)
Provides a minimal mmap() interface for both POSIX and Win32
Provides an object-oriented interface to either the POSIX mmap() or Win32 equivalent APIs to memory map a file into a process's address space for general memory access. IPC::Mmap provides only a minimal interface without the additional overhead of tie'd variables or locking enforced in other modules (e.g., Sys::Mmap, Win32::MMF); hence, the application is responsible for performing read()'s and write()'s on the IPC::Mmap object, and calling any needed lock() and unlock() methods, as required by concurrent processes. Memory mapped files provide an alternate shared memory mechanism for multiple processes. The technique maps the OS's file system buffers for a given file into each mmap()'ing process's virtual memory space, thereby permitting each process to essentially share the same physical memory. Refer to the excellent "Advanced Programming in the UNIX Environment", Stevens et al., Addison-Wesley Publisher for a detailed reference on the POSIX implementation. IPC::Mmap provides OS-agnostic wrappers for both the POSIX and Win32 memory mapped file capabilities.
japanese/a2ps-1.45 (Score: 0.004728683)
Text file to postscript converter (with Japanese support)
A2ps formats each named file for printing in a postscript printer; if no file is given, a2ps reads from the standard input. The format used is nice and compact: normally two pages on each physical page, borders surrounding pages, headers with useful information (page number, printing date, file name or supplied header), etc. This is very useful for making archive listings of programs.
chinese/wordpress-4.5.3 (Score: 0.0047242935)
State-of-the-art semantic personal publishing platform
WordPress is a state-of-the-art semantic personal publishing platform with a focus on aesthetics, web standards, and usability. More simply, Wordpress is what you use when you want to work with your blogging software, not fight it.
comms/efax-0.9a-001114a7 (Score: 0.004688516)
Fax send/receive program
Efax can send and receive FAX via FAX modem. Enhanced from mgetty+sendfax program, this program can handle `CLASS1' modems.
print/mp-a4-3.0.1 (Score: 0.004688516)
PostScript printing util for ASCII files
www/W3C-LinkChecker-4.81 (Score: 0.0046846354)
Checks the validity of links in an HTML or XHTML document
This manual page documents briefly the checklink command, a.k.a. the W3C Link Checker. checklink is a program that reads an HTML or XHTML document, extracts a list of anchors and lists and checks that no anchor is defined twice and that all the links are dereferenceable, including the fragments. It warns about HTTP redirects, including directory redirects, and can check recursively a part of a web site. The program can be used either as a command line tool or as a CGI script.
devel/dbus-c++-0.9.1 (Score: 0.004666716)
C++ API for D-BUS
dbus-c++ attempts to provide a C++ API for D-BUS. The library has a glib/gtk and an Ecore mainloop integration. It also offers an optional own main loop.
www/Services_W3C_CSSValidator-0.2.3 (Score: 0.004652649)
PHP interface to W3C CSS Validator API
This package provides an object oriented interface to the API of the W3 CSS Validator application (http://jigsaw.w3.org/css-validator/). With this package you can connect to a running instance of the validator and retrieve the validation results (true|false) as well as the errors and warnings for a style sheet.
www/Services_W3C_HTMLValidator-1.0.0 (Score: 0.004652649)
Object Oriented Interface to the W3C HTML Validator service
This package provides an object oriented interface to the API of the W3 HTML Validator application (http://validator.w3.org/). With this package you can connect to a running instance of the validator and retrieve the validation results (true|false) as well as the errors and warnings for a web page.
net/rabbitmq-c-0.7.1 (Score: 0.0046392707)
RabbitMQ C AMQP client library
This is a C-language AMQP client library for use with AMQP servers speaking protocol versions 0-8 and 0-9-1. This port only speaks the 0-9-1 protocol version, for 0-8 use net/rabbitmq-c.