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

{
    "name": "gmic",
    "portdir": "science/gmic",
    "version": "3.5.3",
    "license": "CeCILL",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://gmic.eu",
    "description": "G'MIC is an interpreter of image processing macros (Stand-alone binary).",
    "long_description": "G'MIC stands for GREYC's Magic Image Converter. It is focused on the design of possibly complex pipelines for converting, manipulating, filtering and visualizing generic 1d/2d/3d multi-spectral image datasets. This includes classical color images, but also more complex data as image sequences or 3D volumetric images.",
    "active": true,
    "categories": [
        "graphics",
        "science"
    ],
    "maintainers": [
        {
            "name": "mps",
            "github": "Schamschula",
            "ports_count": 1037
        }
    ],
    "variants": [
        "opencv4",
        "x11",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libjpeg-turbo",
                "libpng",
                "openexr",
                "ilmbase",
                "tiff",
                "fftw-3",
                "ffmpeg",
                "libheif",
                "zlib",
                "xorg-libX11",
                "xorg-libXcursor",
                "xorg-libXext",
                "xorg-libice",
                "xorg-libsm",
                "gmic-lib",
                "imath",
                "curl",
                "GraphicsMagick"
            ]
        }
    ],
    "depends_on": []
}