Ports Search

Results 7,6217,630 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.011 seconds)
devel/libslang2-2.3.0 (Score: 2.1584389E-4)
Routines for rapid alpha-numeric terminal applications development
S-Lang is a multi-platform programmer's library designed to allow a developer to create robust multi-platform software. It provides facilities required by interactive applications such as display/screen management, keyboard input, keymaps, and so on. The most exciting feature of the library is the slang interpreter that may be easily embedded into a program to make it extensible.
devel/librevisa-vxi-0.0.20121221 (Score: 2.1584389E-4)
Open Source VISA VXI-11 (TCP/IP RPC bindings)
VISA is a multivendor standard for interfacing test and measurement equipment. LibreVISA aims to be a compliant implementation of the VISA standard in a free software library. Currently support for targets connected via USB, exposing the USBTMC interface, and VXI-11 devices.
devel/librevisa-0.0.20130412 (Score: 2.1584389E-4)
Library for interfacing test and measurement equipment
VISA is a multivendor standard for interfacing test and measurement equipment. LibreVISA aims to be a compliant implementation of the VISA standard in a free software library. Currently support for targets connected via USB, exposing the USBTMC interface, and VXI-11 devices.
devel/libublio-20070103 (Score: 2.1584389E-4)
User space caching library
This is a user space caching library, currently used by FreeBSD and Mac OS X to improve performance of NTFS-3G (sysutils/fusefs-ntfs port), because these systems don't have a block device cache, giving a very slow read/write rate. Note that libublio is _not_ thread safe.
devel/ncc-2.8 (Score: 2.1584389E-4)
Program analysis tool and call-graph navigator
ncc is a compiler that produces program analysis information. ncc is a decent replacement of cflow and cscope able to analyse any program using the gcc compiler. The program also includes a graphical call-graph navigator and source browser which is extremely practical for hacking and comprehending large projects.
devel/lldb-3.7 (Score: 2.1584389E-4)
LLVM Debugger (use devel/llvm37)
LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. This is a meta port. The Clang compiler is installed by the devel/llvm-devel port.
devel/lldb-3.8 (Score: 2.1584389E-4)
LLVM Debugger (use devel/llvm38)
LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. This is a meta port. The Clang compiler is installed by the devel/llvm38 port.
devel/classes-4.00 (Score: 2.1584389E-4)
Ocaml Object interface for ocaml's standard library modules
The library is composed of 9 modules, each containing a single class, and eventually some creation functions. Each of theses classes corresponds almost exactly to a module in the standard library, and only makes it object-oriented. Only Ogenlex adds a new feature, indexing on the input stream.
devel/CLASS-1.00 (Score: 2.1584389E-4)
Alias for __PACKAGE__
[BCLASS and $CLASS are both synonyms for __PACKAGE__. Easier to type. $CLASS has the additional benefit of working in strings. CLASS is a constant, not a subroutine call. $CLASS is a plain variable, it is not tied. There is no performance loss for using CLASS over __PACKAGE__ except the loading of the module.
devel/Class-Autouse-2.01 (Score: 2.1584389E-4)
Defer loading of one or more classes
Class::Autouse allows you to specify a class the will only load when a method of that class is called. For large classes that might not be used during the running of a program, such as Date::Manip, this can save you large amounts of memory, and decrease the script load time.