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

{
    "name": "twain-sane",
    "portdir": "graphics/twain-sane",
    "version": "3.5",
    "license": "GPL-2+",
    "platforms": "macosx",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.ellert.se/twain-sane/",
    "description": "TWAIN datasource for SANE",
    "long_description": "This is a TWAIN datasource for Mac OS X that aquires images using the SANE backend libraries. The SANE backend libraries provide access to a large range of scanners connected through SCSI or USB. For a complete list see the documentation on the SANE project homepage. It works with my HP SCSI scanner, and many people have reported success with a large number of different scanners. The feedback from users have helped the SANE developers to fix problems with various backends, so with each release of the SANE backends more of the Mac OS X specific problems have been solved.",
    "active": true,
    "categories": [
        "graphics"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gettext",
                "libusb-compat",
                "sane-backends",
                "libiconv"
            ]
        }
    ],
    "depends_on": []
}