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

{
    "name": "freecad",
    "portdir": "cad/freecad",
    "version": "0.18.5",
    "license": "LGPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.freecadweb.org",
    "description": "FreeCAD is a general purpose feature-based, parametric 3D modeler.",
    "long_description": "FreeCAD is a general purpose feature-based, parametric 3D modeler for CAD, MCAD, CAx, CAE and PLM, aimed directly at mechanical engineering and product design but also fits a wider range of uses in engineering, such as architecture or other engineering specialties. It is 100% Open Source (LGPL2+ license) and extremely modular, allowing for very advanced extension and customization.",
    "active": true,
    "categories": [
        "cad"
    ],
    "maintainers": [
        {
            "name": "mark.brethen",
            "github": "mbrethen",
            "ports_count": 7
        }
    ],
    "variants": [
        "gcc14",
        "debug",
        "gcc10",
        "gcc11",
        "gcc12",
        "gcc13",
        "gccdevel",
        "oce",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "gcc14",
                "cmake",
                "pkgconfig",
                "graphviz",
                "doxygen",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "oce",
                "libgcc",
                "eigen3",
                "freetype",
                "xercesc3",
                "boost171",
                "qt4-mac",
                "py310-matplotlib",
                "py310-pyside",
                "py310-shiboken",
                "py310-pivy",
                "py310-pyside-tools",
                "python310",
                "zlib",
                "swig",
                "swig-python",
                "Coin-framework",
                "SoQt"
            ]
        },
        {
            "type": "run",
            "ports": [
                "qt4-mac-sqlite3-plugin"
            ]
        }
    ],
    "depends_on": []
}