Ports 搜索

共有8,048项符合/www/的查询结果,以下是第5,8715,880项(搜索用时0.004秒)
devel/lightning-2.1.0 (Score: 0.011843925)
Generates assembly language code at run-time
GNU lightning is a library that generates assembly language code at run-time; it is very fast, making it ideal for Just-In-Time compilers, and it abstracts over the target CPU, as it exposes to the clients a standardized RISC instruction set inspired by the MIPS and SPARC chips.
devel/luabind-0.9.1 (Score: 0.011843925)
Library that helps you create bindings between C++ and Lua
Luabind is a library that helps you create bindings between C++ and Lua. It has the ability to expose functions and classes, written in C++, to Lua. It will also supply the functionality to define classes in lua and let them derive from other lua classes or C++ classes. Lua classes can override virtual functions from their C++ baseclasses. It is written towards Lua 5.x, and does not work with Lua 4. It is implemented utilizing template meta programming. That means that you don't need an extra preprocess pass to compile your project (it is done by the compiler). It also means you don't (usually) have to know the exact signature of each function you register, since the library will generate code depending on the compile-time type of the function (which includes the signature). The main drawback of this approach is that the compilation time will increase for the file that does the registration, it is therefore recommended that you register everything in the same cpp-file.
devel/luafilesystem-1.6.3 (Score: 0.011843925)
Library to access directory structure and file attributes
LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution. LuaFileSystem offers a portable way to access the underlying directory structure and file attributes.
devel/m17n-db-1.7.0 (Score: 0.011843925)
Data files for the m17n library
This package contains the data files for the m17n library. m17n-lib currently supports input of more than 60 languages with more than 150 language specific input methods. m17n-db now incorporates a set of user-contributed input methods, formerly known as m17n-contrib. The package also provides the tbl2mim.awk script for conversion of keyboard files used by table based IMEngines of SCIM/IBus into m17n-lib's .mim format. The documentation is available through devel/m17n-docs.
devel/m17n-docs-1.5.5 (Score: 0.011843925)
m17n library documentation
This package contains the documentation files for the m17n library.
devel/m17n-lib-1.7.0 (Score: 0.011843925)
Library for the multilingual text handling
The m17n library provides following facilities to handle multilingual text. * M-text: A data structure for a multilingual text. It is basically a string but with attributes called text property, and is designed to substitute for the C string. It is the most important object of the m17n library. * Functions for creating and processing M-texts. * Functions for converting M-texts from/to strings encoded in various existing formats. * A huge character space, which contains all the Unicode characters and more non-Unicode characters. * Chartable: A data structure that contains per-character information efficiently. * Functions for inputting and displaying M-text on a window system. The documentation is available through devel/m17n-docs.
devel/binutils-2.15 (Score: 0.011843925)
The binutils cross-toolchain for the 6811
This is a 6811 cross toolchain for FreeBSD. The GNU binutils contain: as, ld, ar, objcopy, objdump and many other utilities. The format of object files is ELF-32. The GNU Binutils support translation to other formats such as S-records, Intel HEX records, ...
devel/mimir-2.15 (Score: 0.011843925)
Data-structure library used by the Elan Programming Environment
Mimir is a library used by the Elan programming language for the generation of internal data structures to maintain the abstract syntax tree and intermediate code. Its usage is not restricted to the Elan programming language itself though.
devel/msp430-debug-stack-3.05.01.01 (Score: 0.011843925)
TI MSP430 debugging interface library
TI MSP430 debugging interface library
devel/mq4cpp-1.16 (Score: 0.011843925)
Message Queuing for C++
MQ4CPP, or "Message Queuing for C++", is an open source implementation of enterprise messaging system, also referred to as message-oriented middleware (MOM).