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

{
    "name": "ftidy",
    "portdir": "lang/ftidy",
    "version": "7.2",
    "license": "Noncommercial",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://web.archive.org/web/20120905025547/http://www.unb.ca/fredericton/science/chem/ajit/tidy/",
    "description": "Fortran Tidy",
    "long_description": "TIDY v7.2 (ftidy) is a highly configurable FORTRAN program to indent and renumber statements, selectively change case of keywords or non-keywords, and do various other clean-up tasks on FORTRAN-77 source programs.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [],
    "variants": [
        "gcc9",
        "g95",
        "gcc10",
        "gcc11",
        "gcc5",
        "gcc6",
        "gcc7",
        "gcc8",
        "gccdevel"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "gcc11"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "unzip"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libgcc"
            ]
        }
    ],
    "depends_on": []
}