Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第1,4511,460项(搜索用时0.009秒)
x11-toolkits/wxc-0.91.0.0 (Score: 0.0015884743)
wxHaskell C++ wrapper
wxHaskell is a portable and native GUI library for Haskell. It is built on top of wxWidgets, a comprehensive C++ library that is portable across all major GUI platforms, including GTK, Windows, X11, and MacOS X.
devel/ccdoc-0.8r41 (Score: 0.0015847766)
Extracting comments from C++ source and generating HTML
Ccdoc is a tool for extracting comments from C++ source code and presenting it in HTML format, very similar to Java's JavaDoc tool. The tagging used in ccdoc is very similar to that of Javadoc, with adaptations for the C++ specifics, of course. Ccdoc supports extracting comments from both header and implementation files. In contrast to most other C++ doc'ing applications, ccdoc analyses the code before it has been run through the pre-processor, so things such as macros can actually be included in the documentation. It's usage is not quite as straight forward as JavaDoc's, but considering the quality of the output, it is well worth the effort.
audio/festvox-rab16-1.4.1 (Score: 0.0015837228)
16 kHz British English male voice for Festival
from the NetBSD maintainer: This voice provides a British English male voice using a residual excited LPC diphone synthesis method. It uses the CMU Lexicon pronunciations. Prosodic phrasing is provided by a statistically trained model using part of speech and local distribution of breaks. Intonation is provided by a CART tree predicting ToBI accents and an F0 contour generated from a model trained from natural speech. The duration model is also trained from data using a CART tree. This voice can be activated via (voice_rab_diphone). Trevor Johnson
audio/festvox-rab8-1.4.1 (Score: 0.0015837228)
British English male voice, sampled at 8 kHz, for Festival
from the NetBSD maintainer: This voice provides a British English male voice using a residual excited LPC diphone synthesis method. It uses the CMU Lexicon pronunciations. Prosodic phrasing is provided by a statistically trained model using part of speech and local distribution of breaks. Intonation is provided by a CART tree predicting ToBI accents and an F0 contour generated from a model trained from natural speech. The duration model is also trained from data using a CART tree. This voice can be activated via (voice_rab_diphone). It is sampled at 8 kHz and conflicts with the festvox-rab16 package (16 kHz samples). Trevor Johnson
devel/egypt-1.10 (Score: 0.0015828401)
Create call graphs of C programs
Egypt is a simple tool for creating call graphs of C programs. Egypt neither analyzes source code nor lays out graphs. Instead, it leaves the source code analysis to GCC and the graph layout to Graphviz, both of which are better at their respective jobs than egypt itself could ever hope to be. Egypt is simply a very small Perl script that glues these existing tools together.
net-mgmt/spine-0.8.8h (Score: 0.0015828401)
Multithreaded poller for Cacti written in C
Cactid is a poller for Cacti that primarily strives to be as fast as possible. For this reason it is written in native C, makes use of POSIX threads, and is linked directly against the net-snmp library for minmumal SNMP polling overhead. Cactid is a replacement for the default cmd.php poller so you must decide if using Cactid makes sense for your installation.
sysutils/cdls-4.2 (Score: 0.0015823133)
Curses based file manager for system managers
cdls is a curses-based file manager for quickly browsing directories and files. The screen can be dynamically adjusted to include all information (like 'ls -ail'), or just the filenames (multi-column), or anything in between. All basic file and directory manipulations are possible with 1 keystroke: copy, move, delete, view, execute, change owner/group/mode, edit, diff, link (hard/symbolic), wc, tail -f, cksum, hexdump and many others. Documentation is self-contained in cdls and consists of two screens from which each option or subject can be selected to show its info screen.
devel/toh-0.1 (Score: 0.0015810301)
Text to include
A filter program, used to generate text to be included into C code as #define, provides the conversion of newlines and quotes into standard C-code text
net/cryptcat-1.2.1 (Score: 0.001579659)
Standard netcat enhanced with twofish encryption
Cryptcat is the standard netcat enhanced with twofish encryption. Twofish is courtesy of counterpane, and cryptix. We started with the Java version of twofish from cryptix, converted it to C++ (don't ask why), and enhanced it by adding CBC mode and the ciphertext stealing technique from Applied Cryptography (pg. 196) How do you use it? Machine A: cryptcat -l -p 1234 < testfile Machine B: cryptcat <machine A IP> 1234 This is identical to the normal netcat options for doing exactly the same thing. However, in this case the data transferred is encrypted. For more information about netcat see net/netcat port.
devel/gconfmm-2.28.2 (Score: 0.0015781051)
C++ wrapper for gconf2 API library
This is a set of thin C++ wrappers for GConf v2 API library.