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

{
    "count": 50179,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=971",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=969",
    "results": [
        {
            "name": "cvs-fast-export",
            "portdir": "devel/cvs-fast-export",
            "version": "1.57",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.catb.org/~esr/cvs-fast-export/",
            "description": "Export an RCS or CVS history as a fast-import stream",
            "long_description": "This program analyzes a collection of RCS files in a CVS repository (or outside of one) and, when possible, emits an equivalent history in the form of a fast-import stream. Not all possible histories can be rendered this way – the program tries to emit useful warnings when it can't. The program can also produce a visualization of the resulting commit DAG in the DOT format handled by the graphviz suite. The package also includes cvssync, a tool for mirroring masters from remote CVS hosts.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "flex",
                        "asciidoc",
                        "docbook-xsl-nons",
                        "libxslt",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cvsdiff2patch",
            "portdir": "devel/cvsdiff2patch",
            "version": "1.0.1",
            "license": "BSD",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://people.freebsd.org/~alfred/sources/cvsdiff2patch/",
            "description": "Turn cvs diff output into patch input.",
            "long_description": "This is a text filter for turning cvs diff output into something that patch(1) understands. This is needed when your version of cvs(1) makes diffs that confuse patch(1).",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bsdmake",
                        "clang-14"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cvsdelta",
            "portdir": "devel/cvsdelta",
            "version": "1.7.0",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://cvsdelta.sourceforge.net",
            "description": "Cvsdelta summarizes differences between local and in-cvs files",
            "long_description": "cvsdelta summarizes the difference between a CVS project and its local version. It detects files that have been added and removed, and of existing files it counts the number of lines that have been added, deleted, and changed. It filters project changes by using .cvsignore files, both system-wide and locally.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cvs2svn",
            "portdir": "devel/cvs2svn",
            "version": "2.5.0",
            "license": "Apache",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mhagger/cvs2svn",
            "description": "Tool for converting from CVS to subversion",
            "long_description": "cvs2svn is a Python script that converts a CVS repository to a Subversion repository. It is designed for one-time conversions, not for repeated synchronizations between CVS and Subversion.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cvs",
            "portdir": "devel/cvs",
            "version": "1.11.23",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://cvs.nongnu.org",
            "description": "Concurrent Versions System",
            "long_description": "CVS is a version control system, an important component of Source Configuration Management (SCM). Using it, you can record the history of sources files, and documents.",
            "active": true,
            "categories": [
                "devel",
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "fetch",
                    "ports": [
                        "BrowserLauncher2",
                        "OSXPal",
                        "Chmox",
                        "vineserver",
                        "vineserver3",
                        "ffcall",
                        "xloops",
                        "lprof"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "viewvc",
                        "rb-cvs"
                    ]
                }
            ]
        },
        {
            "name": "cvemap",
            "portdir": "security/cvemap",
            "version": "1.0.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/projectdiscovery/cvemap",
            "description": "Navigate the CVE jungle with ease",
            "long_description": "Navigate the Common Vulnerabilities and Exposures (CVE) jungle with ease using CVEMAP, a command-line interface (CLI) tool designed to provide a structured and easily navigable interface to various vulnerability databases.",
            "active": true,
            "categories": [
                "security"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1018
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cvc4",
            "portdir": "math/cvc4",
            "version": "1.4",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://cvc4.cs.nyu.edu/",
            "description": "An automated theorem prover for SMT problems",
            "long_description": "CVC4 is a tool for determining the satisfiability of a first order formula modulo a first order theory (or a combination of such theories). It is the fourth in the Cooperating Validity Checker family of tools (CVC, CVC Lite, CVC3) but does not directly incorporate code from any previous version. CVC4 is intended to be an open and extensible SMT engine. It can be used as a stand-alone tool or as a library. It has been designed to increase the performance and reduce the memory overhead of its predecessors.",
            "active": true,
            "categories": [
                "devel",
                "math"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "java",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bash",
                        "gawk",
                        "curl",
                        "clang-14",
                        "doxygen",
                        "boost176"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "Maude"
                    ]
                }
            ]
        },
        {
            "name": "cutter-rizin",
            "portdir": "devel/cutter-rizin",
            "version": "2.4.1",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cutter.re",
            "description": "Free and Open Source Reverse Engineering Platform powered by rizin",
            "long_description": "cutter is a free and open-source reverse engineering platform powered by rizin. It aims at being an advanced and customizable reverse engineering platform while keeping the user experience in mind. Cutter is created by reverse engineers for reverse engineers.",
            "active": true,
            "categories": [
                "aqua",
                "devel"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 223
                }
            ],
            "variants": [
                "debug",
                "python310",
                "python311",
                "python312",
                "python313",
                "python314",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20",
                        "cmake",
                        "pkgconfig",
                        "qt6-qttools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt6-qt5compat",
                        "python313",
                        "rizin",
                        "py313-pyside6",
                        "graphviz",
                        "qt6-qtbase",
                        "qt6-qtsvg"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "graphviz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cutter-r2",
            "portdir": "devel/cutter-r2",
            "version": "1.12.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "iaito",
            "homepage": "https://www.macports.org",
            "description": "Obsolete port, replaced by iaito",
            "long_description": "This port has been replaced by iaito.",
            "active": false,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "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": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cutter",
            "portdir": "devel/cutter",
            "version": "1.2.8",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cutter.sourceforge.net/",
            "description": "A unit testing framefork for C and C++",
            "long_description": "Cutter is a xUnit family Unit Testing Framework for C and C++. It provides easy to write test API, useful output format for debugging and so on.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "kou",
                    "github": "",
                    "ports_count": 2
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "intltool",
                        "p5.34-xml-parser",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk-doc",
                        "libsoup-2.4",
                        "glib2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cutecom-qt4-mac",
            "portdir": "comms/cutecom-qt4-mac",
            "version": "0.22.0",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://cutecom.sourceforge.net",
            "description": "Graphical serial terminal",
            "long_description": "CuteCom is a graphical serial terminal, like minicom. It is aimed mainly at hardware developers or other people who need a terminal to talk to their devices.",
            "active": true,
            "categories": [
                "comms"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cut",
            "portdir": "devel/cut",
            "version": "2.3",
            "license": "zlib",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sourceforge.net/projects/cut/",
            "description": "C unit testing",
            "long_description": "CUT is a C-language tool for developing and automatically maintaining unit tests. CUT works well for C, C++, and objective-C. Although it was expressly designed to help support test-driven development and agile development processes such as extreme programming, CUT is still useful for writing automated test fixtures for more traditional software development processes as well.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cusp",
            "portdir": "math/cusp",
            "version": "0.5.1",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cusplibrary.github.io",
            "description": "Generic Parallel Algorithms for Sparse Matrix and Graph",
            "long_description": "Cusp is a library for sparse linear algebra and graph computations on CUDA. Cusp provides a flexible, high-level interface for manipulating sparse matrices and solving sparse linear systems.",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "curves",
            "portdir": "math/curves",
            "version": "20220312",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/teodimoff/curves",
            "description": "Curves provide mapping a point from 1D to 2D hilbert space.",
            "long_description": "Curves provide Hilbert mapping of a point from 1D to 2D hilbert space. This means that points closer together from one dimentional space are closer in the other. In other words it preserves locality.",
            "active": true,
            "categories": [
                "graphics",
                "math"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "sbt",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsdl2",
                        "openjdk11"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cursive",
            "portdir": "games/cursive",
            "version": "1.0",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://puck.nether.net/",
            "description": "Create ASCII character cursive handwriting",
            "long_description": "Cursive is a program for generating cursive signatures and text like ___ _ __ _ ( ) ' ) / // _/_ __/___. ____ / / / __|/ / _ __ / / (_/|_/ / (_ (_(_/ (_) _(__(/_/ (_ (_/ Do not be fooled by inferior immitations (like the figlet font which doesn't connect letters right). This is the one and only original cursive program.",
            "active": true,
            "categories": [
                "textproc",
                "games"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "curlish_select",
            "portdir": "python/curlish_select",
            "version": "0.2",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default curlish version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of curlish.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-curlish"
                    ]
                }
            ]
        },
        {
            "name": "curlie",
            "portdir": "net/curlie",
            "version": "1.8.2",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://curlie.io",
            "description": "The power of curl, the ease of use of httpie.",
            "long_description": "If you like the interface of HTTPie but miss the features of curl, curlie is what you are searching for. Curlie is a frontend to curl that adds the ease of use of httpie, without compromising on features and performance. All curl options are exposed with syntax sugar and output formatting inspired from httpie.",
            "active": true,
            "categories": [
                "net",
                "www"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 639
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "curlhandle",
            "portdir": "devel/curlhandle",
            "version": "3.1.1",
            "license": "public-domain",
            "platforms": "{macosx >= 10}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/karelia/CurlHandle",
            "description": "CURLHandle is a framework wrapper around cURL",
            "long_description": "CURLHandle is a framework wrapper around cURL",
            "active": true,
            "categories": [
                "devel",
                "framework"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "curl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "curlftpfs",
            "portdir": "fuse/curlftpfs",
            "version": "0.9.2",
            "license": "GPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://curlftpfs.sourceforge.net/",
            "description": "CurlFtpFS is a filesystem for acessing FTP hosts based on FUSE and libcurl.",
            "long_description": "CurlFtpFS diferentiates itself from other FTP filesystems because it features SSLv3 and TLSv1 support, connecting through tunneling HTTP proxies, automatically reconnection if the server times out, transform absolute symlinks to point back into the ftp file system, and additional options.",
            "active": true,
            "categories": [
                "fuse"
            ],
            "maintainers": [
                {
                    "name": "darenzana",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2",
                        "curl",
                        "zlib",
                        "macfuse",
                        "libiconv",
                        "gettext"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "curl-ca-bundle",
            "portdir": "net/curl",
            "version": "8.13.0",
            "license": "(MPL-2 or LGPL-2.1+)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://curl.se",
            "description": "CA certificate bundle for curl",
            "long_description": "Installs a bundle of certification authority certificates (CA certs) which curl (when linked with OpenSSL) uses to verify the authenticity of secure web and FTP servers.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "perl5",
                        "gcc14"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip",
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "textmate2"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "offlineimap",
                        "calendar-contacts-server",
                        "privoxy-pki-bundle",
                        "curl"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "subversion",
                        "glib-networking",
                        "weechat",
                        "mutt",
                        "alpine",
                        "reuse",
                        "s3cmd",
                        "neomutt",
                        "postgresql16",
                        "postgresql17",
                        "postgresql18",
                        "mercurial",
                        "p11-kit",
                        "rest",
                        "ddclient",
                        "isync"
                    ]
                }
            ]
        },
        {
            "name": "curl",
            "portdir": "net/curl",
            "version": "8.13.0",
            "license": "Curl",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://curl.se",
            "description": "Tool for transferring files with URL syntax",
            "long_description": "curl is a client to get documents/files from servers, using any of the supported protocols. The command is designed to work without user interaction or any kind of interactivity.",
            "active": true,
            "categories": [
                "net",
                "www"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "ares",
                "brotli",
                "darwinssl",
                "gnutls",
                "mbedtls",
                "wolfssl",
                "gsasl",
                "gss",
                "http2",
                "http3",
                "idn",
                "openldap",
                "psl",
                "rtmp",
                "sftp_scp",
                "ssl",
                "zstd",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "libidn2",
                        "brotli",
                        "libpsl",
                        "nghttp2",
                        "curl-ca-bundle",
                        "zlib",
                        "zstd"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "ipmitool",
                        "py310-pysaga",
                        "roswell",
                        "mm-common",
                        "libhv",
                        "cvc4",
                        "py39-pysaga",
                        "pulumi",
                        "poedit",
                        "py313-pysaga",
                        "py311-pysaga",
                        "libsoup-2.4",
                        "libsoup-devel",
                        "libsoup",
                        "fpm",
                        "py312-pysaga"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "openjdk8-bootstrap"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "usbprog",
                        "mariadb-10.5",
                        "mongodb",
                        "mysql8",
                        "aegis",
                        "appstream-glib",
                        "cargo",
                        "clib",
                        "cmake",
                        "cmake-devel",
                        "curlhandle",
                        "ecore",
                        "flickcurl",
                        "geoipupdate",
                        "git",
                        "idevicerestore",
                        "idevicerestore-devel",
                        "kcov",
                        "libcmis",
                        "libgit2",
                        "libgphoto2",
                        "librets",
                        "mediainfolib",
                        "tclcurl",
                        "wandio",
                        "wsdlpull",
                        "xmlrpc-c",
                        "cherrytree",
                        "textmate2",
                        "scummvm",
                        "scummvm-devel",
                        "cgminer",
                        "cpuminer",
                        "curlftpfs",
                        "s3fs",
                        "abgx360",
                        "alienarena",
                        "bzflag",
                        "enigma",
                        "enigma-devel",
                        "freeciv",
                        "freeciv-x11",
                        "frobtads",
                        "gnubg",
                        "openrct2",
                        "supertux",
                        "supertuxkart",
                        "xmoto",
                        "gdal",
                        "mapserver",
                        "orfeotoolbox",
                        "PDAL",
                        "proj7",
                        "proj8",
                        "saga",
                        "gstreamer010-gst-plugins-bad",
                        "gstreamer1-gst-plugins-bad",
                        "Aseprite",
                        "OpenSceneGraph",
                        "OpenSceneGraph-devel",
                        "darktable",
                        "feh",
                        "gimp2",
                        "gimp2-devel",
                        "gimp3-devel",
                        "jp2a",
                        "libopenraw",
                        "mupdf",
                        "poppler",
                        "poppler-qt5",
                        "poppler-qt4-mac",
                        "rawstudio",
                        "wxWidgets-3.2",
                        "weechat",
                        "dmd-tools",
                        "falcon",
                        "php80-curl",
                        "php74-curl",
                        "php73-curl",
                        "php72-curl",
                        "php71-curl",
                        "php70-curl",
                        "php56-curl",
                        "php55-curl",
                        "php54-curl",
                        "php53-curl",
                        "php52-curl",
                        "q",
                        "rust",
                        "gnupg1",
                        "libetpan",
                        "mail-server",
                        "R",
                        "libqalculate",
                        "octave",
                        "audacious-plugins",
                        "gtkpod",
                        "moc",
                        "tsduck",
                        "xine-ui",
                        "GTorrentViewer",
                        "centerim",
                        "cryfs",
                        "davix",
                        "esniper",
                        "ettercap",
                        "liboauth",
                        "libquvi",
                        "librdkafka",
                        "logjam",
                        "megatools",
                        "newsboat",
                        "profanity",
                        "quvi",
                        "rtorrent",
                        "rtorrent-devel",
                        "smokeping",
                        "snownews",
                        "transmission",
                        "transmission-x11",
                        "zabbix3",
                        "zabbix4",
                        "zabbix5",
                        "zabbix42",
                        "zabbix44",
                        "zeek",
                        "p5.26-mail-spamassassin",
                        "p5.28-mail-spamassassin",
                        "p5.30-mail-spamassassin",
                        "p5.26-net-curl",
                        "p5.28-net-curl",
                        "p5.30-net-curl",
                        "p5.26-www-curl",
                        "p5.28-www-curl",
                        "p5.30-www-curl",
                        "php53-http",
                        "php54-http",
                        "php55-http",
                        "php53-http2",
                        "php54-http2",
                        "php55-http2",
                        "php56-http2",
                        "php53-oauth",
                        "php54-oauth",
                        "php55-oauth",
                        "php56-oauth",
                        "php70-oauth",
                        "php71-oauth",
                        "php72-oauth",
                        "php73-oauth",
                        "php74-oauth",
                        "php80-oauth",
                        "php53-solr",
                        "php54-solr",
                        "php55-solr",
                        "php56-solr",
                        "php70-solr",
                        "php71-solr",
                        "php72-solr",
                        "php73-solr",
                        "php74-solr",
                        "php80-solr",
                        "py27-curl",
                        "py37-curl",
                        "py38-curl",
                        "py39-curl",
                        "py27-curlish",
                        "py37-gmic",
                        "py38-gmic",
                        "py39-gmic",
                        "py36-isce2",
                        "py37-isce2",
                        "py27-pysam",
                        "py36-pysam",
                        "cdo",
                        "cfitsio",
                        "ckon",
                        "gds",
                        "gmic",
                        "gmic-qt",
                        "gmic-gimp",
                        "gmic-clib",
                        "gmt5",
                        "gmt6",
                        "gpredict",
                        "grads",
                        "htslib",
                        "indi",
                        "libdap",
                        "metview",
                        "ncarg",
                        "nco",
                        "netcdf",
                        "pihpsdr",
                        "viking",
                        "wview",
                        "xastir",
                        "xrootd",
                        "authforce",
                        "ctool",
                        "lastpass-cli",
                        "lastpass-cli-doc",
                        "xmltooling",
                        "yubico-c-client",
                        "cardpeek",
                        "clamav",
                        "collectd",
                        "gearmand",
                        "libvirt",
                        "lnav",
                        "netdata",
                        "synergy",
                        "synergy-app",
                        "tldr-cpp-client",
                        "html-xml-utils",
                        "libmrss",
                        "libnxml",
                        "multimarkdown",
                        "sword",
                        "tesseract",
                        "tesseract-training",
                        "zorba",
                        "NetSurf",
                        "edbrowse",
                        "litebrowser",
                        "mod_security2",
                        "raptor2",
                        "rasqal",
                        "redland",
                        "tumbler",
                        "mariadb-10.6",
                        "php81-curl",
                        "git-cinnabar",
                        "p5.32-mail-spamassassin",
                        "p5.32-net-curl",
                        "p5.32-www-curl",
                        "roswell",
                        "wrangler",
                        "recutils",
                        "hurl",
                        "gretl",
                        "musikcube",
                        "darktable-devel",
                        "cmake-devel-gui",
                        "cmake-devel-docs",
                        "mariadb-10.7",
                        "php81-oauth",
                        "php81-solr",
                        "mod_tile",
                        "mongodb-devel",
                        "p5.34-mail-spamassassin",
                        "p5.34-net-curl",
                        "p5.34-www-curl",
                        "warzone2100",
                        "kicad",
                        "py310-curl",
                        "mrustc-rust",
                        "proj9",
                        "p5.28-alien-curl",
                        "p5.30-alien-curl",
                        "p5.32-alien-curl",
                        "p5.34-alien-curl",
                        "mariadb-10.8",
                        "html2text",
                        "gmic-lib",
                        "rust-bootstrap",
                        "rust-bootstrap-10.6",
                        "rust-bootstrap-10.5",
                        "rust-bootstrap-transition",
                        "poppler-devel",
                        "poppler-devel-qt5",
                        "php82-curl",
                        "mariadb-10.9",
                        "the_Foundation",
                        "mariadb-10.10",
                        "gdal-netcdf",
                        "dar",
                        "csound",
                        "faustlive-devel",
                        "gmpc",
                        "herrie",
                        "icecast2",
                        "lastfmlib",
                        "libofa",
                        "mpd",
                        "ncmpcpp",
                        "pianobar",
                        "libpiano",
                        "pianod",
                        "scmpc",
                        "vorbis-tools",
                        "xmms2",
                        "libclastfm",
                        "appstream",
                        "php84-curl",
                        "cpr",
                        "syslog-ng-devel",
                        "libnick",
                        "llama.cpp",
                        "libsixel",
                        "chatgpt-client",
                        "py313-curl",
                        "gdal-hdf5",
                        "gdal-kea",
                        "mariadb-11.4",
                        "btfs",
                        "py313-orfeotoolbox",
                        "luanti",
                        "smooth",
                        "cabal",
                        "cabal-prebuilt",
                        "zeek-devel",
                        "pounce",
                        "mariadb-10.11",
                        "snac",
                        "php82-oauth",
                        "php82-solr",
                        "coeurl",
                        "py311-curl",
                        "R-curl",
                        "R-RCurl",
                        "fortran-curl",
                        "git-devel",
                        "stklos-curl-devel",
                        "R-Rhtslib",
                        "trurl",
                        "R-Rsamtools",
                        "libopenraw-legacy",
                        "ufo-ai",
                        "toxic",
                        "R-csaw",
                        "clamav-legacy",
                        "php83-curl",
                        "uacme",
                        "libgit2-devel",
                        "librasterlite2",
                        "R-arrow",
                        "transmission-qt",
                        "py310-orfeotoolbox",
                        "py311-orfeotoolbox",
                        "R-VariantAnnotation",
                        "py312-curl",
                        "php83-oauth",
                        "PineFlash",
                        "php83-solr",
                        "rust-bootstrap-10.7",
                        "newsraft",
                        "lnav-devel",
                        "gitoxide",
                        "py312-orfeotoolbox",
                        "cmake-gui",
                        "cmake-docs",
                        "rb33-curb",
                        "rb32-curb",
                        "rb31-curb",
                        "rb30-curb",
                        "abaddon",
                        "gcli",
                        "qmmp",
                        "albafetch"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R-mRpostman",
                        "git-ftp",
                        "cabal",
                        "cabal-prebuilt",
                        "rb33-curl_ffi",
                        "gutils-suite-core",
                        "winetricks",
                        "asdf",
                        "ain",
                        "flash",
                        "calendar-contacts-server",
                        "cargo-generate",
                        "gnuastro",
                        "rb32-curl_ffi",
                        "rb31-curl_ffi",
                        "wcurl"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "libutf8proc"
                    ]
                }
            ]
        },
        {
            "name": "cups-ppdc",
            "portdir": "print/cups-ppdc",
            "version": "2.4.2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/OpenPrinting/cups",
            "description": "Compiler for PostScript Printer Description (PPD) files",
            "long_description": "cups-ppdc is a collection of utilities taken from the Common UNIX Printing System (CUPS) for working with PostScript Printer Description (PPD) files; PPD files can be used to set up a printer when proprietary drivers are not available. See the ppdcfile(5) man page for information on the PPD file format.",
            "active": true,
            "categories": [
                "textproc",
                "print"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cups-pdf",
            "portdir": "print/cups-pdf",
            "version": "2.6.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.cups-pdf.de/",
            "description": "Provides a print-to-PDF feature through CUPS",
            "long_description": "This software is designed to produce PDF files in a heterogeneous network by providing a PDF printer on the central fileserver.",
            "active": true,
            "categories": [
                "textproc",
                "print"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cupl",
            "portdir": "lang/cupl",
            "version": "1.10",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.catb.org/~esr/cupl/",
            "description": "CUPL/CORC interpreter",
            "long_description": "Interpreter for the archaic CUPL and CORC programming languages. Includes full documentation and a chrestomathy of programs.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "clang-14"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cunit",
            "portdir": "devel/cunit",
            "version": "2.1-3",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://cunit.sourceforge.net/",
            "description": "Unit testing library for C",
            "long_description": "CUnit is a lightweight system for writing, administering, and running unit tests in C. It provides C programmers a basic testing functionality with a flexible variety of user interfaces.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "iowow",
                        "ejdb2"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "udunits2",
                        "openpgpsdk",
                        "nghttp3"
                    ]
                }
            ]
        },
        {
            "name": "cuneiform",
            "portdir": "textproc/cuneiform",
            "version": "1.1.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://launchpad.net/cuneiform-linux",
            "description": "Cuneiform is an OCR system with layout analysis.",
            "long_description": "Cuneiform is an OCR system originally developed and open sourced by Cognitive technologies. In addition to text recognition it also does layout analysis and text format recognition. Cuneiform supports several languages.",
            "active": true,
            "categories": [
                "graphics",
                "textproc"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ImageMagick"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-djvubind",
                        "py36-djvubind"
                    ]
                }
            ]
        },
        {
            "name": "cufflinks",
            "portdir": "science/cufflinks",
            "version": "2.2.1",
            "license": "Boost-1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://cole-trapnell-lab.github.io/cufflinks/",
            "description": "Cufflinks assembles transcripts, estimates their abundances, and tests for differential expression and regulation in RNA-Seq samples.",
            "long_description": "Cufflinks assembles transcripts, estimates their abundances, and tests for differential expression and regulation in RNA-Seq samples. It accepts aligned RNA-Seq reads and assembles the alignments into a parsimonious set of transcripts. Cufflinks then estimates the relative abundances of these transcripts based on how many reads support each one.",
            "active": true,
            "categories": [
                "science",
                "biology"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "samtools",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "eigen3",
                        "htslib",
                        "boost171"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cuetools",
            "portdir": "sysutils/cuetools",
            "version": "1.4.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/svend/cuetools",
            "description": "utilities for working with cue and toc files",
            "long_description": "cuetools is a set of utilities for working with cue files and toc files",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cue",
            "portdir": "devel/cue",
            "version": "0.15.1",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cuelang.org",
            "description": "Open-source data constraint language which aims to simplify tasks involving defining and using data.",
            "long_description": "CUE is an Open-source data constraint language which aims to simplify tasks involving defining and using data. It is a superset of JSON, allowing users familiar with JSON to get started quickly.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1018
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "CubicSDR",
            "portdir": "science/CubicSDR",
            "version": "20230114-071204f3",
            "license": "GPL-2",
            "platforms": "darwin macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.cubicsdr.com",
            "description": "Cross-Platform Software-Defined Radio Application",
            "long_description": "CubicSDR is the software portion of Software Defined Radio. By Using hardware that converts RF spectrum into a digital stream we are able to build complex radios to do many types of functions in software instead of traditional hardwre.",
            "active": true,
            "categories": [
                "science",
                "comms"
            ],
            "maintainers": [
                {
                    "name": "ra1nb0w",
                    "github": "ra1nb0w",
                    "ports_count": 148
                },
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 463
                }
            ],
            "variants": [
                "debug",
                "hamlib",
                "bundle",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "wxWidgets-3.2",
                        "SoapySDR",
                        "liquid-dsp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cubeb",
            "portdir": "audio/cubeb",
            "version": "20250325",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mozilla/cubeb",
            "description": "Cross platform audio library",
            "long_description": "Cross platform audio library",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1018
                }
            ],
            "variants": [
                "debug",
                "jack",
                "pulse",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "doxygen",
                        "clang-17",
                        "python313"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "speexDSP"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ctris",
            "portdir": "games/ctris",
            "version": "0.43",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dominikhackl/ctris",
            "description": "Ncurses based tetris clone written in C.",
            "long_description": "ctetris is a beautiful tetris clone, written in C using the ncurses library. It works very fast and efficiently, so it should be possible to play it even over a slow remote terminal.",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ctpv",
            "portdir": "graphics/ctpv",
            "version": "1.1",
            "license": "MIT",
            "platforms": "darwin linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/NikitaIvanovV/ctpv",
            "description": "Image previews for lf file manager",
            "long_description": "ctpv is a file previewer utility for a terminal. It supports previews for source code, archives, PDF files, images, videos, etc.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "github.ssk",
                    "github": "suhailskhan",
                    "ports_count": 3
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "libmagic"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ctorrent",
            "portdir": "net/ctorrent",
            "version": "3.3.2",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sourceforge.net/projects/dtorrent/",
            "description": "command line BitTorrent client",
            "long_description": "Enhanced CTorrent is a BitTorrent client for unix-like environments. High performance with minimal system resources and dependencies is a priority.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ctop",
            "portdir": "sysutils/ctop",
            "version": "0.7.6",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ctop.sh",
            "description": "Top-like interface for container metrics",
            "long_description": "ctop provides a concise and condensed overview of real-time metrics for multiple containers.\nctop comes with built-in support for Docker and runC; connectors for other container and cluster systems are planned for future releases.",
            "active": true,
            "categories": [
                "devel",
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 639
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ctool",
            "portdir": "security/ctool",
            "version": "1.2.3",
            "license": "Noncommercial",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://web.archive.org/web/20050405212926/http://www.macsecurity.org/tools/ctool/",
            "description": "ctool is a checksumming application.",
            "long_description": "ctool is a checusmming application that is mindful of the prebinding information stored in Mach-o executable files.",
            "active": true,
            "categories": [
                "security"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "curl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ctlang",
            "portdir": "graphics/ctlang",
            "version": "1.5.3",
            "license": "AMPAS",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ampas/CTL",
            "description": "Programming language for digital color management",
            "long_description": "The Color Transformation Language, or CTL, is a programming language for digital color management.",
            "active": true,
            "categories": [
                "graphics",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "aces_container",
                        "imath",
                        "openexr",
                        "tiff"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ctags",
            "portdir": "devel/ctags",
            "version": "5.8",
            "license": "(GPL-2 or public-domain)",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://ctags.sourceforge.net/",
            "description": "Reimplementation of ctags(1)",
            "long_description": "Exuberant Ctags generates an index (or tag) file of source language objects in source files that allows these items to be quickly and easily located by a text editor or other utility. Alternatively, it can generate a cross reference file which lists, in human-readable form, information about the various objects found in a set of source code files. Supported languages include: Assembler, AWK, ASP, BETA, Bourne/Korn/Zsh Shell, C, C++, COBOL, Eiffel, Fortran, Java, Lisp, Lua, Make, Pascal, Perl, PHP, Python, REXX, Ruby, S-Lang, Scheme, Tcl, Vim and Yacc.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "murk"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "global",
                        "source-highlight"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "xemacs"
                    ]
                }
            ]
        },
        {
            "name": "CSXCAD",
            "portdir": "textproc/CSXCAD",
            "version": "20231216-c6a15872",
            "license": "GPL-3",
            "platforms": "darwin macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/thliebig/CSXCAD",
            "description": "CSXCAD is a C++ library to describe geometrical objects and their physical or non-physical properties",
            "long_description": "CSXCAD is a C++ library to describe geometrical objects and their physical or non-physical properties",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "ra1nb0w",
                    "github": "ra1nb0w",
                    "ports_count": 148
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "hdf5",
                        "fparser",
                        "boost176",
                        "tinyxml",
                        "cgal4",
                        "vtk"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "QCSXCAD",
                        "AppCSXCAD",
                        "openEMS"
                    ]
                }
            ]
        },
        {
            "name": "csvToLedger",
            "portdir": "office/csvToLedger",
            "version": "1.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tazzben/csvToLedger",
            "description": "Convert CSVs to Ledger format",
            "long_description": "This tool allows you to convert CSVs into a format appropriate for Ledger. It's particularly useful when you need to specify multipart transactions.",
            "active": true,
            "categories": [
                "office"
            ],
            "maintainers": [
                {
                    "name": "bosmith",
                    "github": "tazzben",
                    "ports_count": 9
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-dateutil"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "csvtk",
            "portdir": "textproc/csvtk",
            "version": "0.33.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/shenwei356/csvtk",
            "description": "A cross-platform, efficient and practical CSV/TSV toolkit in Golang",
            "long_description": "A cross-platform, efficient and practical CSV/TSV toolkit in Golang",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "austin",
                    "github": "halostatue",
                    "ports_count": 21
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "csvlens",
            "portdir": "textproc/csvlens",
            "version": "0.13.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/YS-L/csvlens",
            "description": "Command line csv viewer",
            "long_description": "Command line csv viewer",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1018
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "csvkit_select",
            "portdir": "python/csvkit_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default csvkit version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of csvkit",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-csvkit",
                        "py35-csvkit",
                        "py36-csvkit",
                        "py37-csvkit",
                        "py38-csvkit",
                        "py310-csvkit",
                        "py311-csvkit",
                        "py312-csvkit",
                        "py313-csvkit",
                        "py39-csvkit"
                    ]
                }
            ]
        },
        {
            "name": "csview",
            "portdir": "textproc/csview",
            "version": "1.3.4",
            "license": "(MIT or Apache-2)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/wfxr/csview",
            "description": "Pretty and fast csv viewer for cli with cjk/emoji support.",
            "long_description": "Pretty and fast csv viewer for cli with cjk/emoji support.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1018
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "csvdb",
            "portdir": "databases/csvdb",
            "version": "0.6",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/darkrose/csvdb",
            "description": "csvdb - an SQL engine for csv",
            "long_description": "csvdb is an SQL engine for csv (character separated values) files, allowing files to be searched and modified as if they were database tables",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "autoconf",
                        "libtool",
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "readline",
                        "gettext"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "csv2xml",
            "portdir": "textproc/csv2xml",
            "version": "0.6",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://csv2xml.sourceforge.net/",
            "description": "A simple csv to xml converter.",
            "long_description": "A simple csv to xml converter.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "csv2strings",
            "portdir": "devel/csv2strings",
            "version": "1.1.2",
            "license": "GLP-3.0",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/csknns/csv2strings",
            "description": "Apple's strings file convertor",
            "long_description": "Parse & convert Apple's strings file to and from a csv file, with first column the translation key, second column the translation value, and the third the comments.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "christos.koninis",
                    "github": "csknns",
                    "ports_count": 2
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "csup",
            "portdir": "net/csup",
            "version": "20060318",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://mu.org/~mux/csup.html",
            "description": "Csup is a rewrite of CVSup in C.",
            "long_description": "Csup is a rewrite of CVSup in C. CVSup(R) is a software for distributing and updating collections of files accross a network. It can efficiently and accurately mirror all types of files, including sources, binaries, hard links, symbolic links, and even device nodes. In addition to being a great general-purpose mirroring tool, CVSup includes special features and optimizations specifically tailored to CVS repositories. It is being used as the preferred way to update sources within the FreeBSD, NetBSD and OpenBSD projects and more.",
            "active": true,
            "categories": [
                "devel",
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "csu",
            "portdir": "devel/csu",
            "version": "85",
            "license": "(APSL-1.1 or APSL-2)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://opensource.apple.com/source/Csu/",
            "description": "Common startup and C runtime setup code",
            "long_description": "Common startup and C runtime setup code",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "csshX",
            "portdir": "net/csshX",
            "version": "0.74",
            "license": "(Artistic-1 or GPL)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://code.google.com/p/csshx/",
            "description": "Cluster ssh tool for Terminal.app",
            "long_description": "csshX is a tool to allow simultaneous control of multiple SSH sessions. csshX will attempt to create an SSH session to each remote host in separate Terminal.app windows. A master window will also be created. All keyboard input in the master will be sent to all the slave windows.",
            "active": true,
            "categories": [
                "sysutils",
                "net",
                "security"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}