Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第3,1213,130项(搜索用时0.009秒)
shells/jailkit-2.19 (Score: 2.0746785E-4)
Utilities to limit user accounts to specific files and/or commands
Jailkit is a set of utilities to limit user accounts to specific files using chroot() and or specific commands. Setting up a chroot shell, a shell limited to some specific command, or daemon inside a chroot jail is a lot easier and can be automated using these utilities.
sysutils/crashme-2.4 (Score: 2.0746785E-4)
Tool to test an operating system's robustness
Crashme is a very simple program that tests the operating environment's robustness by invoking random data as if it were a procedure. The standard signals are caught and handled with a setjmp back to a loop which will try again to produce a fault by executing random data. Some people call this stress testing.
sysutils/jvmtop-0.8.0 (Score: 2.0746785E-4)
Lightweight console application to monitor running jvms
Jvmtop is a lightweight console application to monitor all accessible, running jvms on a machine. In a top-like manner, it displays JVM internal metrics (e.g. memory information) of running java processes. It's tested with different releases of Oracle JDK, IBM JDK and OpenJDK on FreeBSD, Linux, Solaris and Windows hosts. Jvmtop requires a JDK - a JRE will not suffice.
sysutils/dlipower-0.7.165 (Score: 2.0746785E-4)
CLI interface to Digital Logger's (DLI) Power Strips
This is a python module and a script to mange the Digital Loggers Web Power switch. The module provides a python class named PowerSwitch that allows managing the web power switch from python programs. When run as a script this acts as a command line utility to manage the DLI Power switch.
sysutils/hieracles-0.3.6 (Score: 2.0746785E-4)
CLI tool for Hiera parameters visualisation and analysis
Hieracles is a command-line tool for analysis and deep examination of Hiera parameters in a Puppet setup. It can be used to quickly visualize, from a local puppet (typically on a developers environment), all the Hiera params related to a specific node.
sysutils/udfclient-0.7.5 (Score: 2.0746785E-4)
Tools for UDF filesystem
UDFclient is a userland implementation of the UDF filingsystem as defined by the OSTA group. UDFclient is designed to be a study platform and a run-up to a full read and write kernel level implementation. UDFclient basicly provides a userinterface not unlike ftp(1) but allways fetches files recursively from the disc(s).
sysutils/xfce4-fsguard-plugin-1.0.2 (Score: 2.0746785E-4)
Panel plugin which displays free space of mountpoint
The FSGuard panel plugin checks free space on a chosen mount point and displays a message when a limit is reached. There are two limits: - a warning limit where only the icon changes - an urgent limit that advise the user with a message
textproc/libcue-2.1.0 (Score: 2.0746785E-4)
CUE Sheet Parser Library
Libcue is intended to parse a so called cue sheet from a char string or a file pointer. For handling of the parsed data a convenient API is available. This project is meant as a fork of cuetools by Svend Sorensen which saw it last release in 02/2006.
textproc/Text-LTSV-0.08 (Score: 2.0746785E-4)
Perl extension for Labeled Tab Separated Value manipulator
Labeled Tab-separated Values (LTSV) format is a variant of Tab-separated Values (TSV). Each record in a LTSV file is represented as a single line. Each field is separated by TAB and has a label and a value. The label and the value have been separated by ':'.
textproc/XML-DOMHandler-1.0 (Score: 2.0746785E-4)
Call-back interface to DOM
This module creates a layer on top of DOM that allows you to program in a "push" style rather than "pull". Once the document has been parsed and you have a DOM object, you can call on the DOMHandler's traverse() method to apply a set of call-back routines to all the nodes in a tree.