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

{
    "count": 49582,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=35",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=33",
    "results": [
        {
            "name": "cscope",
            "portdir": "devel/cscope",
            "version": "15.9",
            "license": "BSD",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://cscope.sourceforge.net/",
            "description": "development tool for browsing source code",
            "long_description": "Cscope is a developer's tool for browsing source code. It has an impeccable Unix pedigree, having been originally developed at Bell Labs back in the days of the PDP-11. Cscope was part of the official AT&T Unix distribution for many years, and has been used to manage projects involving 20 million lines of code.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "clang-12"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "flex",
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cssc",
            "portdir": "devel/cssc",
            "version": "1.4.1",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/cssc/",
            "description": "SCCS replacement",
            "long_description": "CSSC is the GNU Project's replacement for SCCS. SCCS is a proprietary suite of tools which is provided with most commercial versions of Unix.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1826
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "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": "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": "cue",
            "portdir": "devel/cue",
            "version": "0.14.2",
            "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": 1011
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                }
            ],
            "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": "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": "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": "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": "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": "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": [
                        "OSXPal",
                        "ffcall",
                        "Chmox",
                        "vineserver",
                        "vineserver3",
                        "lprof",
                        "BrowserLauncher2",
                        "xloops"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "viewvc",
                        "rb-cvs"
                    ]
                }
            ]
        },
        {
            "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": "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": "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": "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": "cvsgrab",
            "portdir": "devel/cvsgrab",
            "version": "2.3",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://cvsgrab.sourceforge.net",
            "description": "CVSGrab reads a repository via its web interface (ViewCVS or CvsWeb)",
            "long_description": "CVSGrab is another kind of CVS client. When other CVS clients use the cvs protocol or ssh to read the repository, this utility reads the repository via its web interface, such as ViewCVS or CvsWeb.",
            "active": true,
            "categories": [
                "devel",
                "www"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cvsgraph",
            "portdir": "devel/cvsgraph",
            "version": "1.7.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.akhphd.au.dk/~bertho/cvsgraph",
            "description": "utility for graphical representation of CVS/RCS revision tree",
            "long_description": "CvsGraph is a utility to make a graphical representation of all revisions and branches of a file in a CVS/RCS repository.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gd2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "cvsweb"
                    ]
                }
            ]
        },
        {
            "name": "cvslock",
            "portdir": "devel/cvslock",
            "version": "0.2",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.does-not-exist.org/roessler/bits.html",
            "description": "Locks a CVS repository",
            "long_description": "The cvslock program is used to safely manipulate and inspect CVS repositories. To this end, it properly uses CVS' lock file mechanism.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ocheron",
                    "github": "",
                    "ports_count": 2
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cvsps",
            "portdir": "devel/cvsps",
            "version": "2.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://cvsps.sourceforge.net/",
            "description": "Create patchset information from CVS.",
            "long_description": "CVSps is a program for generating 'patchset' information from a CVS repository. A patchset in this case is defined as a set of changes made to a collection of files, and all committed at the same time (using a single 'cvs commit' command). This information is valuable to seeing the big picture of the evolution of a cvs project. While cvs tracks revision information, it is often difficult to see what changes were committed 'atomically' to the repository.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gc-utils"
                    ]
                }
            ]
        },
        {
            "name": "cvsweb",
            "portdir": "devel/cvsweb",
            "version": "3.0.6",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freebsd.org/projects/cvsweb.html",
            "description": "WWW interface for CVS repositories",
            "long_description": "FreeBSD-CVSweb is a WWW CGI script that allows remote users to browse a CVS repository tree via web. It can display the revision history of a file, as well as diffs between revisions and downloading the whole file.",
            "active": true,
            "categories": [
                "devel",
                "www"
            ],
            "maintainers": [],
            "variants": [
                "macports_apache2"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "perl5.34",
                        "p5.34-file-temp",
                        "p5.34-ipc-run",
                        "cvsgraph",
                        "p5.34-string-ediff",
                        "p5.34-uri",
                        "p5.34-mime-types"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cxref",
            "portdir": "devel/cxref",
            "version": "1.6e",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gedanken.org.uk/software/cxref/",
            "description": "C cross referencing & documenting tool",
            "long_description": "Cxref is a program that will produce documentation (in LaTeX, HTML, RTF or SGML) including cross-references from C program source code. It has been designed to work with ANSI C, incorporating K&R, and most popular GNU extensions. The documentation for the program is produced from comments in the code that are appropriately formatted. The cross referencing comes from the code itself and requires no extra work.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "flex",
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "czmq",
            "portdir": "devel/czmq",
            "version": "4.2.1",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://czmq.zeromq.org/",
            "description": "High-level C Binding for 0MQ",
            "long_description": "High-level C Binding for 0MQ",
            "active": true,
            "categories": [
                "devel",
                "sysutils",
                "net"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2754
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zmq"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "qore-zmq-module"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "rb33-ffi-czmq",
                        "rb32-ffi-czmq",
                        "rb31-ffi-czmq"
                    ]
                }
            ]
        },
        {
            "name": "d-completion-daemon",
            "portdir": "devel/d-completion-daemon",
            "version": "0.8.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Hackerpilot/DCD",
            "description": "The D Completion Daemon (DCD) is an auto-complete program for the D programming language",
            "long_description": "DCD consists of a client and a server. The client (dcd-client) is almost always used through a text editor script or plugin, though it can be used from the command line. The server (dcd-server) is responsible for caching imported files, calculating autocomplete information, and sending it back to the client.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "dmd",
                        "druntime",
                        "phobos"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "d52",
            "portdir": "devel/d52",
            "version": "3.4.1",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "http://www.brouhaha.com/~eric/software/d52/",
            "description": "Disassembler for a variety of microprocessors",
            "long_description": "d52 is a set of disassemblers for the 8052, 8035, 8048, 8041, Z80, 8080 and 8085 microcontrollers",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "daaplib",
            "portdir": "devel/daaplib",
            "version": "0.1.1a",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20130623073811/http://www.deleet.de/projekte/daap/daaplib/",
            "description": "small library for reading and writing DAAP streams",
            "long_description": "daaplib is a very tiny and portable C++ library which helps to read and write low-level DAAP streams in memory. The code is straightforward and can mirror the structure of the data fairly well. DAAP streams are used by iTunes for sharing songs.",
            "active": true,
            "categories": [
                "devel",
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "darcs",
            "portdir": "devel/darcs",
            "version": "2.16.5",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://darcs.net/",
            "description": "A distributed, interactive, smart revision control system",
            "long_description": "Darcs is a free, open source revision control system. It is: \n- Distributed: Every user has access to the full command set, removing boundaries between server and client or committer and non-committers. \n- Interactive: Darcs is easy to learn and efficient to use because it asks you questions in response to simple commands, giving you choices in your work flow. You can choose to record one change in a file, while ignoring another. As you update from upstream, you can review each patch name, even the full diff for interesting patches. \n- Smart: Originally developed by physicist David Roundy, darcs is based on a unique algebra of patches. \nThis smartness lets you respond to changing demands in ways that would otherwise not be possible. Learn more about spontaneous branches with darcs.",
            "active": true,
            "categories": [
                "devel",
                "haskell"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cctools",
                        "openssl",
                        "stack",
                        "file",
                        "grep",
                        "gsed",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "darts",
            "portdir": "devel/darts",
            "version": "0.32",
            "license": "LGPL-2.1+ and BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://chasen.org/~taku/software/darts/",
            "description": "Double-ARray Trie System",
            "long_description": "Darts is a C++ Templeate library which can be used to make Double-Array. Reference: Aoe, J. An Efficient Digital Search Algorithm by Using a Double-Array Structure. IEEE Transactions on Software Engineering. Vol. 15, 9 (Sep 1989). pp. 1066-1077",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "chasen-base"
                    ]
                }
            ]
        },
        {
            "name": "darts-clone",
            "portdir": "devel/darts-clone",
            "version": "0.32g",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://code.google.com/p/darts-clone/",
            "description": "A clone of Darts (Double-ARray Trie System)",
            "long_description": "Darts-clone is a clone of Darts (Double-ARray Trie System), which is a C++ header library for double-array structure.",
            "active": true,
            "categories": [
                "devel",
                "textproc"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "pecco"
                    ]
                }
            ]
        },
        {
            "name": "darwinbuild",
            "portdir": "devel/darwinbuild",
            "version": "37",
            "license": "BSD",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://macosforge.github.io/darwinbuild/",
            "description": "Darwinbuild is a set of tools that facilitate building the sources released by Apple.",
            "long_description": "The Darwin Build Scripts are a collection of tools that assist compilation of the many projects contained in Darwin, the open source base of Apple's Mac OS X operating system. Apple publishes the sources of these projects in an archive format (.tar.gz). An archive is published for each project version on Apple's site. These tools will provide the proper build environment as well as help to resolve any necessary dependencies prior to building.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "sqlite3",
                        "tcl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "darwinbuild-legacy",
            "portdir": "devel/darwinbuild-legacy",
            "version": "0.8.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://macosforge.github.io/darwinbuild/",
            "description": "Darwinbuild is a set of tools that facilitate building the sources released by Apple.",
            "long_description": "The Darwin Build Scripts are a collection of tools that assist compilation of the many projects contained in Darwin, the open source base of Apple's Mac OS X operating system. Apple publishes the sources of these projects in an archive format (.tar.gz). An archive is published for each project version on Apple's site. These tools will provide the proper build environment as well as help to resolve any necessary dependencies prior to building.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "sqlite3",
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dbus",
            "portdir": "devel/dbus",
            "version": "1.14.10",
            "license": "(AFL-2.1 or GPL-2+)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freedesktop.org/wiki/Software/dbus/",
            "description": "A message bus system, a simple way for applications to talk to one another.",
            "long_description": "A message bus system, a simple way for applications to talk to one another.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1502
                }
            ],
            "variants": [
                "test",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "expat"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "tracker"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "e_dbus",
                        "qt6-qtbase",
                        "p5.26-net-dbus",
                        "dbus-glib",
                        "logjam",
                        "offlinefs",
                        "libgnome-keyring",
                        "oxygen-gtk2",
                        "oxygen-gtk3",
                        "Etoile",
                        "Etoile-devel",
                        "AfterStep",
                        "zeitgeist",
                        "totem",
                        "tracker3",
                        "p5.28-net-dbus",
                        "p5.30-net-dbus",
                        "p5.32-net-dbus",
                        "p5.34-net-dbus",
                        "xfconf",
                        "gnome-keyring",
                        "gnome-terminal",
                        "scite",
                        "qt4-mac",
                        "qt511-qtbase",
                        "awesome",
                        "qt69-qtbase",
                        "qt53-qtbase",
                        "dbus-python27",
                        "dbus-python35",
                        "dbus-python36",
                        "dbus-python37",
                        "dbus-python38",
                        "dbus-python39",
                        "dbus-python310",
                        "dbus-python311",
                        "dbus-python312",
                        "dbus-python313",
                        "dbus-python314",
                        "qt56-qtbase",
                        "qt55-qtbase",
                        "qt57-qtbase",
                        "qt58-qtbase",
                        "qt59-qtbase",
                        "gjs-devel",
                        "strigi",
                        "FileZilla",
                        "subversion",
                        "subversion-javahlbindings",
                        "subversion-perlbindings-5.28",
                        "subversion-perlbindings-5.30",
                        "subversion-perlbindings-5.32",
                        "subversion-perlbindings-5.34",
                        "subversion-rubybindings",
                        "qt5-qtbase",
                        "qt5-qtwebengine",
                        "trojita",
                        "qt64-qtbase",
                        "qt67-qtbase",
                        "qt68-qtbase",
                        "libgphoto2",
                        "gnome-applets",
                        "xfce4-terminal",
                        "gonepass",
                        "font-manager",
                        "gjs",
                        "qt513-qtbase",
                        "qt513-qtwebengine",
                        "at-spi2-core",
                        "at-spi2-atk",
                        "libmm-glib",
                        "pulseaudio",
                        "rawstudio",
                        "policykit"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "audacious-plugins",
                        "audacious-core"
                    ]
                }
            ]
        },
        {
            "name": "dbus-glib",
            "portdir": "devel/dbus-glib",
            "version": "0.112",
            "license": "(AFL-2.1 or GPL-2+)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freedesktop.org/wiki/Software/dbus/",
            "description": "Glib bindings for the dbus message bus system.",
            "long_description": "Glib bindings for the dbus message bus system. dbus-glib is deprecated, please use GDBus in new GLib-based projects.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "test",
                "doc",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2",
                        "dbus",
                        "libiconv",
                        "expat",
                        "gettext"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "telepathy-qt",
                        "telepathy-farstream",
                        "telepathy-glib",
                        "telepathy-haze",
                        "logjam",
                        "upower",
                        "gconf",
                        "libbonobo",
                        "libunique3",
                        "seed",
                        "folks",
                        "gimp3-devel",
                        "vino",
                        "geoclue",
                        "empathy",
                        "libsocialweb",
                        "xfconf",
                        "gal",
                        "fsearch",
                        "squeeze",
                        "xfwm4",
                        "midgard2-core",
                        "libunique",
                        "dbus-python27",
                        "dbus-python35",
                        "dbus-python36",
                        "dbus-python37",
                        "dbus-python38",
                        "dbus-python39",
                        "dbus-python310",
                        "dbus-python311",
                        "dbus-python312",
                        "dbus-python313",
                        "dbus-python314",
                        "hexchat",
                        "gnome-applets",
                        "gnome-session",
                        "ristretto",
                        "gimp2",
                        "gimp2-devel"
                    ]
                }
            ]
        },
        {
            "name": "dbus-glib-sharp",
            "portdir": "devel/dbus-glib-sharp",
            "version": "0.4.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ndesk.org/DBusSharp",
            "description": "dbus-glib-sharp (a.k.a. ndesk-dbus-glib) is a C# implementation of D-Bus-Glib",
            "long_description": "dbus-glib-sharp (a.k.a. ndesk-dbus-glib) is a C# implementation of D-Bus-Glib. D-Bus is an inter-process communication framework that lets applications interface with the system event bus as well as allowing them to talk to one another in a peer-to-peer configuration.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "dbus-sharp",
                        "mono"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "notify-sharp"
                    ]
                }
            ]
        },
        {
            "name": "dbus-python",
            "portdir": "devel/dbus-python",
            "version": "1.3.2",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freedesktop.org/wiki/Software/dbus/",
            "description": "Python bindings for the dbus message bus system.",
            "long_description": "Python bindings for the dbus message bus system.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1502
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "dbus-python311"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dbus-python27",
            "portdir": "devel/dbus-python",
            "version": "1.2.18",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freedesktop.org/wiki/Software/dbus/",
            "description": "Python bindings for the dbus message bus system.",
            "long_description": "Python bindings for the dbus message bus system.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1502
                }
            ],
            "variants": [
                "examples",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "glib2",
                        "dbus",
                        "libiconv",
                        "python27",
                        "dbus-glib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "PIDA",
                        "py27-pykde4",
                        "py27-pyqt4",
                        "py27-atspi",
                        "py27-pyqt5",
                        "xgsch2pcb"
                    ]
                }
            ]
        },
        {
            "name": "dbus-python35",
            "portdir": "devel/dbus-python",
            "version": "1.3.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freedesktop.org/wiki/Software/dbus/",
            "description": "Python bindings for the dbus message bus system.",
            "long_description": "Python bindings for the dbus message bus system.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1502
                }
            ],
            "variants": [
                "examples",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "glib2",
                        "dbus",
                        "libiconv",
                        "python35",
                        "dbus-glib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py35-pyqt4",
                        "py35-pyqt5"
                    ]
                }
            ]
        },
        {
            "name": "dbus-python36",
            "portdir": "devel/dbus-python",
            "version": "1.3.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freedesktop.org/wiki/Software/dbus/",
            "description": "Python bindings for the dbus message bus system.",
            "long_description": "Python bindings for the dbus message bus system.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1502
                }
            ],
            "variants": [
                "examples",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "glib2",
                        "dbus",
                        "libiconv",
                        "python36",
                        "dbus-glib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gnome-music",
                        "py36-pyqt4",
                        "py36-pyqt5"
                    ]
                }
            ]
        },
        {
            "name": "dbus-python37",
            "portdir": "devel/dbus-python",
            "version": "1.3.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freedesktop.org/wiki/Software/dbus/",
            "description": "Python bindings for the dbus message bus system.",
            "long_description": "Python bindings for the dbus message bus system.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1502
                }
            ],
            "variants": [
                "doc",
                "examples",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "glib2",
                        "dbus",
                        "libiconv",
                        "python37",
                        "dbus-glib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-pyqt4",
                        "py37-pyqt5"
                    ]
                }
            ]
        },
        {
            "name": "dbus-python38",
            "portdir": "devel/dbus-python",
            "version": "1.3.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freedesktop.org/wiki/Software/dbus/",
            "description": "Python bindings for the dbus message bus system.",
            "long_description": "Python bindings for the dbus message bus system.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1502
                }
            ],
            "variants": [
                "doc",
                "examples",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "glib2",
                        "dbus",
                        "libiconv",
                        "python38",
                        "dbus-glib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-pyqt4",
                        "py38-pyqt5"
                    ]
                }
            ]
        },
        {
            "name": "dbus-python39",
            "portdir": "devel/dbus-python",
            "version": "1.3.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freedesktop.org/wiki/Software/dbus/",
            "description": "Python bindings for the dbus message bus system.",
            "long_description": "Python bindings for the dbus message bus system.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1502
                }
            ],
            "variants": [
                "doc",
                "examples",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "glib2",
                        "dbus",
                        "libiconv",
                        "python39",
                        "dbus-glib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "telepathy-mission-control"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py39-pyqt4",
                        "py39-pyqt5",
                        "py39-pyqt6"
                    ]
                }
            ]
        },
        {
            "name": "dbus-sharp",
            "portdir": "devel/dbus-sharp",
            "version": "0.6.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ndesk.org/DBusSharp",
            "description": "dbus-sharp (a.k.a. ndesk-dbus) is a C# implementation of D-Bus",
            "long_description": "dbus-sharp (a.k.a. ndesk-dbus) is a C# implementation of D-Bus. D-Bus is an inter-process communication framework that lets applications interface with the system event bus as well as allowing them to talk to one another in a peer-to-peer configuration.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mono"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "dbus-glib-sharp",
                        "notify-sharp"
                    ]
                }
            ]
        },
        {
            "name": "dbusmenu-qt",
            "portdir": "devel/dbusmenu-qt",
            "version": "0.9.2",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://launchpad.net/libdbusmenu-qt",
            "description": "expose menus on DBus",
            "long_description": "A DBus interface to expose notification area menus on DBus.",
            "active": true,
            "categories": [
                "devel",
                "kde",
                "kde4"
            ],
            "maintainers": [
                {
                    "name": "rjvbertin",
                    "github": "RJVB",
                    "ports_count": 55
                }
            ],
            "variants": [
                "debug",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "cmake",
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "phonon"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "kdelibs4"
                    ]
                }
            ]
        },
        {
            "name": "dbusmenu-qt5",
            "portdir": "devel/dbusmenu-qt",
            "version": "0.9.3.16.04",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://launchpad.net/libdbusmenu-qt",
            "description": "expose menus on DBus ; Qt5 version",
            "long_description": "A DBus interface to expose notification area menus on DBus. Qt5 version.",
            "active": true,
            "categories": [
                "devel",
                "kde",
                "kde4"
            ],
            "maintainers": [
                {
                    "name": "rjvbertin",
                    "github": "RJVB",
                    "ports_count": 55
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "bzr"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ddd",
            "portdir": "devel/ddd",
            "version": "3.4.1",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/ddd/",
            "description": "Data Display Debugger",
            "long_description": "DDD is a graphical front-end for GDB and other command-line debuggers.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "fontconfig",
                        "Xft2",
                        "openmotif",
                        "xorg-libX11",
                        "xorg-libXaw",
                        "xorg-libXext",
                        "xorg-libXmu",
                        "xorg-libXp",
                        "xorg-libXt",
                        "xorg-libice",
                        "xorg-libsm",
                        "xpm",
                        "ncurses"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "liberation-fonts"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dejagnu",
            "portdir": "devel/dejagnu",
            "version": "1.6.3",
            "license": "GPL-3+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/dejagnu",
            "description": "A framework for testing programs",
            "long_description": "DejaGnu is a framework for testing other programs. Its purpose is to provide a single front end for all tests. Think of it as a custom library of Tcl procedures crafted to support writing a test harness.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "larryv",
                    "github": "larryv",
                    "ports_count": 48
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "expect"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "libffi"
                    ]
                }
            ]
        },
        {
            "name": "delve",
            "portdir": "devel/delve",
            "version": "1.25.2",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/go-delve/delve",
            "description": "Delve is a debugger for the Go programming language.",
            "long_description": "Delve is a debugger for the Go programming language. The goal of the project is to provide a simple, full featured debugging tool for Go. Delve should be easy to invoke and easy to use. Chances are if you're using a debugger, things aren't going your way. With that in mind, Delve should stay out of your way as much as possible.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1011
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "deno",
            "portdir": "devel/deno",
            "version": "2.5.5",
            "license": "MIT",
            "platforms": "{darwin >= 16}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://deno.land",
            "description": "Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust.",
            "long_description": "Deno is a secure runtime for JavaScript and TypeScript. It is secure by default, performs no file, network, or environment access, unless explicitly enabled, and supports TypeScript out of the box. Deno has built-in utilities like a dependency inspector (deno info) and a code formatter (deno fmt), with a set of reviewed (audited) standard modules that are guaranteed to work with Deno.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1011
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dep",
            "portdir": "devel/dep",
            "version": "0.5.4",
            "license": "BSD",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/golang/dep",
            "description": "Dependency tool for go",
            "long_description": "Dependency tool for go",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "developer_cmds",
            "portdir": "devel/developer_cmds",
            "version": "63",
            "license": "BSD",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://opensource.apple.com/source/developer_cmds/",
            "description": "A set of general BSD commands for developers",
            "long_description": "Apple's BSD general commands for developers including the asa utility, ctags, indent, lorder, mkdep, rpcgen, unifdef and what.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "CoreOSMakefiles",
                        "mk-configure"
                    ]
                }
            ]
        },
        {
            "name": "devtodo",
            "portdir": "devel/devtodo",
            "version": "0.1.20",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://swapoff.org/devtodo1.html",
            "description": "Command line application for maintaining lists of tasks.",
            "long_description": "DevTodo is small command line application for maintaining lists of tasks. It stores tasks hierarchically, with each task given one of five priority levels. Data is stored as XML, so various XSLT templates can be executed on the XML to convert it into different formats e.g. HTML.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "readline"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}