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

{
    "count": 49655,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=55",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=53",
    "results": [
        {
            "name": "fortran-zlib",
            "portdir": "fortran/fortran-zlib",
            "version": "0.2.0",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/interkosmos/fortran-zlib",
            "description": "Collection of Fortran 2018 ISO_C_BINDING interfaces to selected zlib functions",
            "long_description": "Collection of Fortran 2018 ISO_C_BINDING interfaces to selected zlib functions",
            "active": true,
            "categories": [
                "archivers",
                "fortran"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "gfortran",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fortune",
            "portdir": "games/fortune",
            "version": "6.2.0-RELEASE",
            "license": "BSD",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freebsd.org/",
            "description": "Infamous electronic fortune-cookie generator",
            "long_description": "Infamous electronic fortune-cookie generator",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bsdmake",
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "OSXPal"
                    ]
                }
            ]
        },
        {
            "name": "fortune-mod",
            "portdir": "games/fortune-mod",
            "version": "3.24.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/shlomif/fortune-mod",
            "description": "Fortune-cookie generator",
            "long_description": "Implementation of the Unix fortune command for displaying a random quotation.",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [
                {
                    "name": "makr",
                    "github": "mohd-akram",
                    "ports_count": 82
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "recode"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fossil",
            "portdir": "devel/fossil",
            "version": "2.27",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 20110901182519,
            "replaced_by": null,
            "homepage": "https://fossil-scm.org/home/",
            "description": "Simple, high-reliability, distributed software configuration management",
            "long_description": "Fossil is a distributed software configuration management which supports distributed version control, distributed bug tracking, distributed wiki, and a distributed blog mechanism all in single integrated package. It provides an easy-to-use web interface to access and administrate projects over the built-in webserver or CGI.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ciserlohn",
                    "github": "ci42",
                    "ports_count": 35
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "tcl",
                        "zlib",
                        "openssl3",
                        "libiconv",
                        "sqlite3"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "shards"
                    ]
                }
            ]
        },
        {
            "name": "foundationdb",
            "portdir": "databases/foundationdb",
            "version": "6.3.24",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.foundationdb.org/",
            "description": "FoundationDB gives you the power of ACID transactions in a distributed database.",
            "long_description": "FoundationDB is a distributed database designed to handle large volumes of structured data across clusters of commodity servers. It organizes data as an ordered key-value store and employs ACID transactions for all operating systems. It is especially well-suited for read/write workloads but also has excellent performance for write-intensive workloads. Users interact with the database using API language binding. FoundationDB is Open source, is Ready for production, provides Industry-leading performance, is Fault tolerant and is Multi-model. This Port provides Latest FoundationDB Release to macOS with full support for all these features.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "spam_brian",
                    "github": "brianwells",
                    "ports_count": 1
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "ninja",
                        "python310",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mono"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fox",
            "portdir": "x11/fox",
            "version": "1.6.59",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.fox-toolkit.org",
            "description": "The FOX GUI toolkit",
            "long_description": "FOX is a C++ based Toolkit for developing Graphical User Interfaces easily and effectively.",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "tiff",
                        "freetype",
                        "Xft2",
                        "libjpeg-turbo",
                        "mesa",
                        "xorg-libXcursor",
                        "xorg-libXrandr",
                        "libGLU",
                        "libpng"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "rb-fxruby",
                        "fxscintilla",
                        "xfe",
                        "sumo"
                    ]
                }
            ]
        },
        {
            "name": "fparser",
            "portdir": "devel/fparser",
            "version": "20150925-a59e1f51",
            "license": "LGPL-3",
            "platforms": "darwin macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/thliebig/fparser",
            "description": "C++ library that can be used to parse and evaluate a mathematical function from a string",
            "long_description": "C++ library that can be used to parse and evaluate a mathematical function from a string",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ra1nb0w",
                    "github": "ra1nb0w",
                    "ports_count": 148
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "CSXCAD",
                        "openEMS"
                    ]
                }
            ]
        },
        {
            "name": "fpc",
            "portdir": "lang/fpc",
            "version": "3.2.2",
            "license": "(GPL-2 or LGPL-2)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freepascal.org",
            "description": "Free Pascal, an open source Pascal and Object Pascal compiler.",
            "long_description": "Free Pascal is a 32, 64 and 16 bit professional Pascal compiler. It can target many processor architectures: Intel x86 (including 8086), AMD64/x86-64, PowerPC, PowerPC64, SPARC, ARM, AArch64, MIPS and the JVM. Supported operating systems include Linux, FreeBSD, Mac OS X/iOS/iPhoneSimulator/Darwin, Win32, Win64, WinCE and Android.",
            "active": true,
            "categories": [
                "lang",
                "pascal"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                },
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "pascal-p5",
                        "chmcmd-fpc",
                        "fpc-cross",
                        "fpc-cross-arm-wince",
                        "fpc-cross-i386-nativent",
                        "fpc-cross-i386-win32",
                        "fpc-cross-i386-wince",
                        "fpc-cross-x86_64-win64",
                        "fpc-cross-x86_64-linux",
                        "fpc-cross-x86_64-dragonfly",
                        "fpc-cross-x86_64-freebsd",
                        "fpc-cross-x86_64-netbsd",
                        "fpc-cross-x86_64-openbsd",
                        "fpc-cross-powerpc-linux",
                        "fpc-cross-powerpc-netbsd"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "lazarus"
                    ]
                }
            ]
        },
        {
            "name": "fpc-cross",
            "portdir": "lang/fpc",
            "version": "3.2.2",
            "license": "(GPL-2 or LGPL-2)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freepascal.org",
            "description": "FreePascal common cross-compiler binaries",
            "long_description": "Crosscompilers serving as starting points for specific operating system targets. OS runtime libraries are not yet ready.",
            "active": true,
            "categories": [
                "lang",
                "cross",
                "pascal"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                },
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "fpc",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "fpc-cross-arm-wince",
                        "fpc-cross-i386-nativent",
                        "fpc-cross-i386-win32",
                        "fpc-cross-i386-wince",
                        "fpc-cross-x86_64-win64",
                        "fpc-cross-x86_64-linux",
                        "fpc-cross-x86_64-dragonfly",
                        "fpc-cross-x86_64-freebsd",
                        "fpc-cross-x86_64-netbsd",
                        "fpc-cross-x86_64-openbsd",
                        "fpc-cross-powerpc-linux",
                        "fpc-cross-powerpc-netbsd"
                    ]
                }
            ]
        },
        {
            "name": "fpc-cross-arm-wince",
            "portdir": "lang/fpc",
            "version": "3.2.2",
            "license": "(GPL-2 or LGPL-2)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freepascal.org",
            "description": "FPC cross-compiler for arm-wince",
            "long_description": "This Pascal crosscompiler produces arm executables, which run natively on arm-wince systems. \n Get help with: \n fpc -h \n Compile and link a Pascal file with: \n \n fpc -Parm -Twince FILENAME",
            "active": true,
            "categories": [
                "lang",
                "cross",
                "pascal"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                },
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "fpc",
                        "fpc-cross",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fpc-cross-i386-nativent",
            "portdir": "lang/fpc",
            "version": "3.2.2",
            "license": "(GPL-2 or LGPL-2)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freepascal.org",
            "description": "FPC cross-compiler for i386-nativent",
            "long_description": "This Pascal crosscompiler produces i386 executables, which run natively on i386-nativent systems. \n Get help with: \n fpc -h \n Compile and link a Pascal file with: \n \n fpc -Pi386 -Tnativent FILENAME",
            "active": true,
            "categories": [
                "lang",
                "cross",
                "pascal"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                },
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "fpc",
                        "fpc-cross",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fpc-cross-i386-win32",
            "portdir": "lang/fpc",
            "version": "3.2.2",
            "license": "(GPL-2 or LGPL-2)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freepascal.org",
            "description": "FPC cross-compiler for i386-win32",
            "long_description": "This Pascal crosscompiler produces i386 executables, which run natively on i386-win32 systems. \n Get help with: \n fpc -h \n Compile and link a Pascal file with: \n \n fpc -Pi386 -Twin32 FILENAME",
            "active": true,
            "categories": [
                "lang",
                "cross",
                "pascal"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                },
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "fpc",
                        "fpc-cross",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fpc-cross-i386-wince",
            "portdir": "lang/fpc",
            "version": "3.2.2",
            "license": "(GPL-2 or LGPL-2)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freepascal.org",
            "description": "FPC cross-compiler for i386-wince",
            "long_description": "This Pascal crosscompiler produces i386 executables, which run natively on i386-wince systems. \n Get help with: \n fpc -h \n Compile and link a Pascal file with: \n \n fpc -Pi386 -Twince FILENAME",
            "active": true,
            "categories": [
                "lang",
                "cross",
                "pascal"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                },
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "fpc",
                        "fpc-cross",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fpc-cross-powerpc-linux",
            "portdir": "lang/fpc",
            "version": "3.2.2",
            "license": "(GPL-2 or LGPL-2)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freepascal.org",
            "description": "FPC cross-compiler for powerpc-linux",
            "long_description": "This Pascal crosscompiler produces powerpc executables, which run natively on powerpc-linux systems. \n Get help with: \n fpc -h \n Compile and link a Pascal file with: \n \n fpc -Ppowerpc -Tlinux FILENAME",
            "active": true,
            "categories": [
                "lang",
                "cross",
                "pascal"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                },
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "fpc",
                        "fpc-cross",
                        "clang-18",
                        "powerpc-linux-binutils"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fpc-cross-powerpc-netbsd",
            "portdir": "lang/fpc",
            "version": "3.2.2",
            "license": "(GPL-2 or LGPL-2)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freepascal.org",
            "description": "FPC cross-compiler for powerpc-netbsd",
            "long_description": "This Pascal crosscompiler produces powerpc executables, which run natively on powerpc-netbsd systems. \n Get help with: \n fpc -h \n Compile and link a Pascal file with: \n \n fpc -Ppowerpc -Tnetbsd FILENAME",
            "active": true,
            "categories": [
                "lang",
                "cross",
                "pascal"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                },
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "fpc",
                        "fpc-cross",
                        "clang-18",
                        "powerpc-netbsd-binutils"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fpc-cross-x86_64-dragonfly",
            "portdir": "lang/fpc",
            "version": "3.2.2",
            "license": "(GPL-2 or LGPL-2)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freepascal.org",
            "description": "FPC cross-compiler for x86_64-dragonfly",
            "long_description": "This Pascal crosscompiler produces x86_64 executables, which run natively on x86_64-dragonfly systems. \n Get help with: \n fpc -h \n Compile and link a Pascal file with: \n \n fpc -Px86_64 -Tdragonfly FILENAME",
            "active": true,
            "categories": [
                "lang",
                "cross",
                "pascal"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                },
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "fpc",
                        "fpc-cross",
                        "clang-18",
                        "x86_64-dragonfly-binutils"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fpc-cross-x86_64-freebsd",
            "portdir": "lang/fpc",
            "version": "3.2.2",
            "license": "(GPL-2 or LGPL-2)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freepascal.org",
            "description": "FPC cross-compiler for x86_64-freebsd",
            "long_description": "This Pascal crosscompiler produces x86_64 executables, which run natively on x86_64-freebsd systems. \n Get help with: \n fpc -h \n Compile and link a Pascal file with: \n \n fpc -Px86_64 -Tfreebsd FILENAME",
            "active": true,
            "categories": [
                "lang",
                "cross",
                "pascal"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                },
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "fpc",
                        "fpc-cross",
                        "clang-18",
                        "x86_64-freebsd-binutils"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fpc-cross-x86_64-linux",
            "portdir": "lang/fpc",
            "version": "3.2.2",
            "license": "(GPL-2 or LGPL-2)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freepascal.org",
            "description": "FPC cross-compiler for x86_64-linux",
            "long_description": "This Pascal crosscompiler produces x86_64 executables, which run natively on x86_64-linux systems. \n Get help with: \n fpc -h \n Compile and link a Pascal file with: \n \n fpc -Px86_64 -Tlinux FILENAME",
            "active": true,
            "categories": [
                "lang",
                "cross",
                "pascal"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                },
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "fpc",
                        "fpc-cross",
                        "clang-18",
                        "x86_64-linux-binutils"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fpc-cross-x86_64-netbsd",
            "portdir": "lang/fpc",
            "version": "3.2.2",
            "license": "(GPL-2 or LGPL-2)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freepascal.org",
            "description": "FPC cross-compiler for x86_64-netbsd",
            "long_description": "This Pascal crosscompiler produces x86_64 executables, which run natively on x86_64-netbsd systems. \n Get help with: \n fpc -h \n Compile and link a Pascal file with: \n \n fpc -Px86_64 -Tnetbsd FILENAME",
            "active": true,
            "categories": [
                "lang",
                "cross",
                "pascal"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                },
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "fpc",
                        "fpc-cross",
                        "clang-18",
                        "x86_64-netbsd-binutils"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fpc-cross-x86_64-openbsd",
            "portdir": "lang/fpc",
            "version": "3.2.2",
            "license": "(GPL-2 or LGPL-2)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freepascal.org",
            "description": "FPC cross-compiler for x86_64-openbsd",
            "long_description": "This Pascal crosscompiler produces x86_64 executables, which run natively on x86_64-openbsd systems. \n Get help with: \n fpc -h \n Compile and link a Pascal file with: \n \n fpc -Px86_64 -Topenbsd FILENAME",
            "active": true,
            "categories": [
                "lang",
                "cross",
                "pascal"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                },
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "fpc",
                        "fpc-cross",
                        "clang-18",
                        "x86_64-openbsd-binutils"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fpc-cross-x86-64-win64",
            "portdir": "lang/fpc",
            "version": "3.2.2",
            "license": "(GPL-2 or LGPL-2)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": "fpc-cross-x86_64-win64",
            "homepage": "https://www.freepascal.org",
            "description": "Obsolete port, replaced by fpc-cross-x86_64-win64",
            "long_description": "This port has been replaced by fpc-cross-x86_64-win64.",
            "active": true,
            "categories": [
                "lang",
                "pascal"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                },
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fpc-cross-x86_64-win64",
            "portdir": "lang/fpc",
            "version": "3.2.2",
            "license": "(GPL-2 or LGPL-2)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freepascal.org",
            "description": "FPC cross-compiler for x86_64-win64",
            "long_description": "This Pascal crosscompiler produces x86_64 executables, which run natively on x86_64-win64 systems. \n Get help with: \n fpc -h \n Compile and link a Pascal file with: \n \n fpc -Px86_64 -Twin64 FILENAME",
            "active": true,
            "categories": [
                "lang",
                "cross",
                "pascal"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                },
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "fpc",
                        "fpc-cross",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fpc-doc",
            "portdir": "lang/fpc-doc",
            "version": "2.6.4",
            "license": "LGPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.freepascal.org",
            "description": "Free Pascal documentation",
            "long_description": "HTML and PDF documentation of Free Pascal",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "takeshi",
                    "github": "tenomoto",
                    "ports_count": 54
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fpc-sources",
            "portdir": "lang/fpc-sources",
            "version": "3.2.2",
            "license": "GPL-2 and LGPL-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.freepascal.org",
            "description": "Sources of the FreePascal compiler",
            "long_description": "Sources of the compiler, the runtime library (rtl), packages and utils. Used by lazarus.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "lazarus"
                    ]
                }
            ]
        },
        {
            "name": "fping",
            "portdir": "net/fping",
            "version": "5.3",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://fping.org/",
            "description": "A scriptable ping program to check if multiple hosts are up",
            "long_description": "fping is different from ping in that you can specify any number of hosts on the command line, or specify a file containing the lists of hosts to ping. Instead of trying one host until it timeouts or replies, fping will send out a ping packet and move on to the next host in a round-robin fashion. If a host replies, it is noted and removed from the list of hosts to check. If a host does not respond within a certain time limit and/or retry limit it will be considered unreachable.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nagios-plugins"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "smokeping",
                        "nedi",
                        "xymon-client",
                        "xymon-server",
                        "argus-monitor"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "zabbix3",
                        "zabbix4",
                        "zabbix44",
                        "zabbix42",
                        "zabbix5",
                        "shmux"
                    ]
                }
            ]
        },
        {
            "name": "fplll",
            "portdir": "math/fplll",
            "version": "5.5.0",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fplll/fplll",
            "description": "Lattice algorithms using floating-point arithmetic",
            "long_description": "fplll contains implementations of several lattice algorithms. The implementation relies on floating-point orthogonalization, and LLLis central to the code, hence the name.",
            "active": true,
            "categories": [
                "math"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "pkgconfig",
                        "clang-17",
                        "autoconf",
                        "libtool"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mpfr",
                        "gmp"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cmh",
                        "sollya"
                    ]
                }
            ]
        },
        {
            "name": "fpm",
            "portdir": "devel/fpm",
            "version": "0.11.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://fpm.fortran-lang.org",
            "description": "Fortran Package Manager",
            "long_description": "Fortran Package Manager (fpm) is a package manager and build system for Fortran. Its key goal is to improve the user experience of Fortran programmers. It does so by making it easier to build your Fortran program or library, run the executables, tests and examples, and distribute it as a dependency to other Fortran projects.",
            "active": true,
            "categories": [
                "devel",
                "fortran"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "clang10",
                "clang11",
                "clang20",
                "clang50",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "curl",
                        "clang-17",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc13"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "conmax",
                        "ddeabm",
                        "pikaia",
                        "splpak",
                        "dop853",
                        "fastmath",
                        "finterp",
                        "fortran-roots",
                        "fortran-popen",
                        "geodesic-fortran",
                        "carlson-elliptic-integrals",
                        "fortran-mach",
                        "twopnt",
                        "runge-kutta-fortran",
                        "slsqp",
                        "powellopt",
                        "forgex",
                        "forgex-cli",
                        "regridpack",
                        "fortran-lua53",
                        "fortran-cairo",
                        "fortran-git",
                        "fortran-lapack",
                        "fortran-bspline",
                        "sph",
                        "LSQR",
                        "daglib",
                        "fmin",
                        "fortran-nlesolver",
                        "fortran-numdiff",
                        "fortran-polyroots",
                        "quadpack",
                        "forlab",
                        "simulated-annealing",
                        "fortran-csv-module",
                        "fortran-regex",
                        "econ-toolchain",
                        "feq-parse",
                        "fitpack"
                    ]
                }
            ]
        },
        {
            "name": "fpp",
            "portdir": "devel/fpp",
            "version": "1.1",
            "license": "Restrictive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.netlib.org/fortran/",
            "description": "Fortran preprocessor for FORTRAN 77 and Fortran 90 programs",
            "long_description": "fpp is a Fortran preprocessor for FORTRAN 77 and Fortran 90 programs.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "byacc",
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fprobe",
            "portdir": "net/fprobe",
            "version": "1.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://fprobe.sourceforge.net/",
            "description": "collects network traffic data",
            "long_description": "libpcap-based tool that collect network traffic data and emit it as NetFlow flows towards the specified collector.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libpcap"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fq",
            "portdir": "sysutils/fq",
            "version": "0.15.1",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/wader/fq",
            "description": "jq for binary formats",
            "long_description": "jq for binary formats. fq is a tool, language and set of decoders for inspecting binary data. In most cases fq works the same way as jq but instead of reading JSON it reads binary data. The result is a JSON compatible structures where each value has a bit range, symbolic interpretations and know how to be presented in a useful way.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1013
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fragroute",
            "portdir": "net/fragroute",
            "version": "1.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://monkey.org/~dugsong/fragroute/",
            "description": "intercept, modify, and rewrite egress traffic",
            "long_description": "fragroute intercepts, modifies, and rewrites egress traffic destined for a specified host, implementing most of the attacks described in the Secure Networks Insertion, Evasion, and Denial of Service:  Eluding Network Intrusion Detection paper of January 1998.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libevent",
                        "libdnet",
                        "libpcap"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fragrouter",
            "portdir": "net/fragrouter",
            "version": "1.6",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20010411002242/http://www.anzen.com/research/nidsbench/fragrouter.html",
            "description": "Tool for testing network IDS implementations",
            "long_description": "Fragrouter is a program for routing network traffic in such a way as to elude most network intrusion detection systems. The attacks implemented correspond to those listed in the Secure Networks ``Insertion, Evasion, and Denial of Service: Eluding Network Intrusion Detection'' paper of January, 1998. See also net/fragroute.",
            "active": false,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "libnet",
                        "libpcap"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "freac",
            "portdir": "audio/freac",
            "version": "1.1.7",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freac.org",
            "description": "An open source audio converter.",
            "long_description": "freac is a free audio converter and CD ripper with support for various popular formats and encoders. It converts freely between MP3, M4A/AAC, FLAC, WMA, Opus, Ogg Vorbis, Speex, Monkey's Audio (APE), WavPack, WAV and other formats.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "BoCA",
                        "smooth"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "lame",
                        "libfdk-aac",
                        "libopus",
                        "libsamplerate",
                        "libsndfile",
                        "libvorbis",
                        "mpg123",
                        "rubberband",
                        "speex",
                        "wavpack",
                        "ffmpeg",
                        "libogg",
                        "mp4v2",
                        "flac"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "free42",
            "portdir": "emulators/free42",
            "version": "2.5.20",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://thomasokken.com/free42",
            "description": "a HP-42s Simulator",
            "long_description": "Free42 is a complete re-implementation of the HP-42S calculator and the HP-82240 printer. Free42 was written from scratch, without using any HP code. You do not need any ROM images in order to use it, yet it is fully HP-42S compatible.",
            "active": true,
            "categories": [
                "emulators"
            ],
            "maintainers": [],
            "variants": [
                "binary",
                "logo"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "freealut",
            "portdir": "audio/freealut",
            "version": "1.1",
            "license": "LGPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/vancegroup/freealut",
            "description": "Free implementation of OpenAL's ALUT standard",
            "long_description": "FreeALUT is a Free implementation of OpenAL's ALUT standard. It's forked from the open-sourced version available originally from the Git repository at github.com. See the file AUTHORS for the people involved.",
            "active": true,
            "categories": [
                "devel",
                "audio"
            ],
            "maintainers": [
                {
                    "name": "lubodiakov",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openal-soft"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "toxic"
                    ]
                }
            ]
        },
        {
            "name": "freecad",
            "portdir": "cad/freecad",
            "version": "0.18.5",
            "license": "LGPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freecadweb.org",
            "description": "FreeCAD is a general purpose feature-based, parametric 3D modeler.",
            "long_description": "FreeCAD is a general purpose feature-based, parametric 3D modeler for CAD, MCAD, CAx, CAE and PLM, aimed directly at mechanical engineering and product design but also fits a wider range of uses in engineering, such as architecture or other engineering specialties. It is 100% Open Source (LGPL2+ license) and extremely modular, allowing for very advanced extension and customization.",
            "active": true,
            "categories": [
                "cad"
            ],
            "maintainers": [
                {
                    "name": "mark.brethen",
                    "github": "mbrethen",
                    "ports_count": 7
                }
            ],
            "variants": [
                "gcc14",
                "debug",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel",
                "oce",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gcc14",
                        "cmake",
                        "pkgconfig",
                        "graphviz",
                        "doxygen",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "oce",
                        "libgcc",
                        "eigen3",
                        "freetype",
                        "xercesc3",
                        "boost171",
                        "qt4-mac",
                        "py310-matplotlib",
                        "py310-pyside",
                        "py310-shiboken",
                        "py310-pivy",
                        "py310-pyside-tools",
                        "python310",
                        "zlib",
                        "swig",
                        "swig-python",
                        "Coin-framework",
                        "SoQt"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "qt4-mac-sqlite3-plugin"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "Freecell",
            "portdir": "aqua/Freecell",
            "version": "2.3",
            "license": "BSD",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/alisdair/freecell",
            "description": "classic solitaire game",
            "long_description": "The imaginatively-titled “Freecell” is a Mac OS X version of the classic solitaire game.",
            "active": true,
            "categories": [
                "aqua",
                "games"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "freecell-solver",
            "portdir": "games/freecell-solver",
            "version": "3.6.0",
            "license": "MIT and BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://fc-solve.berlios.de/",
            "description": "Freecell Solver solves automatically layouts of Freecell",
            "long_description": "Freecell Solver - a program that automatically solves layouts of Freecell and similar variants of Card Solitaire such as Eight Off, Forecell and Seahaven Towers, as well as Simple Simon boards.",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "freeciv",
            "portdir": "games/freeciv",
            "version": "2.6.4",
            "license": "GPL-2+",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.freeciv.org/",
            "description": "An empire-building strategy game",
            "long_description": "Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization. The game commences in prehistory and your mission is to lead your tribe from the stone age to the space age...",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "makeicns",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsdl2_mixer",
                        "sqlite3",
                        "gettext",
                        "libsdl2",
                        "libsdl2_gfx",
                        "bzip2",
                        "libsdl2_ttf",
                        "readline",
                        "curl",
                        "freetype",
                        "libiconv",
                        "libsdl2_image",
                        "xz",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "freeciv-x11",
            "portdir": "games/freeciv",
            "version": "2.6.4",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.freeciv.org/",
            "description": "An empire-building strategy game",
            "long_description": "Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization. The game commences in prehistory and your mission is to lead your tribe from the stone age to the space age...",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libsdl2_mixer",
                        "sqlite3",
                        "gettext",
                        "bzip2",
                        "gtk2",
                        "curl",
                        "libiconv",
                        "readline",
                        "xz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "freedink",
            "portdir": "games/freedink",
            "version": "1.08.20090120",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/freedink/",
            "description": "FreeDink is a portable and enhanced version of the Dink Smallwood game engine.",
            "long_description": "Dink Smallwood is an adventure/role-playing game, similar to Zelda, made by RTsoft. Besides twisted humour, it includes the actual game editor, allowing players to create hundreds of new adventures called Dink Modules or D-Mods for short.",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libffi",
                        "libsdl",
                        "libsdl_gfx",
                        "libzip",
                        "libsdl_ttf",
                        "fontconfig",
                        "libsdl_image",
                        "libsdl_mixer"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "freedink-data"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "freedink-data",
            "portdir": "games/freedink-data",
            "version": "1.08.20170409",
            "license": "zlib and Permissive and Copyleft",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/freedink/",
            "description": "FreeDink data",
            "long_description": "FreeDink data for the Dink Smallwood game. It includes graphics, songs, etc.",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "freedink"
                    ]
                }
            ]
        },
        {
            "name": "freedroidclassic",
            "portdir": "games/freedroidclassic",
            "version": "1.0.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.freedroid.org/",
            "description": "Freedoid Classic is a Paradroid clone.",
            "long_description": "Freedroid is a clone of the classic game Paradroid on Commodore 64 with some improvements and extensions to the classic version. In this game, you control a robot, depicted by a small white ball with a few numbers within an interstellar spaceship consisting of several decks connected by elevators. The aim of the game is to destroy all enemy robots, depicted by small black balls with a few numbers, by either shooting them or seizing control over them by creating connections in a short subgame of electric circuits.",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14",
                        "autoconf",
                        "automake",
                        "libtool",
                        "makeicns"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsdl",
                        "libsdl_gfx",
                        "libsdl_image",
                        "libsdl_mixer"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "freedv-gui",
            "portdir": "science/freedv-gui",
            "version": "1.8.12",
            "license": "LGPL-2.1",
            "platforms": "darwin macosx",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://github.com/drowe67/freedv-gui",
            "description": "GUI Application for FreeDV - an open source digital voice protocol that integrates the modems, codecs, and FEC",
            "long_description": "GUI Application for FreeDV - an open source digital voice protocol that integrates the modems, codecs, and FEC",
            "active": true,
            "categories": [
                "science",
                "comms"
            ],
            "maintainers": [
                {
                    "name": "ra1nb0w",
                    "github": "ra1nb0w",
                    "ports_count": 148
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsndfile",
                        "lpcnetfreedv",
                        "portaudio",
                        "codec2",
                        "wxWidgets-3.2",
                        "hamlib",
                        "speexDSP",
                        "libao",
                        "libsamplerate"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "freefont-ttf",
            "portdir": "x11/freefont-ttf",
            "version": "20120503",
            "license": "GPL-3+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/freefont/",
            "description": "Free UCS Outline Fonts",
            "long_description": "A set of free outline fonts covering the ISO 10646/Unicode UCS (Universal Character Set).",
            "active": true,
            "categories": [
                "x11",
                "fonts"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1098
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "plplot510",
                        "plplot510-single",
                        "plplot",
                        "plplot-single"
                    ]
                }
            ]
        },
        {
            "name": "freeglut",
            "portdir": "x11/freeglut",
            "version": "3.6.0",
            "license": "X11",
            "platforms": "macosx darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://freeglut.sourceforge.net",
            "description": "The Free OpenGL Utility Toolkit",
            "long_description": "The Free OpenGL Utility Toolkit",
            "active": true,
            "categories": [
                "graphics",
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 277
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libXi",
                        "libGLU",
                        "xorg-libXxf86vm",
                        "xorg-libXrandr",
                        "mesa"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-opengl",
                        "p5.26-pdl",
                        "terra",
                        "ccpnmr",
                        "glui",
                        "p5.28-opengl",
                        "p5.32-opengl",
                        "p5.30-opengl",
                        "p5.34-opengl",
                        "crack-attack",
                        "cegui"
                    ]
                }
            ]
        },
        {
            "name": "freehdl",
            "portdir": "science/freehdl",
            "version": "0.0.8",
            "license": "Restrictive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.freehdl.seul.org",
            "description": "A free VHDL simulator used for digital simulations by qucs",
            "long_description": "A project to develop a free, open source, GPL'ed VHDL simulator for Linux!",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "perl5"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "qucs"
                    ]
                }
            ]
        },
        {
            "name": "freeimage",
            "portdir": "graphics/freeimage",
            "version": "3.18.0",
            "license": "(FreeImage-1 or GPL-2 or GPL-3)",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://freeimage.sourceforge.io",
            "description": "Library for FreeImage, a dependency-less graphics library",
            "long_description": "FreeImage is a library for developers who would like to support most popular graphics image formats. Some highlights are: extremely simple in use, not limited to the local PC (unique FreeImageIO) and Plugin driven!",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ogre",
                        "py27-mahotas",
                        "py35-mahotas",
                        "py36-mahotas",
                        "php53-FreeImage",
                        "php54-FreeImage",
                        "php55-FreeImage",
                        "php56-FreeImage",
                        "py37-mahotas",
                        "opencascade",
                        "h3dutil",
                        "cegui"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "rb-image_science",
                        "rb33-image_science",
                        "rb32-image_science",
                        "rb31-image_science"
                    ]
                }
            ]
        },
        {
            "name": "freeipmi",
            "portdir": "sysutils/freeipmi",
            "version": "1.6.16",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/freeipmi/",
            "description": "FreeIPMI provides in-band and out-of-band IPMI software based on the IPMI v1.5/2.0 specification.",
            "long_description": "FreeIPMI provides in-band and out-of-band IPMI software based on the IPMI v1.5/2.0 specification. The IPMI specification defines a set of interfaces for platform management and is implemented by a number vendors for system management. The features of IPMI that most users will be interested in are sensor monitoring, system event monitoring, power control, and serial-over-LAN (SOL). The FreeIPMI tools and libraries listed below should provide users with the ability to access and utilize these and many other features. A number of useful features for large HPC or cluster environments have also been implemented into FreeIPMI.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "arno+macports",
                    "github": "fracai",
                    "ports_count": 13
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "argp-standalone",
                        "libgcrypt"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "freeling",
            "portdir": "textproc/freeling",
            "version": "3.1",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://nlp.lsi.upc.edu/freeling/",
            "description": "An open-source suite of language analyzers",
            "long_description": "FreeLing is a library providing language analysis services, oriented to satisfy the needs of Natural Language Processing application developers.",
            "active": true,
            "categories": [
                "devel",
                "textproc"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "boost"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py27-freeling"
                    ]
                }
            ]
        }
    ]
}