Ports Search

Results 841850 of 5,886 for /net-im/.(0.027 seconds)
textproc/Net-Snort-Parser-1.41 (Score: 0.027597686)
Perl modules for parsing Snort configuration files
These modules provide a basis for parsing snort configuration files and rules, allow tools to be built that muck with rulesets with less effort. An example tool, snortconfig, is included.
mail/Mail-Freshmeat-1.20 (Score: 0.027364284)
Perl module to parse daily newsletters from freshmeat.net
Mail::Freshmeat is a parser for the daily newsletters from freshmeat.net. See <http://www.new.ox.ac.uk/~adam/computing/fmscore/> for what may be the only sensible application of this module. (Quick summary: fmscore is a Perl5 program which uses Mail::Freshmeat to parse freshmeat daily e-mail newsletters, and then rank them by interest according to highly flexible user-supplied ranking rules. Articles below a specified score will be removed from the output. fmscore is ideal for use as a procmail filter.)
devel/libsmpp34-1.10 (Score: 0.027124707)
Provide an implementation of SMPP-3.4 protocol for PDUs handling
The main focus of the library is to work in packaging and unpackaging of data structures. While this implementation uses SMPP-3.4, the aim is to generate a simple way to implement any proprietary protocol on TCP.
devel/gitosis-0.2.20090917 (Score: 0.027124707)
Software for hosting git repositories
Manage git repositories, provide access to them over SSH, with tight access control and not needing shell accounts. Gitosis aims to make hosting git repos easier and safer. It manages multiple repositories under one user account, using SSH keys to identify users. End users do not need shell accounts on the server, they will talk to one shared account that will not let them run arbitrary commands.
mail/bogom-1.9.2 (Score: 0.027124707)
Simple sendmail milter to interface bogofilter
The bogom plugin can be used with the milter API of sendmail to filter mails using bogofilter bayesian filter. It is intended to be used with only one words database for the whole system.
misc/flag-1.0.5 (Score: 0.027124707)
Turn the hostname into a colourful and visually distinctive ansi flag
flag Produces a cute little ansi colour 'flag' based off a hash of the machine's hostname (or settable via ~/.flag or /etc/flag) which can uniquely visually identify a machine, at a glance. Useful for placing into /etc/issue or your bash prompt, so that you don't send stupid commands to the wrong machine.
net-im/latex-1.0 (Score: 0.027124707)
Display LaTeX output in your IMs
This is a plugin for Pidgin that allows you to display LaTeX output in your IMs.
security/pam_pwdfile-0.99 (Score: 0.027124707)
Pam module for authenticating with flat passwd files
This is a PAM module which allows authentication against alternate passwd files.
security/ssl-admin-1.2.1 (Score: 0.027124707)
OpenSSL certificate manager with OpenVPN support
ssl-admin was designed to create a user-friendly, menu-driven interface to the OpenSSL programs. ssl-admin will help you do the following tasks with SSL certificates: * Create your own CA certificate. * Create new Certificate Signing Requests * Sign existing Certificate Signing Requests * Manage Certificate Revokation Lists * Export configurations and certificates for OpenVPN.
shells/shell-include-0.1.2 (Score: 0.027124707)
Include system for shell scripts
Allows include files to be used in shells the same way they are with C. The file with the include code needs to be included. This is done by figuring out were it is located using which. . `which sh-include` will take care of it for sh. sh example... . `which sh-include` include fileGetLine line=`fileGetLine /etc/group 4`