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

{
    "name": "gst",
    "portdir": "lang/gst",
    "version": "3.2.5",
    "license": "GPL-2+ and LGPL-2.1+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://smalltalk.gnu.org/",
    "description": "Free implementation of Smalltalk-80",
    "long_description": "GNU Smalltalk is a free implementation of the Smalltalk-80 language which runs on most versions on Unix and, in general, everywhere you can find a POSIX-compliance library. An uncommon feature of it is that it is well-versed to scripting tasks and headless processing.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [],
    "variants": [
        "gtk",
        "tcltk",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "zip",
                "pkgconfig",
                "gawk",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gnutls",
                "libffi",
                "libsdl",
                "libsigsegv",
                "libtool",
                "ncurses",
                "zlib",
                "gtk2",
                "cairo",
                "tcl",
                "expat",
                "libiconv",
                "tk",
                "readline",
                "gdbm",
                "sqlite3",
                "gmp"
            ]
        }
    ],
    "depends_on": []
}