Ports Search

Results 2,5512,560 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
games/xtris-1.15 (Score: 0.0019935914)
Multi-player version of a popular game for the X Window system
xtris is a version of an classical popular game, for any number of players, for the X Window system. xtris is a true client/server game (as opposed to a centralized game managing multiple displays), which makes it particularily responsive and bandwith-effective.
graphics/libchamplain-0.12.13 (Score: 0.0019935914)
C library aimed to provide a Gtk+ widget to display rasterized maps and markers
Libchamplain is a C library providing a ClutterActor to display maps. It also provides a Gtk+ widget to display maps in Gtk+ applications. Mono, Python and Perl bindings are available. It supports numerous free map sources such as OpenStreetMap [1], OpenAerialMap [2] and Maps for free [3]. [1] http://www.openstreetmap.org/ [2] http://www.openaerialmap.org/ [3] http://www.maps-for-free.com/
graphics/asciio-1.51.3 (Score: 0.0019935914)
Perl/GTK application that lets you draw ASCII charts using a GUI
A Perl/GTK application that lets you draw ASCII charts using a GUI. Objects on the screen are sizable and have all the properties you'd expect in a drawing tool (titles for the boxes, bullets, etc), but the end result is plain text that's embeddable in your code.
graphics/kcolorchooser-4.14.3 (Score: 0.0019935914)
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: 0.0019935914)
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: 0.0019935914)
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.
net/samplicator-1.3.7.b6 (Score: 0.0019935914)
Receives UDP datagrams and redistributes them to a set of receivers
This small program receives UDP datagrams on a given port, and resends those datagrams to a specified set of receivers. In addition, a sampling divisor N may be specified individually for each receiver, which will then only receive one in N of the received packets.
sysutils/bstack-0.1 (Score: 0.0019935914)
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
audio/hexter-1.0.3 (Score: 0.0019867374)
DSSI softsynth that models the sound generation of a Yamaha DX7
hexter is a software synthesizer that models the sound generation of a Yamaha DX7 synthesizer. It can easily load most DX7 patch bank files, edit those patches via a built-in editor or MIDI sys-ex messages (ALSA systems only), and recreate the sound of the DX7 with greater accuracy than any previous open-source emulation (that the author is aware of....) hexter operates as a plugin for the DSSI Soft Synth Interface. DSSI is a plugin API for software instruments (soft synths) with user interfaces, permitting them to be hosted in-process by audio applications.
devel/Data-Structure-Util-0.16 (Score: 0.0019867374)
Perl5 module to change the nature of data within a structure
Data::Structure::Util - Change nature of data within a structure Data::Structure::Util is a toolbox to manipulate the data inside a data structure. It can process an entire tree and perform the operation requested on each appropriate element. For example: It can transform all strings within a data structure to utf8 or transform any utf8 string back to the default encoding. It can remove the blessing on any reference. It can collect all the objects or detect if there is a circular reference. It is written in C for decent speed.