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

{
    "count": 50793,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=988",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=986",
    "results": [
        {
            "name": "aspcud",
            "portdir": "devel/aspcud",
            "version": "1.9.6",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://potassco.org/aspcud/",
            "description": "CUDF package dependency solver",
            "long_description": "Aspcud is a solver for package dependencies. A package universe and a request to install, remove, or upgrade packages have to be encoded in the CUDF format. Such a CUDF document can then be passed to aspcud along with an optimization criteria to obtain a solution to the given package problem.",
            "active": true,
            "categories": [
                "devel",
                "math"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "re2c",
                        "boost176",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "clingo"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "asmotor",
            "portdir": "devel/asmotor",
            "version": "1.3.4",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/asmotor/asmotor",
            "description": "A cross assembler, linker and librarian for several CPUs.",
            "long_description": "ASMotor is a portable and generic assembler engine and development system written in ANSI C99 and licensed under the GNU Public License v3. The package consists of the assembler, the librarian and the linker. It can be used as either a cross or native development system. The assembler syntax is based on the friendly, well-known Motorola style macro language. Currently supported CPUs are the 680x0 family, 6809, 6502 and derivatives, 65816, MIPS32, Z80, Game Boy, DCPU-16, CHIP-8/SCHIP and the RC811 CPU core.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "csoren",
                    "github": "csoren",
                    "ports_count": 1
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "asio",
            "portdir": "devel/asio",
            "version": "1.32.0",
            "license": "Boost-1",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://think-async.com/Asio/",
            "description": "Asio C++ Library.",
            "long_description": "Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "g.litenstein",
                    "github": "Lord-Kamina",
                    "ports_count": 4
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl3"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "mame",
                        "musikcube",
                        "openvpn3"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "websocketpp",
                        "restbed",
                        "restinio",
                        "widelands",
                        "widelands-devel"
                    ]
                }
            ]
        },
        {
            "name": "argtable",
            "portdir": "devel/argtable",
            "version": "2.13",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://argtable.sourceforge.net/",
            "description": "ANSI C library for parsing GNU style command line arguments",
            "long_description": "Argtable is an ANSI C library for parsing GNU style command line arguments, as in foo -abc -o myfile --help --count=7. It enables a program's command line syntax to be defined in the source code as an array of argtable structs. The parsing itself is done using GNU getopt and so is 100% GNU compatible.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "rsyncrypto"
                    ]
                }
            ]
        },
        {
            "name": "argp-standalone",
            "portdir": "devel/argp-standalone",
            "version": "1.3",
            "license": "LGPL",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freshports.org/devel/argp-standalone/",
            "description": "Standalone version of arguments parsing functions from GLIBC",
            "long_description": "It is standalone version of argp - part of glibc library. It was separated off glibc by Niels Myller. Niels primary use it for inclusion in the LSH distribution, but it's useful for any package that wants to use argp and at the same time be portable to non-glibc systems. Besides portability fixes, there are a few other changes in this version. The most important is that it no longer builds upon getopt; the one or two hairy functions of GNU getopt are incorporated with the argp parser. There are no longer any global variables keeping track of the parser state.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "eibd",
                        "ecgen"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "f3",
                        "addrwatch",
                        "freeipmi"
                    ]
                }
            ]
        },
        {
            "name": "argon2",
            "portdir": "devel/argon2",
            "version": "20190702",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/P-H-C/phc-winner-argon2",
            "description": "Password-hashing implmention that won the P-H-C",
            "long_description": "Argon2 is a password-hashing function that summarizes the state of the art in the design of memory-hard functions and can be used to hash passwords for credential storage, key derivation, or other applications.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 433
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "php84",
                        "php84-apache2handler",
                        "php84-cgi",
                        "php84-fpm",
                        "php83",
                        "php83-apache2handler",
                        "php83-cgi",
                        "php83-fpm",
                        "php82",
                        "php82-apache2handler",
                        "php82-cgi",
                        "php82-fpm",
                        "php81",
                        "php81-apache2handler",
                        "php81-cgi",
                        "php81-fpm",
                        "php80",
                        "php80-apache2handler",
                        "php80-cgi",
                        "php80-fpm",
                        "php74",
                        "php74-apache2handler",
                        "php74-cgi",
                        "php74-fpm",
                        "KeePassXC",
                        "KeePassXC-devel",
                        "php73",
                        "php73-apache2handler",
                        "php73-cgi",
                        "php73-fpm",
                        "php72",
                        "php72-apache2handler",
                        "php72-cgi",
                        "php72-fpm",
                        "dar",
                        "znc"
                    ]
                }
            ]
        },
        {
            "name": "argocd",
            "portdir": "devel/argocd",
            "version": "3.1.8",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://argoproj.github.io/argo-cd",
            "description": "Declarative continuous deployment for Kubernetes",
            "long_description": "Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. Argo CD follows the GitOps pattern of using Git repositories as the source of truth for defining the desired application state. This port installs the Argo CD CLI.",
            "active": true,
            "categories": [
                "devel",
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1024
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "arduino-cli",
            "portdir": "devel/arduino-cli",
            "version": "1.4.1",
            "license": "GPL-3",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://arduino.github.io/arduino-cli",
            "description": "Arduino command line tool",
            "long_description": "Arduino CLI is an all-in-one solution that provides Boards/Library Managers, sketch builder, board detection, uploader, and many other tools needed to use any Arduino compatible board and platform from command line or machine interfaces.",
            "active": true,
            "categories": [
                "devel",
                "electronics"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 652
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "archway",
            "portdir": "devel/archway",
            "version": "0.2.1",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.nongnu.org/archway/",
            "description": "an advanced GUI for GNU Arch",
            "long_description": "ArchWay is a GNU Arch GUI. It follows the unix tradition of small tools doing their work well and cooperating nicely with each other.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 349
                }
            ],
            "variants": [
                "perl5_28",
                "perl5_30",
                "perl5_32",
                "perl5_34"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "arch",
                        "p5.34-gtk2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "arch",
            "portdir": "devel/arch",
            "version": "1.3.5",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/gnu-arch/",
            "description": "GNU arch - revision control system",
            "long_description": "GNU arch is a revision control system, similar in purpose to tools such as CVS, SCCS, and Subversion. It is used to keep track of the changes made to a source tree and to help programmers combine and otherwise manipulate changes made by multiple people or at different times.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 349
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "archway"
                    ]
                }
            ]
        },
        {
            "name": "arabica",
            "portdir": "devel/arabica",
            "version": "2020.04",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://www.jezuk.co.uk/arabica",
            "description": "Arabica, an XML toolkit written in C++",
            "long_description": "Arabica has a full SAX2 implementation. Layered on SAX is a DOM Level 2.0 implementation, together with an XPath engine and partial XSLT implementation. It delivers UTF-8-encoded std::strings or UCS-2 std::wstrings, but can also accommodate custom string types and alternative encodings. It provides uniform SAX2 wrappers for the Expat parser, Xerces, Libxml2 and (on Windows) for the Microsoft XML parser COM component.",
            "active": true,
            "categories": [
                "devel",
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "isak",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "debug",
                "boost",
                "expat",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libxml2",
                        "boost176"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "aqbanking6-gtk3",
            "portdir": "devel/aqbanking6",
            "version": "6.9.1",
            "license": "(GPL-2 or GPL-3 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.aquamaniac.de/rdm/projects/aqbanking",
            "description": "a generic online banking interface",
            "long_description": "aqbanking is a generic online banking interface mainly supporting Home Banking Computer Interface, a standard used for German checking accounts, but also suitable for OFX as used in several other countries. Note that the YellowNet backend (for Suisse Postfinance) is not available for OS X (upstream only has a Linux binary).",
            "active": true,
            "categories": [
                "devel",
                "net",
                "finance"
            ],
            "maintainers": [
                {
                    "name": "dports",
                    "github": "drkp",
                    "ports_count": 70
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "gnutls",
                        "gwenhywfar5-gtk3",
                        "ktoblzcheck",
                        "libofx"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gnucash",
                        "gnucash-devel"
                    ]
                }
            ]
        },
        {
            "name": "aqbanking6-gtk2",
            "portdir": "devel/aqbanking6",
            "version": "6.9.1",
            "license": "(GPL-2 or GPL-3 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.aquamaniac.de/rdm/projects/aqbanking",
            "description": "a generic online banking interface",
            "long_description": "aqbanking is a generic online banking interface mainly supporting Home Banking Computer Interface, a standard used for German checking accounts, but also suitable for OFX as used in several other countries. Note that the YellowNet backend (for Suisse Postfinance) is not available for OS X (upstream only has a Linux binary).",
            "active": true,
            "categories": [
                "devel",
                "net",
                "finance"
            ],
            "maintainers": [
                {
                    "name": "dports",
                    "github": "drkp",
                    "ports_count": 70
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "gnutls",
                        "gwenhywfar5-gtk2",
                        "ktoblzcheck",
                        "libofx"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "aqbanking6",
            "portdir": "devel/aqbanking6",
            "version": "6.9.1",
            "license": "(GPL-2 or GPL-3 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.aquamaniac.de/rdm/projects/aqbanking",
            "description": "a generic online banking interface",
            "long_description": "aqbanking is a generic online banking interface mainly supporting Home Banking Computer Interface, a standard used for German checking accounts, but also suitable for OFX as used in several other countries. Note that the YellowNet backend (for Suisse Postfinance) is not available for OS X (upstream only has a Linux binary).",
            "active": true,
            "categories": [
                "devel",
                "net",
                "finance"
            ],
            "maintainers": [
                {
                    "name": "dports",
                    "github": "drkp",
                    "ports_count": 70
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "libofx",
                        "gmp",
                        "gnutls",
                        "gwenhywfar5",
                        "ktoblzcheck"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "aqbanking5-gtk3",
            "portdir": "devel/aqbanking5",
            "version": "5.8.2",
            "license": "(GPL-2 or GPL-3 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://aquamaniac.de/rdm/projects/aqbanking",
            "description": "a generic online banking interface",
            "long_description": "aqbanking is a generic online banking interface mainly supporting Home Banking Computer Interface, a standard used for German checking accounts, but also suitable for OFX as used in several other countries. Note that the YellowNet backend (for Suisse Postfinance) is not available for OS X (upstream only has a Linux binary).",
            "active": true,
            "categories": [
                "devel",
                "net",
                "finance"
            ],
            "maintainers": [
                {
                    "name": "dports",
                    "github": "drkp",
                    "ports_count": 70
                }
            ],
            "variants": [
                "enable_local_install",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gwenhywfar4-gtk3",
                        "gmp",
                        "libofx",
                        "ktoblzcheck",
                        "gnutls"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "aqbanking5-gtk",
            "portdir": "devel/aqbanking5",
            "version": "5.8.2",
            "license": "(GPL-2 or GPL-3 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://aquamaniac.de/rdm/projects/aqbanking",
            "description": "a generic online banking interface",
            "long_description": "aqbanking is a generic online banking interface mainly supporting Home Banking Computer Interface, a standard used for German checking accounts, but also suitable for OFX as used in several other countries. Note that the YellowNet backend (for Suisse Postfinance) is not available for OS X (upstream only has a Linux binary).",
            "active": true,
            "categories": [
                "devel",
                "net",
                "finance"
            ],
            "maintainers": [
                {
                    "name": "dports",
                    "github": "drkp",
                    "ports_count": 70
                }
            ],
            "variants": [
                "enable_local_install",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gwenhywfar4-gtk",
                        "gmp",
                        "libofx",
                        "ktoblzcheck",
                        "gnutls"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "aqbanking5",
            "portdir": "devel/aqbanking5",
            "version": "5.8.2",
            "license": "(GPL-2 or GPL-3 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://aquamaniac.de/rdm/projects/aqbanking",
            "description": "a generic online banking interface",
            "long_description": "aqbanking is a generic online banking interface mainly supporting Home Banking Computer Interface, a standard used for German checking accounts, but also suitable for OFX as used in several other countries. Note that the YellowNet backend (for Suisse Postfinance) is not available for OS X (upstream only has a Linux binary).",
            "active": true,
            "categories": [
                "devel",
                "net",
                "finance"
            ],
            "maintainers": [
                {
                    "name": "dports",
                    "github": "drkp",
                    "ports_count": 70
                }
            ],
            "variants": [
                "enable_local_install",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnutls",
                        "gwenhywfar4",
                        "qt4-mac",
                        "libofx",
                        "ktoblzcheck",
                        "gmp"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "abtransfers",
                        "kmymoney4"
                    ]
                }
            ]
        },
        {
            "name": "apr_memcache",
            "portdir": "devel/apr_memcache",
            "version": "0.7.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.outoforder.cc/projects/libs/apr_memcache/",
            "description": "memcached client in C",
            "long_description": "apr_memcache is a client for memcached written in C, using APR and APR-Util. It provides pooled client connections and is thread safe, making it perfect for use inside Apache Modules.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "apr",
                        "apr-util"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "memcached"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "apr-util",
            "portdir": "devel/apr-util",
            "version": "1.6.3",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://apr.apache.org/",
            "description": "utilities built with the apache group's portability library",
            "long_description": "apr-util is a library of useful utilities built with and intended to be used with the Apache Portable Runtime.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "dluke",
                    "github": "danielluke",
                    "ports_count": 31
                }
            ],
            "variants": [
                "no_bdb",
                "no_sqlite",
                "openldap",
                "postgresql16",
                "mysql51",
                "mysql55",
                "mysql56",
                "mariadb",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "db48",
                        "libiconv",
                        "sqlite3",
                        "apr",
                        "expat"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "subversion-perlbindings-5.26",
                        "apr_memcache",
                        "mesos",
                        "serf1",
                        "dbslayer",
                        "subversion-pythonbindings-3.9",
                        "flood",
                        "subversion-python27bindings",
                        "subversion-pythonbindings-2.7",
                        "subversion-pythonbindings-3.5",
                        "subversion-pythonbindings-3.6",
                        "subversion-pythonbindings-3.7",
                        "subversion-pythonbindings-3.8",
                        "Akumuli",
                        "subversion-pythonbindings-3.10",
                        "subversion-pythonbindings-3.11",
                        "subversion-pythonbindings-3.12",
                        "redwax-tool",
                        "apache2",
                        "log4cxx",
                        "subversion",
                        "subversion-javahlbindings",
                        "subversion-rubybindings",
                        "subversion-perlbindings-5.28",
                        "subversion-perlbindings-5.30",
                        "subversion-perlbindings-5.32",
                        "subversion-perlbindings-5.34"
                    ]
                }
            ]
        },
        {
            "name": "apr",
            "portdir": "devel/apr",
            "version": "1.7.5",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://apr.apache.org/",
            "description": "The apache group's portability library",
            "long_description": "The Apache Portable Runtime is a library of C data structures and routines, forming a system portability layer that covers as many operating systems as possible, including Unices, Win32, BeOS, and OS/2.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "dluke",
                    "github": "danielluke",
                    "ports_count": 31
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "subversion-perlbindings-5.26",
                        "apr_memcache",
                        "fsvs",
                        "svn2git",
                        "svndigest",
                        "ganglia",
                        "serf1",
                        "apr-util",
                        "tomcat-native-2",
                        "py37-pysvn",
                        "subversion-pythonbindings-3.9",
                        "tomcat-native",
                        "flood",
                        "py36-pysvn",
                        "py310-pysvn",
                        "py27-pysvn",
                        "py311-pysvn",
                        "py312-pysvn",
                        "subversion-python27bindings",
                        "subversion-pythonbindings-2.7",
                        "subversion-pythonbindings-3.5",
                        "subversion-pythonbindings-3.6",
                        "subversion-pythonbindings-3.7",
                        "subversion-pythonbindings-3.8",
                        "py38-pysvn",
                        "py39-pysvn",
                        "Akumuli",
                        "subversion-pythonbindings-3.10",
                        "subversion-pythonbindings-3.11",
                        "subversion-pythonbindings-3.12",
                        "redwax-tool",
                        "apache2",
                        "subversion",
                        "subversion-javahlbindings",
                        "subversion-rubybindings",
                        "subversion-perlbindings-5.28",
                        "subversion-perlbindings-5.30",
                        "subversion-perlbindings-5.32",
                        "subversion-perlbindings-5.34"
                    ]
                }
            ]
        },
        {
            "name": "appstream-glib",
            "portdir": "devel/appstream-glib",
            "version": "0.8.3",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/hughsie/appstream-glib",
            "description": "This library provides objects and helper methods to help reading and writing AppStream metadata.",
            "long_description": "This library provides objects and helper methods to help reading and writing AppStream metadata.",
            "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": [
                        "gettext",
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "gtk-doc",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gobject-introspection",
                        "gtk3",
                        "fontconfig",
                        "gdk-pixbuf2",
                        "curl",
                        "libarchive",
                        "docbook-xml",
                        "docbook-xsl-nons",
                        "libxslt",
                        "gettext-runtime",
                        "freetype",
                        "glib2",
                        "gperf",
                        "json-glib",
                        "libyaml",
                        "ossp-uuid"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "gimp2-devel",
                        "gnome-chess",
                        "totem",
                        "gimp3-devel",
                        "polari",
                        "epiphany",
                        "evince",
                        "gnome-calculator",
                        "gnome-terminal",
                        "gucharmap",
                        "gedit-plugins",
                        "gedit",
                        "easytag",
                        "easytag-devel",
                        "gnome-maps",
                        "gimp2",
                        "baobab",
                        "dconf-editor",
                        "gnome-calendar",
                        "gnome-characters",
                        "gnome-sudoku",
                        "gnome-weather",
                        "yelp"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "catgirl-downloader",
                        "pspp"
                    ]
                }
            ]
        },
        {
            "name": "appledoc",
            "portdir": "devel/appledoc",
            "version": "2.2.1",
            "license": "BSD",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://gentlebytes.com/appledoc/",
            "description": "appledoc is a documentation generator for Xcode",
            "long_description": "appledoc is command line tool that helps Objective-C developers generate Apple-like source code documentation from specially formatted source code comments. It's designed to take as readable source code comments as possible for the input and use comments as well as surrounding source code to generate visually appealing documentation in the form of HTML as well as fully indexed and browsable Xcode documentation set.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "apiextractor",
            "portdir": "devel/apiextractor",
            "version": "0.10.10",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.pyside.org/docs/apiextractor/",
            "description": "Tool for developing bindings of Qt-based libraries",
            "long_description": "API Extractor is a tool that eases the development of bindings of Qt-based libraries for high level languages by automating most of the process.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "libxml2",
                        "libxslt"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "generatorrunner"
                    ]
                }
            ]
        },
        {
            "name": "apache-ivy",
            "portdir": "devel/apache-ivy",
            "version": "2.4.0",
            "license": "Apache-2",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ant.apache.org/ivy",
            "description": "Dependency manager for Apache Ant",
            "long_description": "Apache Ivy is a transitive dependency manager that is designed to integrate with Apache Ant. An external XML file defines project dependencies and lists the resources necessary to build a project. Ivy then resolves and downloads resources from an artifact repository: either a private repository or one publicly available on the Internet.",
            "active": true,
            "categories": [
                "devel",
                "java"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "apache-ant",
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "cassandra"
                    ]
                }
            ]
        },
        {
            "name": "py39-pyarrow",
            "portdir": "devel/apache-arrow",
            "version": "23.0.1",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "Powering In-Memory Analytics",
            "long_description": "Apache Arrow is a development platform for in-memory analytics. It contains a set of technologies that enable big data systems to process and move data fast.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-setuptools",
                        "clang-18",
                        "py39-installer",
                        "py39-build",
                        "bash",
                        "py39-wheel",
                        "py39-setuptools_scm",
                        "cctools",
                        "cmake",
                        "ninja",
                        "py39-pip"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "boost181",
                        "py39-pycares",
                        "py39-numpy",
                        "py39-cython",
                        "py39-brotli",
                        "python39",
                        "apache-arrow"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py39-hypothesis",
                        "py39-pandas",
                        "py39-pytest",
                        "py39-pytest-lazy-fixture",
                        "py39-tz",
                        "py39-cffi"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py39-tensorflow-data-validation",
                        "py39-tfx-bsl",
                        "py39-kraken",
                        "py39-datasets",
                        "py39-apache-beam"
                    ]
                }
            ]
        },
        {
            "name": "py38-pyarrow",
            "portdir": "devel/apache-arrow",
            "version": "11.0.0",
            "license": "Apache-2",
            "platforms": "{darwin >= 17}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/apache/arrow",
            "description": "Powering In-Memory Analytics",
            "long_description": "Apache Arrow is a development platform for in-memory analytics. It contains a set of technologies that enable big data systems to process and move data fast.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cctools",
                        "cmake",
                        "ninja",
                        "pkgconfig",
                        "py38-pip",
                        "py38-setuptools",
                        "py38-setuptools_scm",
                        "py38-wheel",
                        "bash",
                        "clang-16"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ninja",
                        "openssl",
                        "protobuf3-cpp",
                        "rapidjson",
                        "re2",
                        "thrift",
                        "python38",
                        "c-ares",
                        "wget",
                        "py38-brotli",
                        "py38-cython",
                        "py38-numpy",
                        "py38-pycares",
                        "libutf8proc",
                        "py38-tensorflow",
                        "boost176",
                        "brotli",
                        "llvm-14",
                        "bzip2",
                        "lz4",
                        "snappy",
                        "zlib",
                        "zstd",
                        "abseil",
                        "gmake",
                        "google-glog",
                        "grpc",
                        "jemalloc"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-hypothesis",
                        "py38-pandas",
                        "py38-pytest",
                        "py38-pytest-lazy-fixture",
                        "py38-tz",
                        "py38-cffi"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py38-apache-beam",
                        "py38-kraken",
                        "py38-datasets",
                        "py38-tensorflow-data-validation",
                        "py38-tfx-bsl"
                    ]
                }
            ]
        },
        {
            "name": "py37-pyarrow",
            "portdir": "devel/apache-arrow",
            "version": "11.0.0",
            "license": "Apache-2",
            "platforms": "{darwin >= 17}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/apache/arrow",
            "description": "Powering In-Memory Analytics",
            "long_description": "Apache Arrow is a development platform for in-memory analytics. It contains a set of technologies that enable big data systems to process and move data fast.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cctools",
                        "cmake",
                        "ninja",
                        "pkgconfig",
                        "py37-pip",
                        "py37-setuptools",
                        "py37-setuptools_scm",
                        "py37-wheel",
                        "bash",
                        "clang-16"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ninja",
                        "openssl",
                        "protobuf3-cpp",
                        "rapidjson",
                        "re2",
                        "thrift",
                        "python37",
                        "c-ares",
                        "wget",
                        "py37-brotli",
                        "py37-cython",
                        "py37-numpy",
                        "py37-pycares",
                        "libutf8proc",
                        "py37-tensorflow",
                        "boost176",
                        "brotli",
                        "llvm-14",
                        "bzip2",
                        "lz4",
                        "snappy",
                        "zlib",
                        "zstd",
                        "abseil",
                        "gmake",
                        "google-glog",
                        "grpc",
                        "jemalloc"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-hypothesis",
                        "py37-pandas",
                        "py37-pytest",
                        "py37-pytest-lazy-fixture",
                        "py37-tz",
                        "py37-cffi"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-apache-beam",
                        "py37-datasets",
                        "py37-tensorflow-data-validation",
                        "py37-tfx-bsl"
                    ]
                }
            ]
        },
        {
            "name": "apache-arrow",
            "portdir": "devel/apache-arrow",
            "version": "23.0.1",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/apache/arrow",
            "description": "Powering In-Memory Analytics",
            "long_description": "Apache Arrow is a development platform for in-memory analytics. It contains a set of technologies that enable big data systems to process and move data fast.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "tensorflow"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "ninja",
                        "pkgconfig",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "zstd",
                        "abseil",
                        "gmake",
                        "google-glog",
                        "grpc",
                        "ninja",
                        "nlohmann-json",
                        "openssl",
                        "brotli",
                        "rapidjson",
                        "re2",
                        "thrift",
                        "c-ares",
                        "wget",
                        "libutf8proc",
                        "boost181",
                        "llvm-16",
                        "protobuf3-cpp",
                        "bzip2",
                        "lz4",
                        "snappy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-pyarrow",
                        "py310-pyarrow",
                        "py311-pyarrow",
                        "py312-pyarrow",
                        "py313-pyarrow",
                        "py314-pyarrow",
                        "R-arrow"
                    ]
                }
            ]
        },
        {
            "name": "apache-ant-1.9",
            "portdir": "devel/apache-ant-1.9",
            "version": "1.9.16",
            "license": "Apache-2 and W3C",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ant.apache.org/",
            "description": "Java opensource build system",
            "long_description": "Ant is a Java based build tool. In theory it is kind of like make without make's wrinkles. Ant uses XML build files that define a set of targets. Each target has dependencies (other targets) and contains a set of tasks to perform.",
            "active": true,
            "categories": [
                "devel",
                "java"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "apache-ant",
            "portdir": "devel/apache-ant",
            "version": "1.10.14",
            "license": "Apache-2 and W3C",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ant.apache.org/",
            "description": "Java opensource build system",
            "long_description": "Ant is a Java based build tool. In theory it is kind of like make without make's wrinkles. Ant uses XML build files that define a set of targets. Each target has dependencies (other targets) and contains a set of tasks to perform.",
            "active": true,
            "categories": [
                "devel",
                "java"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openjdk17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "java_memcached",
                        "cassandra",
                        "apache-ivy",
                        "abcl",
                        "poi",
                        "appbundler",
                        "KoLmafia",
                        "ccl-util",
                        "checkstyle",
                        "cobertura",
                        "commons-lang",
                        "commons-pool",
                        "dom4j",
                        "hadoop",
                        "javancss",
                        "jfreechart",
                        "mysql-connector-java",
                        "objectweb-anttasks",
                        "objectweb-asm",
                        "saxpath",
                        "xalanj",
                        "xml-commons-resolver",
                        "zeroc-ice33-java",
                        "zeroc-ice34-java",
                        "zeroc-ice35-java",
                        "omnicompiler",
                        "processing",
                        "sisc",
                        "tom",
                        "plovr",
                        "weka",
                        "gcs-java",
                        "sphinx4",
                        "healpix-java",
                        "BrowserLauncher2",
                        "batik",
                        "libzookeeper",
                        "cglib",
                        "commons-cli",
                        "hamcrest-library",
                        "itext",
                        "jdom",
                        "jsch",
                        "jtidy",
                        "trove4j",
                        "ttk",
                        "xercesj",
                        "xmlenc",
                        "xmlpull",
                        "xom",
                        "pdftk-java",
                        "protobuf-java",
                        "pdfbox",
                        "hamcrest-core",
                        "servlet23-api",
                        "servlet24-api",
                        "tokyocabinet-clj",
                        "play"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ProjectLibre",
                        "stanford-corenlp",
                        "Arduino"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "ant-contrib"
                    ]
                }
            ]
        },
        {
            "name": "ant-contrib",
            "portdir": "devel/ant-contrib",
            "version": "1.0b3",
            "license": "unknown",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://ant-contrib.sourceforge.net/",
            "description": "A collection of tasks for Apache Ant",
            "long_description": "A collection of tasks for Apache Ant. There are some task on topic such as logic (if, for, foreach,...), network (post,...), performance monitoring tasks (stopwatch,...), platform (osfamily,...), property (propertycopy, propertyregexp, urlencode,...), process (forget, limit), and other.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "hibou",
                    "github": "",
                    "ports_count": 2
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "apache-ant"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "angelscript",
            "portdir": "devel/angelscript",
            "version": "2.33.0",
            "license": "zlib",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.angelcode.com/angelscript/",
            "description": "Flexible cross-platform scripting library",
            "long_description": "The AngelCode Scripting Library, or AngelScript as it is also known, is an extremely flexible cross-platform scripting library designed to allow applications to extend their functionality through external scripts. It has been designed from the beginning to be an easy to use component, both for the application programmer and the script writer.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "allegro5",
            "portdir": "devel/allegro5",
            "version": "5.2.10.1",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://liballeg.org/",
            "description": "A game programming library for C/C++ developers.",
            "long_description": "Allegro is a game programming library for C/C++ developers distributed freely, supporting many platforms.",
            "active": true,
            "categories": [
                "devel",
                "games"
            ],
            "maintainers": [
                {
                    "name": "awkravchuk",
                    "github": "lockie",
                    "ports_count": 1
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "xar",
                        "cmake",
                        "pkgconfig",
                        "libxslt",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "p7zip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libdumb",
                        "libogg",
                        "zlib",
                        "libpcap",
                        "freetype",
                        "libtheora",
                        "flac",
                        "libvorbis",
                        "opusfile",
                        "physfs",
                        "webp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "allegro",
            "portdir": "devel/allegro",
            "version": "4.4.3.1",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://liballeg.org/",
            "description": "A game programming library for C/C++ developers.",
            "long_description": "Allegro is a game programming library for C/C++ developers distributed freely, supporting many platforms.",
            "active": true,
            "categories": [
                "devel",
                "games"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "atanks",
                        "liquidwar"
                    ]
                }
            ]
        },
        {
            "name": "alex",
            "portdir": "devel/alex",
            "version": "3.5.4.0",
            "license": "GPL-3",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.haskell.org/alex/",
            "description": "A tool for generating lexical analysers in Haskell",
            "long_description": "Alex is a tool for generating lexical analysers in Haskell. It takes a description of tokens based on regular expressions and generates a Haskell module containing code for scanning text efficiently. It is similar to the tool lex or flex for C/C++.",
            "active": true,
            "categories": [
                "devel",
                "haskell"
            ],
            "maintainers": [],
            "variants": [
                "stack",
                "haskell_cabal_use_prebuilt"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cctools",
                        "openssl",
                        "file",
                        "grep",
                        "gsed",
                        "cabal-prebuilt",
                        "ghc-prebuilt",
                        "clang-18"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        "cabal-prebuilt",
                        "ghc-prebuilt"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "pure-gen",
                        "cpphs",
                        "ghc"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cabal"
                    ]
                }
            ]
        },
        {
            "name": "akonadi",
            "portdir": "devel/akonadi",
            "version": "1.13.1.20141210",
            "license": "LGPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://community.kde.org/KDE_PIM/Akonadi",
            "description": "A personal information management storage service.",
            "long_description": "Akonadi is an extensible cross-desktop storage service for PIM data and metadata providing concurrent read, write, and query access.",
            "active": true,
            "categories": [
                "devel",
                "kde",
                "kde4"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs",
                "no_root",
                "mysql51",
                "mysql55",
                "mysql56",
                "mariadb55",
                "sqlite",
                "verbose",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "boost176",
                        "qt4-mac",
                        "qt4-mac-mariadb-plugin",
                        "phonon",
                        "shared-mime-info",
                        "soprano"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "mariadb-server"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "perlkde",
                        "smokekde",
                        "baloo",
                        "kdepimlibs4",
                        "kdepimlibs4-kioslaves",
                        "kdepim4-runtime"
                    ]
                }
            ]
        },
        {
            "name": "agprocess",
            "portdir": "devel/agprocess",
            "version": "0.5",
            "license": "BSD",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://agkit.sourceforge.net/",
            "description": "framework class for reporting Unix process statistics",
            "long_description": "AGProcess is a class for reporting Unix process statistics. It is similar to NSProcessInfo except that it provides more information, and can represent any process, not just the current process. Additionally it provides methods for sending signals to processes.",
            "active": true,
            "categories": [
                "devel",
                "framework"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "afl",
            "portdir": "devel/afl",
            "version": "2.52b",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://lcamtuf.coredump.cx/afl",
            "description": "Instrumentation-driven fuzzer",
            "long_description": "American fuzzy lop is a security-oriented fuzzer that employs a novel type of compile-time instrumentation and genetic algorithms to automatically discover clean, interesting test cases that trigger new internal states in the targeted binary.",
            "active": true,
            "categories": [
                "devel",
                "security"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "aeson-pretty",
            "portdir": "devel/aeson-pretty",
            "version": "0.8.10",
            "license": "GPL-3",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.haskell.org/alex/",
            "description": "JSON pretty-printing library and command-line tool.",
            "long_description": "A JSON pretty-printing library compatible with aeson as well as a command-line tool to improve readabilty of streams of JSON data. The library provides the function \"encodePretty\". It is a drop-in replacement for aeson's \"encode\" function, producing JSON-ByteStrings for human readers. The command-line tool reads JSON from stdin and writes prettified JSON to stdout. It also offers a complementary \"compact\"-mode, essentially the opposite of pretty-printing.",
            "active": true,
            "categories": [
                "devel",
                "haskell"
            ],
            "maintainers": [],
            "variants": [
                "stack"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cctools",
                        "openssl",
                        "cabal",
                        "ghc",
                        "file",
                        "grep",
                        "gsed",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "libiconv"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        "cabal"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "aegis",
            "portdir": "devel/aegis",
            "version": "4.24.3",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://aegis.sourceforge.net/",
            "description": "A project change supervisor",
            "long_description": "Aegis is a transaction-based software configuration management system. It provides a framework within which a team of developers may work on many changes to a program independently, and Aegis coordinates integrating these changes back into the master source of the program, with as little disruption as possible.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "bison"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cook",
                        "gettext",
                        "curl",
                        "bzip2",
                        "libxml2",
                        "libmagic",
                        "zlib"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "bison-runtime"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ade",
            "portdir": "devel/ade",
            "version": "0.1.2e",
            "license": "Apache",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/opencv/ade",
            "description": "Graph construction, manipulation, and processing framework.",
            "long_description": "Graph construction, manipulation, and processing framework.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2875
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-opencv4-devel",
                        "py35-opencv4",
                        "py36-opencv4",
                        "py35-opencv4-devel",
                        "py36-opencv4-devel",
                        "py37-opencv4",
                        "py37-opencv4-devel",
                        "py39-opencv4",
                        "py39-opencv4-devel",
                        "py38-opencv4",
                        "opencv4",
                        "opencv4-devel",
                        "py310-opencv4",
                        "py311-opencv4",
                        "py312-opencv4",
                        "py313-opencv4",
                        "py310-opencv4-devel",
                        "py314-opencv4",
                        "py312-opencv4-devel",
                        "py311-opencv4-devel",
                        "py313-opencv4-devel"
                    ]
                }
            ]
        },
        {
            "name": "activewire",
            "portdir": "devel/activewire",
            "version": "4.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sourceforge.net/projects/activewire-osx/",
            "description": "Driver for the ActiveWire board",
            "long_description": "An independent project focusing on the development of drivers for the ActiveWire board on Mac OS X. The REALbasic Plugin not included.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "awdriver",
                "awconfig",
                "doc",
                "dev",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "acpica",
            "portdir": "devel/acpica",
            "version": "20251212",
            "license": "(Permissive or GPL-2)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.intel.com/content/www/us/en/developer/topic-technology/open/acpica/overview.html",
            "description": "ACPI compiler",
            "long_description": "A compiler for ACPI DSDT .asl files.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 229
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "MaciASL"
                    ]
                }
            ]
        },
        {
            "name": "ack",
            "portdir": "devel/ack",
            "version": "3.9.0",
            "license": "Artistic-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://beyondgrep.com/",
            "description": "ack - grep-like text finder",
            "long_description": "ack - grep-like text finder",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "perl5_28",
                "perl5_30",
                "perl5_32",
                "perl5_34"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-yaml-pp",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-getopt-long",
                        "p5.34-text-parsewords",
                        "p5.34-version",
                        "perl5.34",
                        "p5.34-file-next"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "p5.34-io-tty"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ackmate"
                    ]
                }
            ]
        },
        {
            "name": "ace",
            "portdir": "devel/ace",
            "version": "8.0.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.dre.vanderbilt.edu/~schmidt/ACE.html",
            "description": "ACE is an object-oriented framework that implements many core patterns for concurrent communication software.",
            "long_description": "The ADAPTIVE Communication Environment (ACE) is a freely available, open-source object-oriented (OO) framework that implements many core patterns for concurrent communication software. ACE provides a rich set of reusable C++ wrapper facades and framework components that perform common communication software tasks across a range of OS platforms. The communication software tasks provided by ACE include event demultiplexing and event handler dispatching, signal handling, service initialization, interprocess communication, shared memory management, message routing, dynamic (re)configuration of distributed services, concurrent execution and synchronization.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "tlockhart1976",
                    "github": "lockhart",
                    "ports_count": 27
                },
                {
                    "name": "jwillemsen",
                    "github": "jwillemsen",
                    "ports_count": 2
                }
            ],
            "variants": [
                "ssl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "abseil",
            "portdir": "devel/abseil",
            "version": "20260107.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/abseil/abseil-cpp",
            "description": "Abseil - C++ Common Libraries",
            "long_description": "Abseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's own C++ code base, has been extensively tested and used in production.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 652
                }
            ],
            "variants": [
                "debug",
                "test",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-20"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "mtxclient",
                        "Bear",
                        "grpc",
                        "py39-grpcio",
                        "py39-grpcio-tools",
                        "py310-grpcio",
                        "py310-grpcio-tools",
                        "libphonenumber-cpp",
                        "protobuf3-cpp-upstream",
                        "protobuf5-cpp",
                        "Chatty",
                        "s2geometry",
                        "re2",
                        "py37-pyarrow",
                        "py38-pyarrow",
                        "bloaty",
                        "protobuf",
                        "py37-grpcio",
                        "py37-grpcio-tools",
                        "apache-arrow",
                        "py38-grpcio",
                        "py38-grpcio-tools",
                        "qt6-qtgrpc"
                    ]
                }
            ]
        },
        {
            "name": "aap",
            "portdir": "devel/aap",
            "version": "1.094",
            "license": "GPL-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.a-a-p.org/",
            "description": "A-A-P helps you with distributed development of software.",
            "long_description": "A-A-P helps you with distributed development of software. Install a program on your system, obtain the sources and make modifications, manage multiple versions of the same project, distribute packages and much more. A-A-P runs on many operating systems.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "VillainousStyle-framework",
            "portdir": "devel/VillainousStyle",
            "version": "20110713",
            "license": "Apache-2",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/amazingsyco/VillainousStyle",
            "description": "a drawing library for defining a visual style from a chain of individual drawing instructions",
            "long_description": "VillainousStyle is a drawing library for defining a visual style from a chain of individual drawing instructions. Each instruction modifies the drawing context to perform common operations; such operations include shadows, fills, borders, and shapes. It allows for multiple style sheets which can be used to theme an application in multiple visual contexts. VillainousStyle sits on top of CoreGraphics, and does not use WebKit for rendering at all. It is a fork of the VSStyle and VSShape classes, originally from the Three20 project.",
            "active": true,
            "categories": [
                "devel",
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "",
                    "ports_count": 218
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "VillainousStyle"
                    ]
                }
            ]
        },
        {
            "name": "libVillainousStyle",
            "portdir": "devel/VillainousStyle",
            "version": "20110713",
            "license": "Apache-2",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/amazingsyco/VillainousStyle",
            "description": "a drawing library for defining a visual style from a chain of individual drawing instructions",
            "long_description": "VillainousStyle is a drawing library for defining a visual style from a chain of individual drawing instructions. Each instruction modifies the drawing context to perform common operations; such operations include shadows, fills, borders, and shapes. It allows for multiple style sheets which can be used to theme an application in multiple visual contexts. VillainousStyle sits on top of CoreGraphics, and does not use WebKit for rendering at all. It is a fork of the VSStyle and VSShape classes, originally from the Three20 project.",
            "active": true,
            "categories": [
                "devel",
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "",
                    "ports_count": 218
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "VillainousStyle"
                    ]
                }
            ]
        },
        {
            "name": "VillainousStyle",
            "portdir": "devel/VillainousStyle",
            "version": "20110713",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/amazingsyco/VillainousStyle",
            "description": "a drawing library for defining a visual style from a chain of individual drawing instructions",
            "long_description": "VillainousStyle is a drawing library for defining a visual style from a chain of individual drawing instructions. Each instruction modifies the drawing context to perform common operations; such operations include shadows, fills, borders, and shapes. It allows for multiple style sheets which can be used to theme an application in multiple visual contexts. VillainousStyle sits on top of CoreGraphics, and does not use WebKit for rendering at all. It is a fork of the VSStyle and VSShape classes, originally from the Three20 project.",
            "active": true,
            "categories": [
                "devel",
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "",
                    "ports_count": 218
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libVillainousStyle",
                        "VillainousStyle-framework"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}