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

{
    "count": 50278,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=39",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=37",
    "results": [
        {
            "name": "ddcctl",
            "portdir": "sysutils/ddcctl",
            "version": "1",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kfix/ddcctl",
            "description": "DDC monitor controls (brightness) for Mac OSX command line",
            "long_description": "DDC monitor controls (brightness) for Mac OSX command line. Adjust your external monitors' built-in controls from the OSX shel",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1019
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ddclient",
            "portdir": "net/ddclient",
            "version": "3.11.2",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ddclient.net/",
            "description": "Update dynamic DNS entries",
            "long_description": "ddclient is a Perl client used to update dynamic DNS entries for accounts on many dynamic DNS services.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                }
            ],
            "variants": [
                "system_sendmail"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "autoconf",
                        "automake",
                        "libtool"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-io-socket-ssl"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "postfix",
                        "curl-ca-bundle",
                        "p5.34-data-validate-ip"
                    ]
                }
            ],
            "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": "ddeabm",
            "portdir": "fortran/ddeabm",
            "version": "3.0.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jacobwilliams/ddeabm",
            "description": "Modern Fortran implementation of the DDEABM Adams–Bashforth algorithm",
            "long_description": "This is a modern object-oriented Fortran implementation of the DDEABM Adams–Bashforth–Moulton ODE solver. The original Fortran 77 code was obtained from the SLATEC library. It has been extensively refactored.",
            "active": true,
            "categories": [
                "math",
                "fortran"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "gcc10",
                "gcc11",
                "gcc12",
                "gccdevel"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14",
                        "gcc12",
                        "fpm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ddev",
            "portdir": "devel/ddev",
            "version": "1.24.4",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ddev.com",
            "description": "Local PHP development environment management tool",
            "long_description": "DDEV is an open source tool for launching local PHP web development environments in minutes. It helps developers create and manage Docker-based development environments with support for multiple PHP versions, web servers, databases, and other tools.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "",
                    "github": "jlorenzetti",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gmake",
                        "go",
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "mkcert"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ddh",
            "portdir": "sysutils/ddh",
            "version": "0.13.0",
            "license": "LGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/darakian/ddh",
            "description": "A fast duplicate file finder",
            "long_description": "A fast duplicate file finder. DDH traverses input directories and their subdirectories. It also hashes files as needed and reports findings.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1019
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ddnsu",
            "portdir": "net/ddnsu",
            "version": "0.3.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://psydev.sourceforge.net/new/ddnsu/",
            "description": "simple, reliable and small updating client for dynamic DNS",
            "long_description": "ddnsu is a dynamic DNS updating client that aims to be simple, reliable, and above all very small. It works with services such as DynDNS.org.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ddptools",
            "portdir": "audio/ddptools",
            "version": "1.1",
            "license": "NoMirror",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://ddp.andreasruge.de",
            "description": "DDP Mastering Tools",
            "long_description": "The DDP Mastering Tools are a small set of command line programs which read and write DDP images as used for Red Book CD audio mastering. They let you \n \n* create DDP 2.0 masters from a cue/wav images, \n* inspect DDP masters by displaying the full meta-data found in those masters, a feature rarely found in traditional DDP software, \n* convert DDP masters to cue/wav for easier playback, or burning of CD reference copies.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "breun",
                    "github": "breun",
                    "ports_count": 97
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dd_rescue",
            "portdir": "sysutils/dd_rescue",
            "version": "1.14",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.garloff.de/kurt/linux/ddrescue/",
            "description": "copy data from one file or block device to another",
            "long_description": "dd_rescue is modeled after dd but optimized for copying data from possible damaged disks to your system",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ddrescue",
            "portdir": "sysutils/ddrescue",
            "version": "1.29.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/ddrescue/ddrescue.html",
            "description": "GNU ddrescue is a data recovery tool.",
            "long_description": "GNU ddrescue is a data recovery tool. It copies data from one file or block device (hard disc, cdrom, etc) to another, trying hard to rescue data in case of read errors.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "aeioudev",
                    "github": "aeiouaeiouaeiouaeiouaeiouaeiou",
                    "ports_count": 10
                },
                {
                    "name": "raimue",
                    "github": "raimue",
                    "ports_count": 56
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "lzip"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "texinfo"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "gutils-suite-core"
                    ]
                }
            ]
        },
        {
            "name": "ddrescueview",
            "portdir": "sysutils/ddrescueview",
            "version": "0.4.5",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sourceforge.net/projects/ddrescueview",
            "description": "Graphical viewer for GNU ddrescue log files.",
            "long_description": "This small tool allows the user to graphically examine ddrescue's log files in a user friendly GUI application. The Main window displays a block grid with each block's color representing the block types it contains. Many people know this type of view from defragmentation programs. The program is written in Object Pascal using the Lazarus IDE.",
            "active": true,
            "categories": [
                "aqua",
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 56
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "lazarus",
                        "makeicns",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "DeaDBeeF",
            "portdir": "multimedia/DeaDBeeF",
            "version": "1.9.5",
            "license": "zlib and LGPL-2.1 and GPL-2",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://deadbeef.sourceforge.io",
            "description": "DeaDBeeF is a modular cross-platform audio player",
            "long_description": "DeaDBeeF is a modular cross-platform audio player. It plays a variety of audio formats, converts between them, lets you customize the UI in almost any way you want, and use many additional plugins which can extend it even more.\n\nNOTE: The macOS version has not been officially released, and has many unresolved issues and unimplemented features.",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "deal.ii",
            "portdir": "math/deal.ii",
            "version": "9.4.2",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.dealii.org/",
            "description": "a C++ software library supporting the creation of finite element codes",
            "long_description": "deal.ii is a C++ software library supporting the creation of finite element codes.",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "debug",
                "accelerate",
                "atlas",
                "blis",
                "flexiblas",
                "openblas",
                "clang10",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang11",
                "clang12",
                "clangdevel",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "g95",
                "gcc10",
                "gccdevel",
                "gfortran",
                "mpich",
                "openmpi",
                "docs",
                "python",
                "universal",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc",
                        "libomp",
                        "ADOL-C",
                        "SuiteSparse_UMFPACK",
                        "arpack",
                        "gsl",
                        "metis",
                        "muparser",
                        "zlib",
                        "gmsh",
                        "hdf5",
                        "opencascade",
                        "boost176",
                        "onetbb",
                        "sundials5",
                        "kokkos",
                        "arborx",
                        "symengine",
                        "cgal5",
                        "assimp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "deark",
            "portdir": "archivers/deark",
            "version": "1.7.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://entropymine.com/deark/",
            "description": "A utility for file format and metadata analysis, data extraction, decompression, and image format decoding",
            "long_description": "Deark is a command-line utility that can decode certain types of files, and either convert them to a more-modern or more-readable format, or extract embedded files from them",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "srirangav",
                    "github": "srirangav",
                    "ports_count": 15
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "help2man",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "deb2targz",
            "portdir": "archivers/deb2targz",
            "version": "20021217",
            "license": "none",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.miketaylor.org.uk/tech/deb/",
            "description": "converts .deb packages to .tar.gz archives",
            "long_description": "deb2targz is a very small perl script for converting Debian Linux style .deb packages to a friendly .tar.gz. deb2targz does not need any external programs like ar or tar.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "perl5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "debianutils",
            "portdir": "sysutils/debianutils",
            "version": "5.23.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://tracker.debian.org/pkg/debianutils",
            "description": "Miscellaneous utilities from Debian",
            "long_description": "debianutils is a collection of miscellaneous utilities developed by the Debian project for their Linux distribution. This port provides the utilities run-parts and tempfile.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "raimue",
                    "github": "raimue",
                    "ports_count": 56
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "molly-guard",
                        "dpkg"
                    ]
                }
            ]
        },
        {
            "name": "deco",
            "portdir": "archivers/deco",
            "version": "1.6.4",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/peha/deco",
            "description": "file extraction framework",
            "long_description": "deco is a Un*x program, written in SUSv3-compliant C99, that is able to extract various archive file formats. It focuses on consistent behavior and has a modular pluggable extraction engine backend.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "deco-archive"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "deco-archive",
            "portdir": "archivers/deco-archive",
            "version": "1.7",
            "license": "GPL-3",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/peha/deco-archive",
            "description": "provides support for popular archive formats to deco",
            "long_description": "deco-archive provides support for popular archive formats to the deco file extraction framework.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "deco"
                    ]
                }
            ]
        },
        {
            "name": "dectalk",
            "portdir": "audio/dectalk",
            "version": "2023-10-30",
            "license": "Restrictive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dectalk/dectalk",
            "description": "90s/00s DECtalk text-to-speech application",
            "long_description": "90s/00s DECtalk text-to-speech application",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "makr",
                    "github": "mohd-akram",
                    "ports_count": 82
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk2"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "xdg-utils"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ded",
            "portdir": "sysutils/ded",
            "version": "20250928",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://invisible-island.net/ded/",
            "description": "directory editor for UNIX systems",
            "long_description": "A directory editor for UNIX systems, DED has special functions to manage RCS and SCCS files.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "makr",
                    "github": "mohd-akram",
                    "ports_count": 82
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "td_lib"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "defaultbrowser",
            "portdir": "sysutils/defaultbrowser",
            "version": "1.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kerma/defaultbrowser",
            "description": "Command line tool for setting the default browser (HTTP handler) in macOS",
            "long_description": "Command line tool for setting the default browser (HTTP handler) in macOS",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 223
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "defendguin",
            "portdir": "games/defendguin",
            "version": "0.0.12",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.newbreedsoftware.com/defendguin/",
            "description": "clone of the classic arcade game Defender",
            "long_description": "Defendguin is based loosely on Williams classic arcade game, Defender. Some recognizable stars in the realm of modern operating systems should be fairly obvious. Story: A certain monopoly-owning bad guy has been cloned hundreds of times by an unknown alien race. They are now attacking earth, kidnapping little penguinoids and converting them into mutants. Helping them on their way are some other nasty alien ships, of which there are plenty...",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsdl_mixer",
                        "libsdl"
                    ]
                }
            ],
            "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": "dejavu-fonts",
            "portdir": "x11/dejavu-fonts",
            "version": "2.37",
            "license": "BitstreamVera",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://dejavu-fonts.github.io",
            "description": "The DejaVu fonts are a font family based on the Vera Fonts.",
            "long_description": "The DejaVu fonts are a font family based on the Vera Fonts. Its purpose is to provide a wider range of characters while maintaining the original look and feel through the process of collaborative development (see authors), under a Free license.",
            "active": true,
            "categories": [
                "x11",
                "fonts"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "fontconfig"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "dblatex"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "mythtv-core.28",
                        "rrdtool"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "p5.32-cairo",
                        "p5.26-cairo",
                        "p5.34-cairo",
                        "p5.28-cairo",
                        "p5.30-cairo"
                    ]
                }
            ]
        },
        {
            "name": "deletemail",
            "portdir": "mail/deletemail",
            "version": "0.5",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://code.jhweiss.de/deletemail/",
            "description": "non-interactive tool for removing mail from IMAP4 mailboxes",
            "long_description": "deletemail is a non-interactive tool for removing mail from one or more IMAP4 mailboxes. It removes mail older than a configurable number of days, and by default does not remove mail that is not marked as seen on the server",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "deluge",
            "portdir": "net/deluge",
            "version": "2.2.0",
            "license": "(GPL-3+ or OpenSSLException)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.deluge-torrent.org",
            "description": "A GNOME BitTorrent client.",
            "long_description": "Deluge is a GNOME client for the BitTorrent network written in python.",
            "active": true,
            "categories": [
                "net",
                "gnome",
                "python"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2610
                }
            ],
            "variants": [
                "python310",
                "python311",
                "python312",
                "python313"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-wheel",
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313",
                        "py313-zopeinterface",
                        "py313-six",
                        "py313-Pillow",
                        "py313-openssl",
                        "py313-mako",
                        "py313-asn1",
                        "py313-service_identity",
                        "gettext",
                        "py313-gobject3",
                        "py313-setproctitle",
                        "py313-twisted",
                        "py313-ifaddr",
                        "py313-pyxdg",
                        "py313-rencode",
                        "py313-chardet",
                        "gtk3",
                        "gdk-pixbuf2",
                        "librsvg",
                        "libtorrent-rasterbar",
                        "boost181"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "adwaita-icon-theme"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "delve",
            "portdir": "devel/delve",
            "version": "1.26.0",
            "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": 1019
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "demangle",
            "portdir": "devel/demangle",
            "version": "20160204",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/eklitzke/demangle",
            "description": "Tool to demangle C++ symbols.",
            "long_description": "This is a tool to help you demangle C++ symbols. These are symbols that you might see while looking at GDB backtraces, or perhaps as a result of looking at the symbol table from nm, objdump, etc.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "demeter",
            "portdir": "science/demeter",
            "version": "0.9.26",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bruceravel.github.io/demeter/",
            "description": "Demeter is a comprehensive system for processing and analyzing X-ray Absorption Spectroscopy data.",
            "long_description": "Demeter is a comprehensive system for processing and analyzing X-ray Absorption Spectroscopy data.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-capture-tiny",
                        "p5.34-file-copy-recursive",
                        "p5.34-file-slurper",
                        "p5.34-file-touch",
                        "p5.34-module-build",
                        "p5.34-pod-projectdocs",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-datetime",
                        "p5.34-encoding-fixlatin",
                        "p5.34-encoding-fixlatin-xs",
                        "p5.34-file-copy-recursive",
                        "p5.34-file-countlines",
                        "p5.34-file-monitor-lite",
                        "p5.34-file-which",
                        "p5.34-graph",
                        "p5.34-graphics-gnuplotif",
                        "p5.34-heap",
                        "p5.34-html-parser",
                        "p5.34-ifeffit",
                        "p5.34-json",
                        "p5.34-math-combinatorics",
                        "p5.34-math-derivative",
                        "p5.34-math-random",
                        "p5.34-math-round",
                        "p5.34-math-spline",
                        "p5.34-moose",
                        "p5.34-moosex-aliases",
                        "p5.34-moosex-types",
                        "p5.34-moosex-types-laxnum",
                        "p5.34-pdl",
                        "p5.34-pdl-stats",
                        "p5.34-pod-pom",
                        "p5.34-regexp-assemble",
                        "ifeffit",
                        "p5.34-soap-lite",
                        "p5.34-spreadsheet-writeexcel",
                        "p5.34-statistics-descriptive",
                        "p5.34-string-random",
                        "p5.34-term-sk",
                        "p5.34-term-twiddle",
                        "p5.34-text-template",
                        "p5.34-text-unidecode",
                        "p5.34-tree-simple",
                        "p5.34-want",
                        "p5.34-wx",
                        "p5.34-xmlrpc-lite",
                        "p5.34-yaml-tiny",
                        "p5.34-regexp-common",
                        "perl5.34",
                        "p5.34-archive-zip",
                        "p5.34-capture-tiny",
                        "p5.34-chemistry-elements",
                        "p5.34-config-ini",
                        "p5.34-const-fast"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "demeter-devel",
            "portdir": "science/demeter",
            "version": "0.9.26",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 2,
            "replaced_by": "demeter",
            "homepage": "https://bruceravel.github.io/demeter/",
            "description": "Obsolete port, replaced by demeter",
            "long_description": "This port has been replaced by demeter.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "denemo",
            "portdir": "print/denemo",
            "version": "2.6.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.denemo.org",
            "description": "Denemo is a unique score editor",
            "long_description": "Denemo is a unique score editor which exports notation to LilyPond and ABC music formats. It also acts as a frontend for Csound score files. Denemo is different from most graphic music editors; this is partly because it was created to help edit LilyPond notation and partly because of its unique design philosophy.",
            "active": true,
            "categories": [
                "audio",
                "x11",
                "print"
            ],
            "maintainers": [],
            "variants": [
                "csound"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "autoconf",
                        "automake",
                        "gettext",
                        "libtool",
                        "pkgconfig",
                        "intltool"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2",
                        "evince",
                        "gtk3",
                        "gtksourceview3",
                        "librsvg",
                        "aubio",
                        "fluidsynth",
                        "libxml2",
                        "gettext-runtime",
                        "guile-2.2",
                        "fftw-3",
                        "jack",
                        "libsmf",
                        "libsndfile",
                        "portaudio",
                        "portmidi",
                        "rubberband"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "lilypond"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "deno",
            "portdir": "devel/deno",
            "version": "2.6.3",
            "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": 1019
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "yt-dlp-ejs"
                    ]
                }
            ]
        },
        {
            "name": "denyhosts",
            "portdir": "security/denyhosts",
            "version": "3.1.2",
            "license": "GPL-2",
            "platforms": "{darwin any} freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://denyhosts.sourceforge.net/",
            "description": "DenyHosts is a utility to help sys admins thwart ssh hackers",
            "long_description": "DenyHosts is a python program that automatically blocks ssh attacks by adding entries to /etc/hosts.deny. DenyHosts will also inform Linux administrators about offending hosts, attacked users and suspicious logins.",
            "active": true,
            "categories": [
                "sysutils",
                "security"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                }
            ],
            "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": "DepreciateForLedger",
            "portdir": "office/DepreciateForLedger",
            "version": "1.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tazzben/DepreciateForLedger",
            "description": "Depreciation tool for Ledger",
            "long_description": "This tool allows you to create a depreciation schedule appropriate for Ledger.",
            "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": "depu",
            "portdir": "devel/depu",
            "version": "1.0.5",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kevwan/depu",
            "description": "A tool to check available updates of packages in go.mod",
            "long_description": "A tool to check available updates of packages in go.mod",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1019
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "derby",
            "portdir": "java/derby",
            "version": "10.9.1.0",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://db.apache.org/derby/",
            "description": "Relational database implemented entirely in Java",
            "long_description": "Apache Derby, an Apache DB subproject, is an open source relational database implemented entirely in Java and available under the Apache License, Version 2.0. Some key advantages include: 1) Derby has a small footprint -- about 2 megabytes for the base engine and embedded JDBC driver. 2) Derby is based on the Java, JDBC, and SQL standards. 3) Derby provides an embedded JDBC driver that lets you embed Derby in any Java-based solution. 4) Derby also supports the more familiar client/server mode with the Derby Network Client JDBC driver and Derby Network Server. 5) Derby is easy to install, deploy, and use.",
            "active": true,
            "categories": [
                "java"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "kaffe"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "rlwrap"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "derby-server",
            "portdir": "java/derby-server",
            "version": "10.5.3.0",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://db.apache.org/derby",
            "description": "Relational database implemented entirely in Java (incl. server components)",
            "long_description": "Apache Derby, an Apache DB subproject, is an open source relational database implemented entirely in Java and available under the Apache License, Version 2.0. Some key advantages include: 1) Derby has a small footprint -- about 2 megabytes for the base engine and embedded JDBC driver. 2) Derby is based on the Java, JDBC, and SQL standards. 3) Derby provides an embedded JDBC driver that lets you embed Derby in any Java-based solution. 4) Derby also supports the more familiar client/server mode with the Derby Network Client JDBC driver and Derby Network Server. 5) Derby is easy to install, deploy, and use. This version includes the server components.",
            "active": true,
            "categories": [
                "java"
            ],
            "maintainers": [],
            "variants": [
                "symlinks"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "kaffe"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "Deriv",
            "portdir": "www/Deriv",
            "version": "2014.04.22",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/nark/Deriv",
            "description": "Cross-platform client for Wired 2.0",
            "long_description": "Deriv is full graphical and cross-platform client for the Wired 2.0 protocol. It is built against libwired and Qt frameworks.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "universal",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "openssl10",
                        "qtkeychain-qt4",
                        "qt4-mac",
                        "libxml2",
                        "libwired",
                        "libiconv",
                        "zlib",
                        "sqlite3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "desklaunch",
            "portdir": "x11/desklaunch",
            "version": "1.1.8",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.oroborus.org/",
            "description": "DeskLaunch is a small utility for creating desktop icons.",
            "long_description": "DeskLaunch is a small utility for creating desktop icons using pixmaps. A simple click will launch the desired application. DeskLaunch itself runs under X11 and uses a small configuration file to decide which icons to create. It is meant to supplement the Oroborus \"minimalistic window manager\".",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libX11",
                        "xorg-libXext",
                        "xpm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "desktop-file-utils",
            "portdir": "gnome/desktop-file-utils",
            "version": "0.28",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freedesktop.org/wiki/Software/desktop-file-utils/",
            "description": "Command line utilities for working with desktop entries.",
            "long_description": "Command line utilities for working with desktop entries.",
            "active": true,
            "categories": [
                "gnome"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "ninja",
                        "pkgconfig",
                        "autoconf",
                        "automake",
                        "meson"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "mousepad",
                        "planner",
                        "dino",
                        "grisbi",
                        "gingerblue"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "conglomerate",
                        "gconf-editor",
                        "gingerblue",
                        "gnome-font-viewer",
                        "gnome-vfs",
                        "gnomeicu",
                        "gwget",
                        "libgnomekbd",
                        "monster-masher",
                        "Chatty",
                        "baobab",
                        "gcr",
                        "gnome-chess",
                        "agave",
                        "tsclient",
                        "gramps",
                        "anjuta",
                        "gitg",
                        "gnumeric",
                        "totem",
                        "gimp3-devel",
                        "vino",
                        "empathy",
                        "frogr",
                        "gthumb",
                        "polari",
                        "epiphany",
                        "seahorse",
                        "bibledit",
                        "gnome-music",
                        "gnome-photos",
                        "xpad",
                        "evince",
                        "ghex",
                        "glom",
                        "gnome-calculator",
                        "gnome-system-monitor",
                        "gnome-terminal",
                        "gucharmap",
                        "liferea",
                        "metacity",
                        "nautilus",
                        "darktable",
                        "darktable-devel",
                        "inkscape",
                        "inkscape-devel",
                        "bluefish",
                        "scite",
                        "gedit",
                        "libbonoboui",
                        "Thunar",
                        "gnome-voice",
                        "easytag",
                        "easytag-devel",
                        "qmmp",
                        "schismtracker",
                        "gtkpod",
                        "devhelp",
                        "secrets",
                        "toxic",
                        "qwinff",
                        "geeqie",
                        "VLC2",
                        "libVLC2",
                        "Hypr",
                        "gupnp-tools",
                        "rygel",
                        "vipsdisp",
                        "meld",
                        "feh",
                        "trojita",
                        "kdenlive",
                        "gnome-dictionary",
                        "gnome-maps",
                        "font-manager",
                        "yewtube",
                        "fyre",
                        "gnotime",
                        "clifm",
                        "eog",
                        "midori",
                        "zathura-docs",
                        "etherape",
                        "garagejam",
                        "qsynth-qt4",
                        "cog",
                        "yelp",
                        "oregano",
                        "gimp2",
                        "gimp2-devel",
                        "pan2",
                        "zathura",
                        "parabolic",
                        "catgirl-downloader",
                        "zathura-plugin-cb",
                        "zathura-plugin-djvu",
                        "zathura-plugin-pdf-poppler",
                        "zathura-plugin-ps",
                        "xgsch2pcb",
                        "libgda5",
                        "geany",
                        "giggle",
                        "glade3",
                        "abiword-x11",
                        "leafpad",
                        "gelide",
                        "alacarte",
                        "balsa",
                        "dconf-editor",
                        "dia",
                        "file-roller",
                        "gdm",
                        "gnome",
                        "gnome-calendar",
                        "gnome-characters",
                        "gnome-chemistry-utils",
                        "gnome-control-center",
                        "gnome-internet-radio-locator",
                        "gnome-mud",
                        "gnome-photo-print",
                        "gnome-panel",
                        "gnome-radio",
                        "gnome-session",
                        "gnome-sudoku",
                        "gnome-system-log",
                        "gnome-weather",
                        "gtk-internet-radio-locator",
                        "gtk-radio",
                        "notekit",
                        "regexxer",
                        "xchat-gnome",
                        "photoqt",
                        "photoqt-qt4",
                        "grsync",
                        "transmission-x11",
                        "ristretto",
                        "xfce4-terminal",
                        "l3afpad",
                        "amule",
                        "xqf",
                        "gonepass",
                        "zathura-plugin-pdf-mupdf"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "hexchat",
                        "gcstar",
                        "gobby",
                        "hamclock",
                        "glade",
                        "genius",
                        "zim"
                    ]
                }
            ]
        },
        {
            "name": "DesktopManager",
            "portdir": "aqua/DesktopManager",
            "version": "0.5.3",
            "license": "GPL-2+",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tonyarnold/virtuedesktops",
            "description": "Virtual Desktops for Mac OS X",
            "long_description": "DesktopManager brings Virtual Desktops to Mac OS X. It is utilizing the Quartz engine to make damn cool animations while switching desktops (e. g. cube).",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "despotify",
            "portdir": "multimedia/despotify",
            "version": "20110115",
            "license": "BSD and MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://despotify.se/",
            "description": "Open source Spotify client",
            "long_description": "An open source Spotify client and gateway to their service",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "libtool",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "subversion"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "zlib",
                        "expat",
                        "libvorbis",
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "desproxy",
            "portdir": "net/desproxy",
            "version": "0.1.0-pre2",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://desproxy.sourceforge.net/",
            "description": "tunnels tcp, as socks, etc. through an http-proxy",
            "long_description": "Desproxy makes you able to establish TCP connections through an HTTP proxy by tunneling.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "detach",
            "portdir": "sysutils/detach",
            "version": "1.3",
            "license": "none",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freshports.org/sysutils/detach/",
            "description": "detach a program",
            "long_description": "The command is a grungy little program for executing programs in the background, without use of a control terminal. (In the style of most common daemon processes...)",
            "active": false,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "detekt-cli",
            "portdir": "java/detekt-cli",
            "version": "1.23.8",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://detekt.github.io",
            "description": "CLI tool for detekt",
            "long_description": "Detekt is a static code analysis tool for Kotlin.",
            "active": true,
            "categories": [
                "devel",
                "java"
            ],
            "maintainers": [
                {
                    "name": "macports",
                    "github": "MarcelBochtler",
                    "ports_count": 3
                }
            ],
            "variants": [
                "formatting"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openjdk11"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "detex",
            "portdir": "tex/detex",
            "version": "2.8",
            "license": "none",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "opendetex",
            "homepage": "https://www.macports.org",
            "description": "Obsolete port, replaced by opendetex",
            "long_description": "This port has been replaced by opendetex.",
            "active": false,
            "categories": [
                "textproc",
                "tex"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "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": "detox",
            "portdir": "sysutils/detox",
            "version": "3.0.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dharple/detox",
            "description": "utility designed to clean up filenames",
            "long_description": "Detox is a utility designed to clean up filenames. It replaces non-standard characters, such as spaces, with standard equivalents.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "devdash",
            "portdir": "devel/devdash",
            "version": "0.5.0",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Phantas0s/devdash",
            "description": "Highly Configurable Terminal Dashboard for Developers and Creators",
            "long_description": "DevDash is a highly configurable terminal dashboard for developers and creators who want to choose and display the most up-to-date metrics they need, in one place.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1019
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "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"
                    ]
                }
            ]
        }
    ]
}