Ports Search

Results 601610 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.009 seconds)
archivers/tar-1.29 (Score: 0.007836135)
GNU version of the traditional tape archiver
The Free Software Foundation's "tar" tape archiver. GNU tar saves many files together into a single tape or disk archive, and can restore individual files from the archive. It includes multivolume support, the ability to archive sparse files, automatic archive compression/decompression, remote archives and special features that allow tar to be used for incremental and full backups. This distribution also includes rmt, the remote tape server. Note that this port will install these utilities with a 'g' prefix, e.g. gtar, but the man pages and info documentation will refer to them without the 'g' prefix.
devel/Regexp-Compare-0.24 (Score: 0.007836135)
Partial ordering for regular expressions
Regexp::Compare implements a function comparing regular expressions: it returns true if all strings matched by the first regexp are also matched by the second. It's meant to be used for optimization of blacklists implemented by regular expressions (like, for example, http://www.communitywiki.org/cw/BannedContent). False return value does not imply that there's a string matched by the first regexp which isn't matched by the second - many regular expressions (i.e. those containing Perl code) are impossible to compare, and this module doesn't even implement all possible comparisons.
games/tileworld-1.3.0 (Score: 0.007836135)
Emulation of the game "Chip's Challenge"
Tile World is an emulation of the game "Chip's Challenge". "Chip's Challenge" was originally written for the Atari Lynx by Chuck Sommerville, and was later ported to MS Windows by Microsoft (among other ports). "Chip's Challenge" is a game made up of both intellectually engaging puzzles and situations demanding fast reflexes. As you might have guessed, it is a tile-based game. The object of each level is simply to get out -- i.e., to find and achieve the exit tile. This simple task, however, can sometimes be extremely challenging.
mail/crm114-20100106 (Score: 0.007836135)
Markov based SpamFilter
CRM114 is a system to examine incoming e-mail, system log streams, data files or other data streams, and to sort, filter, or alter the incoming files or data streams according to the user's wildest desires. Criteria for categorization of data can be by satisfaction of regexes, by sparse binary polynomial matching with a Bayesian Chain Rule evaluator, or by other means. Accuracy of the SBPH/BCR classifier has been seen in excess of 99 per cent, for 1/4 megabyte of learning text. In other words, CRM114 learns, and it learns fast.
textproc/XML-DifferenceMarkup-1.05 (Score: 0.007836135)
This module implements an XML diff producing XML output
This module implements an XML diff producing XML output. Both input and output are DOM documents, as implemented by XML::LibXML. The diff format used by XML::DifferenceMarkup is meant to be human-readable (i.e. simple, as opposed to short) - basically the diff is a subset of the input trees, annotated with instruction element nodes specifying how to convert the source tree to the target by inserting and deleting nodes. To prevent name colisions with input trees, all added elements are in a namespace http://www.locus.cz/XML/DifferenceMarkup (the diff will fail on input trees which already use that namespace).
Perl extension to serve pre-gzipped content to capable clients
Plack::Middleware::Precompressed is an alternative (or rather, complement) to middlewares like Deflater, which will compress response bodies on the fly. For dynamic resources, that behaviour is necessary, but for static resources it is a waste: identical entities will be compressed over and over. Instead, Precompressed allows you to compress static resources once, e.g. as part of your build process, and then serve the compressed resource in place of the uncompressed one for compression-enabled clients. To do so, it appends a .gz suffix to the request URI and tries to serve that. If that fails, it will try again with the unmodified URI.
japanese/mailman-2.1.14.j7 (Score: 0.007834223)
Japanized mailman which is a mailing list manager with a web front-end
This is the +j version Mailman which solves issues about platform dependent characters in e-mail written in Japanese language and includes additional patches. Security and Features: - An XSS vulnerability, CVE-2011-0707, has been fixed. - A new mm_cfg.py setting AUTHENTICATION_COOKIE_LIFETIME has been added. - Fixed the command line scripts add_members, sync_members and clone_member to properly handle banned addresses. - and so on
net-im/toxcore-0.160924 (Score: 0.00782977)
ProjectTox-Core library, a decentralized and secure messenger
Tox is a decentralized, secure messenger with audio and video chat capabilities. You can see it as an alternative to Skype. This is only the core library. To use it, you have to install a client, like e.g. net-im/toxic, net-im/qTox or net-im/uTox. Tox isn't complete yet, but we encourage you to contribute to help make us awesome!
security/wapiti-2.3.0 (Score: 0.00782977)
Wapiti is a vulnerability scanner for web applications
Wapiti allows you to audit the security of your web applications. It performs "black-box" scans, i.e. it does not study the source code of the application but will scans the webpages of the deployed webapp, looking for scripts and forms where it can inject data. Once it gets this list, Wapiti acts like a fuzzer, injecting payloads to see if a script is vulnerable.
devel/B-Hooks-OP-Annotation-0.44 (Score: 0.007827392)
Annotate and delegate hooked OPs
B::Hooks::OP::Annotation provides a way for XS code that hijacks OP op_ppaddr functions to delegate to (or restore) the previous functions, whether assigned by perl or by another module. Typically this should be used in conjunction with B::Hooks::OP::Check.