Ports Search

Results 831840 of 5,886 for /net-im/.(0.006 seconds)
security/ipfcount-0.2.1 (Score: 0.028000748)
Summarise ipf logs by counting and sorting the fields
ipfcount reads ipf(8) logs and extracts the following fields: iface group rule action shost sport dhost dport proto flags type dir You can then print lists like 'top <n> blocked ports', 'top <n> blocked hosts', or 'incoming connections sorted by interface and protocol'. For more sophisticated lists, you can filter the entries using Perl expressions.
security/scamp-5.6 (Score: 0.028000748)
Download & Install additional definition files for Clamav
This Bash script will download and install definition files for Clamav from the following sites: sanesecurity.com malware.com.br clamav.securiteinfo.com
sysutils/fusefs-2.9.5 (Score: 0.028000748)
FUSE allows filesystem implementation in userspace
FUSE makes it possible to implement a filesystem in a userspace program. Features include: simple yet comprehensive API, secure mounting by non-root users, support for RELENG_6 and RELENG_7 FreeBSD kernels, multi-threaded operation.
sysutils/radmind-1.14.1 (Score: 0.028000748)
Utility for administering filesystem changes
radmind is a set of tools for creating filesystem diffs which can be loaded over the network. This is useful for administering a large number of hosts at the filesystem level. It can also act as an intelligent tripwire. This port contains security and functionality patches through May 22, 2014.
sysutils/syslogger-1.0 (Score: 0.028000748)
Logger(1) like tool that sends file or pipe througth syslog
syslogger is a software that send file into syslog (local or remote). This can be used for example to send a pipe like for example apache log into a remote system.
www/dtse-1.3 (Score: 0.028000748)
Indexing search engine for use on small websites
Douglas Thrift's Search Engine is an indexing search engine for use on small websites such as personal or small business sites. It is designed to be very similar to Google for end users and its output is customizable. For indexing, it supports both the Robots Exclusion Protocol and the Robots META Tag as specified at http://www.robotstxt.org/wc/exclusion.html.
www/mod_mpm_itk-2.4.7 (Score: 0.028000748)
This MPM allows you to run each vhost under a separate uid and gid
apache2-mpm-itk (just mpm-itk for short) is an MPM (Multi-Processing Module) for the Apache web server. mpm-itk allows you to run each of your vhost under a separate uid and gid - in short, the scripts and configuration files for one vhost no longer have to be readable for all the other vhosts.
x11/xxkb-1.11.1 (Score: 0.028000748)
XKB keyboard layout indicator and switcher
The xxkb program is a keyboard layout switcher and indicator. Unlike the programs that reload keyboard maps and use their own hot-keys, xxkb is a simple GUI for XKB (X keyboard extension) and just sends commands to and accepts events from XKB. That means that it will work with the existing configuration of X11 server without any modifications. Additional features include: - Remembers the current layout in each application and switches to it on window focus change - Can put its own icon on an application window titlebar - Allows to designate two main layouts from multi-layout keymaps - Alternative layouts can be set separately for each application and can be changed during run-time - Supports custom actions for certain windows (e.g. ignore, set initial active layout on application startup) - Can be docked as a docklet or placed in the system tray
irc/NetHirc-0.94 (Score: 0.027976938)
Perl-based IRC client that uses Net::IRC
Console IRC client written in Perl, based on widely popular NetHack game.
www/multipart-post-2.0.0 (Score: 0.027668342)
Ruby Library that Use with Net::HTTP to do multipart form posts
multipart-post adds a streamy multipart form post capability to Net::HTTP. Also supports other methods besides POST.