Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第1,2611,270项(搜索用时0.012秒)
devel/duplo-0.2.0 (Score: 0.0019514193)
Find duplicated code blocks in large C/C++/Java/C
Duplicated source code blocks can harm maintainability of software systems. Duplo is a tool to find duplicated code blocks in large C/C++/Java systems.
japanese/kaname12-1.1 (Score: 0.0019513204)
12-dot Kanji font
Japanese 12 dot font named `kanamecho'. kaname-latin1.pcf:-MNKANAME-Fixed-Medium-R-Normal--12-110-75-75-C-60-\ ISO8859-1 knmhn12x.pcf:-MNKANAME-Fixed-Medium-R-Normal--12-110-75-75-C-60-\ JISX0201.1976-0 knm12p.pcf:-MNKANAME-Fixed-Medium-R-Normal--12-110-75-75-P-120-\ JISX0208.1983-0 knm12pb.pcf:-MNKANAME-Fixed-Bold-R-Normal--12-110-75-75-P-120-\ JISX0208.1983-0 knmzn12x.pcf:-MNKANAME-Fixed-Medium-R-Normal--12-110-75-75-C-120-\ JISX0208.1983-0 knmzn12xb.pcf:-MNKANAME-Fixed-Bold-R-Normal--12-110-75-75-C-120-\ JISX0208.1983-0 You can also use 'k12' as an alias for knmzn12x.pcf, 'k12b' for knmzn12xb.pcf, 'r12' for knmhn12x.pcf, and 'a12' for kaname-latin1.pcf. Simple usage: % kterm -fn a12 -fk k12 -fl r12 % mule -fn r12
net-p2p/ctorrent-3.3.2 (Score: 0.0019492692)
BitTorrent Client written in C for FreeBSD and Linux
CTorrent is a BitTorrent (be know as BT usually) Client program written in C for FreeBSD and Linux. Fast and small are CTorrent`s two strengths.
textproc/libnxml-0.18.3 (Score: 0.0019492692)
C library for writing XML 1.0/1.1 files or streams
nXML is a C library for parsing, writing and creating XML 1.0 and 1.1 files or streams. It supports utf-8, utf-16be and utf-16le, ucs-4 (1234, 4321, 2143, 2312).
www/http-parser-0.8.3 (Score: 0.0019492692)
HTTP request/response parser for python in C
HTTP request/response parser for Python compatible with Python 2.x (>=2.6), Python 3 and Pypy. If possible a C parser based on http-parser from Ryan Dahl will be used.
x11-toolkits/gdl-3.18.0 (Score: 0.0019414667)
Components intended to be shared between GNOME development tools
Gnome Devtool Libraries ======================= This package contains components and libraries that are intended to be shared between Scaffold, the new GNOME 2 development system. The current pieces of GDL include: - A code-editing bonobo component based on GtkSourceView - An utility library that also contains the stubs and skels for the above components (gdl).
devel/asmx-1.8.2 (Score: 0.0019409528)
Multi-CPU macro assembler for many major 8-bit and 16-bit CPUs
This is a multi-CPU macro assembler for many major 8-bit and 16-bit CPUs which can assemble code for multiple CPUs in the same source file. Current CPUs supported: * RCA 1802 * MOS Technology 6502, 65C02 and 6502 with undocumented instructions * WDC 65816 (lacks some addressing mode support) * Motorola 6809 * Motorola 6800/6801/68HC11 and Hitachi 6303 * Motorola 6805/68HSC08 * Motorola 68HC16 * Motorola 68000/68010 * Intel 8051 * Intel 8080, 8085, and 8085 with undocumented instructions * Fairchild F8 * Atari Jaguar "Tom" and "Jerry" coprocessors * Zilog Z-80 and Nintendo Gameboy Z-80 variant
www/pserv-3.4 (Score: 0.0019399885)
Portable and small webserver written in C
pServ is a small, portable HTTP server. It is written in pure C for speed and portability. It runs as a standalone program and does not require inetd. It should be small enough to be used in a mobile computer or to be run on your obsolete workstation you have somewhere. This port contains a patched version to support the execution of php scripts.
x11-fonts/suxus-1.5 (Score: 0.0019340765)
X11 font designed to be small yet easily read
An x11 font designed to be small yet easily read.
devel/re2-20151101 (Score: 0.0019319612)
Fast C++ regex library
RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. RE2 uses automata theory to guarantee that regular expression searches run in time linear in the size of the input. RE2 implements memory limits, so that searches can be constrained to a fixed amount of memory. RE2 is engineered to use a small fixed C++ stack footprint no matter what inputs or regular expressions it must process; thus RE2 is useful in multithreaded environments where thread stacks cannot grow arbitrarily large.