GET /api/v1/ports/?format=api&ordering=updated_at&page=954
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 51965,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=955",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=953",
    "results": [
        {
            "name": "libquantum",
            "portdir": "science/libquantum",
            "version": "0.2.4",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.libquantum.de/",
            "description": "library for the simulation of a quantum computer",
            "long_description": "libquantum is a C library for the simulation of a quantum computer. Based on the principles of quantum mechanics, it provides an implementation of a quantum register. Basic operations for register manipulation such as the Hadamard gate or the Controlled-NOT gate are available through an easy-to-use interface. Measurements can be performed on either single qubits or the whole quantum register.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libsbml",
            "portdir": "science/libsbml",
            "version": "5.21.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sbml.org/Software/libSBML",
            "description": "The Systems Biology Markup Language library",
            "long_description": "LibSBML is a free, open-source programming library to help you read, write, manipulate, translate, and validate SBML files and data streams. It is not an application itself (though it does come with example programs), but rather a library you can embed in your own applications.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "funasoul",
                    "github": "funasoul",
                    "ports_count": 15
                }
            ],
            "variants": [
                "debug",
                "arrays",
                "comp",
                "cppnamespace",
                "distrib",
                "dyn",
                "expat",
                "fbc",
                "groups",
                "java",
                "layout",
                "libxml2",
                "multi",
                "python313",
                "python314",
                "qual",
                "render",
                "req",
                "spatial",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "cmake",
                        "pkgconfig",
                        "swig",
                        "check"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libxml2",
                        "bzip2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-rsbml",
                        "libsbmlsim"
                    ]
                }
            ]
        },
        {
            "name": "libsbmlsim",
            "portdir": "science/libsbmlsim",
            "version": "1.4.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://fun.bio.keio.ac.jp/software/libsbmlsim/",
            "description": "A library for simulating SBML models",
            "long_description": "LibSBMLSim is a library for simulating an SBML model which contains Ordinary Differential Equations (ODEs). LibSBMLSim provides simple command-line tool and several APIs to load an SBML model, perform numerical integration (simulate) and export its results. Both explicit and implicit methods are supported on libSBMLSim.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "funasoul",
                    "github": "funasoul",
                    "ports_count": 15
                }
            ],
            "variants": [
                "debug",
                "csharp",
                "java",
                "python313",
                "python314",
                "ruby",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsbml"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libsharp",
            "portdir": "science/libsharp",
            "version": "1.0.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://healpix.sourceforge.io",
            "description": "C/C++ library for fast spherical harmonic transforms",
            "long_description": "libsharp is a library for spherical harmonic transforms (SHTs), which evolved from the libpsht library, addressing several of its shortcomings, such as adding MPI support for distributed memory systems and SHTs of fields with arbitrary spin, but also supporting new developments in CPU instruction sets like the Advanced Vector Extensions (AVX) or fused multiply-accumulate (FMA) instructions. The library is implemented in portable C99 and provides an interface that can be easily accessed from other programming languages such as C++, Fortran, Python etc. Generally, libsharp's performance is at least on par with that of its predecessor; however, significant improvements were made to the algorithms for scalar SHTs, which are roughly twice as fast when using the same CPU capabilities.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 444
                }
            ],
            "variants": [
                "openmp"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libomp"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-healpy",
                        "py35-healpy",
                        "py36-healpy",
                        "py37-healpy",
                        "py310-healpy",
                        "py311-healpy",
                        "py312-healpy",
                        "py313-healpy",
                        "py314-healpy",
                        "py38-healpy",
                        "py39-healpy",
                        "healpix-cxx"
                    ]
                }
            ]
        },
        {
            "name": "libsc",
            "portdir": "science/libsc",
            "version": "2.8.6",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.p4est.org",
            "description": "provides support for parallel scientific applications",
            "long_description": "The SC Library provides support for parallel scientific applications.",
            "active": true,
            "categories": [
                "devel",
                "science",
                "math"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1599
                }
            ],
            "variants": [
                "accelerate",
                "atlas",
                "blis",
                "flexiblas",
                "openblas",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "clang22",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gfortran",
                "mpich",
                "openmpi",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gcc15",
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc",
                        "lua",
                        "OpenBLAS",
                        "mpich-clang18",
                        "zlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p4est"
                    ]
                }
            ]
        },
        {
            "name": "libstree",
            "portdir": "science/libstree",
            "version": "0.4.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.cl.cam.ac.uk/~cpk25/libstree/",
            "description": "generic suffix tree implementation, written in C",
            "long_description": "generic suffix tree implementation, written in C",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libtcd",
            "portdir": "science/libtcd",
            "version": "2.2.7-r2",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.flaterco.com/xtide/",
            "description": "API for using Tide Constituent Database files",
            "long_description": "libtcd provides a software API for reading and writing Tide Constituent Database (TCD) files.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "dstrubbe",
                    "github": "dstrubbe",
                    "ports_count": 38
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "xtide"
                    ]
                }
            ]
        },
        {
            "name": "libxc",
            "portdir": "science/libxc",
            "version": "2.2.3",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.tddft.org/programs/libxc/",
            "description": "exchange-correlation functionals for DFT",
            "long_description": "Libxc is a library of exchange-correlation functionals for density-functional theory. The aim is to provide a portable, well tested and reliable set of exchange and correlation functionals that can be used by all the ETSF codes and also other codes.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "dstrubbe",
                    "github": "dstrubbe",
                    "ports_count": 38
                }
            ],
            "variants": [
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "gcc15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "HORTON"
                    ]
                }
            ]
        },
        {
            "name": "libxc4",
            "portdir": "science/libxc4",
            "version": "4.3.4",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.tddft.org/programs/libxc/",
            "description": "exchange-correlation functionals for DFT",
            "long_description": "Libxc is a library of exchange-correlation functionals for density-functional theory. The aim is to provide a portable, well tested and reliable set of exchange and correlation functionals that can be used by all the ETSF codes and also other codes.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "dstrubbe",
                    "github": "dstrubbe",
                    "ports_count": 38
                }
            ],
            "variants": [
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "gcc15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ape",
                        "atompaw",
                        "octopus"
                    ]
                }
            ]
        },
        {
            "name": "libxc5",
            "portdir": "science/libxc5",
            "version": "5.2.3",
            "license": "(MPL-2 or LGPL-2.1+)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.com/libxc/libxc",
            "description": "Exchange-correlation functionals for DFT",
            "long_description": "Libxc is a library of exchange-correlation functionals for density-functional theory. The aim is to provide a portable, well tested and reliable set of exchange and correlation functionals that can be used by all the ETSF codes and also other codes.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 359
                }
            ],
            "variants": [
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel",
                "tests",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-18",
                        "gcc15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "bzip2",
                        "bash"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libxc6",
            "portdir": "science/libxc6",
            "version": "6.2.2",
            "license": "(MPL-2 or LGPL-2.1+)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.com/libxc/libxc",
            "description": "Exchange-correlation functionals for DFT",
            "long_description": "Libxc is a library of exchange-correlation functionals for density-functional theory. The aim is to provide a portable, well tested and reliable set of exchange and correlation functionals that can be used by all the ETSF codes and also other codes.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 359
                }
            ],
            "variants": [
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel",
                "tests",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-18",
                        "gcc15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "bzip2",
                        "bash"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "abinit"
                    ]
                }
            ]
        },
        {
            "name": "ligo-lvalert",
            "portdir": "science/ligo-lvalert",
            "version": "1.4.3",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.lsc-group.phys.uwm.edu/daswg/projects/lvalert.html",
            "description": "The LIGO-Virgo Alert System",
            "long_description": "A prototype notification service built on the xmpp (jabber) protocol and the pubsub extension. It provides a basic notification tool which allows multiple producers and consumers of notifications.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-libxml2",
                        "py27-ligo-common",
                        "python27",
                        "py27-pyxmpp",
                        "py27-m2crypto",
                        "py27-dnspython"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ligo-lvalert-heartbeat"
                    ]
                }
            ]
        },
        {
            "name": "ligo-lvalert-heartbeat",
            "portdir": "science/ligo-lvalert-heartbeat",
            "version": "1.1.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.lsc-group.phys.uwm.edu/daswg/projects/lvalert.html",
            "description": "LVAlert Heartbeat Tools",
            "long_description": "This module implements a basic functionality monitor for lvalert_listen instances via the LVAlert system itself.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-ligo-common",
                        "py27-pyxmpp",
                        "ligo-lvalert"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ligotools",
            "portdir": "science/ligotools",
            "version": "1.2.0",
            "license": "GPL-3+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.ligo.org/DASWG/LIGOTools",
            "description": "This is a collection of tools used by the LIGO scientific community",
            "long_description": "This is a collection of tools used by the LIGO scientific community",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "tcl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "limesuite",
            "portdir": "science/limesuite",
            "version": "22.09.1",
            "license": "Apache-2",
            "platforms": "darwin macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://myriadrf.org/projects/lime-suite/",
            "description": "provides drivers and SDR application support for the LMS7002M RFIC",
            "long_description": "Lime Suite is a collection of software supporting several hardware platforms including the LimeSDR, drivers for the LMS7002M transceiver RFIC, and other tools for developing with LMS7-based hardware.",
            "active": true,
            "categories": [
                "science",
                "comms"
            ],
            "maintainers": [
                {
                    "name": "ra1nb0w",
                    "github": "ra1nb0w",
                    "ports_count": 151
                },
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 462
                }
            ],
            "variants": [
                "debug",
                "wxgui",
                "soapy",
                "octave",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "sqlite3",
                        "SoapySDR",
                        "libusb",
                        "wxWidgets-3.2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "SDRangel",
                        "SDRPlusPlus",
                        "gr-limesdr",
                        "gr37-limesdr",
                        "gr-limesdr-devel"
                    ]
                }
            ]
        },
        {
            "name": "linhpsdr",
            "portdir": "science/linhpsdr",
            "version": "20230106-02361708",
            "license": "GPL-3",
            "platforms": "darwin macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/g0orx/linhpsdr",
            "description": "linHPSDR is an HPSDR application for Linux and macOS",
            "long_description": "linHPSDR is an HPSDR application for Linux and macOS",
            "active": true,
            "categories": [
                "science",
                "comms"
            ],
            "maintainers": [
                {
                    "name": "ra1nb0w",
                    "github": "ra1nb0w",
                    "ports_count": 151
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "glib2",
                        "gtk3",
                        "gdk-pixbuf2",
                        "libsoundio",
                        "SoapySDR",
                        "wdsp",
                        "pango",
                        "fftw-3",
                        "atk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "limesuite-devel",
            "portdir": "science/limesuite",
            "version": "20220505-c1b19b23",
            "license": "Apache-2",
            "platforms": "darwin macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://myriadrf.org/projects/lime-suite/",
            "description": "provides drivers and SDR application support for the LMS7002M RFIC",
            "long_description": "Lime Suite is a collection of software supporting several hardware platforms including the LimeSDR, drivers for the LMS7002M transceiver RFIC, and other tools for developing with LMS7-based hardware. This port is kept up with the LimeSuite GIT 'master' branch, is typically updated weekly to monthly.",
            "active": true,
            "categories": [
                "science",
                "comms"
            ],
            "maintainers": [
                {
                    "name": "ra1nb0w",
                    "github": "ra1nb0w",
                    "ports_count": 151
                },
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 462
                }
            ],
            "variants": [
                "debug",
                "wxgui",
                "soapy",
                "octave",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "sqlite3",
                        "SoapySDR",
                        "libusb",
                        "wxWidgets-3.2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "linrad",
            "portdir": "science/linrad",
            "version": "20211204-997",
            "license": "MIT",
            "platforms": "darwin macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.sm5bsz.com/linuxdsp/linrad.htm",
            "description": "Linrad is a free multi-OS SDR receiver (A Software Defined Radio receiver).",
            "long_description": "Linrad is a free multi-OS SDR receiver (A Software Defined Radio receiver).",
            "active": true,
            "categories": [
                "science",
                "comms"
            ],
            "maintainers": [
                {
                    "name": "ra1nb0w",
                    "github": "ra1nb0w",
                    "ports_count": 151
                }
            ],
            "variants": [
                "airspy",
                "airspyhf",
                "bladerf",
                "perseus",
                "rtlsdr",
                "sdrplay"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "makeicns",
                        "nasm",
                        "clang-18"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "subversion"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "portaudio",
                        "xorg-libXext",
                        "libusb",
                        "libusb-compat",
                        "SDRplay",
                        "airspy",
                        "airspyhf",
                        "rtl-sdr",
                        "xorg-libX11"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "liquid-dsp",
            "portdir": "science/liquid-dsp",
            "version": "20221120-c3e0de7e",
            "license": "MIT",
            "platforms": "darwin macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.liquidsdr.org/",
            "description": "liquid-dsp is an open-source signal processing library for software-defined radios written in C.",
            "long_description": "liquid-dsp is an open-source signal processing library for software-defined radios written in C. Its purpose is to provide a set of extensible DSP modules that do no rely on external dependencies or cumbersome frameworks.",
            "active": true,
            "categories": [
                "science",
                "comms"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 462
                },
                {
                    "name": "ra1nb0w",
                    "github": "ra1nb0w",
                    "ports_count": 151
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "gsed",
                        "clang-18",
                        "autoconf",
                        "grep"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libfec",
                        "fftw-3-single"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "CubicSDR",
                        "PothosLiquidDSP",
                        "gr37-lora-rpp0",
                        "gr-lora-rpp0",
                        "inspectrum"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "luaradio"
                    ]
                }
            ]
        },
        {
            "name": "lparse",
            "portdir": "science/lparse",
            "version": "1.1.2",
            "license": "GPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.tcs.hut.fi/Software/smodels",
            "description": "prepare variable-free programs for smodels",
            "long_description": "Smodels works with variable-free programs that are quite cumbersome to generate by hand. Lparse is a front-end that adds variables (and a lot of other stuff) to the accepted language and generates a variable-free simple logic program that can be given to smodels. Lparse also implements several other semantics (classical negation, partial stable models) by translating them into normal logic programs.",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "lscsoft-deps",
            "portdir": "science/lscsoft-deps",
            "version": "20200805",
            "license": "unknown",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.lsc-group.phys.uwm.edu/daswg",
            "description": "LSCSoft dependencies meta-port",
            "long_description": "This is a meta-port that depends on all the ports needed for developing Software used within the LIGO Scientific Collaboration.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [],
            "variants": [
                "glue",
                "lalsuite",
                "nds2",
                "nds2_swig",
                "gds"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "automake",
                        "boost",
                        "cmake",
                        "git",
                        "git-lfs",
                        "glib2",
                        "jsoncpp",
                        "libtool",
                        "pkgconfig",
                        "swig",
                        "swig-java",
                        "swig-octave",
                        "swig-python",
                        "graphviz",
                        "gnu-classpath",
                        "python27",
                        "fftw-3",
                        "fftw-3-single",
                        "gsl",
                        "kerberos5",
                        "py27-astropy",
                        "py27-cjson",
                        "py27-freezegun",
                        "py27-healpy",
                        "py27-ligo-lw",
                        "py27-ligo-segments",
                        "py27-lscsoft-glue",
                        "py27-mock",
                        "py27-numpy",
                        "py27-openssl",
                        "py27-pyrxp",
                        "py27-pytest",
                        "py27-pytest-mpl",
                        "py27-scipy",
                        "py27-shapely",
                        "hdf5",
                        "healpix-c",
                        "ldas-tools-framecpp",
                        "autoconf",
                        "metaio",
                        "root6",
                        "doxygen",
                        "libxml2",
                        "libframe"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "lsd2",
            "portdir": "science/lsd2",
            "version": "2.4.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tothuhien/lsd2",
            "description": "A phylogeny dating method using least-squares algorithms and criteria",
            "long_description": "A phylogeny dating method using least-squares algorithms and criteria",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2122
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "iqtree3",
                        "iqtree2"
                    ]
                }
            ]
        },
        {
            "name": "luaradio",
            "portdir": "science/luaradio",
            "version": "0.10.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://luaradio.io/",
            "description": "A lightweight, embeddable software-defined radio framework built on LuaJIT",
            "long_description": "A lightweight, embeddable software-defined radio framework built on LuaJIT",
            "active": true,
            "categories": [
                "science",
                "comms"
            ],
            "maintainers": [
                {
                    "name": "v",
                    "github": "vsergeev",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "luajit"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "fftw-3",
                        "liquid-dsp",
                        "volk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "luma",
            "portdir": "science/luma",
            "version": "1.7.12",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cfdemons/LUMA",
            "description": "Open-source project Lattice-Boltzmann at the University of Manchester (LUMA)",
            "long_description": "Open-source project Lattice-Boltzmann at the University of Manchester (LUMA)",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [],
            "variants": [
                "accelerate",
                "atlas",
                "blis",
                "flexiblas",
                "openblas",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "clang22",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "mpich",
                "openmpi",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "OpenBLAS",
                        "zlib",
                        "mpich-clang18",
                        "hdf5",
                        "libomp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "madness",
            "portdir": "science/madness",
            "version": "2024.12.06",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/m-a-d-n-e-s-s/madness",
            "description": "Multiresolution Adaptive Numerical Environment for Scientific Simulation",
            "long_description": "MADNESS provides a high-level environment for the solution of integral and differential equations in many dimensions using adaptive, fast methods with guaranteed precision based on multi-resolution analysis and novel separated representations.",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "clang22",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel",
                "gfortran",
                "gperftools",
                "tests",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "python312",
                        "clang-20",
                        "gcc15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc",
                        "boost181"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mafft",
            "portdir": "science/mafft",
            "version": "7.526",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mafft.cbrc.jp/alignment/software/",
            "description": "Multiple alignment program for amino acid or nucleotide sequences",
            "long_description": "Multiple alignment program for amino acid or nucleotide sequences",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2122
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "magic",
            "portdir": "science/magic",
            "version": "8.3.508",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://opencircuitdesign.com/magic/",
            "description": "A VLSI Layout System",
            "long_description": "Magic is a venerable VLSI layout tool, written in the 1980's at Berkeley. Magic is widely cited as being the easiest tool to use for circuit layout, even for people who ultimately rely on commercial tools for their product design flow.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cairo",
                        "tcl",
                        "blt",
                        "libGLU",
                        "zlib",
                        "xorg-libXi",
                        "xorg-libXmu",
                        "xorg-libice",
                        "tk-x11",
                        "mesa"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "magicspp",
            "portdir": "science/magicspp",
            "version": "4.16.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://confluence.ecmwf.int/display/MAGP/Magics",
            "description": "ECMWF's Meteorological plotting software",
            "long_description": "Magics++ is the latest generation of the ECMWF's Meteorological plotting software MAGICS (Meteorological Applications Graphics Integrated Colour System) redesigned in C++. Magics++ offers interfaces in Fortran, C, and MagML, a plot description language based on XML. The library supports the plotting of contours, wind fields, observations, satellite images, symbols, text, axis and graphs (including boxplots). Input data can be in GRIB 1 and 2, BUFR and NetCDF or retrieved from an ODB database. The produced meteorological plots can be saved in various formats, such as PostScript, EPS, PDF, GIF, PNG and SVG.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "takeshi",
                    "github": "tenomoto",
                    "ports_count": 54
                }
            ],
            "variants": [
                "debug",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "clang22",
                "clangdevel",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel",
                "gfortran",
                "qt5"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "flex",
                        "pkgconfig",
                        "clang-18",
                        "gcc15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "jasper",
                        "libgeotiff",
                        "libjpeg-turbo",
                        "libpng",
                        "openjpeg",
                        "tiff",
                        "libgcc",
                        "fftw-3",
                        "ghostscript",
                        "zlib",
                        "hdf5",
                        "netcdf",
                        "netcdf-cxx",
                        "expat",
                        "mesa",
                        "pango",
                        "xorg-libXau",
                        "xorg-libXdmcp",
                        "proj9",
                        "ecCodes",
                        "gettext",
                        "glib2",
                        "cairo",
                        "gd2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "metview"
                    ]
                }
            ]
        },
        {
            "name": "maniview",
            "portdir": "science/maniview",
            "version": "2.0.4",
            "license": "LGPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.geomview.org/",
            "description": "a Geomview module for viewing 3D manifolds",
            "long_description": "This is maniview, a Geomview module for viewing 3D manifolds. emodules are kind of plugins which extend the functionality of Geomview (an interactive 3d viewing program).",
            "active": true,
            "categories": [
                "graphics",
                "science",
                "x11"
            ],
            "maintainers": [
                {
                    "name": "raphael",
                    "github": "raphael-st",
                    "ports_count": 18
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "geomview",
                        "xforms"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mapm3",
            "portdir": "science/mapm3",
            "version": "3.0",
            "license": "Restrictive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.broadinstitute.org/ftp/distribution/software/mapmaker3/",
            "description": "cli tool for calculating Quantitative Trait Loci",
            "long_description": "mapm3 is a cli tool for calculating Quantitative Trait Loci.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "",
                    "ports_count": 100
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "marx",
            "portdir": "science/marx",
            "version": "5.5.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://space.mit.edu/cxc/marx/",
            "description": "Simulate the Chandra X-ray observatory",
            "long_description": "marx is a suite of programs created and maintained by the MIT/CXC/HETG group group and is designed to enable the user to simulate the on-orbit performance of the Chandra X-ray Observatory. marx provides a detailed ray-trace simulation of how Chandra responds to a variety of astrophysical sources and can generate standard FITS event files and images as output. It contains detailed models for Chandra’s High Resolution Mirror Assembly (HRMA), the HETG and LETG gratings, and all the focal plane detectors.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "moritz.guenther",
                    "github": "hamogu",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "match",
            "portdir": "science/match",
            "version": "0.16",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://spiff.rit.edu/match/",
            "description": "match, a program for matching star lists",
            "long_description": "This program is designed to match up items in two different lists, which may have two different systems of coordinates. The program allows the two sets of coordinates to be related by a linear, quadratic, or cubic transformation.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "maxflow",
            "portdir": "science/maxflow",
            "version": "20201109",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gerddie/maxflow",
            "description": "An implementation of the maxflow algorithm.",
            "long_description": "An implementation of the maxflow algorithm.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "ninja",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mbdyn",
            "portdir": "science/mbdyn",
            "version": "1.7.3",
            "license": "GPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.mbdyn.org",
            "description": "MBDyn is the first and one of the few full-featured free* general purpose Multibody Dynamics analysis software.",
            "long_description": "MBDyn is the first and one of the few full-featured free* general purpose Multibody Dynamics analysis software.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1419
                }
            ],
            "variants": [
                "accelerate",
                "atlas",
                "blis",
                "flexiblas",
                "openblas",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18",
                        "gcc15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "SuiteSparse",
                        "libgcc",
                        "gcc15",
                        "metis",
                        "GiNaC",
                        "OpenBLAS"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "octave-mboct-mbdyn"
                    ]
                }
            ]
        },
        {
            "name": "mcl",
            "portdir": "science/mcl",
            "version": "14-137",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://micans.org/mcl/",
            "description": "MCL - a cluster algorithm for graphs.",
            "long_description": "The MCL algorithm is short for the Markov Cluster Algorithm, a fast and scalable unsupervised cluster algorithm for graphs based on simulation of (stochastic) flow in graphs.",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mddisplay",
            "portdir": "science/mddisplay",
            "version": "3.0",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://structbio.vanderbilt.edu/~cmoth/mddisplay/",
            "description": "A 3D Stereo Molecular Dynamics Trajectory Visualization Package",
            "long_description": "MD Display turns molecular dynamics trajectory data into a colorful, animated, on-screen movie. Key features include: Mouse control of translation, rotation, scaling, and clipping. Half-bond coloring controls. Animation speed and direction controls. Dynamic monitoring of distances, bond angles, dihedrals, and hydrogen bonds. Superimposition of static initial or average reference structures. Ramachandron plots. Real-time filtering of higher frequency molecular motions. PDB dump feature, for extracting movie frames on-the-fly.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "memesuite",
            "portdir": "science/memesuite",
            "version": "5.5.5",
            "license": "Noncommercial",
            "platforms": "darwin linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://meme-suite.org",
            "description": "Motif analysis toolkit",
            "long_description": "MEME-Suite is a collection of tools for the analysis of motifs in DNA, RNA and proteins.",
            "active": true,
            "categories": [
                "science",
                "biology"
            ],
            "maintainers": [
                {
                    "name": "cegrant",
                    "github": "CharlesEGrant",
                    "ports_count": 1
                },
                {
                    "name": "wnoble",
                    "github": "wsnoble",
                    "ports_count": 1
                },
                {
                    "name": "tlawbailey",
                    "github": "tlawbailey",
                    "ports_count": 1
                }
            ],
            "variants": [
                "serial",
                "parallel",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gawk",
                        "ghostscript",
                        "expat",
                        "gsed",
                        "libxml2",
                        "libxslt",
                        "perl5.34",
                        "p5.34-file-which",
                        "zlib",
                        "p5.34-html-tree",
                        "p5.34-json",
                        "p5.34-math-cdf",
                        "p5.34-sys-info",
                        "p5.34-xml-parser",
                        "p5.34-xml-simple",
                        "python311",
                        "py311-gnureadline",
                        "p5.34-html-template"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "metaio",
            "portdir": "science/metaio",
            "version": "8.5.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.lsc-group.phys.uwm.edu/daswg/projects/metaio.html",
            "description": "LIGO Light-Weight XML Library",
            "long_description": "This code implements a simple recursive-descent parsing scheme for LIGO_LW files, based on the example in Chapter 2 of Compilers: Principles, Techniques and Tools by Aho, Sethi and Ullman.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gds",
                        "lalapps",
                        "lalburst",
                        "lalinference",
                        "lalinspiral",
                        "lalmetaio"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "lscsoft-deps"
                    ]
                }
            ]
        },
        {
            "name": "metar",
            "portdir": "science/metar",
            "version": "0.2",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/elboza/metar",
            "description": "a simple command line metar and taf.",
            "long_description": "a simple command line metar and taf.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [],
            "variants": [
                "perl5_28",
                "perl5_30",
                "perl5_32",
                "perl5_34"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34",
                        "p5.34-libwww-perl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "metview",
            "portdir": "science/metview",
            "version": "5.25.1",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://confluence.ecmwf.int/display/METV/",
            "description": "meteorological workstation application",
            "long_description": "Metview is a meteorological workstation application designed to be a complete working environment for both the operational and research meteorologist. Its capabilities include powerful data access, processing and visualisation.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "takeshi",
                    "github": "tenomoto",
                    "ports_count": 54
                }
            ],
            "variants": [
                "debug",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "clang22",
                "clangdevel",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel",
                "gfortran",
                "mpich",
                "openmpi",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "gcc15",
                        "bison",
                        "clang-18",
                        "ImageMagick",
                        "xdpyinfo"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "gnutar"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "fontconfig",
                        "jasper",
                        "libjpeg-turbo",
                        "libpng",
                        "openjpeg",
                        "libgcc",
                        "curl",
                        "freetype",
                        "ecCodes",
                        "hdf5",
                        "magicspp",
                        "qt5-qtwebkit",
                        "netcdf-cxx",
                        "expat",
                        "pango",
                        "xorg-libX11",
                        "xorg-libXmu",
                        "xorg-libXt",
                        "xorg-libice",
                        "xorg-libsm",
                        "boost176",
                        "proj9",
                        "netcdf",
                        "libaec",
                        "zlib",
                        "gdbm",
                        "gettext",
                        "glib2",
                        "cairo"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "ksh93"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mfem",
            "portdir": "science/mfem",
            "version": "4.8",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mfem.org",
            "description": "Lightweight, general, scalable C++ library for finite element methods",
            "long_description": "MFEM is a modular parallel C++ library for finite element methods. Its goal is to enable high-performance scalable finite element discretization research and application development on a wide variety of platforms, ranging from laptops to supercomputers.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "accelerate",
                "atlas",
                "blis",
                "flexiblas",
                "openblas",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "clang22",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel",
                "gfortran",
                "ginkgo",
                "hiop",
                "raja",
                "occa",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-20",
                        "gcc15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc",
                        "libomp",
                        "zlib",
                        "hdf5",
                        "netcdf",
                        "OpenBLAS",
                        "gnutls",
                        "mpfr"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ministat",
            "portdir": "science/ministat",
            "version": "1.0",
            "license": "Beerware",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/codahale/ministat",
            "description": "A small tool to do the statistics legwork on benchmarks",
            "long_description": "A small tool to do the statistics legwork on benchmarks",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "",
                    "ports_count": 100
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "miriad",
            "portdir": "science/miriad",
            "version": "4.3.8.20160322",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.cfa.harvard.edu/~pwilliam/miriad-macport/",
            "description": "MIRIAD, an analysis package for radio astronomical data",
            "long_description": "MIRIAD, the Multichannel Imaging, Reconstruction, Analysis, and Display package, is a suite of tools for analyzing radio astronomical observations, from raw data to imaging.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "peter",
                    "github": "pkgw",
                    "ports_count": 1
                }
            ],
            "variants": [
                "ant256",
                "ata",
                "carma",
                "sma",
                "wsrt",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel",
                "gcc_select",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "gcc15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libpng",
                        "libgcc",
                        "xorg-libX11",
                        "xorg-libXau",
                        "zlib",
                        "xorg-libXdmcp",
                        "xorg-libice",
                        "xorg-libsm",
                        "xorg-libXaw",
                        "readline"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "missfits",
            "portdir": "science/missfits",
            "version": "2.8.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.astromatic.net/software/missfits/",
            "description": "MissFITS is a program that performs basic maintenance and packaging tasks on FITS files.",
            "long_description": "MissFITS uses its own optimized library to perform basic maintenance and packaging tasks on FITS files. The operations include adding/editing header keywords, splitting/joining multi-extension-FITS (MEF) files, packing/unpacking data cubes, and calculating/manipulating FITS checksums. Its syntax is similar to that of other astromatic.net tools like sextractor and swarp.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 444
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mmdb",
            "portdir": "science/mmdb",
            "version": "1.25.6.1",
            "license": "LGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://launchpad.net/mmdb",
            "description": "macromolecular coordinate library",
            "long_description": "MMDB is designed to assist developers in working with macromolecular coordinate files. The library handles both PDB and mmCIF format files. The Library also features an internal binary format, portable between different platforms. This is achieved at uniformity of the Library's interface functions, so that there is no difference in handling different formats. MMDB provides various high-level tools for working with coordinate files, including reading and writing, orthogonal-fractional transforms, generation of symmetry mates, editing the molecular structure and more.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2122
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gawk",
                        "gsed",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "gpp4"
                    ]
                }
            ]
        },
        {
            "name": "mmdb2",
            "portdir": "science/mmdb2",
            "version": "2.0.22",
            "license": "(LGPL-3 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://launchpad.net/mmdb",
            "description": "A C++ toolkit for working with macromolecular coordinate files",
            "long_description": "MMDB is designed to assist developers in working with macromolecular coordinate files. The library handles both PDB and mmCIF format files. The Library also features an internal binary format, portable between different platforms. This is achieved at uniformity of the Library's interface functions, so that there is no difference in handling different formats. MMDB provides various high-level tools for working with coordinate files, including reading and writing, orthogonal-fractional transforms, generation of symmetry mates, editing the molecular structure and more.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2122
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "clipper",
                        "coot",
                        "coot-devel",
                        "libccp4",
                        "ssm"
                    ]
                }
            ]
        },
        {
            "name": "mmg",
            "portdir": "science/mmg",
            "version": "5.8.0",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.mmgtools.org",
            "description": "An open source software for simplicial remeshing",
            "long_description": "mmg is an open source software for bidimensional and tridimensional surface and volume remeshing.",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1599
                }
            ],
            "variants": [
                "debug",
                "vtk",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "scotch"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mmg3d4",
            "portdir": "science/mmg3d4",
            "version": "4.0.2",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.mmgtools.org",
            "description": "An open source software for simplicial remeshing (compatibility version)",
            "long_description": "mmg is an open source software for bidimensional and tridimensional surface and volume remeshing (compatibility version).",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1599
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "scotch"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gmsh"
                    ]
                }
            ]
        },
        {
            "name": "mmtf-cpp",
            "portdir": "science/mmtf-cpp",
            "version": "1.1.0",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rcsb/mmtf-cpp",
            "description": "MMTF in C++",
            "long_description": "The macromolecular transmission format (MMTF) is a binary encoding of biological structures.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "howarth.at.macports",
                    "github": "jwhowarth",
                    "ports_count": 18
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "msgpack"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "avogadrolibs",
                        "pymol",
                        "pymol-devel"
                    ]
                }
            ]
        },
        {
            "name": "molden",
            "portdir": "science/molden",
            "version": "7.3",
            "license": "Restrictive and Noncommercial and Nomirror",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://www.theochem.ru.nl/molden/",
            "description": "Molecular graphics visualisation tool",
            "long_description": "Molden is a package for displaying Molecular Density from the Ab Initio packages GAMESS-UK, GAMESS-US and GAUSSIAN and the Semi-Empirical packages Mopac/Ampac, it also supports a number of other programs via the Molden Format. \n\nIn order to keep up support for Molden, proof that it is being used outside the CMBI is required. Please register your copy of molden at: https://www.theochem.ru.nl/molden/form.html",
            "active": true,
            "categories": [
                "graphics",
                "science",
                "chemistry"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gmake",
                        "makedepend",
                        "clang-18",
                        "gcc15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc",
                        "xorg-libXmu",
                        "libGLU",
                        "mesa",
                        "xorg-libX11"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}