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

{
    "count": 50660,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=534",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=532",
    "results": [
        {
            "name": "gtk-osx-application",
            "portdir": "devel/gtk-osx-application",
            "version": "3.0.2",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.gnome.org/Projects/GTK%2B/OSX/Integration",
            "description": "Mac OS X menu bar integration library for GTK2 quartz",
            "long_description": "A simple library whose purpose is to allow GTK quartz applications to integrate with the Mac OS X menu bar. Requires gtk2 or gtk3 and its dependencies to be built with variant +quartz",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 354
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-gtk-osx-application-gtk2",
            "portdir": "devel/gtk-osx-application",
            "version": "2.0.8",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.gnome.org/Projects/GTK%2B/OSX/Integration",
            "description": "Mac OS X menu bar integration library for GTK2 quartz",
            "long_description": "A simple library whose purpose is to allow GTK quartz applications to integrate with the Mac OS X menu bar. Requires gtk2 or gtk3 and its dependencies to be built with variant +quartz",
            "active": false,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 354
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk-osx-application-gtk2",
                        "py27-pygtk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "nxproxy",
            "portdir": "net/nxcomp",
            "version": "3.5.99.22",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.x2go.org/doku.php/wiki:libs:nx-libs",
            "description": "nxproxy is a compressing proxy for X",
            "long_description": "nxproxy is a library compressing X commands to be passed over network for use with the X2Go suite.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "ionic",
                    "github": "Ionic",
                    "ports_count": 24
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "nxcomp"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "x2goclient"
                    ]
                }
            ]
        },
        {
            "name": "nxcomp",
            "portdir": "net/nxcomp",
            "version": "3.5.99.22",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.x2go.org/doku.php/wiki:libs:nx-libs",
            "description": "nxcomp is the X compression library by NX",
            "long_description": "nxcomp is a library compressing X commands to be passed over network for use with the X2Go suite.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "ionic",
                    "github": "Ionic",
                    "ports_count": 24
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libjpeg-turbo",
                        "libpng",
                        "xorg-xorgproto",
                        "zlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "nxproxy"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-opengl",
            "portdir": "perl/p5-opengl",
            "version": "0.700.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin < 22}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/OpenGL",
            "description": "Perl OpenGL: a.k.a. POGL",
            "long_description": "Perl OpenGL (a.k.a. POGL) is a perl5 interface to opengl, glu, and glut. Virtually all of the OpenGL 1.0 and 1.1 functions are available as well as most of 1.2. The functional interface is very similar to using C with most changes made in an obvious way (see man page for details). High-level object interfaces are available in the form of OpenGL::Array, OpenGL::Image, and OpenGL::Shader.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-time-hires",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mesa",
                        "xorg-libX11",
                        "xorg-libXext",
                        "freeglut",
                        "xorg-libXmu",
                        "xorg-libice",
                        "perl5.34",
                        "xorg-libXi",
                        "libGLU"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5-opengl"
                    ]
                }
            ]
        },
        {
            "name": "p5.30-opengl",
            "portdir": "perl/p5-opengl",
            "version": "0.700.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin < 22}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/OpenGL",
            "description": "Perl OpenGL: a.k.a. POGL",
            "long_description": "Perl OpenGL (a.k.a. POGL) is a perl5 interface to opengl, glu, and glut. Virtually all of the OpenGL 1.0 and 1.1 functions are available as well as most of 1.2. The functional interface is very similar to using C with most changes made in an obvious way (see man page for details). High-level object interfaces are available in the form of OpenGL::Array, OpenGL::Image, and OpenGL::Shader.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.30-time-hires",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libGLU",
                        "mesa",
                        "xorg-libX11",
                        "perl5.30",
                        "xorg-libXi",
                        "xorg-libXmu",
                        "xorg-libice",
                        "xorg-libXext",
                        "freeglut"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-opengl",
            "portdir": "perl/p5-opengl",
            "version": "0.700.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin < 22}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/OpenGL",
            "description": "Perl OpenGL: a.k.a. POGL",
            "long_description": "Perl OpenGL (a.k.a. POGL) is a perl5 interface to opengl, glu, and glut. Virtually all of the OpenGL 1.0 and 1.1 functions are available as well as most of 1.2. The functional interface is very similar to using C with most changes made in an obvious way (see man page for details). High-level object interfaces are available in the form of OpenGL::Array, OpenGL::Image, and OpenGL::Shader.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-time-hires",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libGLU",
                        "mesa",
                        "xorg-libX11",
                        "perl5.32",
                        "xorg-libXi",
                        "xorg-libXmu",
                        "xorg-libice",
                        "xorg-libXext",
                        "freeglut"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.28-opengl",
            "portdir": "perl/p5-opengl",
            "version": "0.700.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin < 22}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/OpenGL",
            "description": "Perl OpenGL: a.k.a. POGL",
            "long_description": "Perl OpenGL (a.k.a. POGL) is a perl5 interface to opengl, glu, and glut. Virtually all of the OpenGL 1.0 and 1.1 functions are available as well as most of 1.2. The functional interface is very similar to using C with most changes made in an obvious way (see man page for details). High-level object interfaces are available in the form of OpenGL::Array, OpenGL::Image, and OpenGL::Shader.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.28-time-hires",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libGLU",
                        "mesa",
                        "xorg-libX11",
                        "perl5.28",
                        "xorg-libXi",
                        "xorg-libXmu",
                        "xorg-libice",
                        "xorg-libXext",
                        "freeglut"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5-opengl",
            "portdir": "perl/p5-opengl",
            "version": "0.700.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin < 22}",
            "epoch": 0,
            "replaced_by": "p5.34-opengl",
            "homepage": "https://metacpan.org/pod/OpenGL",
            "description": "Perl OpenGL: a.k.a. POGL",
            "long_description": "Perl OpenGL (a.k.a. POGL) is a perl5 interface to opengl, glu, and glut. Virtually all of the OpenGL 1.0 and 1.1 functions are available as well as most of 1.2. The functional interface is very similar to using C with most changes made in an obvious way (see man page for details). High-level object interfaces are available in the form of OpenGL::Array, OpenGL::Image, and OpenGL::Shader.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-opengl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fitpack",
            "portdir": "fortran/fitpack",
            "version": "0.2.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/perazz/fitpack",
            "description": "Modern Fortran translation of the FITPACK package for curve and surface fitting",
            "long_description": "This is a modern Fortran translation of the FITPACK package for curve and surface fitting. The functions are modernized and translated from the original Fortran 77 code FITPACK by Paul Dierckx. The starting code used the double precision version of FITPACK distributed with scipy. An object-oriented interface wrapper is also being built.",
            "active": true,
            "categories": [
                "math",
                "fortran"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "fpm",
                        "clang-17",
                        "gcc13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc",
                        "libgcc13"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-bnpmr",
            "portdir": "R/R-bnpmr",
            "version": "1.2",
            "license": "GPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=bnpmr",
            "description": "Bayesian Monotonic Non-parametric Regression",
            "long_description": "Implements the Bayesian nonparametric monotonic regression method.",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gsl",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-PoissonMultinomial",
            "portdir": "R/R-PoissonMultinomial",
            "version": "1.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=PoissonMultinomial",
            "description": "Poisson-Multinomial Distribution",
            "long_description": "Poisson-Multinomial Distribution",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RcppArmadillo",
                        "R-mvtnorm",
                        "fftw-3",
                        "R-CRAN-recommended",
                        "R-Rcpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-GeneralizedWendland",
            "portdir": "R/R-GeneralizedWendland",
            "version": "0.6.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=GeneralizedWendland",
            "description": "Fully parameterized generalized Wendland covariance function",
            "long_description": "Fully parameterized generalized Wendland covariance function",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Rcpp",
                        "R-RcppEigen",
                        "R-fields",
                        "R-spam",
                        "R-spam64",
                        "R-optimParallel",
                        "R-CRAN-recommended",
                        "gsl",
                        "R-BH"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-mvtnorm",
                        "R-dplyr",
                        "R-ggplot2",
                        "R-gridExtra",
                        "R-knitr",
                        "R-testthat",
                        "R-microbenchmark",
                        "R-R.rsp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-opengl",
            "portdir": "perl/p5-opengl",
            "version": "0.700.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/OpenGL",
            "description": "Perl OpenGL: a.k.a. POGL",
            "long_description": "Perl OpenGL (a.k.a. POGL) is a perl5 interface to opengl, glu, and glut. Virtually all of the OpenGL 1.0 and 1.1 functions are available as well as most of 1.2. The functional interface is very similar to using C with most changes made in an obvious way (see man page for details). High-level object interfaces are available in the form of OpenGL::Array, OpenGL::Image, and OpenGL::Shader.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-time-hires"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libGLU",
                        "mesa",
                        "xorg-libX11",
                        "perl5.26",
                        "xorg-libXi",
                        "xorg-libXmu",
                        "xorg-libice",
                        "xorg-libXext",
                        "freeglut"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "yelp-tools",
            "portdir": "gnome/yelp-tools",
            "version": "40.0",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.gnome.org/Apps/Yelp/Tools",
            "description": "Tools to help create Yelp documentation.",
            "long_description": "yelp-tools is a collection of scripts and build utilities to help create, manage, and publish documentation for Yelp and the web.",
            "active": true,
            "categories": [
                "gnome"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2625
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ninja",
                        "pkgconfig",
                        "clang-17",
                        "meson"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "yelp-xsl",
                        "python312",
                        "py312-lxml"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "itstool",
                        "libxml2",
                        "libxslt"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "seahorse",
                        "gingerblue",
                        "baobab",
                        "gnome-chess",
                        "anjuta",
                        "empathy",
                        "gthumb",
                        "balsa",
                        "parabolic",
                        "gnome-music",
                        "gnome-photos",
                        "ghex",
                        "glom",
                        "gnome-system-monitor",
                        "gnome-terminal",
                        "easytag",
                        "easytag-devel",
                        "viking",
                        "stardict",
                        "libgda5",
                        "glade3",
                        "glabels",
                        "gnome-applets",
                        "gnome-internet-radio-locator",
                        "gnome-panel",
                        "gnome-sudoku",
                        "gnome-system-log",
                        "gtk-internet-radio-locator",
                        "gtk-radio"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnome3-core"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gnome3-core"
                    ]
                }
            ]
        },
        {
            "name": "moreutils",
            "portdir": "sysutils/moreutils",
            "version": "0.70",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://joeyh.name/code/moreutils",
            "description": "a collection of the unix tools that nobody thought to write thirty years ago.",
            "long_description": "moreutils includes the following utilities: \n- chronic: runs a command quietly unless it fails \n- combine: combine the lines in two files using boolean operations \n- errno: look up errno names and descriptions \n- ifne: run a program if the standard input is not empty \n- isutf8: check if a file or standard input is utf-8 \n- lckdo: run a program with a lock held. \n- mispipe: pipe two commands, returning the exit status of the first \n- pee: tee standard input to pipes \n- sponge: soak up standard input and write to a file \n- ts: timestamp standard input \n- vidir: edit a directory in your text editor \n- vipe: insert a text editor into a pipe \n- zrun: automatically uncompress arguments to command",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 433
                }
            ],
            "variants": [
                "universal",
                "doc"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "docbook-xml-4.4",
                        "docbook2X",
                        "clang-17"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "perl5.34",
                        "p5.34-timedate",
                        "p5.34-ipc-run",
                        "p5.34-time-duration"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "neohtop"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gutils-suite-core"
                    ]
                }
            ]
        },
        {
            "name": "openntpd",
            "portdir": "net/openntpd",
            "version": "6.8p1",
            "license": "ISC and BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.openntpd.org/",
            "description": "free, easy to use implementation of the Network Time Protocol",
            "long_description": "OpenNTPD is a free, easy to use implementation of the Network Time Protocol. It provides the ability to sync the local clock to remote NTP servers and can act as NTP server itself, redistributing the local clock.",
            "active": true,
            "categories": [
                "sysutils",
                "net"
            ],
            "maintainers": [
                {
                    "name": "l2dy",
                    "github": "l2dy",
                    "ports_count": 97
                }
            ],
            "variants": [
                "https",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "symlinks",
            "portdir": "sysutils/symlinks",
            "version": "1.4.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/brandt/symlinks",
            "description": "scan/change symbolic links",
            "long_description": "Scans directories for symbolic links, and identifies dangling, relative, absolute, messy, and other_fs links. Can optionally change absolute links to relative within a given filesystem. Recommended for use by anyone developing and/or maintaining a Linux FTP site or distribution or CD-ROM.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "arno+macports",
                    "github": "fracai",
                    "ports_count": 14
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "gutils-suite-core"
                    ]
                }
            ]
        },
        {
            "name": "orocos-rtt",
            "portdir": "devel/orocos-rtt",
            "version": "1.10.2",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.orocos.org/rtt/",
            "description": "Orocos Real-Time Toolkit",
            "long_description": "The Orocos Real-Time Toolkit (RTT) provides a C++ framework, or runtime, targeting the implementation of (realtime and non-realtime) control systems. It is sometimes refered to as the 'Open Real-Time Control Services'.",
            "active": true,
            "categories": [
                "devel",
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "corba",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "boost169"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libxmlxx5",
            "portdir": "textproc/libxmlxx5",
            "version": "5.4.0",
            "license": "LGPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://libxmlplusplus.github.io/libxmlplusplus/",
            "description": "libxml++ is a C++ interface for working with XML files",
            "long_description": "libxml++ is a C++ interface for working with XML files, using libxml (gnome-xml) to parse and write the actual XML files. It has a simple but complete API.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 354
                }
            ],
            "variants": [
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ninja",
                        "mm-common",
                        "clang-17",
                        "meson",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libxml2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "parabolic"
                    ]
                }
            ]
        },
        {
            "name": "libsigcxx2",
            "portdir": "devel/libsigcxx2",
            "version": "2.12.1",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://libsigcplusplus.github.io/libsigcplusplus/",
            "description": "C++ signal callback system",
            "long_description": "libsigc++ implements a typesafe callback system for standard C++. It allows you to define signals and to connect those signals to any callback function, either global or a member function, regardless of whether it is static or virtual.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2625
                },
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 354
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "m4",
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "mm-common",
                        "libxslt"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libpar2",
                        "libtorrent",
                        "modglue",
                        "net6",
                        "obby",
                        "rtorrent",
                        "gnome3-core",
                        "inkscape",
                        "inkscape-devel",
                        "libtorrent-devel",
                        "rtorrent-devel",
                        "gnome-bindings-cxx",
                        "pangomm-1.4-devel",
                        "pangomm-1.4",
                        "glibmm-2.4",
                        "pangomm-devel",
                        "pangomm",
                        "cherrytree",
                        "cairomm-1.0",
                        "stardict",
                        "rawtherapee",
                        "synfig",
                        "centerim"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gnome3-core"
                    ]
                }
            ]
        },
        {
            "name": "py313-colorcet",
            "portdir": "python/py-colorcet",
            "version": "3.1.0",
            "license": "CC-BY",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://colorcet.holoviz.org",
            "description": "Collection of perceptually uniform colormaps",
            "long_description": "Collection of perceptually uniform colormaps",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1241
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-installer",
                        "clang-17",
                        "py313-build",
                        "py313-setuptools_scm",
                        "py313-setuptools",
                        "py313-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "holoviews"
                    ]
                }
            ]
        },
        {
            "name": "py312-colorcet",
            "portdir": "python/py-colorcet",
            "version": "3.1.0",
            "license": "CC-BY",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://colorcet.holoviz.org",
            "description": "Collection of perceptually uniform colormaps",
            "long_description": "Collection of perceptually uniform colormaps",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1241
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-installer",
                        "clang-17",
                        "py312-build",
                        "py312-setuptools_scm",
                        "py312-setuptools",
                        "py312-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-colorcet"
                    ]
                }
            ]
        },
        {
            "name": "py311-colorcet",
            "portdir": "python/py-colorcet",
            "version": "3.1.0",
            "license": "CC-BY",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://colorcet.holoviz.org",
            "description": "Collection of perceptually uniform colormaps",
            "long_description": "Collection of perceptually uniform colormaps",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1241
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-setuptools",
                        "py311-build",
                        "py311-installer",
                        "clang-17",
                        "py311-wheel",
                        "py311-setuptools_scm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-colorcet",
            "portdir": "python/py-colorcet",
            "version": "3.1.0",
            "license": "CC-BY",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://colorcet.holoviz.org",
            "description": "Collection of perceptually uniform colormaps",
            "long_description": "Collection of perceptually uniform colormaps",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1241
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-wheel",
                        "py310-setuptools",
                        "py310-setuptools_scm",
                        "clang-17",
                        "py310-build",
                        "py310-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py-colorcet",
            "portdir": "python/py-colorcet",
            "version": "3.1.0",
            "license": "CC-BY",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://colorcet.holoviz.org",
            "description": "Collection of perceptually uniform colormaps",
            "long_description": "Collection of perceptually uniform colormaps",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1241
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-colorcet"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py313-acor",
            "portdir": "python/py-acor",
            "version": "1.1.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dfm/acor",
            "description": "estimate the autocorrelation time of time-series data quickly",
            "long_description": "This is a direct port of a C++ routine by Jonathan Goodman (NYU) called ACOR that estimates the autocorrelation time of time series data very quickly.",
            "active": true,
            "categories": [
                "science",
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 438
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-build",
                        "py313-setuptools",
                        "py313-wheel",
                        "clang-17",
                        "py313-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-numpy",
                        "python313"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-acor",
            "portdir": "python/py-acor",
            "version": "1.1.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dfm/acor",
            "description": "estimate the autocorrelation time of time-series data quickly",
            "long_description": "This is a direct port of a C++ routine by Jonathan Goodman (NYU) called ACOR that estimates the autocorrelation time of time series data very quickly.",
            "active": true,
            "categories": [
                "science",
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 438
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-setuptools",
                        "py312-wheel",
                        "clang-17",
                        "py312-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-numpy",
                        "python312"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-acor"
                    ]
                }
            ]
        },
        {
            "name": "py311-acor",
            "portdir": "python/py-acor",
            "version": "1.1.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dfm/acor",
            "description": "estimate the autocorrelation time of time-series data quickly",
            "long_description": "This is a direct port of a C++ routine by Jonathan Goodman (NYU) called ACOR that estimates the autocorrelation time of time series data very quickly.",
            "active": true,
            "categories": [
                "science",
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 438
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-installer",
                        "py311-wheel",
                        "clang-17",
                        "py311-build",
                        "py311-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-numpy",
                        "python311"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py-acor",
            "portdir": "python/py-acor",
            "version": "1.1.1",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dfm/acor",
            "description": "estimate the autocorrelation time of time-series data quickly",
            "long_description": "This is a direct port of a C++ routine by Jonathan Goodman (NYU) called ACOR that estimates the autocorrelation time of time series data very quickly.",
            "active": true,
            "categories": [
                "science",
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 438
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-acor"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-colorcet",
            "portdir": "python/py-colorcet",
            "version": "3.1.0",
            "license": "CC-BY",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://colorcet.holoviz.org",
            "description": "Collection of perceptually uniform colormaps",
            "long_description": "Collection of perceptually uniform colormaps",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1241
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py38-param",
                        "py38-pyct",
                        "py38-setuptools",
                        "py38-setuptools_scm",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-colorcet",
            "portdir": "python/py-colorcet",
            "version": "3.0.1",
            "license": "CC-BY",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://colorcet.holoviz.org",
            "description": "Collection of perceptually uniform colormaps",
            "long_description": "Collection of perceptually uniform colormaps",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1241
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-param",
                        "py37-pyct",
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-importlib-metadata"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-colorcet",
            "portdir": "python/py-colorcet",
            "version": "3.1.0",
            "license": "CC-BY",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://colorcet.holoviz.org",
            "description": "Collection of perceptually uniform colormaps",
            "long_description": "Collection of perceptually uniform colormaps",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1241
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-wheel",
                        "py39-setuptools",
                        "py39-setuptools_scm",
                        "clang-17",
                        "py39-build",
                        "py39-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py36-colorcet",
            "portdir": "python/py-colorcet",
            "version": "3.0.0",
            "license": "CC-BY",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://colorcet.holoviz.org",
            "description": "Collection of perceptually uniform colormaps",
            "long_description": "Collection of perceptually uniform colormaps",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1241
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py36-param",
                        "py36-pyct",
                        "py36-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python36",
                        "py36-importlib-metadata"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-acor",
            "portdir": "python/py-acor",
            "version": "1.1.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dfm/acor",
            "description": "estimate the autocorrelation time of time-series data quickly",
            "long_description": "This is a direct port of a C++ routine by Jonathan Goodman (NYU) called ACOR that estimates the autocorrelation time of time series data very quickly.",
            "active": false,
            "categories": [
                "science",
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 438
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py35-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35",
                        "py35-numpy"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py36-acor",
            "portdir": "python/py-acor",
            "version": "1.1.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dfm/acor",
            "description": "estimate the autocorrelation time of time-series data quickly",
            "long_description": "This is a direct port of a C++ routine by Jonathan Goodman (NYU) called ACOR that estimates the autocorrelation time of time series data very quickly.",
            "active": false,
            "categories": [
                "science",
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 438
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py36-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python36",
                        "py36-numpy"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-acor",
            "portdir": "python/py-acor",
            "version": "1.1.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dfm/acor",
            "description": "estimate the autocorrelation time of time-series data quickly",
            "long_description": "This is a direct port of a C++ routine by Jonathan Goodman (NYU) called ACOR that estimates the autocorrelation time of time series data very quickly.",
            "active": false,
            "categories": [
                "science",
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 438
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-numpy"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-UComp",
            "portdir": "R/R-UComp",
            "version": "5.0.5",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=UComp",
            "description": "Automatic unobserved components and other time series models",
            "long_description": "Automatic unobserved components and other time series models",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gcc13",
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-ggplot2",
                        "R-gridExtra",
                        "R-tsibble",
                        "R-ggforce",
                        "R-tsoutliers",
                        "libgcc13",
                        "R-CRAN-recommended",
                        "libgcc",
                        "R-Rcpp",
                        "R-RcppArmadillo"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.34-getopt-argvfile",
            "portdir": "perl/p5-getopt-argvfile",
            "version": "1.110.0",
            "license": "Artistic-1",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Getopt::ArgvFile",
            "description": "Getopt::ArgvFile - interpolates script options from files into @ARGV or another array",
            "long_description": "This module is a simple supplement to other option handling modules. It allows script options and parameters to be read from files instead of from the command line by interpolating file contents into @ARGV.",
            "active": true,
            "categories": [
                "devel",
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "txt2html",
                        "p5-getopt-argvfile"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-getopt-argvfile",
            "portdir": "perl/p5-getopt-argvfile",
            "version": "1.110.0",
            "license": "Artistic-1",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Getopt::ArgvFile",
            "description": "Getopt::ArgvFile - interpolates script options from files into @ARGV or another array",
            "long_description": "This module is a simple supplement to other option handling modules. It allows script options and parameters to be read from files instead of from the command line by interpolating file contents into @ARGV.",
            "active": true,
            "categories": [
                "devel",
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.30-getopt-argvfile",
            "portdir": "perl/p5-getopt-argvfile",
            "version": "1.110.0",
            "license": "Artistic-1",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Getopt::ArgvFile",
            "description": "Getopt::ArgvFile - interpolates script options from files into @ARGV or another array",
            "long_description": "This module is a simple supplement to other option handling modules. It allows script options and parameters to be read from files instead of from the command line by interpolating file contents into @ARGV.",
            "active": true,
            "categories": [
                "devel",
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.28-getopt-argvfile",
            "portdir": "perl/p5-getopt-argvfile",
            "version": "1.110.0",
            "license": "Artistic-1",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Getopt::ArgvFile",
            "description": "Getopt::ArgvFile - interpolates script options from files into @ARGV or another array",
            "long_description": "This module is a simple supplement to other option handling modules. It allows script options and parameters to be read from files instead of from the command line by interpolating file contents into @ARGV.",
            "active": true,
            "categories": [
                "devel",
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5-getopt-argvfile",
            "portdir": "perl/p5-getopt-argvfile",
            "version": "1.110.0",
            "license": "Artistic-1",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": "p5.34-getopt-argvfile",
            "homepage": "https://metacpan.org/pod/Getopt::ArgvFile",
            "description": "Getopt::ArgvFile - interpolates script options from files into @ARGV or another array",
            "long_description": "This module is a simple supplement to other option handling modules. It allows script options and parameters to be read from files instead of from the command line by interpolating file contents into @ARGV.",
            "active": true,
            "categories": [
                "devel",
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-getopt-argvfile"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-tree",
            "portdir": "R/R-tree",
            "version": "1.0-44",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=tree",
            "description": "Classification and regression trees",
            "long_description": "Classification and regression trees",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-CondCopulas",
                        "R-daltoolbox"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-ggdendro",
                        "R-optpart",
                        "R-ROSE"
                    ]
                }
            ]
        },
        {
            "name": "R-sundialr",
            "portdir": "R/R-sundialr",
            "version": "0.1.6",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://sn248.github.io/sundialr",
            "description": "Interface to SUNDIALS ordinary differential equation (ODE) solvers",
            "long_description": "Interface to SUNDIALS ordinary differential equation (ODE) solvers",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gcc13",
                        "cmake",
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "libgcc",
                        "R-Rcpp",
                        "R-RcppArmadillo",
                        "libgcc13"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-stringdist",
            "portdir": "R/R-stringdist",
            "version": "0.9.14",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/markvanderloo/stringdist",
            "description": "String distance functions for R",
            "long_description": "String distance functions for R",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tinytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-BiocCheck",
                        "R-fuzzyjoin",
                        "R-deductive",
                        "R-blink",
                        "R-reclin2"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-rlist",
                        "R-sjmisc",
                        "R-lavaanExtra"
                    ]
                }
            ]
        },
        {
            "name": "R-shiny",
            "portdir": "R/R-shiny",
            "version": "1.10.0",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://shiny.posit.co",
            "description": "Web application framework for R",
            "long_description": "Web application framework for R",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-httpuv",
                        "R-jsonlite",
                        "R-later",
                        "R-mime",
                        "R-promises",
                        "R-rlang",
                        "R-xtable",
                        "R-crayon",
                        "R-glue",
                        "R-lifecycle",
                        "R-cachem",
                        "R-sourcetools",
                        "R-withr",
                        "R-ellipsis",
                        "R-htmltools",
                        "R-bslib",
                        "R-commonmark",
                        "R-fontawesome",
                        "R-CRAN-recommended",
                        "R-R6",
                        "R-fastmap"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-magrittr",
                        "R-yaml",
                        "R-ggplot2",
                        "R-knitr",
                        "R-sass",
                        "R-testthat",
                        "R-DT",
                        "R-dygraphs",
                        "R-future",
                        "R-markdown",
                        "R-rmarkdown",
                        "R-ragg",
                        "R-Cairo",
                        "R-reactlog",
                        "R-showtext",
                        "R-coro"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-gimmeTools",
                        "R-Rfssa",
                        "R-shinyEffects",
                        "R-shinydashboardPlus",
                        "R-merTools",
                        "R-miniUI",
                        "R-PDShiny",
                        "R-ProbBayes",
                        "R-shinycssloaders",
                        "R-fitteR",
                        "R-VarSelLCM",
                        "R-flexdashboard",
                        "R-adegenet",
                        "R-mldr",
                        "R-bde",
                        "R-fresh",
                        "R-packagefinder",
                        "R-gfonts",
                        "R-ggExtra",
                        "R-bs4Dash",
                        "R-plotROC",
                        "R-QCA",
                        "R-tsibbletalk",
                        "R-mgcViz",
                        "R-rintrojs",
                        "R-xplorerr",
                        "R-BayesianNetwork",
                        "R-questionr",
                        "R-gptstudio",
                        "R-idefix",
                        "R-gratis",
                        "R-waiter",
                        "R-chatgpt",
                        "R-colourpicker",
                        "R-corrViz",
                        "R-yuimaGUI",
                        "R-mirtCAT",
                        "R-Seurat",
                        "R-qgam",
                        "R-squid",
                        "R-shiny.i18n",
                        "R-shiny.semantic",
                        "R-shinyAce",
                        "R-shinyBS",
                        "R-shinyFiles",
                        "R-shinyMatrix",
                        "R-shinyalert",
                        "R-shinyauthr",
                        "R-shinybusy",
                        "R-shinydashboard",
                        "R-shinydisconnect",
                        "R-shinyjqui",
                        "R-shinyjs",
                        "R-shinymeta",
                        "R-shinyr",
                        "R-shinythemes",
                        "R-shinyvalidate",
                        "R-CGNM",
                        "R-lrstat",
                        "R-dtwclust",
                        "R-r6methods",
                        "R-rclipboard",
                        "R-vsclust",
                        "R-samr",
                        "R-ifaTools",
                        "R-interactiveDisplayBase",
                        "R-ipc",
                        "R-jsTreeR",
                        "R-TaylorRussell",
                        "R-shinytest",
                        "R-pema",
                        "R-einet",
                        "R-autoTS",
                        "R-Factoshiny",
                        "R-explore",
                        "R-listviewer",
                        "R-HH",
                        "R-ICSShiny",
                        "R-dlmtree",
                        "R-multilevelcoda",
                        "R-SHELF",
                        "R-felp",
                        "R-golem",
                        "R-RALSA",
                        "R-shinyWidgets",
                        "R-Ternary",
                        "R-eventPred",
                        "R-ichimoku",
                        "R-memery",
                        "R-convdistr",
                        "R-GDINA",
                        "R-JMbayes",
                        "R-dipsaus",
                        "R-MedianaDesigner",
                        "R-bayesROE",
                        "R-OpenImageR",
                        "R-manipulateWidget",
                        "R-matman"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-googleAnalyticsR",
                        "R-distill",
                        "R-gt",
                        "R-GMCM",
                        "R-unmarked",
                        "R-SSVS",
                        "R-ezplot",
                        "R-reactR",
                        "R-profvis",
                        "R-dygraphs",
                        "R-DT",
                        "R-bayesbr",
                        "R-data.validator",
                        "R-VineCopula",
                        "R-beanz",
                        "R-ctsem",
                        "R-qqplotr",
                        "R-pcFactorStan",
                        "R-LDAvis",
                        "R-bslib",
                        "R-rstanarm",
                        "R-archivist",
                        "R-arulesViz",
                        "R-askgpt",
                        "R-datefixR",
                        "R-thematic",
                        "R-brms",
                        "R-colorspace",
                        "R-bookdown",
                        "R-formatR",
                        "R-reactlog",
                        "R-formattable",
                        "R-dm",
                        "R-delayed",
                        "R-this.path",
                        "R-rmarkdown",
                        "R-rhandsontable",
                        "R-networkD3",
                        "R-box",
                        "R-pcadapt",
                        "R-ParallelLogger",
                        "R-pbapply",
                        "R-rgl",
                        "R-RQuantLib",
                        "R-r2d3",
                        "R-SimDesign",
                        "R-googleAuthR",
                        "R-GDAtools",
                        "R-pins",
                        "R-ipumsr",
                        "R-pkgsearch",
                        "R-disk.frame",
                        "R-radarchart",
                        "R-trelliscopejs",
                        "R-leaflet",
                        "R-EBImage",
                        "R-rco",
                        "R-targets",
                        "R-diffviewer",
                        "R-pool",
                        "R-likert",
                        "R-highcharter",
                        "R-disaggR",
                        "R-htmlwidgets",
                        "R-htmltools",
                        "R-ruv",
                        "R-testthat",
                        "R-sass",
                        "R-renv",
                        "R-webshot",
                        "R-weightr",
                        "R-influential",
                        "R-ggiraph",
                        "R-animint2",
                        "R-wordcloud2",
                        "R-progressr",
                        "R-bigQueryR",
                        "R-mirt",
                        "R-diffr",
                        "R-rsconnect",
                        "R-sadists",
                        "R-scdhlm",
                        "R-semantic.assets",
                        "R-netrankr",
                        "R-sparkline",
                        "R-sparklyr",
                        "R-reprex",
                        "R-crosstalk"
                    ]
                }
            ]
        },
        {
            "name": "R-sfaR",
            "portdir": "R/R-sfaR",
            "version": "1.0.1",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hdakpo/sfaR",
            "description": "Stochastic Frontier Analysis using R",
            "long_description": "Stochastic Frontier Analysis using R",
            "active": true,
            "categories": [
                "science",
                "R",
                "economics"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-ucminf",
                        "R-nleqslv",
                        "R-Formula",
                        "R-texreg",
                        "R-randtoolbox",
                        "R-maxLik",
                        "R-plm",
                        "R-fastGHQuad",
                        "R-marqLevAlg",
                        "R-qrng",
                        "R-trustOptim",
                        "R-mnorm",
                        "R-CRAN-recommended",
                        "R-cubature",
                        "R-sandwich"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-lmtest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-dsfa"
                    ]
                }
            ]
        },
        {
            "name": "R-rms",
            "portdir": "R/R-rms",
            "version": "6.9-0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://hbiostat.org/R/rms",
            "description": "Regression Modelling Strategies",
            "long_description": "Regression Modelling Strategies",
            "active": true,
            "categories": [
                "science",
                "math",
                "R",
                "economics"
            ],
            "maintainers": [],
            "variants": [
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gcc13",
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-htmltools",
                        "R-SparseM",
                        "R-ggplot2",
                        "R-knitr",
                        "R-Hmisc",
                        "R-htmlTable",
                        "R-quantreg",
                        "R-multcomp",
                        "R-polspline",
                        "libgcc13",
                        "R-CRAN-recommended",
                        "libgcc",
                        "R-colorspace",
                        "R-digest"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-VGAM",
                        "R-kableExtra",
                        "R-plotly",
                        "R-mice",
                        "R-rmsb"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-boot.pval",
                        "R-bujar",
                        "R-pec",
                        "R-shrink",
                        "R-riskRegression",
                        "R-psfmi",
                        "R-calibmsm",
                        "R-rmsb",
                        "R-qreport",
                        "R-ggrcs",
                        "R-PResiduals"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-effectsize",
                        "R-ggeffects",
                        "R-Hmisc",
                        "R-TH.data",
                        "R-insight",
                        "R-bbmle",
                        "R-ordinalNet",
                        "R-mlt.docreg",
                        "R-pander",
                        "R-texreg",
                        "R-languageR"
                    ]
                }
            ]
        },
        {
            "name": "R-qs2",
            "portdir": "R/R-qs2",
            "version": "0.1.4",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/traversc/qs2",
            "description": "Quick Serialization of R objects",
            "long_description": "Quick Serialization of R objects",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "pkgconfig",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-stringfish",
                        "R-CRAN-recommended",
                        "zstd",
                        "R-Rcpp",
                        "R-RcppParallel"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-data.table",
                        "R-stringi",
                        "R-dplyr",
                        "R-knitr",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-jagstargets"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-targets"
                    ]
                }
            ]
        }
    ]
}