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

{
    "name": "evas",
    "portdir": "devel/evas",
    "version": "1.7.10",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 2,
    "replaced_by": null,
    "homepage": "http://trac.enlightenment.org/e/wiki/Evas",
    "description": "Evas is a hardware-accelerated canvas API for X11.",
    "long_description": "Evas is a hardware-accelerated canvas API for X-Windows that can draw anti-aliased text, smooth super and sub-sampled images, alpha-blend, as well as drop down to using normal X11 primitives such as pixmaps, lines and rectangles for speed if your CPU or graphics hardware are too slow.",
    "active": true,
    "categories": [
        "devel",
        "x11"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "mesa",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "librsvg",
                "eet",
                "fribidi",
                "tiff",
                "giflib",
                "libpng"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "ecore"
            ]
        }
    ]
}