Ports Search

Results 11,05111,060 of 17,660 for descr%3A%22spam filter%22.(0.011 seconds)
comms/hylafax-6.0.6 (Score: 1.2052792E-4)
Fax software
(excerpt from HylaFAX FAQ, http://www.hylafax.org/content/About_HylaFAX) HylaFAX is a facsimile system for UNIX systems. It supports: o sending facsimile o receiving facsimile o polled retrieval of facsimile o transparent shared data use of the modem o sending messages to pagers Facsimile can be any size (e.g. A4, B4), either 98 or 196 lpi, and transmitted/received as either 1D-encoded or 2D-encoded facsimile data (2D-encoded data is frequently more compact and hence takes a shorter time to communicate). Any modem that supports one of the standard interfaces for facsimile operation can be used; i.e. any Class 1, Class 2, or Class 2.0 modem.
comms/esmska-0.21 (Score: 1.2052792E-4)
Program for sending SMS over the Internet
Esmska is a cross-platform application for sending GSM SMS over the Internet. It uses publicly available web gateways and sends messages through them. This way it can be much more comfortable than using a web browser or a mobile phone. Features: * Send SMS through various gateways (local or international, free or paid) * Supports all common operating systems (Linux, Windows, Mac OS, etc.) * Free, under open-source licence GNU AGPL3+ * Import contacts from vCard files or third-party programs (DreamCom) * Send SMS to multiple recipients at once * History of sent messages * Pluggable gateway system - easy to provide support for more gateways directly by users * Extensive possibilities of changing appearance * Many other planned features
comms/picocom-2.1 (Score: 1.2052792E-4)
Dumb Terminal Emulator
As its name suggests, picocom is a minimal dumb-terminal emulation pro- gram. It is, in principle, very much like minicom(1) , only it's "pico" instead of "mini"! It was designed to serve as a simple, manual, modem configuration, testing, and debugging tool. It has also served (quite well) as a low-tech "terminal-window" to allow operator intervention in PPP connection scripts (something like the ms-windows "open terminal window before / after dialing" feature). It could also prove useful in many other similar tasks.
converters/Text-Unidecode-0.04 (Score: 1.2052792E-4)
Text::Unidecode -- US-ASCII transliterations of Unicode text
It often happens that you have non-Roman text data in Unicode, but you can't display it -- usually because you're trying to show it to a user via an application that doesn't support Unicode, or because the fonts you need aren't accessible. You could represent the Unicode characters as "???????" or "\15BA\15A0\1610...", but that's nearly useless to the user who actually wants to read what the text says. What Text::Unidecode provides is a function, unidecode(...) that takes Unicode data and tries to represent it in US-ASCII characters.
converters/wkhtmltopdf-0.12.3.2 (Score: 1.2052792E-4)
Convert HTML (or live webpages) to PDF or image
wkhtmltopdf and wkhtmltoimage are powerful utilities to convert HTML to PDF or an image file using a patched static build of Qt and the webkit rendering engine. A webpage can be downloaded directly from the web and rendered into a PDF document or an image file (multiple formats are supported). Features of the static version: * Convert web pages into PDF documents (or images) using webkit * Adding headers and footers * TOC generation * Batch mode conversions * XServer is not required (however the X11 client libs must be installed) For proper functionality you may need to install the following port(s): x11-fonts/webfonts
databases/emma-0.6 (Score: 1.2052792E-4)
Extendable MySQL managing assistant
Emma is a graphical toolkit for MySQL database developers and administrators. It provides dialogs to create or modify MySQL databases, tables and associated indexes. It has a built-in syntax highlighting SQL editor with table- and fieldname tab-completion and automatic SQL statement formatting. The results of an executed query are displayed in a resultset where the record- data can be edited by the user, if the SQL statement allows for it. The SQL editor and resultset-view are grouped in tabs. Results can be exported to CSV files. Multiple simultaneously opened MySQL connections are possible.
databases/influxdb-0.13.0 (Score: 1.2052792E-4)
Open-source distributed time series database
An open-source, distributed, time series database with no external dependencies. InfluxDB is the new home for all of your metrics, events, and analytics. InfluxDB is a time series, metrics, and analytics database. It'written in Go and has no external dependencies. That means once you install it there's nothing else to manage (like Redis, ZooKeeper, HBase, or whatever). InfluxDB is targeted at use cases for DevOps, metrics, sensor data, and real-time analytics. It arose from our need for a database like this on more than a few previous products we' built. You can read more about our jurney from SaaS application to open source time series database.
databases/buzhug-1.8 (Score: 1.2052792E-4)
Pure-Python database engine
buzhug is a fast, pure-Python database engine, using a syntax that Python programmers should find very intuitive. The data is stored and accessed on disk (it is not an in-memory database); the implementation has been designed to make all operations, and especially selection, as fast as possible with an interpreted language. The database is implemented as a Python iterator, yielding objects whose attributes are the fields defined when the base is created ; therefore, requests can be expressed as list comprehensions or generator expressions, instead of SQL queries.
databases/cassandra-2.1.1 (Score: 1.2052792E-4)
Open source distributed database management system
Cassandra is a highly scalable, eventually consistent, distributed, structured key-value store. Cassandra brings together the distributed systems technologies from Dynamo and the data model from Google's BigTable. Like Dynamo, Cassandra is eventually consistent. Like BigTable, Cassandra provides a ColumnFamily-based data model richer than typical key/value systems. Cassandra was open sourced by Facebook in 2008, where it was designed by one of the authors of Amazon's Dynamo. In a lot of ways you can think of Cassandra as Dynamo 2.0. Cassandra is in production use at Facebook but is still under heavy development.
databases/mysqlbigram-1.0.1 (Score: 1.2052792E-4)
Simple n-gram (bi-gram) fulltext parser plugin for MySQL
MySQL has fulltext index search ability for text field, but it is word based index: it cannot be used for no word delimiter language like Japanese or Chinese. It also can't search characters in the middle of a word (e.g. searching 'in' will not match word 'ping'). Starting from MySQL 5.1, MySQL supports a plugin that allows to change server components (fulltext search parser) without restarting and/or recompiling the server. This n-gram parser uses this plugin interface to implement a simple n-gram (bi-gram) fulltext index parser which can be used for languages without word delimiters.