Ports Search

Results 4,2014,210 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.01 seconds)
graphics/kcolorchooser-4.14.3 (Score: 4.239914E-4)
KDE 4 application to select colors from the screen or from a palette
KColorChooser is a simple application to select colors from the screen or from a palette. FEATURES - Select colors from any location on the screen. - Select colors from a range of standard palettes available. - Color values shown in Hue-Saturation-Value (HSV), Red-Green-Blue (RGB) and HTML formats.
mail/smtptrapd-1.6 (Score: 4.239914E-4)
RFC 2821 compliant SMTP service that always returns a 4xx soft error
The smtptrapd program is a multi-threaded daemon that provides a RFC 2821 compliant SMTP service that always returns a 4xx soft error to the RCPT TO verb. Use it to keep spammers who try to exploit the MX with highest PRI away.
net/Net-Ident-1.23 (Score: 4.239914E-4)
Lookup the username on the remote end of a TCP/IP connection
Net::Ident is a module that looks up the username on the remote side of a TCP/IP connection through the ident (auth/tap) protocol described in RFC1413 (which supersedes RFC931). Note that this requires the remote site to run a daemon (often called identd) to provide the requested information, so it is not always available for all TCP/IP connections.
sysutils/bstack-0.1 (Score: 4.239914E-4)
Debug tool that shows the stack trace of a running process
bstack - gstack for FreeBSD This is a port of gstack, a script build around gdb on RedHat and other Linux distros, to FreeBSD. bstack take a PID as only parameter and print out the back trace of that running process. If the process is multithread, the backtrace of all threads is printed. It works with the last version of GDB
devel/Tree-RedBlack-0.5 (Score: 4.2253375E-4)
Perl implementation of Red/Black tree, a type of balanced tree
Tree::RedBlack is a perl implementation of the Red/Black tree algorithm found in the book "Algorithms", by Cormen, Leiserson & Rivest (more commonly known as "CLR" or "The White Book"). A Red/Black tree is a binary tree which remains "balanced"- that is, the longest length from root to a node is at most one more than the shortest such length. It is fairly efficient; no operation takes more than O(lg(n)) time. A Tree::RedBlack object supports the following methods: new(), root(), cmp(&), insert($, $), delete($), find($), node($), min() and max().
audio/resid-0.16 (Score: 4.2217594E-4)
Cycle-based SID emulator engine
Since June 1998, a cycle-based SID emulator engine is available and is distributed under the GNU General Public License (GPL). It's called reSID, is programmed in C++, and so far has been developed by Dag Lem. Requirement for processor power is huge (don't expect a complex SID emulator like this to run on a machine with less than 233-300 MHz).
audio/qsynth-0.4.1 (Score: 4.2217594E-4)
Qt fluidsynth front-end application
Qsynth is a fluidsynth GUI front-end application written in C++ around the Qt toolkit using Qt Designer. Eventually it may evolve into a softsynth management application allowing the user to control and manage a variety of command line softsynth but for the moment it wraps the excellent FluidSynth.
databases/redis-2.2.4 (Score: 4.2217594E-4)
PHP5-Extension for Redis
This extension provides an API for communicating with Redis database, a persistent key-value database with built-in net interface written in ANSI-C for Posix systems. It is a fork of alfonsojimenez's phpredis, adding many methods and fixing a lot of issues.
databases/redis-2.2.8 (Score: 4.2217594E-4)
PHP5 extension for Redis
This extension provides an API for communicating with Redis database, a persistent key-value database with built-in net interface written in ANSI-C for Posix systems. It is a fork of alfonsojimenez's phpredis, adding many methods and fixing a lot of issues.
devel/byaccj-1.15 (Score: 4.2217594E-4)
Java extension of BSD YACC-compatible parser generator
BYACC/Java is an extension of the Berkeley v 1.8 YACC-compatible parser generator. Standard YACC takes a YACC source file, and generates one or more C files from it, which if compiled properly, will produce a LALR- grammar parser. this extension support a -J option to generate Java source code.