GET /api/v1/ports/rspamd/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "rspamd",
    "portdir": "mail/rspamd",
    "version": "3.8.4",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://rspamd.com",
    "description": "Rapid spam filtering system.",
    "long_description": "Rspamd is an advanced spam filtering system and email processing framework that allows evaluation of messages by a number of rules including regular expressions, statistical analysis and custom services such as URL black lists. Each message is analysed by Rspamd and given a verdict that might be used by MTA for further processing (e.g. to reject a message, or add a special header indicating spam) along with other information, such as possible DKIM signature or modifications suggested for a message. Rspamd can act as a Milter allowing direct interaction with popular MTA systems, such as Postfix or Sendmail. Rspamd is designed to process hundreds of messages per second simultaneously, and provides a number of useful features including a comprehensive Lua API that allows access to messages processing in various aspects as well as asynchronous network API to access external resources, such as DNS, HTTP or even generic TCP/UDP services.",
    "active": true,
    "categories": [
        "mail"
    ],
    "maintainers": [],
    "variants": [
        "debug"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "pkgconfig",
                "cmake"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "glib2",
                "icu",
                "libevent",
                "libsodium",
                "libunwind",
                "openssl",
                "pcre2",
                "xxhashlib",
                "gd2",
                "lua",
                "zlib",
                "perl5",
                "ragel",
                "gmime",
                "OpenBLAS",
                "fann",
                "libmagic",
                "hyperscan",
                "libstemmer",
                "luajit",
                "zstd",
                "sqlite3"
            ]
        },
        {
            "type": "run",
            "ports": [
                "redis",
                "hiredis"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "mail-server"
            ]
        }
    ]
}