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

{
    "name": "tclreadline",
    "portdir": "devel/tclreadline",
    "version": "2.3.8",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/flightaware/tclreadline",
    "description": "An interactive readline for tcl shells.",
    "long_description": "The tclreadline package makes the GNU Readline library available for interactive tcl shells. This includes history expansion and file/command completion. Command completion for all tcl/tk commands is provided and commmand completers for user defined commands can be easily added. tclreadline can also be used for tcl scripts which want to use a shell like input interface. In this case the ::tclreadline::readline read command has to be called explicitly.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "darius",
            "github": "DanielO",
            "ports_count": 2
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "readline",
                "tcl"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "gutils-suite-core"
            ]
        }
    ]
}