Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第9,7419,750项(搜索用时0.01秒)
devel/maven-wrapper-1 (Score: 1.3121418E-4)
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/git-cinnabar-0.4.0.b3 (Score: 1.3121418E-4)
Git remote helper to interact with Mercurial repositories
git-cinnabar is a git remote helper to interact with mercurial repositories. Contrary to other such helpers, it doesn't use a local mercurial clone under the hood, although it currently does require mercurial to be installed for some of its libraries.
devel/Reflex-0.099 (Score: 1.3121418E-4)
Class library for flexible, reactive programs
Reflex - A class library for flexible, reactive programs. Reflex is a library of classes that assist with writing reactive (AKA event-driven) programs. Reflex uses Moose internally, but it doesn't enforce programs to use Moose's syntax. However, Moose syntax brings several useful features we hope will become indispensible.
devel/monodevelop-5.0.1 (Score: 1.3121418E-4)
IDE for the .NET platform
MonoDevelop is a free GNOME integrated development environment (IDE) primarily designed for C# and other .NET languages. It was originally a port of SharpDevelop 0.98. The main features of MonoDevelop are: * Code Completion * Class Management * Built-in Help * Project Support * Add-ins
devel/monotone-viz-1.0.2 (Score: 1.3121418E-4)
Visual interface for Monotone VCS with revision graphs
Monotone-viz is a small GTK+ application that visualizes monotone ancestry graphs. Monotone is a free distributed version control system. Monotone-viz is developed in the Objective Caml language, using the GTK+ and libgnomecanvas libraries (via LablGTK, an OCaml binding for GTK+), and it uses the dot program from the Graphviz package.
devel/mpatrol-1.4.8 (Score: 1.3121418E-4)
Dynamic memory debugging and profiling library
The mpatrol library is a powerful debugging tool that attempts to diagnose run-time errors that are caused by the wrong use of dynamically allocated memory. It acts as a malloc() debugger for debugging dynamic memory allocations, although it can also trace and profile calls to malloc() and free() too.
devel/mspdebug-0.23.20151024 (Score: 1.3121418E-4)
Debugger for use with MSP 430 MCUs
MSPDebug is a free debugger for use with MSP430 MCUs. It supports FET430UIF, eZ430, RF2500 and Olimex MSP-JTAG-TINY programmers. It can be used as a proxy for gdb or as an independent debugger with support for programming, disassembly and reverse engineering.
devel/ndesk-dbus-0.6.1a (Score: 1.3121418E-4)
C# implementation of D-Bus
This is a C# implementation of D-Bus. It's often referred to as "managed D-Bus" to avoid confusion with existing bindings (which wrap libdbus). D-Bus is an inter-process communication framework that lets applications interface with the system event bus as well as allowing them to talk to one another in a peer-to-peer configuration.
devel/orc-0.4.25 (Score: 1.3121418E-4)
Library and toolset to operate arrays of data
Orc - The Oil Runtime Compiler Orc is a library and set of tools for compiling and executing very simple programs that operate on arrays of data. The "language" is a generic assembly language that represents many of the features available in SIMD architectures, including saturated addition and subtraction, and many arithmetic operations. (OIL stands for Optimized Inner Loops)
devel/al-0.9.3 (Score: 1.3121418E-4)
Defines an abstract type of buffer that can move data without copying
OSSP al defines an abstract data type of a data buffer that can assemble, move and truncate chunks of data in a stream but avoids actual copying. It was built to deal efficiently with communication streams between software modules. It especially provides flexible semantical data attribution through by-chunk labeling. It also has convenient chunk traversal methods and optional OSSP ex based exception handling.