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

{
    "count": 51960,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=640",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=638",
    "results": [
        {
            "name": "fastmath",
            "portdir": "fortran/fastmath",
            "version": "2023.01.22",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/perazz/fastmath",
            "description": "Modern Fortran library for fast, approximate math functions",
            "long_description": "This is a modern Fortran library for fast, approximate math functions: exp, log, 1/sqrt. These functions provide fast, approximate evaluations of the exponential, logarithm and normalization functions in 64-bit precision.",
            "active": true,
            "categories": [
                "math",
                "fortran"
            ],
            "maintainers": [],
            "variants": [
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "fpm",
                        "clang-18",
                        "gcc15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "econ-toolchain",
            "portdir": "fortran/econ-toolchain",
            "version": "2024.02.15",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/renatomatz/econ-toolchain",
            "description": "General tools used for structural macroeconomic modelling",
            "long_description": "General tools used for structural macroeconomic modelling",
            "active": true,
            "categories": [
                "fortran",
                "economics"
            ],
            "maintainers": [],
            "variants": [
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "fpm",
                        "clang-18",
                        "gcc15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc",
                        "OpenBLAS"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dop853",
            "portdir": "fortran/dop853",
            "version": "1.3.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jacobwilliams/dop853",
            "description": "Modern Fortran implementation of DOP853 ODE solver",
            "long_description": "This is a modern Fortran (2003/2008) implementation of Hairerʼs DOP853 ODE solver. The original Fortran 77 code has been extensively refactored, and is now object-oriented and thread-safe, with an easy-to-use class interface. DOP853 is an explicit Runge–Kutta method of order 8(5,3) due to Dormand & Prince (with stepsize control and dense output).",
            "active": true,
            "categories": [
                "math",
                "fortran"
            ],
            "maintainers": [],
            "variants": [
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "fpm",
                        "clang-18",
                        "gcc15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ddeabm",
            "portdir": "fortran/ddeabm",
            "version": "3.0.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jacobwilliams/ddeabm",
            "description": "Modern Fortran implementation of the DDEABM Adams–Bashforth algorithm",
            "long_description": "This is a modern object-oriented Fortran implementation of the DDEABM Adams–Bashforth–Moulton ODE solver. The original Fortran 77 code was obtained from the SLATEC library. It has been extensively refactored.",
            "active": true,
            "categories": [
                "math",
                "fortran"
            ],
            "maintainers": [],
            "variants": [
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "fpm",
                        "clang-18",
                        "gcc15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "daglib",
            "portdir": "fortran/daglib",
            "version": "2023.12.31",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jacobwilliams/daglib",
            "description": "Directed acyclic graphs with modern Fortran",
            "long_description": "DAGLIB is a modern Fortran module for creating and manipulating directed acyclic graphs (DAGs). It includes a toposort feature, and also the ability to generate files in the GraphViz dot notation.",
            "active": true,
            "categories": [
                "math",
                "fortran"
            ],
            "maintainers": [],
            "variants": [
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "fpm",
                        "clang-18",
                        "gcc15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "conmax",
            "portdir": "fortran/conmax",
            "version": "0.0.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jacobwilliams/conmax",
            "description": "Modern Fortran CONMAX optimization method for general non-linearly constrained function minimization.",
            "long_description": "Modern Fortran CONMAX optimization method for general non-linearly constrained function minimization.",
            "active": true,
            "categories": [
                "math",
                "fortran"
            ],
            "maintainers": [],
            "variants": [
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "fpm",
                        "clang-18",
                        "gcc15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "carlson-elliptic-integrals",
            "portdir": "fortran/carlson-elliptic-integrals",
            "version": "1.0.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jacobwilliams/carlson-elliptic-integrals",
            "description": "Carlson symmetric forms of elliptic integrals",
            "long_description": "This is a modern Fortran implementation of the Carlson symmetric forms of elliptic integrals code from the SLATEC library. It has been extensively refactored.",
            "active": true,
            "categories": [
                "math",
                "fortran"
            ],
            "maintainers": [],
            "variants": [
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "fpm",
                        "clang-18",
                        "gcc15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cafut",
            "portdir": "fortran/cafut",
            "version": "2023.06.30",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://renatomatz.github.io/cafut-docs",
            "description": "Single-file object-oriented unit testing utility for Coarray Fortran",
            "long_description": "The point of this library is to provide a simple, object-oriented unit testing framework meant for applications using Coarray Fortran. As it is further developped, we place more importance in brevity than to features, and for that reason, this project aims at maintaining all code within a single module that can be placed with the tested scripts.",
            "active": true,
            "categories": [
                "devel",
                "fortran"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "OpenCoarrays",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "LSQR",
            "portdir": "fortran/LSQR",
            "version": "1.1.0",
            "license": "CPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jacobwilliams/LSQR",
            "description": "Modern Fortran sparse linear systems solver",
            "long_description": "A Fortran 2008 edition of LSQR, a conjugate-gradient type method for solving sparse linear equations and sparse least-squares problems.",
            "active": true,
            "categories": [
                "math",
                "fortran"
            ],
            "maintainers": [],
            "variants": [
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "fpm",
                        "clang-18",
                        "gcc15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ForEx",
            "portdir": "fortran/ForEx",
            "version": "2016.12.07",
            "license": "LGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/victorsndvg/ForEx",
            "description": "Fortran user-defined exceptions handler",
            "long_description": "Fortran user-defined exceptions handler",
            "active": true,
            "categories": [
                "devel",
                "fortran"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel",
                "tests",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18",
                        "gcc15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ttf-nerd-fonts-symbols",
            "portdir": "fonts/ttf-nerd-fonts-symbols",
            "version": "3.4.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://nerdfonts.com",
            "description": "High number of extra glyphs from popular 'iconic fonts'",
            "long_description": "High number of extra glyphs from popular 'iconic fonts'",
            "active": true,
            "categories": [
                "fonts"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 655
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "fontconfig"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "kitty"
                    ]
                }
            ]
        },
        {
            "name": "ticker",
            "portdir": "finance/ticker",
            "version": "5.2.1",
            "license": "GPL-3",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/achannarasappa/ticker",
            "description": "Terminal stock ticker with live updates and position tracking",
            "long_description": "Terminal stock ticker with live updates and position tracking. Provides Live stock price quotes, lets you track the value of your stock positions, and supports multiple cost basis lots as well as pre and post market price quotes.",
            "active": true,
            "categories": [
                "finance"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1056
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ta-lib",
            "portdir": "finance/ta-lib",
            "version": "0.4.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://ta-lib.org",
            "description": "TA-Lib is a financial technical analysis library.",
            "long_description": "TA-Lib provides common functions for the technical analysis of financial market data, including more than 150 indicators such as ADX, MACD, RSI, Stochastic, Bollinger Bands and more.",
            "active": true,
            "categories": [
                "finance"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sc-im",
            "portdir": "finance/sc-im",
            "version": "0.8.4",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/andmarti1424/sc-im",
            "description": "Spreadsheet Calculator Improvised",
            "long_description": "An ncurses spreadsheet program for terminal",
            "active": true,
            "categories": [
                "finance"
            ],
            "maintainers": [
                {
                    "name": "",
                    "github": "nkorth",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libxls",
                        "libzip",
                        "libxlsxwriter",
                        "libxml2",
                        "ncurses",
                        "lua51"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sc",
            "portdir": "finance/sc",
            "version": "7.16",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ibiblio.org/pub/Linux/apps/financial/spreadsheet/",
            "description": "sc is the Venerable Spreadsheet Calculator",
            "long_description": "sc is a free curses-based spreadsheet program that uses key bindings similar to vi and less.",
            "active": true,
            "categories": [
                "finance"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "bison",
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "purl",
            "portdir": "finance/purl",
            "version": "0.2.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://purl.dev/",
            "description": "A curl-esque CLI for making HTTP requests that require payment. Designed for humans and agents alike.",
            "long_description": "A curl-esque CLI for making HTTP requests that require payment. Designed for humans and agents alike.",
            "active": true,
            "categories": [
                "finance"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1056
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pta",
            "portdir": "finance/pta",
            "version": "0.1",
            "license": "ISC",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mandoc.bsd.lv/pta/",
            "description": "the plain text accounting program",
            "long_description": "pta reads bookkeeping journals and writes account lists, balances, and cost center assessments to standard output.",
            "active": true,
            "categories": [
                "finance"
            ],
            "maintainers": [
                {
                    "name": "",
                    "github": "admacleod",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "portfolio-performance",
            "portdir": "finance/portfolio-performance",
            "version": "0.82.1",
            "license": "EPL-1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.portfolio-performance.info/en/",
            "description": "A simple tool to calculate the overall performance of an investment portfolio.",
            "long_description": "An open source tool to calculate the overall performance of an investment portfolio - across all accounts - using True-Time Weighted Return or Internal Rate of Return.",
            "active": true,
            "categories": [
                "finance"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "maven3",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openjdk21"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mop",
            "portdir": "finance/mop",
            "version": "1.0.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mop-tracker/mop",
            "description": "Stock market tracker for hackers",
            "long_description": "mop: track stocks the hacker way. A command-line utility that displays continuous up-to-date information about select markets and individual stocks.",
            "active": true,
            "categories": [
                "finance"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1056
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "numchk",
            "portdir": "finance/numchk",
            "version": "0.2.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hroptatyr/numchk",
            "description": "Like file(1) but for numbers",
            "long_description": "The numchk tool is a command-line tool that identifies self-consistent numbers and checks their correctness. In short, it is like file(1) for numbers. The focus is on fast bulk processing of identifiers arising primarily in the financial sector. Unlike similar libraries numchk only provides syntactic and first level semantic checks (mostly check digits and country code validation) in order to identify and disambiguate the input. Deep semantic verification, aspects of formatting and canonicalisation are left to its competitors.",
            "active": true,
            "categories": [
                "finance"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1056
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "litecoin",
            "portdir": "finance/litecoin",
            "version": "0.16.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://litecoin.org",
            "description": "Litecoin is a P2P Internet currency that enables instant payments to anyone in the world.",
            "long_description": "Litecoin is a peer-to-peer Internet currency that enables instant payments to anyone in the world. It is based on the Bitcoin protocol but differs from Bitcoin in that it can be efficiently mined with consumer-grade hardware. Litecoin provides faster transaction confirmations (2.5 minutes on average) and uses memory-hard, scrypt-based mining proof-of-work algorithm to target the regular computers and GPUs most people already have. The Litecoin network is scheduled to produce 84 million currency units. One of the aims of Litecoin was to provide a mining algorithm that could run at the same time, on the same hardware used to mine bitcoins. With the rise of specialized ASICs for Bitcoin, Litecoin continues to satisfy these goals. It is unlikely for ASIC mining to be developed for Litecoin until the currency is widely used.",
            "active": true,
            "categories": [
                "finance"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt5-qttools",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "protobuf3-cpp",
                        "zmq",
                        "qt5-qtbase",
                        "miniupnpc",
                        "boost171",
                        "qrencode",
                        "db48",
                        "libevent"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ledger",
            "portdir": "finance/ledger",
            "version": "3.4.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ledger-cli.org/",
            "description": "A command-line, double-entry accounting tool.",
            "long_description": "Ledger is a powerful, double-entry accounting system that is accessed from the UNIX command-line.",
            "active": true,
            "categories": [
                "finance"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "gpgme",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libedit",
                        "mpfr",
                        "gettext",
                        "utfcpp",
                        "python314",
                        "boost181",
                        "gmp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "hledger-iadd",
            "portdir": "finance/hledger-iadd",
            "version": "1.3.21",
            "license": "BSD-3-Clause",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hpdeifel/hledger-iadd",
            "description": "A terminal UI as drop-in replacement for hledger add",
            "long_description": "hledger-iadd improves in the following ways on hledger's add command: \n \n* Interactive as-you-type completion for account names and descriptions with optional fuzzy matching. \n* Integrated calculator. Amounts can be written as simple sums with real-time feedback on the result. \n* All actions while entering a transaction can be undone. \n* Configurable format for date input. Instead of y/m/d it is also possible to use other formats like the german d.m.y.",
            "active": true,
            "categories": [
                "haskell",
                "finance"
            ],
            "maintainers": [
                {
                    "name": "ivofrolov",
                    "github": "ivofrolov",
                    "ports_count": 2
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "cctools",
                        "openssl",
                        "stack",
                        "file",
                        "grep",
                        "gsed"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "hledger"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "hledger",
            "portdir": "finance/hledger",
            "version": "1.50.3",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://hledger.org",
            "description": "Command-line interface for the hledger accounting system",
            "long_description": "hledger is lightweight, cross platform, multi-currency, double-entry accounting software. It lets you track money, investments, cryptocurrencies, invoices, time, inventory and more, in a safe, future-proof plain text data format with full version control and privacy. \nhledger aims to help both computer experts and regular folks gain clarity in their finances and time management. Though the UIs are basic, hledger can model any accounting situation and provide precise, clear reports. It is reliable, quick, and backed by the highly supportive Plain Text Accounting ecosystem. Using it is an excellent way to learn double entry accounting.",
            "active": true,
            "categories": [
                "textproc",
                "haskell",
                "finance"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 655
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cctools",
                        "openssl",
                        "stack",
                        "file",
                        "grep",
                        "gsed",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "hledger-iadd"
                    ]
                }
            ]
        },
        {
            "name": "expenses",
            "portdir": "finance/expenses",
            "version": "0.2.2",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/manojkarthick/expenses",
            "description": "Simple, Interactive, command line Expense logger",
            "long_description": "An interactive command line expense logger. Answer a series of questions to log your expenses. Currently writes to CSV and SQLite backends.",
            "active": true,
            "categories": [
                "finance"
            ],
            "maintainers": [
                {
                    "name": "smanojkarthick",
                    "github": "manojkarthick",
                    "ports_count": 10
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "go-ethereum",
            "portdir": "finance/go-ethereum",
            "version": "1.10.26",
            "license": "GPL-3+ and LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://geth.ethereum.org/",
            "description": "Official Go implementation of the Ethereum protocol",
            "long_description": "Ethereum is a public, blockchain-based distributed computing platform and operating system that runs smart contracts. Go Ethereum is one of the three original implementations of the Ethereum protocol.",
            "active": true,
            "categories": [
                "finance"
            ],
            "maintainers": [
                {
                    "name": "umeshksingla",
                    "github": "umeshksingla",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cointop",
            "portdir": "finance/cointop",
            "version": "1.6.10",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cointop.sh",
            "description": "A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies in realtime.",
            "long_description": "A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies in realtime. The interface is inspired by htop, and shortcut keys inspired by vim.",
            "active": true,
            "categories": [
                "finance"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1056
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cpuminer",
            "portdir": "finance/cpuminer",
            "version": "2.5.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pooler/cpuminer",
            "description": "Multi-threaded CPU miner for Litecoin and Bitcoin",
            "long_description": "Multi-threaded CPU miner for Litecoin and Bitcoin",
            "active": true,
            "categories": [
                "finance"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "jansson",
                        "curl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "bitcoin",
            "portdir": "finance/bitcoin",
            "version": "28.1",
            "license": "MIT",
            "platforms": "{darwin >= 19}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bitcoincore.org/",
            "description": "server daemon and client user interface for a peer-to-peer digital currency",
            "long_description": "Bitcoin is a peer-to-peer digital currency. By peer-to-peer, we mean that there is no central authority to issue new Bitcoins or keep track of transactions. Instead, these tasks are managed collectively by the Bitcoin protocol operating through the nodes of the network.",
            "active": true,
            "categories": [
                "finance",
                "crypto"
            ],
            "maintainers": [
                {
                    "name": "easieste",
                    "github": "easye",
                    "ports_count": 15
                },
                {
                    "name": "sami.laine",
                    "github": "",
                    "ports_count": 2
                }
            ],
            "variants": [
                "daemon",
                "gui",
                "wallet",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-22",
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "python312"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "db48",
                        "sqlite3",
                        "libevent",
                        "zmq",
                        "miniupnpc",
                        "boost176"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cgminer",
            "portdir": "finance/cgminer",
            "version": "4.10.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ckolivas/cgminer",
            "description": "ASIC/FPGA miner in c for bitcoin",
            "long_description": "This is a multi-threaded multi-pool FPGA and ASIC miner for bitcoin.",
            "active": true,
            "categories": [
                "finance"
            ],
            "maintainers": [],
            "variants": [
                "ants1",
                "ants2",
                "ants3",
                "avalon",
                "avalon2",
                "bab",
                "bflsc",
                "bitforce",
                "bitfury",
                "bitmine_a1",
                "blockerupter",
                "cointerra",
                "drillbit",
                "hashfast",
                "hashratio",
                "icarus",
                "klondike",
                "knc",
                "minion",
                "modminer",
                "sp10",
                "sp30",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "libtool",
                        "pkgconfig",
                        "gawk",
                        "autoconf",
                        "automake"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "curl",
                        "libusb"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "QuantLib",
            "portdir": "finance/QuantLib",
            "version": "1.42.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.quantlib.org",
            "description": "software framework for quantitative finance",
            "long_description": "The QuantLib project is aimed at providing a comprehensive software framework for quantitative finance. QuantLib is a library for modeling, trading, and risk management in real-life.",
            "active": true,
            "categories": [
                "finance"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20",
                        "boost188"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-RQuantLib"
                    ]
                }
            ]
        },
        {
            "name": "abtransfers",
            "portdir": "finance/abtransfers",
            "version": "0.0.5.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://schmufu.dyndns.org/dokuwiki/ab_transfer:start",
            "description": "AB-Transfers allows to carry out bank transactions online. It is meant to complement KMyMoney and GnuCash.",
            "long_description": "AB-Transfers allows to carry out bank transactions online. It is not indented to become a full-fledged financial application like KMyMoney or GnuCash, but is meant to be used in parallel to them. This application can execute transactions which are not (yet) supported by those applications and thus complements them. AB-Transfers is meant for private use and it is not planned to implement functions which make sense for business use. AB-Transfers makes use of the AqBanking tool. All transaction types known to AqBanking are supported and should be usable in AB-Transfers. NOTE: Currently the application is not internationalized, i.e. the UI is only in German.",
            "active": true,
            "categories": [
                "finance"
            ],
            "maintainers": [],
            "variants": [
                "universal",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "aqbanking5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tsung",
            "portdir": "erlang/tsung",
            "version": "1.8.0",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://tsung.erlang-projects.org/",
            "description": "Load test tool for HTTP, PostgreSQL, Jabber and others.",
            "long_description": "Tsung (formerly IDX-Tsunami) is a distributed load testing tool. It is protocol-independent and can currently be used to stress HTTP, SOAP, PostgreSQL, and Jabber servers.",
            "active": true,
            "categories": [
                "devel",
                "erlang"
            ],
            "maintainers": [],
            "variants": [
                "perl5_28",
                "perl5_30",
                "perl5_32",
                "perl5_34"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mochiweb",
                        "erlang",
                        "gnuplot",
                        "rrdtool",
                        "p5.34-template-toolkit"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rebar3",
            "portdir": "erlang/rebar3",
            "version": "3.27.0",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/erlang/rebar3",
            "description": "Rebar3 is an Erlang tool that makes it easy to create, develop, and release Erlang libraries, applications, and systems in a repeatable manner.",
            "long_description": "Rebar3 will: respect and enforce standard Erlang/OTP conventions for project structure so they are easily reusable by the community; manage source dependencies and Erlang packages while ensuring repeatable builds; handle build artifacts, paths, and libraries such that standard development tools can be used without a headache; adapt to projects of all sizes on almost any platform; treat documentation as a feature, and errors or lack of documentation as a bug.",
            "active": true,
            "categories": [
                "devel",
                "erlang"
            ],
            "maintainers": [
                {
                    "name": "ciserlohn",
                    "github": "ci42",
                    "ports_count": 35
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "erlang"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "atomvm",
                        "elp",
                        "erlsom",
                        "mochiweb"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gleam"
                    ]
                }
            ]
        },
        {
            "name": "rebar",
            "portdir": "erlang/rebar",
            "version": "2.6.4",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rebar/rebar",
            "description": "Rebar is an Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases.",
            "long_description": "Rebar is a self-contained Erlang script, so it's easy to distribute or even embed directly in a project. Where possible, Rebar uses standard Erlang/OTP conventions for project structures, thus minimizing the amount of build configuration work. Rebar also provides dependency management, enabling application writers to easily re-use common libraries from a variety of locations (Git, Hg, etc).",
            "active": true,
            "categories": [
                "devel",
                "erlang"
            ],
            "maintainers": [
                {
                    "name": "ciserlohn",
                    "github": "ci42",
                    "ports_count": 35
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "erlang"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mochiweb",
            "portdir": "erlang/mochiweb",
            "version": "3.2.2",
            "license": "MIT",
            "platforms": "any",
            "epoch": 20111014,
            "replaced_by": null,
            "homepage": "https://github.com/mochi/mochiweb",
            "description": "MochiWeb is an Erlang library for building lightweight HTTP servers.",
            "long_description": "MochiWeb is an Erlang library for building lightweight HTTP servers.",
            "active": true,
            "categories": [
                "www",
                "erlang"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "rebar3",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "erlang"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "tsung"
                    ]
                }
            ]
        },
        {
            "name": "log4erl",
            "portdir": "erlang/log4erl",
            "version": "0.8.6",
            "license": "MPL-1.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://code.google.com/p/log4erl/",
            "description": "A logger for erlang.",
            "long_description": "A logger for erlang in the spirit of Log4J. You can download the latest tarball from the downloads section and read README.txt file for instructions on using log4erl.",
            "active": true,
            "categories": [
                "devel",
                "erlang"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "erlang"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "erlsom",
            "portdir": "erlang/erlsom",
            "version": "1.5.1",
            "license": "LGPL-3+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://erlsom.sourceforge.net",
            "description": "An Erlang libary for XML parsing.",
            "long_description": "An Erlang libary for XML parsing. It supports various modes of operation: as an efficient SAX parser, as a simple DOM-like parser, or as a 'data mapper'. The data mapper transforms the XML document to Erlang records, based on an XML Schema.",
            "active": true,
            "categories": [
                "textproc",
                "erlang"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "rebar3",
                        "erlang",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libtool"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "eqwalizer",
            "portdir": "erlang/eqwalizer",
            "version": "0.25.3",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/WhatsApp/eqwalizer",
            "description": "A type-checker for Erlang",
            "long_description": "A type-checker for Erlang",
            "active": true,
            "categories": [
                "devel",
                "erlang"
            ],
            "maintainers": [
                {
                    "name": "pguyot",
                    "github": "pguyot",
                    "ports_count": 176
                }
            ],
            "variants": [
                "jdk17",
                "jdk11"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "sbt",
                        "erlang",
                        "openjdk17-graalvm",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openjdk17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "elp"
                    ]
                }
            ]
        },
        {
            "name": "elp",
            "portdir": "erlang/elp",
            "version": "2026-02-27",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/WhatsApp/erlang-language-platform",
            "description": "Erlang Language Platform",
            "long_description": "Designed at WhatsApp and inspired by the success of the Rust Analyzer project, ELP provides a scalable, fully incremental, IDE-first library for the semantic analysis of Erlang code.",
            "active": true,
            "categories": [
                "devel",
                "erlang"
            ],
            "maintainers": [
                {
                    "name": "pguyot",
                    "github": "pguyot",
                    "ports_count": 176
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20",
                        "cargo",
                        "legacy-support",
                        "rebar3",
                        "erlang",
                        "rust",
                        "eqwalizer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "atomvm",
            "portdir": "erlang/atomvm",
            "version": "0.7.0-alpha.1",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/atomvm/atomvm",
            "description": "Tiny Erlang VM",
            "long_description": "AtomVM implements from scratch a minimal Erlang VM that supports a subset of ErlangVM features and that is able to run unmodified BEAM binaries on really small systems like MCUs.",
            "active": true,
            "categories": [
                "devel",
                "erlang"
            ],
            "maintainers": [
                {
                    "name": "pguyot",
                    "github": "pguyot",
                    "ports_count": 176
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "cmake",
                        "gperf",
                        "ninja",
                        "rebar3",
                        "elixir",
                        "erlang"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mbedtls3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "xhyve",
            "portdir": "emulators/xhyve",
            "version": "20211002",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/machyve/xhyve",
            "description": "a lightweight OS X virtualization solution",
            "long_description": "The xhyve hypervisor is a port of bhyve to OS X. It is built on top of Hypervisor.framework in OS X 10.10 Yosemite and higher, runs entirely in userspace, and has no other dependencies. It can run FreeBSD and vanilla Linux distributions and may gain support for other guest operating systems in the future.",
            "active": true,
            "categories": [
                "emulators"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 303
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "wine-staging",
            "portdir": "emulators/wine-devel",
            "version": "11.8",
            "license": "LGPL-2.1+",
            "platforms": "{darwin >= 16}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.winehq.org",
            "description": "A Windows API implementation",
            "long_description": "Wine is a compatibility layer capable of running Windows applications. Instead of simulating internal Windows logic like a virtual machine or emulator, Wine translates Windows API calls into POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing you to cleanly integrate Windows applications into your desktop.",
            "active": true,
            "categories": [
                "emulators"
            ],
            "maintainers": [
                {
                    "name": "gcenx83",
                    "github": "gcenx",
                    "ports_count": 52
                }
            ],
            "variants": [
                "gphoto",
                "ffmpeg",
                "gstreamer",
                "kerberos"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18",
                        "mingw-w64",
                        "bison",
                        "flex",
                        "gettext"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "autoconf"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnutls",
                        "libsdl2",
                        "libpcap",
                        "freetype",
                        "gettext-runtime",
                        "MoltenVK-latest"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        "python314",
                        "autoconf"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "mingw-w64-wine-gecko-2.47.4",
                        "mingw-w64-wine-mono-11.1.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "x48",
            "portdir": "emulators/x48",
            "version": "0.6.4",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sourceforge.net/projects/x48.berlios/",
            "description": "HP48 calculator emulator",
            "long_description": "This emulator is capable of providing a faithful replication of the HP48. It also has a debugger for the saturn processor.",
            "active": true,
            "categories": [
                "math",
                "emulators"
            ],
            "maintainers": [
                {
                    "name": "michael.klein",
                    "github": "mklein-de",
                    "ports_count": 16
                }
            ],
            "variants": [
                "roms",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "xorg-libXt",
                        "clang-18",
                        "autoconf",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libXext",
                        "readline"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "wine-devel",
            "portdir": "emulators/wine-devel",
            "version": "11.8",
            "license": "LGPL-2.1+",
            "platforms": "{darwin >= 16}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.winehq.org",
            "description": "A Windows API implementation",
            "long_description": "Wine is a compatibility layer capable of running Windows applications. Instead of simulating internal Windows logic like a virtual machine or emulator, Wine translates Windows API calls into POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing you to cleanly integrate Windows applications into your desktop.",
            "active": true,
            "categories": [
                "emulators"
            ],
            "maintainers": [
                {
                    "name": "gcenx83",
                    "github": "gcenx",
                    "ports_count": 52
                }
            ],
            "variants": [
                "gphoto",
                "ffmpeg",
                "gstreamer",
                "kerberos"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "mingw-w64",
                        "bison",
                        "flex",
                        "gettext",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnutls",
                        "libsdl2",
                        "libpcap",
                        "freetype",
                        "gettext-runtime",
                        "MoltenVK-latest"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "mingw-w64-wine-gecko-2.47.4",
                        "mingw-w64-wine-mono-11.1.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "wine-stable",
            "portdir": "emulators/wine-stable",
            "version": "11.0",
            "license": "LGPL-2.1+",
            "platforms": "{darwin >= 16}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.winehq.org",
            "description": "A Windows API implementation",
            "long_description": "Wine is a compatibility layer capable of running Windows applications. Instead of simulating internal Windows logic like a virtual machine or emulator, Wine translates Windows API calls into POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing you to cleanly integrate Windows applications into your desktop.",
            "active": true,
            "categories": [
                "emulators"
            ],
            "maintainers": [
                {
                    "name": "gcenx83",
                    "github": "gcenx",
                    "ports_count": 52
                }
            ],
            "variants": [
                "gphoto",
                "ffmpeg",
                "gstreamer",
                "kerberos"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "pkgconfig",
                        "mingw-w64",
                        "bison",
                        "flex",
                        "gettext"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnutls",
                        "libsdl2",
                        "libpcap",
                        "freetype",
                        "gettext-runtime",
                        "MoltenVK-latest"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "mingw-w64-wine-mono-10.4.1",
                        "mingw-w64-wine-gecko-2.47.4"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "wine"
                    ]
                }
            ]
        },
        {
            "name": "vpcs",
            "portdir": "emulators/vpcs",
            "version": "0.8c-20160224",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.freecode.com.cn/doku.php?id=wiki:vpcs",
            "description": "Virtual PC Simulator particularly of use with the Cisco dynamips emulator.",
            "long_description": "Virtual PC Simulator particularly of use with the Cisco dynamips emulator. The VPCS can simulate up to 9 PCs. You can ping/traceroute them, or ping/traceroute the other hosts/routers from the virtual PCs when you study the Cisco routers in the Dynamips. VPCS is not the traditional PC, it is just a program running on the Linux or Windows, and only few network commands can be used in it. But VPCS can give you a big hand when you study the Cisco devices in the Dynamips. VPCS can replace the routers or VMware boxes which are used as PCs in the Dynamips network. Try VPCS, it can save your CPU/Memory. It is very small.",
            "active": true,
            "categories": [
                "emulators"
            ],
            "maintainers": [
                {
                    "name": "lasticppc",
                    "github": "lastic",
                    "ports_count": 3
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "wine",
            "portdir": "emulators/wine",
            "version": "1.0",
            "license": "Permissive",
            "platforms": "{darwin any >= 16 != 18.*}",
            "epoch": 1,
            "replaced_by": "wine-stable",
            "homepage": "",
            "description": "",
            "long_description": "",
            "active": true,
            "categories": [
                "emulators"
            ],
            "maintainers": [
                {
                    "name": "gcenx83",
                    "github": "gcenx",
                    "ports_count": 52
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "wine-stable"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "mystonline-wine"
                    ]
                }
            ]
        },
        {
            "name": "vmips",
            "portdir": "emulators/vmips",
            "version": "1.5.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.dgate.org/vmips/",
            "description": "MIPS R3000 emulator",
            "long_description": "VMIPS is a simulator for a machine compatible with the MIPS R3000 RISC architecture.",
            "active": true,
            "categories": [
                "emulators"
            ],
            "maintainers": [
                {
                    "name": "brg",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tnylpo",
            "portdir": "emulators/tnylpo",
            "version": "1.1.7",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.com/gbrein/tnylpo",
            "description": "Utility to run CP/M-80 programs under Unix/Linux",
            "long_description": "tnylpo allows the execution of programs written for CP/M-80 version 2.2 under Unixy operating systems.",
            "active": true,
            "categories": [
                "emulators"
            ],
            "maintainers": [
                {
                    "name": "aeioudev",
                    "github": "aeiouaeiouaeiouaeiouaeiouaeiou",
                    "ports_count": 10
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}