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

{
    "name": "aalib",
    "portdir": "graphics/aalib",
    "version": "1.4rc5",
    "license": "LGPL",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://aa-project.sourceforge.net/aalib/",
    "description": "Portable ascii art GFX library",
    "long_description": "AA-lib is a low level gfx library just as many other libraries are. The main difference is that AA-lib does not require graphics device. In fact, there is no graphical output possible. AA-lib replaces those old-fashioned output methods with powerful ascii-art renderer. Now my linux boots with a nice penguin logo at secondary display (yes! Like Win95 does:) AA-lib API is designed to be similar to other graphics libraries. Learning a new API would be a piece of cake!",
    "active": true,
    "categories": [
        "graphics"
    ],
    "maintainers": [],
    "variants": [
        "x11",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "gimp2",
                "gimp2-devel",
                "xine-ui",
                "xine-lib",
                "gimp3-devel",
                "gstreamer010-gst-plugins-good",
                "gstreamer1-gst-plugins-good"
            ]
        }
    ]
}