Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第16,52116,530项(搜索用时0.041秒)
devel/monotone-1.1 (Score: 8.118464E-5)
Distributed version control system with digital signatures
Monotone is a distributed version control tool. It can help automate many tedious and error-prone tasks in group software development. * Store multiple versions of files you are working on efficiently. * Transmit changes to files between you and your colleagues. * Merge changes you make with those your colleagues make. * Make notes about your opinion of the quality of versions of files. * Make decisions about using or ignoring versions, depending on the notes you receive from others.
devel/newt-0.52.19 (Score: 8.118464E-5)
Not Eriks Windowing Toolkit: console I/O handling library
Newt is a windowing toolkit for text mode built from the slang library. It allows color text mode applications to easily use stackable windows, push buttons, check boxes, radio buttons, lists, entry fields, labels, and displayable text. Scrollbars are supported, and forms may be nested to provide extra functionality. Besides the newt library, this port provides whiptail, which may be used from shell scripts similarly to Savio Lam's "dialog". Newt provides the textual interface for the Red Hat and Debian boot disks.
devel/cmdliner-0.9.8 (Score: 8.118464E-5)
OCaml module for handling of command line interfaces
Cmdliner is an OCaml module for the declarative definition of command line interfaces. It provides a simple and compositional mechanism to convert command line arguments to OCaml values and pass them to your functions. The module automatically handles syntax errors, help messages and UNIX man page generation. It supports programs with single or multiple commands (like darcs or git) and respects most of the POSIX and GNU conventions.
devel/oniguruma-4.7.1 (Score: 8.118464E-5)
BSDL Regular Expressions library compatible with POSIX/GNU/Perl
Oniguruma is a BSDL Regular Expression library written for ruby-m17n, which implements all of Perl extensions, many of .NET extensions plus more. It provides multiple APIs for ease of use; GNU regex compatible API, POSIX regex compatible API and its own. This library is multilingualized by design and can have one encoding for each regex object. Currently supported character encodings are ASCII, UTF-8, EUC-JP and Shift_JIS. 4.x supports Ruby1.9.
devel/oniguruma-5.9.6 (Score: 8.118464E-5)
BSDL Regular Expressions library compatible with POSIX/GNU/Perl
Oniguruma is a BSDL Regular Expression library written for ruby-m17n, which implements all of Perl extensions, many of .NET extensions plus more. It provides multiple APIs for ease of use; GNU regex compatible API, POSIX regex compatible API and its own. This library is multilingualized by design and can have one encoding for each regex object. Currently supported character encodings are ASCII, UTF-8, EUC-JP and Shift_JIS. 4.x supports Ruby1.9.
devel/opencvs-20151230 (Score: 8.118464E-5)
BSD-licensed CVS implementation
OpenCVS is a FREE implementation of the Concurrent Versions System, the most popular open source revision control software. It can be used as both client and server for repositories and provides granular access control over data stored in the repository. It aims to be as compatible as possible with other CVS implementations, except when particular features reduce the overall security of the system. Among other things, support for the pserver connection mechanism has been dropped because of security issues with the authentication mechanism.
devel/opendht-0.5.2 (Score: 8.118464E-5)
Lightweight Distributed Hash Table implementation
A lightweight C++11 Distributed Hash Table implementation originally based on https://github.com/jech/dht by Juliusz Chroboczek. * Light and fast C++11 Kademlia DHT library. * Distributed shared key->value data-store * Clean and powerfull distributed map API with storage of arbitrary binary values of up to 56 KB. * Optional public key cryptography layer providing data signature and encryption (using GnuTLS). * IPv4 and IPv6 support. * Python binding.
devel/opengrok-0.12.1.5 (Score: 8.118464E-5)
Fast and powerful code search and cross-reference engine
OpenGrok is a fast source code search and cross reference engine. It helps you search, cross-reference and navigate your source tree. It can understand various program file formats and version control histories like Mercurial, Git, SCCS, RCS, CVS, Subversion, Teamware, ClearCase, Perforce and Bazaar. In other words it lets you grok (profoundly understand) the open source, hence the name OpenGrok. It is written in Java.
devel/mercurial-3.9.1 (Score: 8.118464E-5)
Fast, lightweight source control management system
Mercurial is a fast, lightweight source control management system designed for efficient handling of very large distributed projects. Features include: * O(1) delta-compressed file storage and retrieval scheme * Complete cross-indexing of file and changesets for efficient exploration of project history * Robust SHA1-based integrity checking and append-only storage model * Decentralized development model with arbitrary merging between trees * High-speed HTTP-based network merge protocol * Easy-to-use command-line interface * Integrated stand-alone web interface * Small Python codebase * GPL license
devel/Algorithm-C3-0.10 (Score: 8.118464E-5)
Module for merging hierarchies using the C3 algorithm
This module implements the C3 algorithm. I have broken this out into it's own module because I found myself copying and pasting it way too often for various needs. Most of the uses I have for C3 revolve around class building and metamodels, but it could also be used for things like dependency resolution as well since it tends to do such a nice job of preserving local precedence orderings.