Ports Search

Results 9,9519,960 of 17,660 for descr%3A%22spam filter%22.(0.015 seconds)
devel/sedsed-1.0 (Score: 1.3121418E-4)
Python script that masters SED scripts
SEDSED is a Python script that masters SED scripts. It generates SED debug files in SED, which lets you debug scripts with your own version of SED. It's also a script beautifier, doing indentation and spaces/comments formatting. It can also convert SED scripts to colorful HTML files.
devel/liblogging-1.0.5 (Score: 1.3121418E-4)
Easy to use system logging library
Liblogging offers an enhanced replacement for the syslog() call, but retains its ease of use. In a nutshell, it permits sytem administrators to direct application log output to different destinations without requiring the app developer to do any work for this. Liblogging is released under a 2-clause BSD license and as such can be used in any application.
devel/sope2-2.3.13 (Score: 1.3121418E-4)
Extensive set of GNUstep web application frameworks
SOPE is an extensive set of frameworks which form a complete Web application server environment. Besides the Apple WebObjects compatible appserver extended with Zope concepts, it contains a large set of reusable classes: XML processing (SAX, DOM, XML-RPC), MIME/IMAP4 processing, LDAP connectivity, RDBMS connectivity, and iCalendar parsing.
devel/liblouisxml-2.4.0 (Score: 1.3121418E-4)
Library Provide Complete Braille Transcription Services
liblouisxml is a library intended to provide complete braille transcription services for xml documents. It translates into appropriate braille codes and formats according to its style sheet and the specifications in the document. A command-line program, xml2brl which uses this library is also included. The latest version of liblouis is required.
devel/spark-1.6.1 (Score: 1.3121418E-4)
Fast big data processing engine
Apache Spark is a fast and general-purpose cluster computing system. It provides high-level APIs in Java, Scala and Python, and an optimized engine that supports general execution graphs. It also supports a rich set of higher-level tools including Spark SQL for SQL and structured data processing, MLlib for machine learning, GraphX for graph processing, and Spark Streaming.
devel/spice-protocol-0.12.10 (Score: 1.3121418E-4)
Simple Protocol for Independent Computing Environments
Spice protocol defines a set of protocol messages for accessing, controlling, and receiving inputs from remote computing devices (e.g., keyboard, video, mouse) across networks, and sending output to them. A controlled device can reside on either side, client and/or server.
devel/spin-6.4.5 (Score: 1.3121418E-4)
On-the-fly verification system for asynchronous concurrent systems
Spin is an efficient on-the-fly verification system (a `model checker') for asynchronous concurrent systems, such as data communication protocols, distributed operating systems, database systems, etc. It can be used to prove both safety and liveness properties, including all correctness requirements expressible in linear time temporal logic. Spin uses a high level language to specify systems descriptions, called PROMELA (PROcess MEta LAnguage).
devel/statcvs-0.7.0 (Score: 1.3121418E-4)
CVS repository activity report generator
StatCVS retrieves information from a CVS repository and generates various tables and charts describing the project development, e.g. timeline for the lines of code, contribution of each developer etc. The current version of StatCVS generates a static suite of HTML or XDOC documents containing tables and chart images.
devel/statsvn-0.7.0 (Score: 1.3121418E-4)
Subversion repository activity report generator
StatSVN retrieves information from a Subversion repository and generates various tables and charts describing the project development, e.g. timeline for the lines of code, contribution of each developer etc. The current version of StatSVN generates a static suite of HTML or XDOC documents containing tables and chart images.
devel/gflags-2.0 (Score: 1.3121418E-4)
Commandline flags module for Python
The gflags package contains a library that implements commandline flags processing. As such it's a replacement for getopt(). It has increased flexibility, including built-in support for Python types, and the ability to define flags in the source file in which they're used. (This last is its major difference from OptParse.)