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

{
    "name": "scantailor",
    "portdir": "graphics/scantailor",
    "version": "0.2.9",
    "license": "GPL-3+",
    "platforms": "darwin",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "http://scantailor.org/",
    "description": "A fork of the original scantailor: an interactive post-processing tool for scanned pages.",
    "long_description": "Scan Tailor is an interactive post-processing tool for scanned pages. It performs operations such as page splitting, deskewing, adding/removing borders, and others. You give it raw scans, and you get pages ready to be printed or assembled into a PDF or DJVU file. Scanning, optical character recognition, and assembling multi-page documents are out of scope of this project. This fork merges the features of the ScanTailor Featured and ScanTailor Enhanced versions, brings new ones and fixes.",
    "active": true,
    "categories": [
        "aqua",
        "graphics"
    ],
    "maintainers": [
        {
            "name": "rubendibattista",
            "github": "rdbisme",
            "ports_count": 41
        }
    ],
    "variants": [
        "debug"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "pkgconfig",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libjpeg-turbo",
                "libpng",
                "qt5-qtbase",
                "xrender",
                "boost171",
                "tiff",
                "qt5-qttools",
                "zlib"
            ]
        }
    ],
    "depends_on": []
}