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

{
    "count": 51978,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=916",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=914",
    "results": [
        {
            "name": "ocaml-csexp",
            "portdir": "ocaml/ocaml-csexp",
            "version": "1.5.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml-dune/csexp",
            "description": "Parsing and printing of S-expressions in Canonical form",
            "long_description": "This library provides minimal support for Canonical S-expressions. Canonical S-expressions are a binary encoding of S-expressions that is super simple and well suited for communication between programs.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-dune-configurator",
                        "ocaml-ocamlformat-lib",
                        "ocaml-merlin-lib"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-cryptokit",
            "portdir": "ocaml/ocaml-cryptokit",
            "version": "1.13",
            "license": "LGPL-2",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/xavierleroy/cryptokit",
            "description": "OCaml interface to cryptographic functions.",
            "long_description": "The Cryptokit library for OCaml provides a variety of cryptographic primitives that can be used to implement cryptographic protocols in security-sensitive applications.",
            "active": true,
            "categories": [
                "devel",
                "security",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-ocamlbuild",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "ocaml",
                        "ocaml-findlib",
                        "ocaml-zarith"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ocaml-cppo_ocamlbuild",
            "portdir": "ocaml/ocaml-cppo",
            "version": "1.6.9",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml-community/cppo",
            "description": "Code preprocessor for OCaml",
            "long_description": "Cppo is an equivalent of the C preprocessor for OCaml programs. It allows the definition of simple macros and file inclusion.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-cppo",
                        "ocaml-findlib",
                        "ocaml-ocamlbuild"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ocaml-cppo",
            "portdir": "ocaml/ocaml-cppo",
            "version": "1.6.9",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml-community/cppo",
            "description": "Code preprocessor for OCaml",
            "long_description": "Cppo is an equivalent of the C preprocessor for OCaml programs. It allows the definition of simple macros and file inclusion.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-ppx_tools",
                        "ocaml-lwt_react",
                        "ocaml-ocplib-endian",
                        "ocaml-ppx_deriving",
                        "ocaml-hacl-star",
                        "ocaml-extlib",
                        "ocaml-lwt",
                        "ocaml-lwt_ppx"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "geneweb",
                        "ocaml-utop",
                        "camlimages",
                        "ocaml-cppo_ocamlbuild"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-configurator",
            "portdir": "ocaml/ocaml-configurator",
            "version": "0.11.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/janestreet/configurator",
            "description": "helper library for gathering system configuration",
            "long_description": "Configurator is a small library that helps writing OCaml scripts that test features available on the system, in order to generate config.h files for instance.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-base",
                        "ocaml-findlib",
                        "ocaml-stdio"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "camlimages"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-config-file",
            "portdir": "ocaml/ocaml-config-file",
            "version": "1.2",
            "license": "LGPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://config-file.forge.ocamlcore.org/",
            "description": "OCaml library used to manage the configuration files",
            "long_description": "OCaml library used to manage the configuration files",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-camlp4",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "stog"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-camomile",
            "portdir": "ocaml/ocaml-camomile",
            "version": "0.8.3",
            "license": "LGPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://camomile.sf.net/",
            "description": "OCaml module to convert strings to and from various encodings",
            "long_description": "OCaml module to convert strings to and from various encodings",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "toots",
                    "github": "toots",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "patoline"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-camlidl",
            "portdir": "ocaml/ocaml-camlidl",
            "version": "1.09",
            "license": "(QPL or LGPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/xavierleroy/camlidl",
            "description": "stub code generator and COM binding for Objective Caml",
            "long_description": "CamlIDL comprises two parts: * A stub code generator that generates the C stub code required for the Caml/C interface, based on an MIDL specification. (MIDL stands for Microsoft's Interface Description Language it looks like C header files with some extra annotations, plus a notion of object interfaces that look like C++ classes without inheritance.) * A (currently small) library of functions and tools to import COM components in Caml applications, and export Caml code as COM components.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "takeshi",
                    "github": "tenomoto",
                    "ports_count": 54
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ocaml-biniou",
            "portdir": "ocaml/ocaml-biniou",
            "version": "1.2.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml-community/biniou",
            "description": "Binary data library for OCaml",
            "long_description": "Biniou (pronounced \"be new\") is a binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve. Biniou is vastly equivalent to JSON in terms of functionality but allows implementations several times faster (4 times faster than yojson), with 25-35% space savings.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-easy-format",
                        "ocaml-findlib",
                        "ocaml-camlp-streams"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ocaml-bigarray-compat",
            "portdir": "ocaml/ocaml-bigarray-compat",
            "version": "1.1.0",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mirage/bigarray-compat",
            "description": "OCaml compatibility library to use Stdlib.Bigarray when possible",
            "long_description": "OCaml compatibility library to use Stdlib.Bigarray when possible.",
            "active": true,
            "categories": [
                "devel",
                "lang",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-cstruct",
                        "ocaml-ctypes",
                        "ocaml-hex",
                        "ocaml-mmap"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-batteries",
            "portdir": "ocaml/ocaml-batteries",
            "version": "3.10.0",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://batteries.forge.ocamlcore.org/",
            "description": "A new O'Caml standard library",
            "long_description": "OCaml Batteries included (or simply Batteries) is a community-driven effort to standardize on an consistent, documented, and comprehensive development platform for the OCaml programming language.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib",
                        "ocaml-num",
                        "ocaml-camlp-streams"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "everparse"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "fstar",
                        "karamel"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-base",
            "portdir": "ocaml/ocaml-base",
            "version": "0.16.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/janestreet/base",
            "description": "Jane Street's Full standard library replacement for OCaml",
            "long_description": "Base is a complete and portable alternative to the OCaml standard library, providing all functionality expected from a language standard library.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-dune-configurator",
                        "ocaml-findlib",
                        "ocaml-sexplib0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-ocamlformat-lib",
                        "ocaml-base_quickcheck",
                        "ocaml-base_bigstring",
                        "ocaml-bin_prot",
                        "ocaml-configurator",
                        "ocaml-core",
                        "ocaml-core_kernel",
                        "ocaml-expect_test_helpers_core",
                        "ocaml-expect_test_helpers_kernel",
                        "ocaml-fieldslib",
                        "ocaml-int_repr",
                        "ocaml-jst-config",
                        "ocaml-patience_diff",
                        "ocaml-ppx_assert",
                        "ocaml-ppx_bin_prot",
                        "ocaml-ppx_cold",
                        "ocaml-ppx_compare",
                        "ocaml-ppx_custom_printf",
                        "ocaml-ppx_disable_unused_warnings",
                        "ocaml-ppx_enumerate",
                        "ocaml-ppx_expect",
                        "ocaml-ppx_fields_conv",
                        "ocaml-ppx_fixed_literal",
                        "ocaml-ppx_globalize",
                        "ocaml-ppx_hash",
                        "ocaml-ppx_here",
                        "ocaml-ppx_inline_test",
                        "ocaml-ppx_let",
                        "ocaml-ppx_log",
                        "ocaml-ppx_module_timer",
                        "ocaml-ppx_optcomp",
                        "ocaml-ppx_optional",
                        "ocaml-ppx_sexp_conv",
                        "ocaml-ppx_sexp_message",
                        "ocaml-ppx_sexp_value",
                        "ocaml-ppx_stable",
                        "ocaml-ppx_stable_witness",
                        "ocaml-ppx_string",
                        "ocaml-ppx_tydi",
                        "ocaml-ppx_typerep_conv",
                        "ocaml-ppx_variants_conv",
                        "ocaml-record_builder",
                        "ocaml-sexp_pretty",
                        "ocaml-splittable_random",
                        "ocaml-stdio",
                        "ocaml-time_now",
                        "ocaml-typerep",
                        "ocaml-variantslib"
                    ]
                }
            ]
        },
        {
            "name": "camlimages",
            "portdir": "ocaml/camlimages",
            "version": "5.0.1",
            "license": "(LGPL-2 or Permissive)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://gallium.inria.fr/camlimages/",
            "description": "Objective Caml interface to image manipulation functions.",
            "long_description": "Camlimages provides basic functions for image processing and loading/saving various image file formats, an interface to display images, and a Freetype interface to render TrueType fonts.",
            "active": true,
            "categories": [
                "devel",
                "graphics",
                "ocaml"
            ],
            "maintainers": [],
            "variants": [
                "graph"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libpng",
                        "tiff",
                        "ocaml",
                        "ocaml-configurator",
                        "ocaml-cppo",
                        "giflib",
                        "freetype",
                        "ghostscript",
                        "lablgtk2",
                        "rgb",
                        "xpm",
                        "ocaml-findlib",
                        "libexif",
                        "libjpeg-turbo"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "advi"
                    ]
                }
            ]
        },
        {
            "name": "yencode",
            "portdir": "news/yencode",
            "version": "0.46",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20051221043535/http://www.yencode.org/",
            "description": "yENC encoder/decoder",
            "long_description": "This is yencode, an encoder/decoder package for the Usenet \"yENC\" format.",
            "active": true,
            "categories": [
                "sysutils",
                "news"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "xpn",
            "portdir": "news/xpn",
            "version": "1.2.6",
            "license": "GPL-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://xpn.altervista.org/",
            "description": "Graphical newsreader written in PyGtk.",
            "long_description": "XPN (X Python Newsreader) is a news client written in Python and based on the GTK+ library. It offers a good MIME support, scoring system, filtered views, random tag-lines, external editor support, one-key navigation, ROT13, Face and X-Face headers decoding, spoiler char and many more.",
            "active": true,
            "categories": [
                "news"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-pygtk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tin",
            "portdir": "news/tin",
            "version": "2.6.4",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.tin.org/",
            "description": "A threaded NNTP and spool based UseNet newsreader",
            "long_description": "tin is a full-screen easy to use Usenet reader. It can read news locally or remotely via a NNTP (Network News Transport Protocol) server. It will automatically utilize NOV (News OVerview) style index files if available locally or via the NNTP XOVER command.",
            "active": true,
            "categories": [
                "news"
            ],
            "maintainers": [],
            "variants": [
                "gpg",
                "ispell",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pcre",
                        "icu",
                        "libiconv",
                        "libidn",
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "slrn",
            "portdir": "news/slrn",
            "version": "1.0.3",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://slrn.sourceforge.net/",
            "description": "A powerful console-based newsreader",
            "long_description": "slrn is an easy to use but powerful NNTP/spool based newsreader. It is highly customizable, supports scoring, free key bindings, and can be extended using the SLang macro language.",
            "active": true,
            "categories": [
                "net",
                "news"
            ],
            "maintainers": [],
            "variants": [
                "pull",
                "ssl",
                "uudeview",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "slang2",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pan2",
            "portdir": "news/pan2",
            "version": "0.161",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.gnome.org/GNOME/pan",
            "description": "News reader for GTK+ version 3.",
            "long_description": "Pan2 is a newsreader for GTK+ that is based on the Agent newsreader for Windows OSes.",
            "active": true,
            "categories": [
                "news"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "x11",
                "quartz",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "gettext",
                        "pkgconfig",
                        "makeicns",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk3",
                        "libsecret",
                        "gmime3",
                        "libiconv",
                        "zlib",
                        "gnutls",
                        "desktop-file-utils",
                        "gcr",
                        "gspell"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "adwaita-icon-theme"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "nnap",
            "portdir": "news/nnap",
            "version": "1.1",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.freebsdcluster.org/~lasse/",
            "description": "Nnap is a lightweight NNTP authentication proxy",
            "long_description": "A small program that implements just enough of the NNTP protocol to authenticate client requests. After authentication client requests. After authentication nnap bounces the client TCP connection to an open NNTP server.",
            "active": true,
            "categories": [
                "news"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "nget",
            "portdir": "news/nget",
            "version": "0.27.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://nget.sourceforge.net/",
            "description": "nget is a command line nntp file grabber",
            "long_description": "nget is a command line nntp file grabber. It automatically pieces together multipart postings for easy retrieval, even substituting parts from multiple servers and newsgroups. Handles disconnects gracefully, resuming after the last part succesfully downloaded.",
            "active": true,
            "categories": [
                "news"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "popt",
                        "uudeview"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "leafnode",
            "portdir": "news/leafnode",
            "version": "1.12.0",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://leafnode.sourceforge.net/",
            "description": "Leafnode is a store & forward NNTP proxy",
            "long_description": "Leafnode is a software package that implements a store & forward NNTP proxy (client and server) that supportis TCP connections across IPv4 and IPv6. It can be used to give a regular newsreader off-line functionality, merge news articles from several upstream newsservers for newsreaders that only support one server well and avoid duplicate news download for a small LAN with multiple users reading news.",
            "active": true,
            "categories": [
                "news"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pcre2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "hellanzb",
            "portdir": "news/hellanzb",
            "version": "0.13",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20080913083314/http://www.hellanzb.com/trac/",
            "description": "Nzb downloader and post processor",
            "long_description": "hellanzb is an easy to use app designed to retrieve nzb files and fully process them. The goal being to make getting files from Usenet as hands-free as possible. Once fully installed, all that's required is moving an nzb file to the queue directory. The rest: downloading, par-checking, un-raring, etc. is done automatically by hellanzb.",
            "active": true,
            "categories": [
                "python",
                "news"
            ],
            "maintainers": [],
            "variants": [
                "no_ssl"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "unrar",
                        "flac",
                        "shorten",
                        "py27-openssl",
                        "py27-twisted",
                        "par2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "PlopFolio",
            "portdir": "news/PlopFolio",
            "version": "0.1.0",
            "license": "GPL-2+",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.collaboration-world.com/plopfolio/",
            "description": "PlopFolio is a free KlipFolio clone that supports Klips",
            "long_description": "PlopFolio is a free clone of Serences KlipFolio application. PlopFolio supports Klips available from KlipFarm (http://www.klipfarm.com/)",
            "active": true,
            "categories": [
                "aqua",
                "news"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "zsync",
            "portdir": "net/zsync",
            "version": "0.6.2",
            "license": "Artistic-2 and Zlib",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://zsync.moria.org.uk/",
            "description": "file transfer program",
            "long_description": "zsync file transfer program. It allows you to download a file from a remote web server, where you have a copy of an older version of the file on your computer already. zsync downloads only the new parts of the file. It uses the same algorithm as rsync.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "zeek",
            "portdir": "net/zeek",
            "version": "8.0.8",
            "license": "BSD",
            "platforms": "{darwin >= 19}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.zeek.org/",
            "description": "Zeek is a powerful network analysis framework that is much different from the typical IDS you may know.",
            "long_description": "Zeek is a powerful network analysis framework that is much different from the typical IDS you may know. Zeek is the new name for the long-established Bro system. Note that parts of the system retain the Bro name, and it also often appears in the documentation and distributions.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1419
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "flex",
                        "pkgconfig",
                        "swig",
                        "swig-python",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "curl",
                        "libpcap",
                        "zlib",
                        "openssl3",
                        "python314",
                        "libmagic",
                        "bison",
                        "libmaxminddb",
                        "readline",
                        "zmq",
                        "perl5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "zabbix44-frontend",
            "portdir": "net/zabbix4",
            "version": "4.4.10",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "zabbix5",
            "homepage": "http://www.zabbix.com/",
            "description": "Obsolete port, replaced by zabbix5",
            "long_description": "This port has been replaced by zabbix5. \n * zabbix44-frontend provides the web (PHP) frontend.",
            "active": false,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 225
                }
            ],
            "variants": [
                "nls",
                "php56",
                "php74",
                "mariadb105",
                "mysql57",
                "percona",
                "pgsql13"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "php74-gettext",
                        "php74-mbstring",
                        "php74-mysql",
                        "php74-sockets",
                        "apache2",
                        "php74-apache2handler",
                        "php74",
                        "php74-gd"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "zabbix44"
                    ]
                }
            ]
        },
        {
            "name": "zabbix42-frontend",
            "portdir": "net/zabbix4",
            "version": "4.2.8",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "zabbix5",
            "homepage": "http://www.zabbix.com/",
            "description": "Obsolete port, replaced by zabbix5",
            "long_description": "This port has been replaced by zabbix5. \n * zabbix42-frontend provides the web (PHP) frontend.",
            "active": false,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 225
                }
            ],
            "variants": [
                "nls",
                "php56",
                "php74",
                "mariadb105",
                "mysql57",
                "percona",
                "pgsql13"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "php74-gettext",
                        "php74-mbstring",
                        "php74-mysql",
                        "php74-sockets",
                        "apache2",
                        "php74-apache2handler",
                        "php74",
                        "php74-gd"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "zabbix42"
                    ]
                }
            ]
        },
        {
            "name": "zabbix44-agent",
            "portdir": "net/zabbix4",
            "version": "4.4.10",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "zabbix5",
            "homepage": "http://www.zabbix.com/",
            "description": "Obsolete port, replaced by zabbix5",
            "long_description": "This port has been replaced by zabbix5. \n * zabbix44-agent provides a local monitoring agent.",
            "active": false,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 225
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "gnutls",
                        "libevent",
                        "pcre"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "zabbix42-agent",
            "portdir": "net/zabbix4",
            "version": "4.2.8",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "zabbix5",
            "homepage": "http://www.zabbix.com/",
            "description": "Obsolete port, replaced by zabbix5",
            "long_description": "This port has been replaced by zabbix5. \n * zabbix42-agent provides a local monitoring agent.",
            "active": false,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 225
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "gnutls",
                        "libevent",
                        "pcre"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "zabbix44",
            "portdir": "net/zabbix4",
            "version": "4.4.10",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "zabbix5",
            "homepage": "http://www.zabbix.com/",
            "description": "Obsolete port, replaced by zabbix5",
            "long_description": "This port has been replaced by zabbix5. This port provides the central server component.",
            "active": false,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 225
                }
            ],
            "variants": [
                "full_server",
                "frontend",
                "mariadb105",
                "mysql57",
                "percona",
                "pgsql13"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libevent",
                        "libssh2",
                        "openssl",
                        "pcre",
                        "pkgconfig",
                        "curl",
                        "net-snmp",
                        "zlib",
                        "libiconv",
                        "libxml2",
                        "OpenIPMI",
                        "mysql57",
                        "gnutls"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "zabbix44-frontend",
                        "fping"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "zabbix42",
            "portdir": "net/zabbix4",
            "version": "4.2.8",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "zabbix5",
            "homepage": "http://www.zabbix.com/",
            "description": "Obsolete port, replaced by zabbix5",
            "long_description": "This port has been replaced by zabbix5. This port provides the central server component.",
            "active": false,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 225
                }
            ],
            "variants": [
                "full_server",
                "frontend",
                "mariadb105",
                "mysql57",
                "percona",
                "pgsql13"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libevent",
                        "libssh2",
                        "openssl",
                        "pcre",
                        "pkgconfig",
                        "curl",
                        "net-snmp",
                        "zlib",
                        "libiconv",
                        "libxml2",
                        "OpenIPMI",
                        "mysql57",
                        "gnutls"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "zabbix42-frontend",
                        "fping"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "zabbix5-frontend",
            "portdir": "net/zabbix-agent",
            "version": "5.0.99",
            "license": "AGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.zabbix.com/",
            "description": "Obsolete port",
            "long_description": "This port is obsolete. \n * zabbix5-frontend provides a local monitoring agent.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 225
                }
            ],
            "variants": [
                "ssl"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "libtool",
                        "clang-18",
                        "autoconf"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pcre2",
                        "libevent",
                        "libiconv"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "zabbix4-frontend",
            "portdir": "net/zabbix-agent",
            "version": "4.0.99",
            "license": "AGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.zabbix.com/",
            "description": "Obsolete port",
            "long_description": "This port is obsolete. \n * zabbix4-frontend provides a local monitoring agent.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 225
                }
            ],
            "variants": [
                "ssl"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "libtool",
                        "clang-18",
                        "autoconf"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pcre2",
                        "libevent",
                        "libiconv"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "zabbix5-agent",
            "portdir": "net/zabbix-agent",
            "version": "5.0.99",
            "license": "AGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "zabbix7-agent",
            "homepage": "http://www.zabbix.com/",
            "description": "An open source application and network monitor",
            "long_description": "Zabbix is the ultimate open source availability and performance monitoring solution. Zabbix offers advanced monitoring, alerting, and visualization features today which are missing in other monitoring systems, even some of the best commercial ones. \n * zabbix5-agent provides a local monitoring agent.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 225
                }
            ],
            "variants": [
                "ssl"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pcre2",
                        "libiconv",
                        "libevent"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "zabbix4-agent",
            "portdir": "net/zabbix-agent",
            "version": "4.0.99",
            "license": "AGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "zabbix7-agent",
            "homepage": "http://www.zabbix.com/",
            "description": "An open source application and network monitor",
            "long_description": "Zabbix is the ultimate open source availability and performance monitoring solution. Zabbix offers advanced monitoring, alerting, and visualization features today which are missing in other monitoring systems, even some of the best commercial ones. \n * zabbix4-agent provides a local monitoring agent.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 225
                }
            ],
            "variants": [
                "ssl"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pcre2",
                        "libiconv",
                        "libevent"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "zabbix5",
            "portdir": "net/zabbix-agent",
            "version": "5.0.99",
            "license": "AGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.zabbix.com/",
            "description": "Obsolete port",
            "long_description": "This port is obsolete. \n * zabbix5 provides a local monitoring agent.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 225
                }
            ],
            "variants": [
                "ssl"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "clang-18",
                        "libtool",
                        "autoconf"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "pcre2",
                        "libevent"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "zabbix4",
            "portdir": "net/zabbix-agent",
            "version": "4.0.99",
            "license": "AGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.zabbix.com/",
            "description": "Obsolete port",
            "long_description": "This port is obsolete. \n * zabbix4 provides a local monitoring agent.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 225
                }
            ],
            "variants": [
                "ssl"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "clang-18",
                        "libtool",
                        "autoconf"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "pcre2",
                        "libevent"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "zabbix3-agent",
            "portdir": "net/zabbix3",
            "version": "3.4.15",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.zabbix.com/",
            "description": "An open source application and network monitor",
            "long_description": "Zabbix is the ultimate open source availability and performance monitoring solution. Zabbix offers advanced monitoring, alerting, and visualization features today which are missing in other monitoring systems, even some of the best commercial ones.",
            "active": false,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 225
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnutls",
                        "libevent",
                        "pcre",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "zabbix3",
            "portdir": "net/zabbix3",
            "version": "3.4.15",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.zabbix.com/",
            "description": "An open source application and network monitor",
            "long_description": "Zabbix is the ultimate open source availability and performance monitoring solution. Zabbix offers advanced monitoring, alerting, and visualization features today which are missing in other monitoring systems, even some of the best commercial ones.",
            "active": false,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 225
                }
            ],
            "variants": [
                "php56",
                "php70",
                "php71",
                "full_server",
                "mariadb",
                "mariadb101",
                "mariadb102",
                "mysql56",
                "mysql57",
                "percona",
                "pgsql84",
                "pgsql95",
                "pgsql96",
                "sqlite3"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnutls",
                        "libevent",
                        "libssh2",
                        "pcre",
                        "curl",
                        "net-snmp",
                        "OpenIPMI",
                        "libiconv",
                        "libxml2",
                        "mysql57"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "php71-apache2handler",
                        "php71-gd",
                        "php71-gettext",
                        "php71-mbstring",
                        "php71-mysql",
                        "php71-sockets",
                        "fping",
                        "apache2",
                        "php71"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ytalk",
            "portdir": "net/ytalk",
            "version": "3.3.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.impul.se/ytalk/",
            "description": "multi-user talk client",
            "long_description": "YTalk is a compatible replacement for the BSD talk(1) program. The main advantage of YTalk is the ability to communicate with any arbitrary number of users at once. It supports both talk protocols (talk and ntalk) and can communicate with several different talk daemons at the same time. You may also spawn a command shell in your talk window and let other users watch. YTalk supports a basic set of VT100 control codes, as well as job control (BSD support added in 3.1.3).",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "youtube-upload",
            "portdir": "net/youtube-upload",
            "version": "0.8.0",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tokland/youtube-upload",
            "description": "script to upload videos to YouTube",
            "long_description": "youtube-upload is a command-line script that uploads videos to YouTube.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "python27"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-curl",
                        "py27-gdata",
                        "py27-progressbar"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "youtube-dl",
            "portdir": "net/youtube-dl",
            "version": "2021.12.17",
            "license": "public-domain",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ytdl-org.github.io/youtube-dl/",
            "description": "command-line program to download videos from YouTube.com and other sites",
            "long_description": "youtube-dl is a small command-line program to download videos from YouTube.com and other sites.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "akierig",
                    "github": "akierig",
                    "ports_count": 24
                },
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "ffmpeg",
                "python310",
                "python311",
                "python312",
                "python313",
                "python314"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-wheel",
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-pycryptodome",
                        "python314"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "AtomicParsley",
                        "ffmpeg"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "yggdrasil-go",
            "portdir": "net/yggdrasil-go",
            "version": "0.5.12",
            "license": "LGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/yggdrasil-network/yggdrasil-go",
            "description": "An experiment in scalable routing as an encrypted IPv6 overlay network",
            "long_description": "Yggdrasil is an early-stage implementation of a fully end-to-end encrypted IPv6 network. It is lightweight, self-arranging, supported on multiple platforms and allows pretty much any IPv6-capable application to communicate securely with other Yggdrasil nodes.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "l2dy",
                    "github": "l2dy",
                    "ports_count": 97
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "yersinia",
            "portdir": "net/yersinia",
            "version": "0.8.2",
            "license": "unknown",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tomac/yersinia",
            "description": "Solid framework for analyzing and testing the deployed networks and systems.",
            "long_description": "Yersinia is a network tool designed to take advantage of some weakeness in different network protocols. It pretends to be a solid framework for analyzing and testing the deployed networks and systems. Currently, there are some network protocols implemented, but others are coming (tell us which one is your preferred). Attacks for the following network protocols are implemented (but of course you are free for implementing new ones): Spanning Tree Protocol (STP) Cisco Discovery Protocol (CDP) Dynamic Trunking Protocol (DTP) Dynamic Host Configuration Protocol (DHCP) Hot Standby Router Protocol (HSRP) IEEE 802.1Q IEEE 802.1X Inter-Switch Link Protocol (ISL) VLAN Trunking Protocol (VTP)",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "libnet",
                        "libpcap"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "yazproxy",
            "portdir": "net/yazproxy",
            "version": "1.3.12",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.indexdata.com/yazproxy",
            "description": "Proxy server for Z39.50/SRW/SRU clients and servers",
            "long_description": "YAZ Proxy is highly configurable and can be used in a number of different applications, ranging from debugging Z39.50-based applications and protecting overworked servers, to improving the performance of stateless WWW/Z39.50 gateways.",
            "active": true,
            "categories": [
                "devel",
                "net",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "yazpp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "yazpp",
            "portdir": "net/yazpp",
            "version": "1.9.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.indexdata.com/yazpp",
            "description": "C++ API for Yaz toolkit for Z39.50/SRW/SRU clients and servers",
            "long_description": "YAZ is a compact toolkit that provides access to the Z39.50 and SRW/SRU protocols, as well as a set of higher-level tools for implementing the server and client roles, respectively. This is the C++ API.",
            "active": true,
            "categories": [
                "devel",
                "net",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "yaz"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "metaproxy",
                        "yazproxy"
                    ]
                }
            ]
        },
        {
            "name": "yaz",
            "portdir": "net/yaz",
            "version": "5.35.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.indexdata.com/resources/software/yaz/",
            "description": "toolkit for Z39.50/SRW/SRU clients and servers",
            "long_description": "YAZ is a compact toolkit that provides access to the Z39.50 and SRW/SRU protocols, as well as a set of higher-level tools for implementing the server and client roles, respectively.",
            "active": true,
            "categories": [
                "devel",
                "net",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnutls",
                        "icu",
                        "ncurses",
                        "zlib",
                        "libiconv",
                        "libxml2",
                        "libxslt",
                        "readline",
                        "hiredis"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-net-z3950-zoom",
                        "pazpar2",
                        "zebra",
                        "tellico",
                        "metaproxy",
                        "yazpp",
                        "p5.28-net-z3950-zoom",
                        "p5.30-net-z3950-zoom",
                        "p5.32-net-z3950-zoom",
                        "p5.34-net-z3950-zoom",
                        "php53-yaz",
                        "php54-yaz",
                        "php55-yaz",
                        "php56-yaz",
                        "php70-yaz",
                        "php71-yaz",
                        "php72-yaz",
                        "php73-yaz",
                        "php74-yaz",
                        "php80-yaz",
                        "php81-yaz",
                        "php82-yaz",
                        "php83-yaz",
                        "php84-yaz",
                        "php85-yaz"
                    ]
                }
            ]
        },
        {
            "name": "yardradius",
            "portdir": "net/yardradius",
            "version": "1.0.21",
            "license": "BSD and BSD-old",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://yardradius.sourceforge.net/",
            "description": "yardradius is yet another radius server",
            "long_description": "yardradius is yet another radius server",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gdbm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "yafc",
            "portdir": "net/yafc",
            "version": "1.3.7",
            "license": "(GPL-2+ or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sebastinas/yafc",
            "description": "yafc is yet another ftp client",
            "long_description": "yafc is yet another ftp client featuring cached directory listings, extensive tab completion, aliases, colored ls (i.e. ls --color, uses $LS_COLORS like GNU ls), automatic reconnect on timed out connections, recursive get/put/fxp/ls/rm, nohup mode transfers, multiple connections open simultaneously, tagging (queueing), very configurable, autologin and bookmarks, automagically enters nohup-mode when SIGHUP received (in get and put), redirection to local command or file, proxy support, Kerberos support (version 4 and 5, heimdal, kth-krb or MIT), SSH2 support (sftp).",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "heimdal",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libssh",
                        "kerberos5",
                        "openssl",
                        "readline"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "xymon-server",
            "portdir": "net/xymon-server",
            "version": "4.3.26",
            "license": "(GPL-2 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "http://www.xymon.com/",
            "description": "Xymon network monitor Server",
            "long_description": "Xymon is a system for monitoring of hosts and networks, inspired by the Big Brother system. It provides real-time monitoring, an easy web-interface, historical data, availability reports and performance graphs. Xymon was previously known as \"Hobbit\".",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "snmp"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "pcre",
                        "openldap",
                        "fping",
                        "rrdtool",
                        "libpng"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}