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

{
    "name": "glade",
    "portdir": "devel/glade",
    "version": "3.40.0",
    "license": "LGPL-2+ and GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://wiki.gnome.org/Apps/Glade",
    "description": "Glade is a RAD tool to enable quick & easy development of user interfaces for the GTK+ 3.* toolkit and the GNOME desktop environment.",
    "long_description": "Glade is a RAD tool to enable quick & easy development of user interfaces for the GTK+ 3.* toolkit and the GNOME desktop environment.",
    "active": true,
    "categories": [
        "devel",
        "gnome"
    ],
    "maintainers": [
        {
            "name": "devans",
            "github": "dbevans",
            "ports_count": 2515
        },
        {
            "name": "mascguy",
            "github": "mascguy",
            "ports_count": 310
        }
    ],
    "variants": [
        "python310",
        "python311",
        "gjs",
        "webkit2gtk",
        "python39",
        "x11",
        "quartz",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "ninja",
                "pkgconfig",
                "librsvg",
                "makeicns",
                "docbook-xml",
                "docbook-xsl-nons",
                "itstool",
                "libxslt",
                "gettext",
                "meson"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gtk3",
                "gdk-pixbuf2",
                "libxml2",
                "py311-gobject3",
                "glib2",
                "gobject-introspection"
            ]
        },
        {
            "type": "run",
            "ports": [
                "desktop-file-utils"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "libhandy",
                "anjuta"
            ]
        }
    ]
}