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

{
    "name": "amttools",
    "portdir": "sysutils/amttools",
    "version": "1.6",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.kraxel.org/blog/linux/amtterm/",
    "description": "Intel AMT® Serial-over-LAN client and tools",
    "long_description": "AMT (included in Intel vPro and Centrino Pro) provides out-of-band (OOB) management for Desktops and Laptops, using an agent integrated in the network adapter and in the motherboard. Serial-over-lan provides a secure way to connect a remote computer, through a pseudo serial interface. amtterm and gamt are two terminal tools to connect to that pseudo serial interface from a remote computer. amttool is a perl script to gather information about and remotely control AMT managed computers. Note that AMT 9.0 dropped support for the old SOAP- protocol-based communication this package implements. Newer versions use WS Management implemented starting with AMT 3.0 and are not supported by this software.",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "ionic",
            "github": "Ionic",
            "ports_count": 25
        }
    ],
    "variants": [
        "universal",
        "gtk"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gtk3",
                "vte"
            ]
        },
        {
            "type": "run",
            "ports": [
                "p5.34-soap-lite"
            ]
        }
    ],
    "depends_on": []
}