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

{
    "name": "openni",
    "portdir": "graphics/openni",
    "version": "1.5.7.10",
    "license": "LGPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/OpenNI/OpenNI",
    "description": "APIs for natural interaction devices",
    "long_description": "The OpenNI framework provides a set of APIs for accessing natural interaction devices, including support for voice and voice command recognition, hand gestures, and body motion tracking. Requires Java 6 for OS X, at least to build and appears to fail with other versions. Java 6 available at https://support.apple.com/kb/DL1572?locale=en_US",
    "active": true,
    "categories": [
        "graphics"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "",
            "ports_count": 222
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "graphviz",
                "doxygen",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libusb"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "libpcl"
            ]
        }
    ]
}