GET /api/v1/ports/?format=api&ordering=name&page=49
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=50",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=48",
    "results": [
        {
            "name": "fast-hg-prompt",
            "portdir": "devel/fast-hg-prompt",
            "version": "0.2",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bitbucket.org/seanfarley/fast-hg-prompt",
            "description": "Fast way to recursively look for the current bookmark and repo status",
            "long_description": "Fast way to recursively look for the current bookmark and repo status",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fastjar",
            "portdir": "archivers/fastjar",
            "version": "0.94",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://fastjar.sourceforge.net/",
            "description": "fast implementation of Sun's jar utility in C",
            "long_description": "Fastjar is an implementation of Sun's jar utility that comes with the JDK, written entirely in C, and runs in a fraction of the time while being 100% feature compatible.",
            "active": true,
            "categories": [
                "java",
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fastlink",
            "portdir": "science/fastlink",
            "version": "4.1P-20140912",
            "license": "none",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.ncbi.nlm.nih.gov/CBBresearch/Schaffer/fastlink.html",
            "description": "Genetic Analysis Software",
            "long_description": "Genetic linkage analysis is a statistical technique used to map genes and find the approximate location of disease genes.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "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": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "gcc10",
                "gcc11",
                "gcc12",
                "gccdevel"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14",
                        "gcc12",
                        "fpm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fastmod",
            "portdir": "devel/fastmod",
            "version": "0.4.4",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/facebookincubator/fastmod",
            "description": "A fast partial replacement for the codemod tool",
            "long_description": "fastmod is a tool to assist you with large-scale codebase refactors. It supports most of codemod's options but is more focused on improving the use case \"I want to use interactive mode to make sure my regex is correct, and then I want to apply the regex everywhere\".",
            "active": true,
            "categories": [
                "devel",
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "fbeeres",
                    "github": "cideM",
                    "ports_count": 2
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fasttext",
            "portdir": "textproc/fasttext",
            "version": "0.9.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/facebookresearch/fastText",
            "description": "Library for fast text representation and classification.",
            "long_description": "fastText is a library for efficient learning of word representations and sentence classification.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fatal",
            "portdir": "devel/fatal",
            "version": "2024.09.23.00",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/facebook/fatal",
            "description": "Library for fast prototyping software in modern C++",
            "long_description": "Fatal is a library for fast prototyping software in modern C++. It provides facilities to enhance the expressive power of C++. The library is heavily based on template meta-programming, while keeping the complexity under-the-hood.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fatdisk",
            "portdir": "sysutils/fatdisk",
            "version": "1.0.0-beta",
            "license": "MIT",
            "platforms": "darwin linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/goblinhack/fatdisk",
            "description": "a utility to allow mountless modification of DOS disks",
            "long_description": "fatdisk is a utility to allow mountless modification of DOS disks. It allows you to perform various operations on files on a DOS-formatted disk image in FAT12,16,32 formats without needing to do any mounting of the disk image, or needing root or sudo access. It can extract files from the DOS disk to the local hard drive, and likewise can import files from the local disk back onto the DOS disk. Additionally you can do basic operations like list, cat, hexdump, etc.",
            "active": true,
            "categories": [
                "sysutils",
                "emulators"
            ],
            "maintainers": [
                {
                    "name": "glenn",
                    "github": "glennmatthews",
                    "ports_count": 2
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "makedepend",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "FatDriveSorter",
            "portdir": "sysutils/FatDriveSorter",
            "version": "1.4.0",
            "license": "GPL-3",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/lwouis/fat-drive-sorter",
            "description": "Actually sort files on your FAT drives",
            "long_description": "FatDriveSorter is a graphical front end for fatsort and helps you actually sort files on your FAT12, FAT16, FAT32, and exFAT drives.",
            "active": true,
            "categories": [
                "aqua",
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 224
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "fatsort"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fatsort",
            "portdir": "sysutils/fatsort",
            "version": "1.6.5.640",
            "license": "GPL-2+",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://fatsort.sourceforge.net/",
            "description": "Utility to sort FAT12, FAT16 and FAT32 partitions",
            "long_description": "FATSort is a C utility that sorts FAT12, FAT16 and FAT32 partitions. It even can handle long file name entries. FATSort reads the boot sector and sorts the directory structure recursively.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "ionic",
                    "github": "Ionic",
                    "ports_count": 24
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "help2man",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "FatDriveSorter"
                    ]
                }
            ]
        },
        {
            "name": "faubackup",
            "portdir": "sysutils/faubackup",
            "version": "0.5.9",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://faubackup.sourceforge.net/",
            "description": "FauBackup - simple incremental backup utility",
            "long_description": "FauBackup creates simple, file-system compatible backups from parts of your disk. It automatically creates incremental backups using hard links.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "popt"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "FAudio",
            "portdir": "audio/FAudio",
            "version": "24.12",
            "license": "zlib",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/FNA-XNA/FAudio",
            "description": "XAudio reimplementation",
            "long_description": "an XAudio reimplementation that focuses solely on developing fully accurate DirectX Audio runtime libraries for the FNA project, including XAudio2, X3DAudio, XAPO, and XACT3.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsdl2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "VVVVVV"
                    ]
                }
            ]
        },
        {
            "name": "faust",
            "portdir": "audio/faust",
            "version": "2.5.23",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://faust.grame.fr/",
            "description": "functional programming language for realtime audio",
            "long_description": "Faust is a functional programming language specifically designed for realtime audio applications and plugins.",
            "active": true,
            "categories": [
                "lang",
                "audio"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1826
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "llvm-6.0",
                        "libsndfile",
                        "libmicrohttpd",
                        "clang-6.0",
                        "openssl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "pd-faust"
                    ]
                }
            ]
        },
        {
            "name": "faust2pd",
            "portdir": "pure/faust2pd",
            "version": "2.16",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#faust2pd",
            "description": "a utility to generate Pd GUI patches from Faust programs",
            "long_description": "faust2pd is a utility to generate Pd GUI patches from Faust programs.",
            "active": true,
            "categories": [
                "devel",
                "audio",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1826
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pure",
                        "pure-xml"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "faust-devel",
            "portdir": "audio/faust-devel",
            "version": "2.11-20181109",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://faust.grame.fr/",
            "description": "functional programming language for realtime audio",
            "long_description": "Faust is a functional programming language specifically designed for realtime audio applications and plugins. The latest version also offers additional backends for C, Java and LLVM bitcode.",
            "active": true,
            "categories": [
                "lang",
                "audio"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1826
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsndfile",
                        "libmicrohttpd",
                        "openssl",
                        "llvm-7.0",
                        "clang-7.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "faustlive-devel"
                    ]
                }
            ]
        },
        {
            "name": "faustlive-devel",
            "portdir": "audio/faustlive-devel",
            "version": "2.46-20181019",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://faust.grame.fr/",
            "description": "a graphical frontend to the Faust compiler",
            "long_description": "FaustLive is a graphical frontend to the Faust compiler. It provides an advanced self-contained prototyping environment for the Faust programming language with an ultra-short edit-compile-run cycle. Thanks to its fully embedded compilation chain, FaustLive is simple to install and doesn't require any external compiler, development toolchain or SDK to run. Faust programs can be compiled and run on the fly by simple drag and drop. They can even be edited and recompiled while running without interrupting sound or disconnecting the Jack audio server.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1826
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [
                "qt4",
                "qt5",
                "jack"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "faust-devel",
                        "llvm-7.0",
                        "clang-7.0",
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "curl",
                        "qt4-mac",
                        "libmicrohttpd",
                        "liblo",
                        "libsndfile",
                        "openssl",
                        "qrencode"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fauxident",
            "portdir": "net/fauxident",
            "version": "1.2.1",
            "license": "GPL-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.alcyone.com/software/fauxident/",
            "description": "small extremely naive ident server",
            "long_description": "fauxident is a small Python script that will act as an extremely naive ident server, answering all ident requests with a consistent response -- either an ERROR or a USERID response.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fava",
            "portdir": "python/fava",
            "version": "1.27.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://beancount.github.io/fava/",
            "description": "Beancount web server",
            "long_description": "Fava is a web frontend for the Beancount plain-text accounting system.",
            "active": true,
            "categories": [
                "python",
                "finance"
            ],
            "maintainers": [
                {
                    "name": "macports",
                    "github": "mrdomino",
                    "ports_count": 39
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "py312-setuptools_scm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-flask",
                        "py312-simplejson",
                        "py312-beancount",
                        "python312",
                        "py312-flask-babel",
                        "py312-markdown2",
                        "py312-cheroot",
                        "py312-jinja2",
                        "py312-click",
                        "py312-ply",
                        "py312-babel",
                        "py312-werkzeug"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fb303",
            "portdir": "devel/fb303",
            "version": "2024.09.23.00",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/facebook/fb303",
            "description": "fb303 is a base Thrift service and a common set of functionality for querying stats, options, and other information from a service.",
            "long_description": "fb303 is a base Thrift service and a common set of functionality for querying stats, options, and other information from a service.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "cmake",
                        "flex",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "wangle",
                        "macports-libcxx",
                        "fbthrift",
                        "boost181",
                        "libfmt11",
                        "openssl3",
                        "folly",
                        "google-glog",
                        "legacy-support",
                        "mstch"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "edencommon"
                    ]
                }
            ]
        },
        {
            "name": "fbg",
            "portdir": "games/fbg",
            "version": "0.9",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://fbg.sourceforge.net/",
            "description": "Puzzle game similar to Tetris but with improved graphics.",
            "long_description": "Falling Block Game is a puzzle game that is similar to the Hasbro classic, Tetris. Many such games have been released for a variety of platforms, but most have passable graphics or poor gameplay/piece control.",
            "active": true,
            "categories": [
                "aqua",
                "games"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsdl",
                        "physfs"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fbopenssl",
            "portdir": "devel/fbopenssl",
            "version": "0.0.4",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://modgssapache.sourceforge.net/",
            "description": "SPNEGO library",
            "long_description": "fbopenssl is a library of extensions to OpenSSL to support SPNEGO (Simple and Protected GSSAPI Negotiation Mechanism).",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fbthrift",
            "portdir": "devel/fbthrift",
            "version": "2024.09.23.00",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/facebook/fbthrift",
            "description": "Facebook's branch of Apache Thrift, including a new C++ server.",
            "long_description": "Facebook's branch of Apache Thrift, including a new C++ server.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "cmake",
                        "flex",
                        "ninja",
                        "pkgconfig",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mstch",
                        "libfmt11",
                        "wangle",
                        "fizz",
                        "openssl3",
                        "boost181",
                        "mvfst"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "fb303",
                        "fbzmq",
                        "edencommon"
                    ]
                }
            ]
        },
        {
            "name": "fbuild",
            "portdir": "devel/fbuild",
            "version": "0.3-rc2",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/felix-lang/fbuild",
            "description": "Software build system",
            "long_description": "Fbuild is a cross platform multilanguage build system that uses a caching build system instead of tree evaluation like Make.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fbzmq",
            "portdir": "devel/fbzmq",
            "version": "2022.05.30.00",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/facebookarchive/fbzmq",
            "description": "fbzmq provides a framework for writing services in C++ while leveraging the awesomeness of libzmq (message passing semantics)",
            "long_description": "fbzmq provides a framework for writing services in C++ while leveraging the awesomeness of libzmq (message passing semantics)",
            "active": true,
            "categories": [
                "devel",
                "net"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "ninja",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gflags",
                        "google-glog",
                        "gtest",
                        "libsodium",
                        "wangle",
                        "zstd",
                        "fizz",
                        "openssl3",
                        "boost181",
                        "libfmt10",
                        "zmq",
                        "double-conversion",
                        "fbthrift",
                        "folly"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fcat",
            "portdir": "devel/fcat",
            "version": "1.0",
            "license": "restrictive and nomirror",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://yifanhu.net/SOFTWARE/FCAT/",
            "description": "Fortran Coverage Analysis Tool",
            "long_description": "The FCAT tool is used for the Coverage Analysis of FORTRAN codes. It finds out cold and hot spots mainly in F90/F95 code, but also in fixed formatted F77 FORTRAN.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 55
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fcgi",
            "portdir": "www/fcgi",
            "version": "2.4.2",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/FastCGI-Archives/fcgi2",
            "description": "The FastCGI development kit in C",
            "long_description": "FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs. This is the C development kit.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-16"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "tinyows",
                        "rb33-fcgi",
                        "rb32-fcgi",
                        "rb31-fcgi",
                        "pure-fastcgi",
                        "py27-smisk",
                        "rb-fcgi",
                        "lua54-wsapi-fcgi",
                        "lua53-wsapi-fcgi",
                        "lua52-wsapi-fcgi",
                        "lua51-wsapi-fcgi",
                        "fcgiwrap",
                        "mapserver",
                        "librasterlite2",
                        "cl-fastcgi"
                    ]
                }
            ]
        },
        {
            "name": "fcgiwrap",
            "portdir": "www/fcgiwrap",
            "version": "1.1.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://nginx.localdomain.pl/wiki/FcgiWrap",
            "description": "simple server for running CGI applications over FastCGI. It hopes to provide clean CGI support to Nginx",
            "long_description": "simple server for running CGI applications over FastCGI. It hopes to provide clean CGI support to Nginx",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "pkgconfig",
                        "clang-17",
                        "autoconf",
                        "libtool"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "fcgi"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "spawn-fcgi"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fcl",
            "portdir": "science/fcl",
            "version": "0.7.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/flexible-collision-library/fcl",
            "description": "A Flexible Collision Library",
            "long_description": "A Flexible Collision Library",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "mmoll",
                    "github": "mamoll",
                    "ports_count": 13
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "eigen3",
                        "libccd"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fclones",
            "portdir": "sysutils/fclones",
            "version": "0.35.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pkolaczk/fclones",
            "description": "Efficient Duplicate File Finder",
            "long_description": "fclones is a command line utility that identifies groups of identical files and gets rid of the file copies you no longer need. It comes with plenty of configuration options for controlling the search scope and offers many ways of removing duplicates. For maximum flexibility, it integrates well with other Unix utilities like find and it speaks JSON, so you have a lot of control over the search and cleanup process. fclones treats your data seriously. You can inspect and modify the list of duplicate files before removing them. There is also a --dry-run option that can tell you exactly what changes on the file system would be made.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1013
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fcrackzip",
            "portdir": "security/fcrackzip",
            "version": "1.0",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://oldhome.schmorp.de/marc/fcrackzip.html",
            "description": "Portable, fast and featureful ZIP password cracker",
            "long_description": "Portable, fast and featureful ZIP password cracker",
            "active": true,
            "categories": [
                "security"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "perl5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fcron",
            "portdir": "sysutils/fcron",
            "version": "3.2.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20190804123648/http://fcron.free.fr/",
            "description": "fcron is an alternative scheduler aka cron daemon",
            "long_description": "fcron is a scheduler. It aims at replacing Vixie Cron, so it implements most of its functionalities. But contrary to Vixie Cron, fcron does not need your system to be up 7 days a week, 24 hours a day : it also works well with systems which are not running neither all the time nor regularly (contrary to anacrontab).",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 428
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "perl5"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "readline"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fd",
            "portdir": "sysutils/fd",
            "version": "10.3.0",
            "license": "(MIT or Apache-2)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sharkdp/fd",
            "description": "simple, fast and user-friendly alternative to find",
            "long_description": "fd is a simple, fast and user-friendly alternative to find. While it does not seek to mirror all of find's powerful functionality, it provides sensible (opinionated) defaults for 80% of the use cases.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "saagar",
                    "github": "saagarjha",
                    "ports_count": 3
                },
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1013
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "FDclone",
            "portdir": "sysutils/FDclone",
            "version": "3.01a",
            "license": "Restrictive/Distributable",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://hp.vector.co.jp/authors/VA012337/soft/fd/index.html",
            "description": "File & Directory Maintenance Tool",
            "long_description": "File & Directory Maintenance Tool",
            "active": true,
            "categories": [
                "sysutils",
                "shells"
            ],
            "maintainers": [],
            "variants": [
                "universal",
                "engmes"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fdm",
            "portdir": "mail/fdm",
            "version": "2.2",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/nicm/fdm",
            "description": "A program designed to fetch mail.",
            "long_description": "fdm is a program designed to fetch mail from POP3 or IMAP servers, or receive local mail from stdin, and deliver it in various ways.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [
                {
                    "name": "shuxiao9058",
                    "github": "shuxiao9058",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "autoconf"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "tdb",
                        "openssl3",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fdroidserver",
            "portdir": "devel/fdroidserver",
            "version": "0.4.0",
            "license": "AGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://f-droid.org",
            "description": "Tools for creating and managing Android app repositories for F-Droid",
            "long_description": "F-Droid is an app store of FOSS (Free and Open Source Software) applications for the Android platform. The F-Droid server tools provide various scripts and tools that are used to maintain the main F-Droid application repository. You can use these same tools to create your own additional or alternative repository for publishing, or to assist in creating, testing and submitting metadata to the main repository.",
            "active": true,
            "categories": [
                "devel",
                "net"
            ],
            "maintainers": [
                {
                    "name": "hans",
                    "github": "eighthave",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-Pillow",
                        "py27-asn1",
                        "py27-asn1-modules",
                        "py27-libcloud",
                        "libyaml",
                        "py27-paramiko",
                        "py27-requests",
                        "py27-setuptools",
                        "py27-yaml",
                        "libmagic",
                        "py27-magic"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fdsnwsscripts_select",
            "portdir": "python/fdsnwsscripts_select",
            "version": "1.0",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "Common files for selecting default fdsnwsscripts version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of fdsnwsscripts, port 'py-fdsnwsscripts'.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "petr",
                    "github": "petrrr",
                    "ports_count": 589
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-fdsnwsscripts",
                        "py37-fdsnwsscripts",
                        "py39-fdsnwsscripts",
                        "py310-fdsnwsscripts",
                        "py311-fdsnwsscripts",
                        "py312-fdsnwsscripts",
                        "py313-fdsnwsscripts",
                        "py38-fdsnwsscripts"
                    ]
                }
            ]
        },
        {
            "name": "fdupes",
            "portdir": "sysutils/fdupes",
            "version": "2.4.0",
            "license": "MIT and zlib",
            "platforms": "darwin freebsd",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/adrianlopezroche/fdupes",
            "description": "identify and/or delete duplicate files",
            "long_description": "fdupes identifies and/or deletes duplicate files in specified directories.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "autoconf"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "pcre2",
                        "sqlite3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "feast",
            "portdir": "math/feast",
            "version": "4.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.feast-solver.org",
            "description": "A free high-performance numerical library for solving Hermitian and non-Hermitian eigenvalue problems",
            "long_description": "The FEAST eigensolver package is a free high-performance numerical library for solving Hermitian and non-Hermitian eigenvalue problems, and obtaining all the eigenvalues and (right/left) eigenvectors within a given search interval or arbitrary domain in the complex plane. Its originality lies with a new transformative numerical approach to the traditional eigenvalue algorithm design - the FEAST algorithm. The algorithm takes its inspiration from the density-matrix representation and contour integration technique in quantum mechanics. It contains elements from complex analysis, numerical linear algebra and approximation theory, and it can be defined as an optimal subspace iteration method using approximate spectral projectors. FEAST's main building block is a numerical quadrature computation consisting of solving independent linear systems along a complex contour, each with multiple right-hand sides. A Rayleigh-Ritz procedure is then used to generate a reduced dense eigenvalue problem orders of magnitude smaller than the original one. The FEAST eigensolver combines simplicity and efficiency and it offers many important capabilities for achieving high performance, robustness, accuracy, and scalability on parallel architectures. NOTE: Without an MPI variant, builds libfeast.a. With MPI, builds libpfeast.a.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "dstrubbe",
                    "github": "dstrubbe",
                    "ports_count": 37
                }
            ],
            "variants": [
                "clang10",
                "clang11",
                "clang90",
                "gcc10",
                "gcc7",
                "gcc9",
                "gfortran",
                "mpich",
                "openmpi"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "gcc11"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc",
                        "mpich-clang90"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "vecLibFort",
                        "libomp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "feh",
            "portdir": "graphics/feh",
            "version": "3.10.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://feh.finalrewind.org/",
            "description": "Fast lightweight image viewer",
            "long_description": "Simple and fast image viewer using imlib2 with file list and recursive file opening.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "desktop-file-utils",
                        "imlib2",
                        "libexif",
                        "libjpeg-turbo",
                        "zlib",
                        "curl",
                        "xorg-libXinerama",
                        "xorg-libXt",
                        "libpng"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "felix",
            "portdir": "sysutils/felix",
            "version": "2.16.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kyoheiu/felix",
            "description": "tui file manager with vim-like key mapping",
            "long_description": "tui file manager with vim-like key mapping",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1013
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fend",
            "portdir": "math/fend",
            "version": "1.5.6",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://printfn.github.io/fend",
            "description": "Arbitrary-precision unit-aware calculator",
            "long_description": "fend is an Arbitrary-precision unit-aware calculator. It features: Arbitrary-precision arithmetic using rational numbers, Full support for complex numbers, D&D-style dice rolls, Variables, Binary, octal, hexadecimal and all other bases between 2 and 36, The ability to keep track of units, with support for SI, US and UK customary and many historical units, Emacs-style CLI shortcuts, Trigonometric functions, and Lambda calculus",
            "active": true,
            "categories": [
                "math"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1013
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fennel_select",
            "portdir": "lua/fennel_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "Common files for selecting default fennel version",
            "long_description": "This port installs files that allow 'port select' to create links to the preferred default version of fennel.",
            "active": true,
            "categories": [
                "lua"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "lua51-fennel",
                        "lua52-fennel",
                        "lua53-fennel",
                        "lua54-fennel"
                    ]
                }
            ]
        },
        {
            "name": "feq-parse",
            "portdir": "fortran/feq-parse",
            "version": "2024.06.15",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/FluidNumerics/feq-parse",
            "description": "An equation parser class for modern Fortran",
            "long_description": "An equation parser class for modern Fortran",
            "active": true,
            "categories": [
                "math",
                "fortran"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "gcc12",
                "gcc13",
                "gccdevel",
                "gcc10",
                "gcc11"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "fpm",
                        "clang-16",
                        "gcc13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ferite",
            "portdir": "lang/ferite",
            "version": "1.1.17",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://ferite.org/",
            "description": "embeddable scripting language",
            "long_description": "A scripting language designed to be embedded in other applications, that aims to provide a powerful object oriented syntax with low memory and cpu overhead.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pcre",
                        "libxml2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ferium",
            "portdir": "games/ferium",
            "version": "4.7.1",
            "license": "MPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gorilla-devs/ferium",
            "description": "CLI program for downloading and updating Minecraft mods and modpacks.",
            "long_description": "Ferium is a CLI tool for downloading and updating Minecraft mods from Modrinth CurseForge, and GitHub Releases, and modpacks from Modrinth and CurseForge.",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [
                {
                    "name": "git",
                    "github": "JLindop",
                    "ports_count": 3
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fetch",
            "portdir": "net/fetch",
            "version": "9.0.0-RELEASE",
            "license": "BSD",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.freebsd.org/",
            "description": "FreeBSD file fetching utility",
            "long_description": "Fetch provides a command-line interface to the fetch(3) library. Its purpose is to retrieve the file(s) pointed to by the URL(s) on the command line.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bsdmake",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "libfetch"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fetch-crl",
            "portdir": "security/fetch-crl",
            "version": "3.0.21",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.nikhef.nl/grid/FetchCRL3",
            "description": "Download tool for Certificate Revocation Lists",
            "long_description": "The fetch-crl utility will retrieve certificate revocation lists (CRLs) for a set of installed trust anchors, based on crl_url files or IGTF-style info files. It will install these for use with OpenSSL, NSS or third-party tools.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [
                {
                    "name": "petr",
                    "github": "petrrr",
                    "ports_count": 589
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "fetch-crl-launchd",
                        "igtf-ca-bundle"
                    ]
                }
            ]
        },
        {
            "name": "fetch-crl-launchd",
            "portdir": "security/fetch-crl",
            "version": "3.0.21",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.nikhef.nl/grid/FetchCRL3",
            "description": "Creates a launchd entry for fetch-crl utility",
            "long_description": "Creates a launchd entry for fetch-crl utility. The fetch-crl utility will retrieve certificate revocation lists (CRLs) for a set of installed trust anchors, based on crl_url files or IGTF-style info files. It will install these for use with OpenSSL, NSS or third-party tools.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [
                {
                    "name": "petr",
                    "github": "petrrr",
                    "ports_count": 589
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "fetch-crl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fetchmail",
            "portdir": "mail/fetchmail",
            "version": "6.4.38",
            "license": "(GPL-2 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.fetchmail.info",
            "description": "Batch mail retrieval utility for IMAP, POP2, POP3, APOP, KPOP, ETRN, or ODMR",
            "long_description": "Fetchmail is a full-featured IMAP, POP2, POP3, APOP, KPOP, ETRN, ODMR client with easy configuration, daemon mode, forwarding via SMTP or local MDA, and superior reply handling. It is used to handle intermittent email connections by acting as a coupling that seamlessly batch forwards fetched mail from your mail server to your local delivery system, allowing you to read your it with your favourite mail user agent. Fetchmail also includes useful spam filtering and multi-user functions. A typical use of fetchmail is to connect to your normal POP3 server, downloading your mail into the INBOX on your local computer. You may then read the mail, offline if you want, using Pine, mutt, or any standard mail user agent.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "fetchmailconf",
                "ntlm",
                "ssl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "python312",
                        "clang-16"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "gettext-runtime",
                        "libiconv",
                        "kerberos5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fetchmail-devel",
            "portdir": "mail/fetchmail",
            "version": "6.5.0.beta5",
            "license": "(GPL-2 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.fetchmail.info",
            "description": "Batch mail retrieval utility for IMAP, POP2, POP3, APOP, KPOP, ETRN, or ODMR",
            "long_description": "Fetchmail is a full-featured IMAP, POP2, POP3, APOP, KPOP, ETRN, ODMR client with easy configuration, daemon mode, forwarding via SMTP or local MDA, and superior reply handling. It is used to handle intermittent email connections by acting as a coupling that seamlessly batch forwards fetched mail from your mail server to your local delivery system, allowing you to read your it with your favourite mail user agent. Fetchmail also includes useful spam filtering and multi-user functions. A typical use of fetchmail is to connect to your normal POP3 server, downloading your mail into the INBOX on your local computer. You may then read the mail, offline if you want, using Pine, mutt, or any standard mail user agent.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "fetchmailconf",
                "ntlm",
                "ssl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "python312",
                        "clang-16"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "gettext-runtime",
                        "libiconv",
                        "kerberos5"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}