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

{
    "name": "nmap",
    "portdir": "net/nmap",
    "version": "7.94",
    "license": "(GPL-2 or OpenSSLException) and Restrictive/Distributable",
    "platforms": "darwin freebsd",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://nmap.org/",
    "description": "Port scanning utility for large networks",
    "long_description": "Nmap is a utility for port scanning large networks, although it works fine for single hosts. The guiding philosophy for the creation of nmap was TMTOWTDI (There's More Than One Way To Do It). This is the Perl slogan, but it is equally applicable to scanners. Sometimes you need speed, other times you may need stealth. In some cases, bypassing firewalls may be required. Not to mention the fact that you may want to scan different protocols (UDP, TCP, ICMP, etc.). You just can't do all this with one scanning mode. And you don't want to have 10 different scanners around, all with different interfaces and capabilities.",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [
        {
            "name": "opendarwin.org",
            "github": "ghosthound",
            "ports_count": 8
        },
        {
            "name": "dluke",
            "github": "danielluke",
            "ports_count": 32
        }
    ],
    "variants": [
        "ssl",
        "pcre",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "pcre",
                "zlib",
                "openssl3",
                "libpcap",
                "libssh2"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "umit",
                "p5.34-nmap-scanner",
                "p5.26-nmap-scanner",
                "p5.28-nmap-scanner",
                "p5.30-nmap-scanner",
                "p5.32-nmap-scanner"
            ]
        },
        {
            "type": "run",
            "ports": [
                "zenmap",
                "gutils-suite-core"
            ]
        }
    ]
}