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

{
    "name": "gifsicle",
    "portdir": "graphics/gifsicle",
    "version": "1.95",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.lcdf.org/gifsicle/",
    "description": "GIF image/animation creator/editor.",
    "long_description": "Gifsicle is a UNIX command-line tool for creating, editing, and getting information about GIF images and animations.",
    "active": true,
    "categories": [
        "graphics"
    ],
    "maintainers": [
        {
            "name": "mps",
            "github": "Schamschula",
            "ports_count": 847
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "xorg-libX11",
                "xorg-libice",
                "xorg-libsm"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "littleutils"
            ]
        }
    ]
}