Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第14,22114,230项(搜索用时0.014秒)
lang/gnat_util-20160822 (Score: 9.841064E-5)
Library used to build GNAT tools such as ASIS
Gnat_Util is a library uniting a number of GNAT sources that are used by different tools. At the moment Gnat_Util provides GNAT sources needed by ASIS, GNATCOLL and Gprbuild. Its main purpose is allowing to simultaneously use tools like ASIS and GNATCOLL (and other ones based on GNAT sources, if they are to come), which would normally cause name conflicts between the same GNAT sources that they use. Building both of them using same set of sources that is Gnat_Util solves this problem.
lang/pbasic-2.0 (Score: 9.841064E-5)
Phil Cockroft's Basic Interpreter (previously Rabbit Basic)
This is v2.0 of a Basic Interpreter by Phil J. A. Cockcroft earlier versions used to be known as Rabbit Basic. According to an earlier lisencing document: === This code is being put in the Public Domain since I will soon loose network connectivity (I am leaving my job) and I don't particularly want to sell it. This system does not contain any proprietary software. All the algorithms are original or come from publicly available sources. There are no licensing restrictions on this code or documentation at all. I only ask that you give appropriate credit to the author. === So, there you have it. :)
lang/tcbasic-2.1.0 (Score: 9.841064E-5)
Small BASIC Interpreter written in C
tcbasic implements a small subset of BASIC known as Tiny BASIC. It provides the following statements and commands: INPUT, PRINT, LET, GOTO, GOSUB, RETURN, IF, END, CLEAR, LIST, RUN, and STOP. Integer and floating point arithmetic is supported, and strings may be PRINTed. The following built-in functions are provided: SIN, COS, TAN, COT, ATN, EXP, LOG, ABS, SQR, RND. The small size of the language make it easy to learn and master while providing all of the building blocks needed to develop many interesting programs. tcbasic runs on a variety of platforms and aims to be as portable as possible.
mail/libmapi-2.3 (Score: 9.841064E-5)
Open Source implementation of Microsoft Exchange protocols
The OpenChange MAPI library aims to provide interoperability with an Open Source implementation of Microsoft Exchange protocols under UNIX/Linux. The current implementation offers a client-side library which can be used in existing messaging clients and offer native compatibility with Exchange Servers up to 2007. MAPI stands for Messaging Application Programming Interface and is used in the Microsoft Exchange Server groupware server. This solution works with Outlook and provides collaborative features such as a messaging server, shared calendars, contact databases, public folders and tasks.
mail/MIME-Lite-3.03.0 (Score: 9.841064E-5)
Simple interface for creating (not parsing!) MIME messages
MIME::Lite is intended as a simple, standalone module for generating (not parsing!) MIME messages... specifically, it allows you to output a simple, decent single- or multi-part message with text or binary attachments. It does not require that you have the Mail:: or MIME:: modules installed. To use the built-in SMTP interface (and thereby avoid calling sendmail) please install the Net module through ports/net/p5-Net, or stand alone. This package will contain the Net::SMTP code required. If you need more sophisticated behaviour from MIME, please install the MIME::tools package instead.
mail/qmailanalog-0.70 (Score: 9.841064E-5)
Tools to analyze qmail-send activity
qmailanalog is a collection of tools to help you analyze qmail-send's activity record. It supplies statistics to answer a wide variety of questions: * overall: how many messages? recipients? attempts? etc. * ddist: how soon were 50% of the messages delivered? 90%? 95%? 99%? * rxdelay: what's the best order of recipients for mailing lists? * recipients, rhosts: who's getting mail? bytes? messages? attempts? * successes, failures, deferrals: why? how often? how much delay? * senders, suids: messages? bytes? load? recipients? attempts? delay? qmailanalog also includes several tools to focus attention on particular senders, recipients, or messages.
mail/sympa-6.2.16 (Score: 9.841064E-5)
Sympa is an electronic mailing list manager
SYMPA -- Systeme de Multi-Postage Automatique SYMPA is an electronic mailing list manager. It is used to automate list management functions such as subscription, moderation and management of archives. SYMPA also manages sending of messages to the lists, and makes it possible to reduce the load on the system. Provided that you have enough memory on your system, Sympa is especially well adapted for big lists. For a list with 20 000 subscribers, it takes 5 minutes to send a message to 90% of subscribers, of course considering that the network is available.
math/calcoo-1.3.18 (Score: 9.841064E-5)
RPN and algebraic scientific calculator
Calcoo is a scientific calculator designed to provide maximum usability. The features that make Calcoo better than (at least some) other calculator programs are: * Bitmapped button labels and display digits to improve readability. * No double-function buttons. * Undo/redo buttons. * Copy/paste interaction with X clipboard. * Both RPN (reverse Polish notation) and algebraic modes are available. * Tick marks to separate thousands. * Two memory registers with displays. * Displays for Y, Z, and T registers. * It is a purely scientific calculator. Features that Calcoo lacks: * Statistical mode. * HEX mode.
math/atlas-3.8.4 (Score: 9.841064E-5)
Automatically Tuned Linear Algebra Software (ATLAS)
The ATLAS (Automatically Tuned Linear Algebra Software) project is an ongoing research effort focusing on applying empirical techniques in order to provide portable performance. At present, it provides C and Fortran77 interfaces to a portable, efficient BLAS implementation, as well as enhanced versions of a few routines from LAPACK. To link with ATLAS shared libraries: Serial (thread-safe) Fortran77 BLAS: -lf77blas Multi-threaded Fortran77 BLAS: -lptf77blas Serial (thread-safe) C BLAS: -lcblas Multi-threaded C BLAS: -lptcblas ATLAS-enhanced LAPACK, serial (thread-safe) interface: -lalapack -lf77blas -lcblas ATLAS-enhanced LAPACK, multi-threaded interface: -lalapack -lptf77blas -lptcblas
math/mpexpr-1.2 (Score: 9.841064E-5)
Multiple precision math for Tcl
Mpexpr adds two new commands to Tcl, 'mpexpr' and 'mpformat'. Mpexpr works much like Tcl's native 'expr', but does all calculations using an arbitrary precision math package. Mpexpr numbers can be any number of digits, with any decimal precision. Final precision is controlled by a Tcl variable 'mp_precision', which can be any reasonable integer, limiting only the number of digits to the right of the decimal point. Mpformat works much like Tcl's 'format', except it formats multiple precision numbers in a variety of formats. Mpexpr also includes most math functions provided by 'expr', as well as several new functions. Mpexpr also supports Tcl variables and nested evaluation, just like 'expr':