Ports Search

Results 15,82115,830 of 17,660 for descr%3A%22spam filter%22.(0.019 seconds)
sysutils/paicc-1.4 (Score: 9.2782444E-5)
Paint Changed Characters
This command turns the static output from one or more Unix commands into a dynamic, pageable, real-time display. You specify the command(s) and the delay period between screen refreshes and Paint Changed Characters does the rest, including optimizations to minimize cursor movement and the number of transmitted characters.
sysutils/gosa-2.6.10 (Score: 9.2782444E-5)
Web Based LDAP Administration Program
GOsa is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Provided is access to posix, shadow, samba, proxy, fax, and kerberos accounts. It is able to manage the postfix/cyrus server combination and can write user adapted sieve scripts.
sysutils/pciutils-3.5.1 (Score: 9.2782444E-5)
PCI configuration utilities
The PCI Utilities package contains various utilities dealing with the PCI bus, and also a library for portable access to PCI configuration registers. It includes `lspci' for listing all PCI devices (very useful for debugging of both kernel and device drivers) and `setpci' for manual configuration of PCI devices.
sysutils/Horde_Vfs-2.3.3 (Score: 9.2782444E-5)
Horde Virtual File System API
This package provides a Virtual File System API, with backends for: * SQL * FTP * Local filesystems * Hybrid SQL and filesystem * Samba * SSH2/SFTP * IMAP (Kolab) Reading, writing and listing of files are all supported, and there are both object-based and array-based interfaces to directory listings.
sysutils/rclean-1.14 (Score: 9.2782444E-5)
Command-line rc.conf ordering and cleaning tool
rclean provides a command-line tool to order and clean content of rc.conf, using option order from /etc/defaults/rc.conf and printing only choices that were different by the default value in /etc/rc.conf. Output is customizable from "only used values" to "full listing".
sysutils/rdate-20150501 (Score: 9.2782444E-5)
Sets the clock of the local host to the time of another host
rdate(8) sets the clock of the local host to the time of another host. OpenBSD's rdate is a much improved version of the original rdate(8) by Christos Zoulas. This version not only supports RFC 868, but also RFC 5905 (NTP, SNTP), which is now used by default. Both IPv4 and IPv6 are supported.
sysutils/pipemeter-1.1.3 (Score: 9.2782444E-5)
Tool for displaying pipe status information
pipemeter - measure speed of data going through a pipe/redirection Features: - Shows speed of data moving from input to output - Shows percentage complete if regular file specified - Allows tuning of block size and display interval - Support for dd style block size specification
sysutils/progsreiserfs-0.3.1.r8 (Score: 9.2782444E-5)
Utilities and library to manipulate ReiserFS partitions
This is a library for reiserfs filesystem access and manipulation. The primary goal is to develop the nice, full functionality library wich might be linked against any projects which needed reiserfs filesystem access. There are GNU Parted, GNU GRUB, Yaboot, Partimage, EVMS, etc. progsreiserfs supports versions 3.5, 3.6 with standard and relocated journal.
sysutils/rtty-4.0 (Score: 9.2782444E-5)
Multiuser "tip"/"cu" replacement with logging
Rtty is "remote tty" (not radioteletype). You run a server per port and then connect to that server from any number of "tip"/"cu"-like clients. I wrote it for our console concentrator, but there's no reason other than performance why you couldn't use it to drive modems, printers, prom programmers, and so on.
sysutils/puppet-lint-2.0.0 (Score: 9.2782444E-5)
Checks Puppet manifests against the style guide
Puppet-lint checks your Puppet manifests against the Puppet Labs style guide and alerts you to any discrepancies. You can test a single manifest file by running: puppet-lint <path to file> If you want to test your entire Puppet manifest directory, you can add require 'puppet-lint/tasks/puppet-lint' to your Rakefile and then run: rake lint