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

{
    "name": "fityk",
    "portdir": "math/fityk",
    "version": "1.3.2",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://fityk.nieto.pl",
    "description": "fityk is for peak fitting.",
    "long_description": "fityk is a program for nonlinear fitting of analytical functions (especially peak-shaped) to data (usually experimental data). There are also people using it to remove the baseline from data, or to display data only.",
    "active": true,
    "categories": [
        "math"
    ],
    "maintainers": [],
    "variants": [
        "docs",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-15",
                "autoconf",
                "automake",
                "libtool",
                "swig-lua",
                "makeicns"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "boost176",
                "zlib",
                "python311",
                "ncurses",
                "readline",
                "wxWidgets-3.0",
                "lua",
                "xylib"
            ]
        },
        {
            "type": "run",
            "ports": [
                "gnuplot"
            ]
        }
    ],
    "depends_on": []
}