Ports Search

Results 5,1915,200 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.01 seconds)
comms/xwota-0.4 (Score: 3.0399638E-4)
X version of who is on the air
Xwota is a very simple Linux/FreeBSD/xBSD client for the WOTA Database (Who is On The Air Database) written by me (IZ0ETE). It's very similar to a DX Cluster client, but it works with the WOTA server. If you don't known what is the WOTA DB, please read some info at http://www.wotadb.org. It's written in C and GTK, and it should work on the latest Linux/BSD distributions. Please report to me your successful installation. (Linux, FreeBSD at the moment)
databases/jlog-1.2.2.s2015012200 (Score: 3.0399638E-4)
Journaled log library
JLog is short for "journaled log" and this package is really an API and implementation that is libjlog. What is libjlog? libjlog is a pure C, very simple durable message queue with multiple subscribers and publishers (both thread and multi-process safe). The basic concept is that publishers can open a log and write messages to it while subscribers open the log and consume messages from it. "That sounds easy." libjlog abstracts away the need to perform log rotation or maintenance by publishing into fixed size log buffers and eliminating old log buffers when there are no more consumers pending.
devel/xds-0.9.3 (Score: 3.0399638E-4)
Generic and extensible framework for serialization
The OSSP xds library is generic and extensible encoding and decoding framework for the serialization of arbitrary ISO C data types. OSSP xds consists of three components: the generic encoding and decoding framework, a set of shipped engines to encode and decode values in certain existing formats (Sun RPC/XDR and XDS/XML are currently provided), and a run-time context, which is used to manage buffers, registered engines, etc. The library is designed to allow fully recursive and efficient encoding/decoding of arbitrary nested data.
devel/String-LRC-1.01 (Score: 3.0399638E-4)
Perl interface for longitudinal redundancy check generation
LRC - Perl interface for longitudinal redundancy check generation The Longitudinal Redundancy Check (LRC) is a one byte character, commonly used as a byte-field in data transmission over analog systems. Most commonly, in STX-ETX bounded strings sent in financial protocols. Following some previous experience with such protocols, I wrote an LRC function in perl and later decided to re-write in C for efficiency. The result is this module String::LRC, which generates this aforementioned byte. Commonly used in financial protocols as follows with ETX (ASCII 03) appended to LRC sum and packets after the STX (ASCII 02), payload, and ETX chars.
devel/bunny-0.93 (Score: 3.0399638E-4)
Closed loop, high-performance, general purpose protocol-blind fuzzer
A closed loop, high-performance, general purpose protocol-blind fuzzer for C programs. Uses compiler-level integration to seamlessly inject precise and reliable instrumentation hooks into the traced program. These hooks enable the fuzzer to receive real-time feedback on changes to the function call path, call parameters, and return values in response to variations in input data. This architecture makes it possible to significantly improve the coverage of the testing process without a noticeable performance impact usually associated with other attempts to peek into run-time internals.
devel/Trf-2.1.4 (Score: 3.0399638E-4)
Data conversion, digests, compression, error-correction for Tcl
This is a loadable extension to Tcl providing commands for data conversion, message digests, zlib based compression, error-correction, channel-based manipulation of binary data. Trf extends the language at the C-level with so-called ``transformer''-procedures. With the help of some patches (*) to the core the package is able to intercept all read/write operations on designated channels, thus giving it the ability to transform the buffer contents as desired. This allows things like transparent encryption, compression, charset recoding, etc. Build upon this framework (and as proof of concept) a collection of tcl-level commands was implemented.
dns/fastresolve-2.10 (Score: 3.0399638E-4)
Programs to get DNS and domain ownership information from web logs
Fastresolve is a package of programs to process web log files to get DNS and domain ownership information for log analysis. It sends out many queries in parallel, and caches results, for speed. Its DNS resolver is about 10 times as fast as logresolve.pl from the Apache 1.3.9 distribution, and about 50 times as fast as logresolve.c from that distribution. It is 5-20 times as fast as the adnslogres program that comes with the adns library, and about 3 times as fast as jdresolve, which is a Perl program that uses similar algorithms.
editors/morla-0.16.1 (Score: 3.0399638E-4)
RDF editor
Morla is a RDF editor written in C. It is based on the libnxml and librdf libraries. With Morla you can manage more RDF documents simultaneously, visualize graphs and use templates for quick writing. With Morla you can import RDFS documents and use their contents to write new RDF triples. Templates are also RDF documents and they make Morla easily personalizable and expandable. You can also use Morla as a RDF navigator, wandering among the net knots of the RDF documents present on Internet exactly as we are used to do with normal browsers.
graphics/gmic-1.6.9 (Score: 3.0399638E-4)
GREYC's Magic Image Converter
G'MIC stands for GREYC's Magic Image Converter. This project aims to: * Define a minimal but powerful script language (G'MIC) dedicated to the design of image processing pipelines. * Provide an interpreter of this language (in C++), distributed as an open-source module/library embeddable in third-party applications. * Propose two binary tools embedding this interpreter : o The command-line executable gmic to use the G'MIC framework from a shell. o The interactive plug-in gmic_gimp to bring G'MIC capabilities to the image retouching software GIMP.
graphics/png-1.6.23 (Score: 3.0399638E-4)
Library for manipulating PNG images
Libpng was written as a companion to the PNG specification, as a way to reduce the amount of time and effort it takes to support the PNG file format in application programs. Most users will not have to modify the library significantly; advanced users may want to modify it more. The library was coded for both users. All attempts were made to make it as complete as possible, while keeping the code easy to understand. Currently, this library only supports C. Support for other languages is being considered. LICENSE: libpng license http://libpng.sourceforge.net/