Ports Search

Results 401410 of 17,660 for descr%3A%22spam filter%22.(0.007 seconds)
multimedia/gstreamer-1.8.0 (Score: 0.005511785)
Media applications framework
GStreamer allows the construction of graphs of media-handling components, ranging from simple mp3 playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. GStreamer is released under the LGPL, with many of the included plugins retaining the license of the code they were derived from, usually GPL or BSD. - Features: * Comprehensive Core Library * Intelligent Plugin Architecture * Extensive Development Tools - Is GStreamer a media player? No, GStreamer is a development framework for creating applications like media players, video editors, streaming media broadcasters and so on. That said, very good media players can easily be built on top of GStreamer and we even include a simple yet functional mediaplayer with GStreamer called Gst-Player
security/botan-1.10.13 (Score: 0.005511785)
Portable, easy to use, and efficient C++ crypto library
Botan is a crypto library written in C++. It provides a variety of cryptographic algorithms, including common ones such as AES, MD5, SHA, HMAC, RSA, Diffie-Hellman, DSA, and ECDSA, as well as many others that are more obscure or specialized. It also offers X.509v3 certificates and CRLs, and PKCS #10 certificate requests. A message processing system that uses a filter/pipeline metaphor allows for many common cryptographic tasks to be completed with just a few lines of code. Assembly optimizations for common CPUs, including x86, x86-64, and PowerPC, offers further speedups for critical tasks such as SHA-1 hashing and multiple precision integer operations. Botan is licensed under the same permissive terms as FreeBSD itself.
deskutils/griffith-0.13 (Score: 0.0054844064)
Lightweight film collection manager
Griffith is a movie collection manager application. Adding items to the movie collection is as quick and easy as typing the film title and selecting a supported source. Griffith will then try to fetch all the related information from the Web. Most important features: * Fetches film information from the Internet based on your locale via a plug-in * Integrates well with a database (MySQL, PostgreSQL, SQLite3 used by default) to keep tabs on your library * Can backup/restore your database * Exports to CSV, PDF, XML and HTML files * Imports from CSV files * Generates PDF from cover art * Keeps track of your films that are out on loan * Enables you to sort/filter your library
devel/zentest-4.11.0 (Score: 0.0054844064)
Ruby Unit Testing Utility
ZenTest provides 4 different tools and 1 library: zentest, unit_diff, autotest, multiruby, and Test::Rails. ZenTest scans your target and unit-test code and writes your missing code based on simple naming rules, enabling XP at a much quicker pace. ZenTest only works with Ruby and Test::Unit. unit_diff is a command-line filter to diff expected results from actual results and allow you to quickly see exactly what is wrong. autotest is a continuous testing facility meant to be used during development. As soon as you save a file, autotest will run the corresponding dependent tests. multiruby runs anything you want on multiple versions of ruby. Test::Rails helps you build industrial-strength Rails code.
graphics/devil-1.7.8 (Score: 0.0054844064)
Full featured cross-platform image library
Developer's Image Library (DevIL) is a programmer's library to develop applications with very powerful image loading capabilities, yet is easy for a developer to learn and use. Ultimate control of images is left to the developer, so unnecessary conversions, etc. are not performed. DevIL utilizes a simple, yet powerful, syntax. DevIL can load, save, convert, manipulate, filter and display a wide variety of image formats. Currently, DevIL can load and save many different image formats. DevIL currently supports the following APIs for display: OpenGL, Windows GDI, SDL, DirectX and Allegro. Compilers that can compile DevIL or use it include Djgpp, MSVC++, gcc, Delphi, Visual Basic, Power Basic and Dev-C++. Many people may have known DevIL as OpenIL, but the name was changed due to SGI's request.
math/Ipopt-3.12.5 (Score: 0.0054844064)
Software package for large-scale nonlinear optimization
Ipopt (Interior Point OPTimizer, pronounced eye-pea-Opt) is a software package for large-scale nonlinear optimization. Ipopt is written in C++ and is released as open source code under the Eclipse Public License (EPL). It is available from the COIN-OR initiative. The code has been written by Carl Laird and Andreas Wchter, who is the COIN project leader for Ipopt. The Ipopt distribution can be used to generate a library that can be linked to one's own C++, C, or Fortran code, as well as a solver executable for the AMPL modeling environment. The package includes interfaces to CUTEr optimization testing environment, as well as the MATLAB and R programming environments. IPOPT can be used on Linux/UNIX, Mac OS X and Windows platforms. An excellent reference for this library can be found in: Wachter and L. T. Biegler, On the Implementation of a Primal-Dual Interior Point Filter Line Search Algorithm for Large-Scale Nonlinear Programming, Mathematical Programming 106(1), pp. 25-57, 2006
net-im/hotot-0.9.8.14 (Score: 0.0054844064)
Lightweight, flexible microblogging client
Hotot is a multi-column microblogging client written with HTML5 technologies through Webkit. It supports Twitter and Identi.ca services, as well as real-time update (via Twitter streaming API), profile editing, multi-lingual, thread conversations, three level in-app effects, trending topics detailed into city level, color labels (assign colors to people). For a geek, it has native notification system, HTTP/Socks proxy, vim-style keyboard shortcuts, and a powerful Kismet content filter system which could perform a few automated tasks, and speech input on Google Chrome. It supports Instapaper/ReadItLater, Google tweet translation, geographic information shown on Google Maps, plenty of image upload services including Twitter official one (and their previews), video preview like YouTube, URL shorten and unshorten (many beautiful prefixes), and user stats through the internal extensions.
mail/sqlgrey-1.8.0 (Score: 0.0054572513)
Greylisting policy server for Postfix using an SQL backend
SQLgrey is a postfix policy service implementing a grey-listing policy. SQLgrey is written in Perl and uses DBI to access an SQL database. Its goal is reducing the SPAM reaching user mailboxes
Thin compatibility layer for Gray streams
trivial-gray-streams is a trivial library which provides an extremely thin compatibility layer for Gray streams. From David N. Gray's STREAM-DEFINITION-BY-USER proposal: "Common Lisp does not provide a standard way for users to define their own streams for use by the standard I/O functions. This impedes the development of window systems for Common Lisp because, while there are standard Common Lisp I/O functions and there are beginning to be standard window systems, there is no portable way to connect them together to make a portable Common Lisp window system. There are also many applications where users might want to define their own filter streams for doing things like printer device control, report formatting, character code translation, or encryption/decryption." This package is compiled with SBCL.
Thin compatibility layer for Gray streams
trivial-gray-streams is a trivial library which provides an extremely thin compatibility layer for Gray streams. From David N. Gray's STREAM-DEFINITION-BY-USER proposal: "Common Lisp does not provide a standard way for users to define their own streams for use by the standard I/O functions. This impedes the development of window systems for Common Lisp because, while there are standard Common Lisp I/O functions and there are beginning to be standard window systems, there is no portable way to connect them together to make a portable Common Lisp window system. There are also many applications where users might want to define their own filter streams for doing things like printer device control, report formatting, character code translation, or encryption/decryption."