Ports Search

Results 6,9816,990 of 17,660 for descr%3A%22spam filter%22.(0.017 seconds)
devel/librevisa-vish-0.0.20130714 (Score: 1.607039E-4)
Open Source VISA shell 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/libslang2-2.3.0 (Score: 1.607039E-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: 1.607039E-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: 1.607039E-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: 1.607039E-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: 1.607039E-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: 1.607039E-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: 1.607039E-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: 1.607039E-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: 1.607039E-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.