Ports Search

Results 571580 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.008 seconds)
lang/erlang-15.b.03.1 (Score: 0.009651085)
Functional programming language from Ericsson
Erlang is a programming language used to build massively scalable soft real-time systems with requirements on high availability. Some of its uses are in telecoms, banking, e-commerce, computer telephony and instant messaging. Erlang's runtime system has built-in support for concurrency, distribution and fault tolerance. This port contains a standalone runtime environment of Erlang R15 to be used during the development of OTP applications.
mail/Mail-Procmailrc-1.09 (Score: 0.009651085)
Perl OO interface to procmail rc files
Mail::Procmailrc is a pure Perl module that can read and write procmail(1) compatible rc files. The intent behind its creation was to provide an abstracted interface for web clients wishing to edit procmailrc files, but it could be used in any number of useful ways (e.g., a procmail rc pretty printer--how useful is that!?). Mail::Procmailrc does not process mail in any form; it only reads and writes procmail(1) rc files.
mail/Mail-SPF-2.9.0 (Score: 0.009651085)
Object-oriented implementation of Sender Policy Framework
Mail::SPF is an object-oriented Perl implementation of the Sender Policy Framework (SPF) e-mail sender authentication system. This release of Mail::SPF fully conforms to RFC 4408 and passes the 2006.11 release of the official test-suite <http://www.openspf.org/Test_Suite>. The Mail::SPF source package includes the following additional tools: - spfquery: A command-line tool for performing SPF checks. - spfd: A daemon for services that perform SPF checks frequently.
mail/Mail_Queue-1.2.7 (Score: 0.009651085)
PEAR class for put mails in queue and send them later in background
Class to handle mail queue managment. Wrapper for PEAR::Mail and PEAR::DB (or PEAR::MDB/MDB2). It can load, save and send saved mails in background and also backup some mails. The Mail_Queue class puts mails in a temporary container, waiting to be fed to the MTA (Mail Transport Agent), and sends them later (e.g. a certain amount of mails every few minutes) by crontab or in other way.
mail/t-prot-2.101 (Score: 0.009651085)
TOFU Protection - Display Filter for RFC822 messages
This program is a filter which shall improve the readability for messages (emails and posts) by *hiding* some annoying parts, including: - mailing list footers - excessive quoting - overlong signatures - Outlook-style "TOFU" (text above - full quote below) - squeeze sequences of blank lines or punctuation Its primary mode of operation is a display filter in MUA (it has special support for Mutt), but it can also be used in MTA/MDA - e.g. for immediately bouncing "improper" messages.
math/octave-forge-parallel-3.0.3 (Score: 0.009651085)
Octave-forge package parallel
The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is parallel. Parallel execution package for cluster computers. For parallel execution on a single machine see e.g. function parcellfun (author: Jaroslav Hajek) in package general.
security/OpenSSH-askpass-1.2.4.1 (Score: 0.009651085)
Graphical password applet for entering SSH passphrase
ssh-askpass is a small applet intended for use in conjunction with OpenSSH. It pops up a window and requests the user input their SSH passphrase. It is not designed to be executed directly, but to be called by OpenSSH's ssh-add(1) utility. If no controlling terminal is found (e.g. ssh-add is called from the .xinitrc as part of the X login process), and DISPLAY is set, ssh-add will spawn ssh-askpass to request the password.
security/Digest-Perl-MD5-1.9 (Score: 0.009651085)
Perl extension for MD5 hash algorithm in pure Perl
This is not an interface (like "Digest::MD5") but a Perl implementation of MD5. It is written in perl only and because of this it is slow but it works without C-Code. You should use "Digest::MD5" instead of this module if it is available. This module is only usefull for computers where you cannot install "Digest::MD5" (e.g. lack of a C-Compiler).
textproc/lttoolbox-3.3.2 (Score: 0.009651085)
Tool for lexical, morphological analysis and generation of words
lttoolbox is a toolbox for lexical processing, morphological analysis and generation of words. The analysis is the process of splitting of words splitting a word (e.g. cats) into its lemma 'cat' and the grammatical information <n><pl>. The generation is the opposite process. The package is split into three programs, lt-comp, the compiler, lt-proc, the processor, and lt-expand, which generates all possible mappings between surface forms and lexical forms in the dictionary.
textproc/rdiscount-2.1.8 (Score: 0.009651085)
Fast Markdown converter for ruby based on discount
Ruby wrapper around David Loren Parsons' discount, a fast, BSD-licensed C implementation of John Gruber's Markdown plus some aspects of SmartyPants. Markdown is a text-to-HTML conversion language for web writers, inspired by the format of plain-text e-mail messages. Markdown allows you to write in an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).