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

{
    "name": "genius",
    "portdir": "gnome/genius",
    "version": "1.0.23",
    "license": "GPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.jirka.org/genius.html",
    "description": "Genius is a calculator program.",
    "long_description": "Genius is a calculator program similiar in some aspects to BC, Matlab or Maple. GEL is the name of its extention language (stands for \"Genius Extension Language\", clever huh?), in fact, a large part of the standard genius functions are written in GEL itself.",
    "active": true,
    "categories": [
        "math",
        "gnome"
    ],
    "maintainers": [],
    "variants": [
        "gnome",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-14",
                "intltool",
                "libtool",
                "autoconf",
                "automake"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "glib2",
                "mpfr",
                "ncurses",
                "readline",
                "gtk2",
                "gtksourceview2",
                "vte-gtk2-compat"
            ]
        },
        {
            "type": "run",
            "ports": [
                "epiphany",
                "desktop-file-utils",
                "shared-mime-info"
            ]
        }
    ],
    "depends_on": []
}