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

{
    "name": "xforms",
    "portdir": "x11/xforms",
    "version": "1.2.4",
    "license": "LGPL-2.1",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://xforms-toolkit.org/",
    "description": "A graphical user interface toolkit for X based on the X11 Xlib library",
    "long_description": "XForms is a graphical user interface toolkit for X based on the X11 Xlib library. It's written in C and allows to easily write GUIs for programs. For that it comes with a lot of widgets (buttons, menus, input fields, scrollbars, you name it) as well as fdesign, a tool that lets you create a GUI using a GUI. In addition, the library is extensible and new objects can easily be created and added to the library.",
    "active": true,
    "categories": [
        "x11"
    ],
    "maintainers": [
        {
            "name": "raphael",
            "github": "raphael-st",
            "ports_count": 18
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-18"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libjpeg-turbo",
                "libiconv",
                "mesa",
                "xorg-libX11",
                "gettext",
                "xorg-libXdmcp",
                "xorg-libsm",
                "xpm",
                "xorg-libXau"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "gvemod-cplxview",
                "gvemod-xforms-example",
                "gvemodules-xforms",
                "maniview"
            ]
        }
    ]
}