Ports Search

Results 7,1017,110 of 17,660 for descr%3A%22spam filter%22.(0.012 seconds)
devel/uthash-2.0.1 (Score: 1.607039E-4)
hash table for C structures
This is a hash table, implemented in C, supporting constant-time add/find/remove of C structures. Any structure having a unique, arbitrarily-typed key member can be hashed by adding a UT_hash_handle member to the structure and calling these macros.
devel/wandio-1.0.3 (Score: 1.607039E-4)
C library for compressed file I/O
Libwandio is a software library written in C that provides an API for transparent reading and writing of files using a variety of supported compression methods. Provided pthreads are available, I/O performance will be improved by doing any compression and/or decompression using a separate thread. Libwandio supports the popular compression methods (zlib, bzip2, LZMA, write-only LZO) and HTTP transport (read-only).
dns/opendd-0.7.9 (Score: 1.607039E-4)
DynDNS client
OpenDD is a DynDNS client, written in C, and especially designed for small gateway machines, like a Soekris box. Its main feature is that it does not require any Perl or Python interpreter. It supports HTTPS, can send a mail report, and can run as daemon. It is also very easy to deploy.
editors/kile-2.1.3 (Score: 1.607039E-4)
LaTeX source editor for KDE
Kile is an integrated LATEX environment for the KDE desktop. Kile gives you the ability to use all the functionalities of LATEX in a graphical interface, giving you easy, immediate, and customized access to all programs for LATEX codecompletion, compiling, postprocessing, debugging, conversion and viewing tools; you also get very handy wizards, a LATEX reference and a powerful project management.
editors/pdfedit-0.4.5 (Score: 1.607039E-4)
PDF document manipulating library
PDFedit is a free open source pdf editor and a library for manipulating PDF documents, released under terms of GNU GPL version 2. It includes PDF manipulating library based on xpdf, GUI, set of command line tools and a pdf editor. This package does not include GUI for technical reason.
emulators/fuse-1.2.2 (Score: 1.607039E-4)
Free Unix (Sinclair ZX-)Spectrum Emulator
fuse is a free version of a ZX Spectrum emulator. It emulates the 48K/128K/+2/+2A/+3 Speccy and Timex TC2048 machine, supports loading from .tzx files, has sound and kempston joystick emulation, and emulates various printers you could attach to the Spectrum. It supports the new RZX input recording file format.
emulators/Acme-6502-0.77 (Score: 1.607039E-4)
Pure Perl 65C02 simulator
Imagine this nightmare scenario: your boss tells you about a legacy system you have to support. How bad could it be? COBOL? Fortran? Worse: it's an embedded 6502 system run by a family of squirrels. Fortunately there's a pure Perl 6502 emulator that works so well the squirrels will never know the difference.
emulators/tpm-emulator-0.7.4 (Score: 1.607039E-4)
Trusted Platform Module (TPM) emulator
The project aims to create a fully working Trusted Platform Module (TPM) emulator follwing the specifications of the Trusted Computing Group. The port provides a driver library libtddl which can be linked against programs providing a Trusted Software Stack to redirect TPM calls to the emulator.
Interface to MaxMind minFraud service
NAME Business::MaxMind::CreditCardFraudDetection - Access MaxMind minFraud services ABSTRACT This module queries the MaxMind minFraud service and returns the results. The service uses a free e-mail database, an IP address geog- raphy database, a bank identification number, and proxy checks to return a risk factor score representing the likelihood that the credit card transaction is fraudulent.
finance/Finance-Amortization-0.5 (Score: 1.607039E-4)
Simple amortization schedules
Finance::Amortization is a simple object oriented interface to an amortization table. Pass in the principal to be amortized, the number of payments to be made, and the interest rate per payment. It will calculate the rest on demand, and provides a few methods to ask for the state of the table after a given number of periods.