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

{
    "name": "gphoto2",
    "portdir": "graphics/gphoto2",
    "version": "2.5.28",
    "license": "LGPL-2.1+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.gphoto.org/proj/gphoto2/",
    "description": "command line interface to libgphoto2.",
    "long_description": "gphoto2 is the command line interface to libgphoto2. It allows almost everything that libgphoto2 can do.",
    "active": true,
    "categories": [
        "graphics"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1759
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libusb-compat",
                "popt",
                "readline",
                "gettext",
                "libjpeg-turbo",
                "libiconv",
                "libexif",
                "libgphoto2"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "kamera"
            ]
        },
        {
            "type": "run",
            "ports": [
                "geeqie"
            ]
        }
    ]
}