Ports 搜索

共有5,161项符合/ports-mgmt/的查询结果,以下是第1,1511,160项(搜索用时0.005秒)
devel/luabind-0.9.1 (Score: 0.006224396)
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/bitlib-24 (Score: 0.006224396)
Tiny library for bitwise operations
bitlib is a tiny library for bitwise operations.
devel/lgi-0.9.0 (Score: 0.006224396)
Lua bindings to libraries using GObject-Introspection
LGI is a gobject-introspection based dynamic Lua binding to GObject-based libraries. It allows using GObject-based libraries directly from Lua.
devel/binutils-2.15 (Score: 0.006224396)
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/menhir-20160303 (Score: 0.006224396)
LR(1) parser generator for OCaml
Menhir is a LR(1) parser generator for the OCaml programming language. It is 90% compatible to ocamlyacc (included with the OCaml distribution), and it has some advantages over ocamlyacc, such as limited EBNF support, LR(1) generation instead of LALR(1), better conflict explanation and production of reentrant parsers (amongst others).
devel/mico-2.3.13 (Score: 0.006224396)
Secure, reliable, production-quality, standards-based CORBA middleware
The acronym MICO expands to MICO Is CORBA. The intention of this project is to provide a freely available and fully compliant implementation of the latest CORBA standard for C++ developers. Here is some of MICO features: * Multi-threaded * Dynamic Invocation Interface (DII) and Dynamic Skeleton Interface (DSI) * Interface Repository (IR) with graphical Interface Repository browser * IIOP as native protocol (ORB prepared for multiprotocol support) * Portable Object Adapter (POA) and Basic Object Adapter (BOA) support * Objects by Value (OBV) * CORBA Components (CCM) * Dynamic Any * Portable Interceptors (PI) * Support for secure communication and authentication using SSL * Support for nested method invocations * Any offers an interface for inserting and extracting constructed types that were not known at compile time * CORBA Services: o Interoperable Naming service, o Trading service, o Event service, o Relationship service, o Property service, o Time service, o Security service
devel/maven-wrapper-1 (Score: 0.006224396)
Wrapper script for the various installations of Maven
The maven-wrapper provides a convenient way to switch between several Maven installations. - By setting the M2_HOME environment variable the user can select the Maven instance to use. - A default Maven instance is selected according to the files in /usr/local/etc/maven/instances.d/
devel/directx-20020518 (Score: 0.006224396)
DirectX header files for use with MinGW
DirectX header files for use with MinGW. These header files are used by the SDL project to compile SDL on Cygwin, but can also be used to compile native applications for Windows with MinGW.
devel/mime-1.1 (Score: 0.006224396)
C library to parse mime data
This package allows you to decode multipart mime messages. I wrote this so that my cgiparse library can understand multipart/form-data. I was looking at the various ways of doing it with out designing an entire library. After thinking about the problem, there were to many edge cases, and designing an entire library would be better. This is the results of the work. It definitely could use some cleaning up.
devel/pdcurses-3.4 (Score: 0.006224396)
Curses and Panel terminal library for Windows
PDCurses is a Curses and Panel implementation for Microsoft Windows. This port compiles it using MinGW32.