Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第1,1711,180项(搜索用时0.01秒)
www/yaf-2.3.5 (Score: 0.0023724455)
MVC framework written as a C PHP extension
Yaf is a PHP MVC framework, the difference being Yaf is a PHP Extension.
games/ttraffic-0.8 (Score: 0.0023712048)
TTraffic - A Tcl/Tk version of Rush Hour
TTraffic is a Tcl/Tk version of the board game Rush Hour created by Binary Arts Coporation. The goal is to remove the red car(s) out of the grid through the slot on the right. To do this you have to slide the other cars out of the way. TTraffic is inspired by GTraffic, the Gnome version Rush Hour. TTraffic comes with about 15.000 puzzles ranging from intermediate to expert. These puzzles were automatically created by the program gtlevel. -Anton <tobez@FreeBSD.org>
devel/ex-1.0.6 (Score: 0.002358201)
OSSP ex is a small exception handling library for use in C
OSSP ex is a small ISO-C++ style exception handling library for use in the ISO-C language. It allows you to use the paradigm of throwing and catching exceptions in order to reduce the amount of error handling code without making your program less robust.
games/wanderer-3.2 (Score: 0.0023564622)
Rogue like adventure game
Wanderer is a game similar to Boulderdash, Repton, XOR and others. A full description of how to play the game is given upon execution. The hiscore table holds only 15 scores, and the name displayed is taken from the environment variable NAME. If you wish to have a different alias without changing this variable, you can set the variable NEWNAME before playing.
net/chan_sccp-4.2.3 (Score: 0.00234933)
Replacement for the SCCP channel driver in Asterisk
Replacement for the SCCP channel driver in Asterisk. Extended features include: - Shared Lines - Presence / BLF - Customizable Feature Buttons - Custom Device State - Conference with Phone-UI
graphics/hppsmtools-1.1 (Score: 0.002344647)
Tool for HP PhotoSmart C5340A & Konica Q-EZ digital cameras
hppsmtools is a program for communicating with the HP PhotoSmart C5340A and Konica Q-EZ digital cameras. You can retrive, have an index of, delete and shoot pictures.
devel/fast-stemmer-1.0.2 (Score: 0.0023349642)
Fast Porter stemmer based on a C version of algorithm
Fast-stemmer is simply a wrapping around multithreaded Porter stemming algorithm. This gem adds a String#stem method, and it conflicts with the stemmer gem. It's in order of magnitude faster (and uses much less memory) than the latter. For the original work please see: tartarus.org/~martin/PorterStemmer/
x11/mlterm-3.7.2 (Score: 0.0023106243)
Multilingual X11 terminal emulator
mlterm is a multilingual X11 terminal emulator. mlterm has these features. * multilingual [supported charsets] US_ASCII,ISO8859[1-11],ISO8859[13-16],TCVN5712,VISCII,KOI8_R,KOI8_U, JISX0201,JISX0208,JISX0212,JISX0213,GB2312,GBK,KSC5601,UHC,CNS11643-N, Big5, UCS2(4) [supported encodings] ISO-8859-[1-11],ISO-8859-[13-16],TCVN5612,VISCII,KOI8_R,KOI8_U,EUC-JP, EUC-JISX0213, ISO-2022-JP[1,2,3],Shift_JIS,Shift_JISX0213,EUC-KR,UHC, JOHAB,ISO-2022-KR,ISO-2022-CN, GB2312(EUC-CN),GBK,GB18030,EUC-TW,Big5, Hz,UTF-8 * anti-aliased fonts * transparent background * background images * scroll by wheel mouse
devel/abi-compliance-checker-1.99 (Score: 0.0023095142)
Checks binary compatibility of two versions of a C/C++ shared library
Given the header files and shared objects corresponding to two different shared library versions, and a simple description of each of the shared libraries in XML format, abi-compliance-checker searches for the following kinds of binary compatibility problems: --added/withdrawn interfaces (functions, global variables) --changes to constants --problems in data types: --classes: added/withdrawn virtual functions (changes in layout of virtual table), virtual function positions, virtual function redefinitions --structural data types: added/withdrawn members (changes in layout of type structure), changes in members, size changes --enumerations: member value changes --interface problems: --parameter and return type changes --incorrect symbol versions The checker then generates a report that assesses the risks of any potential problems detected.
security/snoopy-1.9.0 (Score: 0.0022884025)
execve() wrapper and logger
snoopy is merely a shared library that is used as a wrapper to the execve() function provided by libc as to log every call to syslog (authpriv). System administrators may find snoopy useful in tasks such as light/heavy system monitoring, tracking other administrator's actions as well as getting a good 'feel' of what's going on in the system (for example Apache running CGI scripts).