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

{
    "count": 48945,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=7",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=5",
    "results": [
        {
            "name": "qdbm",
            "portdir": "databases/qdbm",
            "version": "1.8.78",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://fallabs.com/qdbm/index.html",
            "description": "QDBM is a library of routines for managing a database.",
            "long_description": "QDBM is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "universal",
                "debug",
                "bzip2",
                "lzo"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "hyperestraier"
                    ]
                }
            ]
        },
        {
            "name": "qof",
            "portdir": "databases/qof",
            "version": "0.8.8",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20180413005909/https://alioth.debian.org/projects/qof/",
            "description": "Query Object Framework (QOF)",
            "long_description": "Query Object Framework (QOF) is a framework to allow the execution of SQL-type queries using collections of in-memory objects as 'tables'.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "pkgconfig",
                        "clang-13",
                        "autoconf",
                        "libtool"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libxml2",
                        "glib2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gnotime"
                    ]
                }
            ]
        },
        {
            "name": "recutils",
            "portdir": "databases/recutils",
            "version": "1.9",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/recutils/",
            "description": "Tools to work with human-editable, plain text data files",
            "long_description": "GNU Recutils is a set of tools and libraries to access human-editable, plain text databases called recfiles. The data is stored as a sequence of records, each record containing an arbitrary number of named fields.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "",
                    "github": "zaid",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "flex",
                        "clang-13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcrypt",
                        "ossp-uuid",
                        "curl"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "check"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "shsql",
            "portdir": "databases/shsql",
            "version": "1.28",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://quisp.sourceforge.net/sqlman/html/shsql_home.html",
            "description": "standalone SQL database that stores data in ascii text files",
            "long_description": "SHSQL is a standalone SQL database that stores data in ascii text files. It has a small memory footprint and code size and can be embedded directly into applications - there is no server process. SHSQL is a pared-down SQL implementation but retains useful features such as timeout record locking and search engine comparison operators. A shsql database can be updated via SQL, or by editing data files with a text editor. Applications link to the supplied C language API. There is also a command-line SQL utility.",
            "active": true,
            "categories": [
                "databases",
                "textproc"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "slony1",
            "portdir": "databases/slony1",
            "version": "2.2.5",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://main.slony.info/",
            "description": "A replication system for PostgreSQL",
            "long_description": "Slony-I is a trigger-based master to multiple slaves replication system for PostgreSQL being developed by Jan Wieck.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "wreese",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "postgresql92",
                "postgresql93",
                "postgresql94",
                "postgresql95",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "postgresql96"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sqlcheck",
            "portdir": "databases/sqlcheck",
            "version": "1.3",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jarulraj/sqlcheck",
            "description": "Automatically identify anti-patterns in SQL queries",
            "long_description": "sqlcheck automatically detects common SQL anti-patterns. Such anti-patterns often slow down queries. Addressing them will, therefore, help accelerate queries. sqlcheck targets all major SQL dialects.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1008
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gflags",
                        "gtest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sqlitedbrowser",
            "portdir": "databases/sqlitedbrowser",
            "version": "0",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://sourceforge.net/projects/sqlitedbrowser",
            "description": "A graphical SQLite3 Viewer - new Version (aka SqliteStudio)",
            "long_description": "A graphical SQLite3 Viewer - new Version (aka SqliteStudio)",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "universal",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "qt4-mac-sqlite3-plugin"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sqliteman",
            "portdir": "databases/sqliteman",
            "version": "1.2.2",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sourceforge.net/p/sqliteman/wiki/Home/",
            "description": "GUI tool for Sqlite3",
            "long_description": "The best developer's and/or admin's GUI tool for Sqlite3 in the world. No joking here (or just a bit only) - it contains the most complete feature set of all tools available.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "cmake",
                        "pkgconfig",
                        "makeicns"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "qscintilla-qt4"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "qt4-mac-sqlite3-plugin",
                        "sqlite3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sqlitewrapped",
            "portdir": "databases/sqlitewrapped",
            "version": "1.3.1",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.alhem.net/project/sqlite/index.html",
            "description": "a C++ wrapper for the Sqlite database C API",
            "long_description": "This is a C++ wrapper for the Sqlite database C application programming interface. The code works for linux/unix, as well as win32. This library supports version 3 of the sqlite database. From version 1.2 the connection pool can be made threadsafe.",
            "active": true,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "sqlite3",
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tinycdb",
            "portdir": "databases/tinycdb",
            "version": "0.78",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.corpit.ru/mjt/tinycdb.html",
            "description": "a very fast and simple package for creating and reading cdb",
            "long_description": "TinyCDB is a very fast and simple package for creating and reading cdb.",
            "active": true,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [
                {
                    "name": "nel",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "volta"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "knp3"
                    ]
                }
            ]
        },
        {
            "name": "xbase",
            "portdir": "databases/xbase",
            "version": "3.1.2",
            "license": "(LGPL or GPL-2+)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://linux.techass.com/projects/xdb/",
            "description": "XBase compatible C++ class library",
            "long_description": "Xbase is an XBase compatible C++ class library. It provides C and C++ programmers with a cross-platform class and function library for manipulating Xbase type datafiles and indexes. There is support for .DBF and .NDX files (including support for Dbase III and IV memo fields, dates, and record and file locking), and limited support is also supplied for .NTX (clipper index) files.",
            "active": true,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "pg2xbase"
                    ]
                }
            ]
        },
        {
            "name": "Djinn",
            "portdir": "devel/Djinn",
            "version": "2006-07-21",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/augustss/djinn",
            "description": "Haskell Theorem Prover",
            "long_description": "Djinn is a small program that takes a (Haskell) type and returns a function of that type, if one exists. In short, a Haskell type can be seen as a proposition in logic (i.e., the Curry-Howard isomorphism). Djinn proves or disproves the type proposition. If it manages the proof, it extracts a program from that. This is mainly interesting as part of the lambdabot.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ghc",
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "MacOSX.sdk",
            "portdir": "devel/MacOSX.sdk",
            "version": "12",
            "license": "Restrictive and Nomirror",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://developer.apple.com/macos/",
            "description": "latest macOS SDK",
            "long_description": "This port installs a link to the latest macOS SDK.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1825
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "MacOSX12.sdk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "MacOSX12.sdk",
            "portdir": "devel/MacOSX.sdk",
            "version": "12.3-21E226",
            "license": "Restrictive and Nomirror",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://developer.apple.com/documentation/macos-release-notes/macos-12_0_1-release-notes",
            "description": "macOS Monterey v12.3 (21E226) SDK",
            "long_description": "This port installs the macOS Monterey v12.3 (21E226) SDK.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1825
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "libarchive",
                        "xar",
                        "xz"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "MacOSX.sdk"
                    ]
                }
            ]
        },
        {
            "name": "MacOSX11.sdk",
            "portdir": "devel/MacOSX.sdk",
            "version": "11.3.1-20E241",
            "license": "Restrictive and Nomirror",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://developer.apple.com/documentation/macos-release-notes/macos-big-sur-11_0_1-release-notes",
            "description": "macOS Big Sur v11.3.1 (20E241) SDK",
            "long_description": "This port installs the macOS Big Sur v11.3.1 (20E241) SDK.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1825
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "libarchive",
                        "xar",
                        "xz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "MacOSX10.15.sdk",
            "portdir": "devel/MacOSX.sdk",
            "version": "10.15.6-19G68",
            "license": "Restrictive and Nomirror",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://developer.apple.com/documentation/macos-release-notes/macos-catalina-10_15-release-notes",
            "description": "macOS Catalina v10.15.6 (19G68) SDK",
            "long_description": "This port installs the macOS Catalina v10.15.6 (19G68) SDK.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1825
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "libarchive",
                        "xar",
                        "xz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "MacOSX10.14.sdk",
            "portdir": "devel/MacOSX.sdk",
            "version": "10.14.6-18G74",
            "license": "Restrictive and Nomirror",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://developer.apple.com/documentation/macos-release-notes/macos-mojave-10_14-release-notes",
            "description": "macOS Mojave v10.14.6 (18G74) SDK",
            "long_description": "This port installs the macOS Mojave v10.14.6 (18G74) SDK.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1825
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "libarchive",
                        "xar",
                        "xz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "MacOSX10.13.sdk",
            "portdir": "devel/MacOSX.sdk",
            "version": "10.13.4-17E189",
            "license": "Restrictive and Nomirror",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://developer.apple.com/library/archive/releasenotes/General/RN-macOSSDK-10.13/",
            "description": "macOS High Sierra v10.13.4 (17E189) SDK",
            "long_description": "This port installs the macOS High Sierra v10.13.4 (17E189) SDK.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1825
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "libarchive",
                        "xar",
                        "xz"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "Aseprite"
                    ]
                }
            ]
        },
        {
            "name": "MacOSX10.12.sdk",
            "portdir": "devel/MacOSX.sdk",
            "version": "10.12.4-16E185",
            "license": "Restrictive and Nomirror",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://developer.apple.com/macos/",
            "description": "macOS Sierra v10.12.4 (16E185) SDK",
            "long_description": "This port installs the macOS Sierra v10.12.4 (16E185) SDK.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1825
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "libarchive",
                        "xar",
                        "xz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "MacOSX10.11.sdk",
            "portdir": "devel/MacOSX.sdk",
            "version": "10.11.4-15E60",
            "license": "Restrictive and Nomirror",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://developer.apple.com/macos/",
            "description": "OS X El Capitan v10.11.4 (15E60) SDK",
            "long_description": "This port installs the OS X El Capitan v10.11.4 (15E60) SDK.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1825
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "libarchive"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "MacOSX10.10.sdk",
            "portdir": "devel/MacOSX.sdk",
            "version": "10.10.3-14D125",
            "license": "Restrictive and Nomirror",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://developer.apple.com/macos/",
            "description": "OS X Yosemite v10.10.3 (14D125) SDK",
            "long_description": "This port installs the OS X Yosemite v10.10.3 (14D125) SDK.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1825
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "libarchive"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "MacOSX10.9.sdk",
            "portdir": "devel/MacOSX.sdk",
            "version": "10.9.5-13F34",
            "license": "Restrictive and Nomirror",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://developer.apple.com/macos/",
            "description": "OS X Mavericks v10.9.5 (13F34) SDK",
            "long_description": "This port installs the OS X Mavericks v10.9.5 (13F34) SDK.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1825
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "libarchive"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "MacOSX10.8.sdk",
            "portdir": "devel/MacOSX.sdk",
            "version": "10.8.5-12F37",
            "license": "Restrictive and Nomirror",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://developer.apple.com/macos/",
            "description": "OS X Mountain Lion v10.8.5 (12F37) SDK",
            "long_description": "This port installs the OS X Mountain Lion v10.8.5 (12F37) SDK.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1825
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "libarchive"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "MacOSX10.7.sdk",
            "portdir": "devel/MacOSX.sdk",
            "version": "10.7.4-11E52",
            "license": "Restrictive and Nomirror",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://developer.apple.com/macos/",
            "description": "Mac OS X Lion v10.7.4 (11E52) SDK",
            "long_description": "This port installs the Mac OS X Lion v10.7.4 (11E52) SDK.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1825
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "libarchive"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "MacOSX10.6.sdk",
            "portdir": "devel/MacOSX.sdk",
            "version": "10.6.8-10K549",
            "license": "Restrictive and Nomirror",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://developer.apple.com/macos/",
            "description": "Mac OS X Snow Leopard v10.6.8 (10K549) SDK",
            "long_description": "This port installs the Mac OS X Snow Leopard v10.6.8 (10K549) SDK.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1825
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "libarchive"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "MacPorts_Framework",
            "portdir": "devel/MacPorts_Framework",
            "version": "1.2.1",
            "license": "BSD",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.macports.org",
            "description": "Cocoa framework for MacPorts.",
            "long_description": "MacPorts.framework is a framework for linking Cocoa applications to the MacPorts infrastructure.",
            "active": true,
            "categories": [
                "devel",
                "macports",
                "framework"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "subversion"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "Pallet"
                    ]
                }
            ]
        },
        {
            "name": "PlasmaShop",
            "portdir": "devel/PlasmaShop",
            "version": "3.0-158",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/H-uru/PlasmaShop",
            "description": "tool for inspecting and manipulating Plasma game files",
            "long_description": "PlasmaShop is a tool for inspecting and manipulating the files that make up games based on the Plasma engine, such as Myst Online: URU Live. It can do many age-related tasks that lie outside of what the PRP Blender Plugin can do: create PAK files, decompyle/compile Python scripts, sum age files, etc.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "",
                    "ports_count": 218
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "libhsplasma"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "SilverCity",
            "portdir": "devel/SilverCity",
            "version": "0.9.7",
            "license": "BSD and MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://silvercity.sourceforge.net/",
            "description": "SilverCity is a lexing package for over 20 programming and markup langauges.",
            "long_description": "SilverCity is a lexing package, based on Scintilla, that can provide lexical analysis for over 20 programming and markup langauges.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "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": "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": "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": "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": "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": "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-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": "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": "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": "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": 73
                }
            ],
            "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": "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": 73
                }
            ],
            "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-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": 73
                }
            ],
            "variants": [
                "enable_local_install",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gwenhywfar4-gtk3",
                        "gmp",
                        "libofx",
                        "ktoblzcheck",
                        "gnutls"
                    ]
                }
            ],
            "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": 319
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "archway"
                    ]
                }
            ]
        },
        {
            "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": 319
                }
            ],
            "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": "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"
                    ]
                }
            ]
        },
        {
            "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": "atk",
            "portdir": "devel/atk",
            "version": "2.38.0",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 3,
            "replaced_by": null,
            "homepage": "http://projects.gnome.org/accessibility/",
            "description": "GNOME accessibility toolkit",
            "long_description": "ATK is the GNOME Accessibility ToolKit",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13",
                        "gettext",
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "gtk-doc"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gobject-introspection",
                        "libiconv",
                        "gettext-runtime",
                        "glib2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "clutter",
                        "libhandy",
                        "libiodbc",
                        "gingerblue",
                        "libayatana-appindicator",
                        "mlt-qt5",
                        "gnome3-core",
                        "pure-gtk",
                        "ghex",
                        "gtk3-devel",
                        "gtk3",
                        "gtk2",
                        "linhpsdr",
                        "pihpsdr",
                        "darktable",
                        "darktable-devel",
                        "goffice",
                        "gimp2-devel",
                        "py27-poppler",
                        "scite",
                        "ayatana-ido",
                        "gtk-fortran",
                        "gtk-sharp2",
                        "py27-pygtk",
                        "py27-pygtk-devel",
                        "atkmm",
                        "atkmm-1.6",
                        "mlt-legacy",
                        "webkit2-gtk",
                        "webkit2-gtk-devel",
                        "racket",
                        "sakura",
                        "trojita",
                        "rb33-atk",
                        "rb32-atk",
                        "rb31-atk",
                        "gimp2",
                        "gimp3-devel",
                        "libayatana-indicator",
                        "cherrytree",
                        "geany",
                        "abiword-x11",
                        "pioneers",
                        "gnome-radio",
                        "gtk2-devel",
                        "pspp",
                        "pspp-devel",
                        "at-spi2-atk"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gnome3-core"
                    ]
                }
            ]
        },
        {
            "name": "autobuild",
            "portdir": "devel/autobuild",
            "version": "5.3",
            "license": "GPL-3+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://josefsson.org/autobuild/",
            "description": "processes output from building software",
            "long_description": "Autobuild is a package that process output from building software, primarily focused on packages using autoconf and automake, and then generate a HTML summary file, containing links to each build log. The output include project name, version, build host types (cross compile aware), compiler host name, date of build, and indication of success or failure. The output is indexed in many ways to simplify browsing.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "autoconf269",
            "portdir": "devel/autoconf269",
            "version": "2.69",
            "license": "(Autoconf or GPL-2+)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/autoconf/",
            "description": "Automatically configures software for compilation",
            "long_description": "Autoconf is an extensible package of m4 macros that produce shell scripts to automatically configure software source code packages. These scripts can adapt the packages to many kinds of UNIX-like systems without manual user intervention. Autoconf creates a configuration script for a package from a template file that lists the operating system features that the package can use, in the form of m4 macro calls.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "m4",
                        "perl5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "automake115",
            "portdir": "devel/automake115",
            "version": "1.15.1",
            "license": "(GPL-2+ or Permissive)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/automake",
            "description": "the gnu automake utility for generating Makefile.in",
            "long_description": "Automake is a tool for automatically generating Makefile.in files from files called Makefile.am. Each Makefile.am is basically a series of make variable definitions, with rules being thrown in occasionally. The generated Makefile.in files are compliant with the GNU Makefile standards.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-14"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "automoc",
            "portdir": "devel/automoc",
            "version": "0.9.88",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.kde.org",
            "description": "A tool which automatically creates .moc files and compiles them in.",
            "long_description": "A tool which automatically creates .moc files and compiles them in. Necessary for compiling KDE programs.",
            "active": true,
            "categories": [
                "devel",
                "kde",
                "kde4"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "kdevplatform",
                        "analitza",
                        "ark",
                        "attica",
                        "baloo-widgets",
                        "blinken",
                        "bomber",
                        "bovo",
                        "cantor",
                        "cervisia",
                        "dolphin-plugins",
                        "dragon",
                        "ffmpegthumbs",
                        "granatier",
                        "juk",
                        "kactivities",
                        "kalgebra",
                        "kalzium",
                        "kamera",
                        "phonon",
                        "kdevelop",
                        "akonadi",
                        "taglib-extras",
                        "kanagram",
                        "kapman",
                        "kapptemplate",
                        "py-pykde4",
                        "py27-pykde4",
                        "py-pykde4-docs",
                        "dbusmenu-qt",
                        "katomic",
                        "kblackbox",
                        "kblocks",
                        "piklab",
                        "qtscriptgenerator",
                        "charm",
                        "kbounce",
                        "kbreakout",
                        "kbruch",
                        "kcachegrind4",
                        "kcalc",
                        "kcharselect",
                        "kcm-baloo-advanced",
                        "kcolorchooser",
                        "kcron",
                        "kde-dev-utils",
                        "qimageblitz",
                        "soprano",
                        "amarok",
                        "choqok",
                        "kde4-workspace",
                        "kgraphviewer",
                        "koffice2-devel",
                        "krusader",
                        "massif-visualizer",
                        "polkit-qt",
                        "prison",
                        "rkward",
                        "shared-desktop-ontologies",
                        "skrooge",
                        "kde4-baseapps",
                        "kde4-filelight",
                        "kdeedu4",
                        "kdegraphics-strigi-analyzer",
                        "kdegraphics-thumbnailers",
                        "kdenetwork-filesharing",
                        "kdenetwork-strigi-analyzers",
                        "kig",
                        "kdesdk-kioslaves",
                        "kdesdk-strigi-analyzers",
                        "kdesdk-thumbnailers",
                        "kdetoys4",
                        "kdewebdev",
                        "kdiamond",
                        "kdiskfree",
                        "kdnssd",
                        "kfilemetadata",
                        "kfloppy",
                        "kfourinline",
                        "kgeography",
                        "kgoldrunner",
                        "kgpg",
                        "khangman",
                        "kdepimlibs4",
                        "kdepimlibs4-kioslaves",
                        "kigo",
                        "killbots",
                        "kimono",
                        "kde",
                        "kde-dev-scripts",
                        "kdegames4",
                        "kiriki",
                        "kiten",
                        "kjumpingcube",
                        "klettres",
                        "klickety",
                        "kde-wallpapers",
                        "klines",
                        "kmahjongg",
                        "kmines",
                        "kmplot",
                        "knavalbattle",
                        "knetwalk",
                        "kolf",
                        "kollision",
                        "kolourpaint",
                        "kompare",
                        "konquest",
                        "konsole",
                        "ndmanager2",
                        "kate",
                        "kdesdk4",
                        "QtCurve",
                        "kopete",
                        "korundum",
                        "kpat",
                        "kqtquickcharts",
                        "krdc",
                        "kreversi",
                        "kross-interpreters",
                        "kruler",
                        "ksaneplugin",
                        "kscd",
                        "kshisen",
                        "ksirk",
                        "ksnakeduel",
                        "kspaceduel",
                        "ksquares",
                        "ksudoku",
                        "ksystemlog",
                        "ktimer",
                        "ktouch",
                        "ktuberling",
                        "kturtle",
                        "kubrick",
                        "kuser",
                        "kwallet",
                        "kwordquiz",
                        "libkcddb",
                        "libkcompactdisc",
                        "libkdeedu",
                        "libkdegames",
                        "libkexiv2",
                        "libkgapi",
                        "libkipi",
                        "libkmahjongg",
                        "libkomparediff2",
                        "libksane",
                        "libktorrent",
                        "lokalize",
                        "lskat",
                        "mobipocket",
                        "mplayerthumbs",
                        "nepomuk-core",
                        "nepomuk-widgets",
                        "okteta",
                        "okular",
                        "pairs",
                        "palapeli",
                        "parley",
                        "perlkde",
                        "perlqt",
                        "picmi",
                        "poxml",
                        "qyoto",
                        "rocs",
                        "smokegen",
                        "smokekde",
                        "smokeqt",
                        "step",
                        "svgpart",
                        "sweeper",
                        "umbrello",
                        "libklustersshared",
                        "kde4-kile",
                        "qtruby",
                        "baloo",
                        "kdelibs4",
                        "konversation",
                        "kde4-runtime",
                        "kdeartwork",
                        "kstars",
                        "kdeadmin",
                        "kde-l10n-da",
                        "kdebindings4",
                        "kdegraphics4",
                        "kdemultimedia4",
                        "kdenetwork4",
                        "kdeutils4",
                        "kde-l10n-ar",
                        "kde-l10n-bg",
                        "kde-l10n-bs",
                        "kde-l10n-ca",
                        "kde-l10n-ca-valencia",
                        "kde-l10n-cs",
                        "kde-l10n-de",
                        "kde-l10n-el",
                        "kde-l10n-en_GB",
                        "kde-l10n-es",
                        "kde-l10n-et",
                        "kde-l10n-eu",
                        "kde-l10n-fa",
                        "kde-l10n-fi",
                        "kde-l10n-fr",
                        "kde-l10n-ga",
                        "kde-l10n-gl",
                        "kde-l10n-he",
                        "kde-l10n-hi",
                        "kde-l10n-hr",
                        "kde-l10n-hu",
                        "kde-l10n-ia",
                        "kde-l10n-id",
                        "kde-l10n-is",
                        "kde-l10n-it",
                        "kde-l10n-ja",
                        "kde-l10n-kk",
                        "kde-l10n-km",
                        "kde-l10n-ko",
                        "kde-l10n-lt",
                        "kde-l10n-lv",
                        "kde-l10n-mr",
                        "kde-l10n-nb",
                        "kde-l10n-nds",
                        "kde-l10n-nl",
                        "kde-l10n-nn",
                        "kde-l10n-pa",
                        "kde-l10n-pl",
                        "kde-l10n-pt",
                        "kde-l10n-pt_BR",
                        "kde-l10n-ro",
                        "kde-l10n-ru",
                        "kde-l10n-si",
                        "kde-l10n-sk",
                        "kde-l10n-sl",
                        "kde-l10n-sr",
                        "kde-l10n-sv",
                        "kde-l10n-tg",
                        "kde-l10n-th",
                        "kde-l10n-tr",
                        "kde-l10n-ug",
                        "kde-l10n-uk",
                        "kde-l10n-vi",
                        "kde-l10n-wa",
                        "kde-l10n-zh_CN",
                        "kde-l10n-zh_TW",
                        "kmix",
                        "strigi",
                        "digikam",
                        "kget",
                        "kdesvn",
                        "libkdcraw",
                        "gwenview",
                        "kdenlive",
                        "tellico",
                        "marble",
                        "grantlee",
                        "kmymoney4",
                        "ktorrent4",
                        "libalkimia",
                        "kdepim4",
                        "kdepim4-runtime"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "phonon-backend-gstreamer",
                        "phonon-backend-vlc"
                    ]
                }
            ]
        },
        {
            "name": "balena-cli",
            "portdir": "devel/balena-cli",
            "version": "12.55.2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.balena.io/",
            "description": "The official balena Command Line Interface.",
            "long_description": "The balena CLI is a Command Line Interface for balenaCloud or openBalena. It builds on the balena API and the balena SDK, and can also be directly imported in Node.js applications.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "light",
                    "github": "dylanbr",
                    "ports_count": 2
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}