Ports Search

Results 2,6012,610 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.016 seconds)
security/Crypt-Salt-0.01 (Score: 0.0019646739)
Perl extension to generate a salt to be fed into crypt
The single exported subroutine in this module is for generating a salt suitable for being fed to crypt() and other similar functions.
sysutils/tenshi-0.15 (Score: 0.0019646739)
Tenshi is a log monitoring program, designed to watch multiple logs
Tenshi is a log monitoring program, designed to watch one or more log files for lines matching user defined regular expressions and report on the matches. The regular expressions are assigned to queues which have an alert interval and a list of mail recipients. Queues can be set to send a notification as soon as there is a log line assigned to it, or to send periodic reports. Additionally, uninteresting fields in the log lines (such as PID numbers) can be masked with the standard regular expression grouping operators ( ). This allows cleaner and more readable reports. All reports are separated by hostname and all messages are condensed when possible.
textproc/dtdparse-2.00 (Score: 0.0019646739)
Parse a DTD and produce an XML document that represents it
DTDParse is a tool for manipulating XML and SGML Document Type Definitions (DTDs). DTDParse is designed primarily to aid in the understanding and documentation of DTDs.
textproc/rot-1.2 (Score: 0.0019646739)
Rotates a file so that lines become columns and vice versa
Rot rotates a file so that lines become columns and vice versa. This allows line-oriented Unix filters like grep to operate on columns instead.
www/mod_cfg_ldap-1.2 (Score: 0.0019646739)
Allows you to keep your virtual host configuration in a LDAP directory
mod_cfgldap can be used to keep VirtualHost configuration of the Apache web server in a LDAP directory and to make changes visible in nearly realtime.
www/django_compressor-2.0 (Score: 0.0019646739)
Compresses linked and inline JavaScript/CSS into a single cached file
Django Compressor combines and compresses linked and inline Javascript or CSS in a Django template into cacheable static files by using the compress template tag.
x11/slop-4.1.15 (Score: 0.0019646739)
Make a screen selection and print the selection coordinates to stdout
slop (Select Operation) is an application that collects a screen selection from the user and prints the selection's coordinates to stdout.
databases/q4m-0.9.13 (Score: 0.0019539832)
Message queue that works as a pluggable storage engine of MySQL
Q4M (Queue for MySQL) is a message queue licensed under GPL that works as a pluggable storage engine of MySQL 5.1, designed to be robust, fast, flexible. The development started in late December of 2007, and although it is very primitive, operates quite swiftly.
devel/lndir-1.0.3 (Score: 0.0019539832)
Create a shadow directory of symbolic links to another directory tree
The lndir program makes a shadow copy of a directory tree, except that the shadow is populated with symbolic links pointing at the real files in the original directory tree. This is usually useful for maintaining source code for different machine architectures.
devel/Cache-FastMmap-1.44 (Score: 0.0019539832)
Uses an mmap\'ed file to act as a shared memory interprocess cache
A shared memory cache through an mmap'ed file. It's core is written in C for performance. It uses fcntl locking to ensure multiple processes can safely access the cache at the same time. It uses a basic LRU algorithm to keep the most used entries in the cache.