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

{
    "name": "Aseprite",
    "portdir": "graphics/Aseprite",
    "version": "1.3.5",
    "license": "Restrictive",
    "platforms": "{macosx >= 16}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://aseprite.org",
    "description": "animated sprite editor & pixel art tool",
    "long_description": "Aseprite is an image editor for creating animated sprites and other pixel art.",
    "active": true,
    "categories": [
        "graphics"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1761
        }
    ],
    "variants": [
        "debug"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "makeicns",
                "clang-16",
                "python312",
                "cmake",
                "ninja",
                "pkgconfig"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "unzip",
                "git",
                "python312"
            ]
        },
        {
            "type": "fetch",
            "ports": [
                "git"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libjpeg-turbo",
                "libpixman",
                "libpng",
                "tiff",
                "webp",
                "libarchive",
                "freetype",
                "expat",
                "tinyxml",
                "mesa",
                "libdeflate",
                "curl",
                "lz4",
                "zlib",
                "zstd",
                "cmark",
                "icu",
                "libb2",
                "giflib",
                "harfbuzz",
                "harfbuzz-icu"
            ]
        }
    ],
    "depends_on": []
}