HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 49813,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=37",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=35",
"results": [
{
"name": "daapd",
"portdir": "audio/daapd",
"version": "0.2.4b",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.deleet.de/projekte/daap/daapd/",
"description": "A DAAP server emulating an iTunes server.",
"long_description": "daapd scans a directory for music files (mp3, aac, uncompressed) and makes them available via the Apple proprietary protocol DAAP. DAAP clients can browse the directory and retrieve individual files, either by streaming or by downloading them.",
"active": true,
"categories": [
"net",
"audio"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"zlib",
"libid3tag",
"howl"
]
}
],
"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": "dab-cmdline",
"portdir": "science/dab-cmdline",
"version": "20230302-d615e2ba",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/srcejon/dab-cmdline",
"description": "The DAB library provides entries for the functionality to handle DAB/DAB+ through some simple calls.",
"long_description": "The DAB library provides entries for the functionality to handle DAB/DAB+ through some simple calls.",
"active": true,
"categories": [
"science",
"comms"
],
"maintainers": [
{
"name": "ra1nb0w",
"github": "ra1nb0w",
"ports_count": 148
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"zlib",
"faad2",
"fftw-3-single"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"SDRangel"
]
}
]
},
{
"name": "dact",
"portdir": "archivers/dact",
"version": "0.8.42",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.rkeene.org/oss/dact/",
"description": "dynamic adaptive compression tool",
"long_description": "DACT attempts to create very efficient compressed files by attempting to use many different algorithms on each block until it finds the best for every block in the file.",
"active": true,
"categories": [
"archivers"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"autoconf",
"automake",
"libtool"
]
},
{
"type": "lib",
"ports": [
"bzip2",
"lzo2",
"zlib",
"libmcrypt"
]
}
],
"depends_on": []
},
{
"name": "daemon",
"portdir": "sysutils/daemon",
"version": "0.8.4",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://libslack.org/daemon/",
"description": "Daemon turns other process into daemons",
"long_description": "Daemon turns other process into daemons. There are many tasks that need to be performed to correctly set up a daemon process. This can be tedious. Daemon performs these tasks for other processes. This is useful for writing daemons in languages other than C, C++ or Perl (e.g. /bin/sh, Java).",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 429
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-15"
]
}
],
"depends_on": []
},
{
"name": "daemonlogger",
"portdir": "net/daemonlogger",
"version": "1.2.1",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sourceforge.net/projects/daemonlogger/",
"description": "Packet Logger & Soft Tap",
"long_description": "DaemonLogger provides simple packet logging and a soft tap daemon. It has two runtime modes: 1) It sniffs packets and spools them straight to the disk and can daemonize itself for background packet logging. 2) It sniffs packets and rewrites them to a second interface, essentially acting as a soft tap. It can also do this in daemon mode.",
"active": true,
"categories": [
"net",
"security"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"libdnet",
"libpcap"
]
}
],
"depends_on": []
},
{
"name": "daemontools",
"portdir": "sysutils/daemontools",
"version": "0.76",
"license": "public-domain",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cr.yp.to/daemontools.html",
"description": "collection of tools for managing UNIX services",
"long_description": "daemontools is an extensive collection of tools for managing UNIX services. It includes tools for starting, restarting, stopping, monitoring and logging any services that you might wish to run.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"djbdns"
]
}
]
},
{
"name": "dagger",
"portdir": "devel/dagger",
"version": "0.19.4",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dagger.io",
"description": "A portable devkit for CI/CD pipelines",
"long_description": "Using Dagger, software teams can develop powerful CI/CD pipelines with minimal effort, then run them anywhere. Benefits include: \n- Unified dev and CI environments. Write your pipeline once, Dagger will run it the same everywhere. \n- Reduced CI lock-in. No more re-writing everything from scratch every 6 months.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 615
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "daglib",
"portdir": "fortran/daglib",
"version": "2023.12.31",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jacobwilliams/daglib",
"description": "Directed acyclic graphs with modern Fortran",
"long_description": "DAGLIB is a modern Fortran module for creating and manipulating directed acyclic graphs (DAGs). It includes a toposort feature, and also the ability to generate files in the GraphViz dot notation.",
"active": true,
"categories": [
"math",
"fortran"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gccdevel"
],
"dependencies": [
{
"type": "build",
"ports": [
"fpm",
"clang-16",
"gcc13"
]
},
{
"type": "lib",
"ports": [
"libgcc"
]
}
],
"depends_on": []
},
{
"name": "daisydiff",
"portdir": "textproc/daisydiff",
"version": "1.2",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/daisydiff/",
"description": "Daisy Diff compares HTML files.",
"long_description": "Daisy Diff is a Java library that diffs (compares) HTML files. It highlights added and removed words and annotates changes to the styling.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "run",
"ports": [
"kaffe"
]
}
],
"depends_on": []
},
{
"name": "daktilo",
"portdir": "games/daktilo",
"version": "0.6.0",
"license": "(Apache-2 or MIT)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://daktilo.cli.rs",
"description": "Turn your keyboard into a typewriter!",
"long_description": "daktilo is a small command-line program that plays typewriter sounds every time you press a key. It also offers the flexibility to customize keypress sounds to your liking. You can use the built-in sound presets to create an enjoyable typing experience, whether you're crafting emails or up to some prank on your boss.",
"active": true,
"categories": [
"games"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1015
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "dalfox",
"portdir": "security/dalfox",
"version": "2.9.3",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dalfox.hahwul.com",
"description": "DalFox is an powerful open source XSS scanning tool & parameter analyzer",
"long_description": "DalFox is an powerful open source XSS scanning tool and parameter analyzer and utility that speeds up the process of detecting and verifying XSS flaws. It comes with a powerful testing engine, many niche features for the cool hacker",
"active": true,
"categories": [
"security"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1015
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "danectl",
"portdir": "security/danectl",
"version": "0.8.4",
"license": "GPL-2+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://raf.org/danectl/",
"description": "DNSSEC DANE implementation manager",
"long_description": "DNSSEC DANE implementation manager. \n\nDANE is \"DNS-based Authentication of Named Entities\". It means securely letting the world know in advance what your public encryption keys are by publishing them as DNS records (TLSA, SSHFP, OPENPGPKEY, SMIMEA) in your DNSSEC-enabled internet domain zone. This is the simplest and most secure way to let the world know what keys to expect when connecting to your servers. This can apply to TLS keys, SSH host keys, and OpenPGP and S/MIME keys. This makes it possible to prevent impersonation or man-in-the-middle attacks. It's mostly used with mail servers. Eventually, it could render certificate authorities unnecessary. DNSSEC has become very easy.",
"active": true,
"categories": [
"security"
],
"maintainers": [
{
"name": "raf",
"github": "macportsraf",
"ports_count": 33
}
],
"variants": [
"tlsa",
"sshfp",
"openpgpkey",
"smimea"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libidn2"
]
},
{
"type": "run",
"ports": [
"gnupg2",
"certbot",
"coreutils",
"openssh",
"openssl"
]
}
],
"depends_on": []
},
{
"name": "dansguardian",
"portdir": "net/dansguardian",
"version": "2.12.0.3",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://dansguardian.org/",
"description": "web content filter",
"long_description": "DansGuardian is content-control software: software designed to control which websites users can access. It also includes virus filtering and usage monitoring features.",
"active": true,
"categories": [
"net"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-12"
]
},
{
"type": "lib",
"ports": [
"zlib",
"pcre",
"libiconv"
]
}
],
"depends_on": []
},
{
"name": "dante",
"portdir": "net/dante",
"version": "1.4.4",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.inet.no/dante/",
"description": "A circuit-level firewall/proxy",
"long_description": "Dante is a circuit-level firewall/proxy (socks implemented) that can be used to provide convenient and secure network connectivity to a wide range of hosts while requiring only the server Dante runs on to have external network connectivity. Once installed, Dante can in most cases be made transparent to the clients while offering detailed access control and logging facilities to the server administrator.",
"active": true,
"categories": [
"net"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "dap",
"portdir": "math/dap",
"version": "3.10",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/dap/dap.html",
"description": "small statistics and graphics package",
"long_description": "Dap is a small statistics and graphics package based on C. Version 3.0 of Dap can read SBS programs! The user wishing to perform basic statistical analyses is now freed from learning and using C syntax for straightforward tasks, while retaining access to the C-style graphics and statistics features provided by the original implementation. Dap provides core methods of data management, analysis, and graphics that are commonly used in statistical consulting practice (univariate statistics, correlations and regression, ANOVA, categorical data analysis, logistic regression, and nonparametric analyses).",
"active": true,
"categories": [
"math"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "daq",
"portdir": "net/daq",
"version": "2.0.7",
"license": "GPL-2",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.snort.org/",
"description": "A Data Acquisition library, for packet I/O",
"long_description": "DAQ is an abstraction layer for PCAP. It is part of snort.",
"active": true,
"categories": [
"net"
],
"maintainers": [
{
"name": "jann",
"github": "roederja",
"ports_count": 10
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"pcre",
"libdnet",
"libpcap"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"snort"
]
}
]
},
{
"name": "dar",
"portdir": "archivers/dar",
"version": "2.8.1",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dar.sourceforge.io",
"description": "Disk Archiver",
"long_description": "dar is a shell command that backs up directory trees and files.",
"active": true,
"categories": [
"archivers"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"gettext",
"pkgconfig",
"doxygen",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"zlib",
"zstd",
"argon2",
"gpgme",
"libgcrypt",
"bzip2",
"curl",
"librsync",
"libiconv",
"gettext-runtime",
"openssl",
"lz4",
"lzo2",
"xz"
]
}
],
"depends_on": []
},
{
"name": "darcs",
"portdir": "devel/darcs",
"version": "2.18.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",
"pkgconfig",
"stack",
"file",
"grep",
"gsed",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "darkhttpd",
"portdir": "www/darkhttpd",
"version": "1.16",
"license": "ISC",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://unix4lyfe.org/darkhttpd",
"description": "When you need a web server in a hurry.",
"long_description": "When you need a web server in a hurry. darkhttpd is a simple and efficient web server written in portable C. It has a small memory footprint, and runs a single-threaded event loop. It generates directory listings, supports HTTP GET & HEAD, IPv6, and more. darkhttpd only serves static content - no CGI.",
"active": true,
"categories": [
"net",
"www"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1015
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "darkice",
"portdir": "audio/darkice",
"version": "1.3",
"license": "GPL-3+",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.darkice.org/",
"description": "live audio encoder and streamer",
"long_description": "DarkIce is a live audio streamer. It records audio from an audio interface (e.g. sound card), encodes it and sends it to a streaming server (i.e. IceCast, ShoutCast...).",
"active": true,
"categories": [
"audio"
],
"maintainers": [
{
"name": "nd",
"github": "",
"ports_count": 1
}
],
"variants": [
"jack",
"lame",
"twolame",
"faac",
"vorbis",
"samplerate",
"opus",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"jack",
"lame"
]
}
],
"depends_on": []
},
{
"name": "darkstat",
"portdir": "net/darkstat",
"version": "3.0.721",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://unix4lyfe.org/darkstat",
"description": "network traffic analyzer",
"long_description": "darkstat is a network traffic analyzer. It's basically a packet sniffer which runs as a background process on a cable/DSL router and gathers all sorts of useless but interesting statistics.",
"active": true,
"categories": [
"net"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"zlib",
"libpcap"
]
}
],
"depends_on": []
},
{
"name": "darktable",
"portdir": "graphics/darktable",
"version": "4.4.1",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.darktable.org/",
"description": "Virtual lighttable and darkroom for photographers",
"long_description": "Darktable is a virtual lighttable and darkroom for photographers: it manages your digital negatives in a database and lets you view them through a zoomable lighttable. It also enables you to develop raw images and enhance them.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1502
},
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 350
}
],
"variants": [
"debug",
"x11",
"quartz",
"openmp"
],
"dependencies": [
{
"type": "build",
"ports": [
"intltool",
"clang-13",
"perl5.34",
"po4a",
"cctools",
"cmake",
"gettext",
"pkgconfig"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"libgphoto2",
"libusb",
"desktop-file-utils",
"gtk3",
"libsecret",
"libsoup",
"GraphicsMagick",
"cairo",
"exiv2",
"gdk-pixbuf2",
"harfbuzz",
"jasper",
"lcms2",
"lensfun",
"libjpeg-turbo",
"libpng",
"librsvg",
"openexr",
"openjpeg",
"osm-gps-map",
"tiff",
"webp",
"libheif",
"curl",
"zlib",
"pugixml",
"pango",
"gettext-runtime",
"gmic-lib",
"libavif",
"libjxl",
"lua54",
"imath",
"libxml2",
"portmidi",
"sqlite3",
"atk",
"flickcurl",
"glib2",
"icu",
"iso-codes",
"json-glib"
]
},
{
"type": "run",
"ports": [
"tango-icon-theme",
"exiftool",
"adwaita-icon-theme"
]
}
],
"depends_on": []
},
{
"name": "darktable-devel",
"portdir": "graphics/darktable-devel",
"version": "4.8.1",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.darktable.org/",
"description": "Virtual lighttable and darkroom for photographers",
"long_description": "Darktable is a virtual lighttable and darkroom for photographers: it manages your digital negatives in a database and lets you view them through a zoomable lighttable. It also enables you to develop raw images and enhance them.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1502
},
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 350
}
],
"variants": [
"debug",
"x11",
"quartz",
"openmp"
],
"dependencies": [
{
"type": "build",
"ports": [
"intltool",
"clang-17",
"perl5.34",
"po4a",
"cctools",
"cmake",
"gettext",
"pkgconfig"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"libgphoto2",
"libusb",
"desktop-file-utils",
"gtk3",
"libsecret",
"libsoup",
"GraphicsMagick",
"cairo",
"exiv2",
"gdk-pixbuf2",
"harfbuzz",
"jasper",
"lcms2",
"lensfun",
"libjpeg-turbo",
"libpng",
"librsvg",
"openexr",
"openjpeg",
"osm-gps-map",
"tiff",
"webp",
"libheif",
"curl",
"zlib",
"pugixml",
"pango",
"gettext-runtime",
"gmic-lib",
"libavif",
"libjxl",
"lua54",
"imath",
"libxml2",
"portmidi",
"sqlite3",
"atk",
"flickcurl",
"glib2",
"icu",
"iso-codes",
"json-glib"
]
},
{
"type": "run",
"ports": [
"tango-icon-theme",
"exiftool",
"adwaita-icon-theme"
]
}
],
"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": "dart-sass",
"portdir": "www/dart-sass",
"version": "1.86.3",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sass-lang.com/dart-sass",
"description": "The reference implementation of Sass, written in Dart.",
"long_description": "Dart Sass is the primary implementation of Sass, which means it gets new features before any other implementation. It's fast, easy to install, and it compiles to pure JavaScript which makes it easy to integrate into modern web development workflows.",
"active": true,
"categories": [
"textproc",
"www"
],
"maintainers": [
{
"name": "",
"github": "queensferryme",
"ports_count": 1
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"dart-sdk",
"clang-17",
"buf"
]
}
],
"depends_on": []
},
{
"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": "dart-sdk",
"portdir": "lang/dart-sdk",
"version": "3.10.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dart.dev/",
"description": "The Dart SDK",
"long_description": "Dart is an open-source, scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "amake",
"github": "amake",
"ports_count": 153
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"fvm",
"pub2port",
"dart-sass"
]
}
]
},
{
"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": "darwin-xtools",
"portdir": "devel/darwin-xtools",
"version": "3.3.0",
"license": "(APSL-2 or Apache-2)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/iains/darwin-xtools",
"description": "Aset of modifications to ctools and ld64 that enable support for older systems with up-to-date-tools.",
"long_description": "Aset of modifications to ctools and ld64 that enable support for older systems with up-to-date-tools.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake-bootstrap",
"clang-17"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"ld64-xtools"
]
}
]
},
{
"name": "dasel",
"portdir": "textproc/dasel",
"version": "2.8.1",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://daseldocs.tomwright.me",
"description": "Query and update JSON, TOML, YAML and XML from the command line.",
"long_description": "Dasel (short for data-selector) allows you to query and modify data structures using selector strings. Comparable to jq / yq, but supports JSON, YAML, TOML and XML with zero runtime dependencies.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1015
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "dash",
"portdir": "shells/dash",
"version": "0.5.13.1",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://gondor.apana.org.au/~herbert/dash",
"description": "descendant of the NetBSD version of ash",
"long_description": "DASH is a direct descendant of the NetBSD version of ash (the Almquist SHell) and is POSIX compliant.",
"active": true,
"categories": [
"shells"
],
"maintainers": [
{
"name": "Mathias.Laurin+macports",
"github": "Synss",
"ports_count": 5
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libedit"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"littleutils"
]
},
{
"type": "test",
"ports": [
"hg-evolve",
"hg-git"
]
}
]
},
{
"name": "dashing",
"portdir": "textproc/dashing",
"version": "20191217",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/technosophos/dashing",
"description": "Generate Dash documentation from HTML files",
"long_description": "Generate Dash documentation from HTML files",
"active": true,
"categories": [
"devel",
"textproc"
],
"maintainers": [
{
"name": "amake",
"github": "amake",
"ports_count": 153
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "datamash",
"portdir": "textproc/datamash",
"version": "1.9",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/datamash/",
"description": "Datamash is a command-line statistical tool.",
"long_description": "GNU datamash is a command-line program which performs basic numeric, textual and statistical operations on input textual data files.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "aeioudev",
"github": "aeiouaeiouaeiouaeiouaeiouaeiou",
"ports_count": 10
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "DateLine",
"portdir": "aqua/DateLine",
"version": "0.61",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.machinecodex.com/dateline/index.php",
"description": "displays linear calendar on desktop",
"long_description": "DateLine is a small, simple app which displays a linear calendar on your desktop in a transparent window. It provides easy access to iCal by double clicking on a day. The background element and text colours are customizable with support for transparency.",
"active": true,
"categories": [
"aqua",
"amusements"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"openssl"
]
}
],
"depends_on": []
},
{
"name": "dateutils",
"portdir": "sysutils/dateutils",
"version": "0.4.11",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.fresse.org/dateutils/",
"description": "nifty command line date and time utilities; fast date calculations and conversion in the shell",
"long_description": "Dateutils are a bunch of tools that revolve around fiddling with dates and times in the command line with a strong focus on use cases that arise when dealing with large amounts of financial data.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1015
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "extract",
"ports": [
"xz"
]
}
],
"depends_on": []
},
{
"name": "datree",
"portdir": "devel/datree",
"version": "1.9.19",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/datreeio/datree",
"description": "CLI tool to run policies against Kubernetes manifests YAML files or Helm charts",
"long_description": "Datree automatically validates Kubernetes objects for rule violations, ensuring no misconfigurations reach production",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "max+github",
"github": "ci7rix",
"ports_count": 3
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "dav1d",
"portdir": "multimedia/dav1d",
"version": "1.5.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.videolan.org/projects/dav1d.html",
"description": "small and fast AV1 decoder",
"long_description": "dav1d is an AV1 decoder that is open-source, cross-platform and focused on speed, size and correctness.",
"active": true,
"categories": [
"multimedia"
],
"maintainers": [],
"variants": [
"test",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"meson",
"ninja",
"nasm",
"clang-18"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"ffmpeg",
"ffmpeg-devel",
"ffmpeg4",
"ffmpeg8",
"libavif",
"libheif",
"ffmpeg6",
"ffmpeg7",
"MPlayer",
"mplayer-devel",
"xine-lib"
]
}
]
},
{
"name": "davix",
"portdir": "net/davix",
"version": "0.8.10",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/cern-fts/davix",
"description": "High-performance file management over WebDAV / HTTP",
"long_description": "Davix aims to make the task of managing files over HTTP-based protocols simple. It is being developed by IT-ST at CERN, and while the project's purpose is its use on the CERN grid, the functionality offered is generic.",
"active": true,
"categories": [
"net"
],
"maintainers": [
{
"name": "jonesc",
"github": "cjones051073",
"ports_count": 220
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-17",
"python312"
]
},
{
"type": "lib",
"ports": [
"libxml2",
"openssl3",
"curl"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"root6"
]
}
]
},
{
"name": "daytona",
"portdir": "devel/daytona",
"version": "0.35.0",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://daytona.io/",
"description": "The Open Source Dev Environment Manager",
"long_description": "The Open Source Dev Environment Manager \n \n Features:\n - Single Command: Activate a fully configured development environment with a single command. \n - Runs everywhere: spin up your development environment on any machine — whether it's local, remote, cloud-based, physical server, or a VM & any architecture x86 or ARM.\n - Configuration File Support: Initially support for dev container, ability to expand to DevFile, Nix & Flox (Contributions welcome here!).\n - Prebuilds System: Drastically improve environment setup times \n (Contributions welcome here!).\n - IDE Support : Seamlessly supports VS Code & JetBrains locally, ready to use without configuration. Includes a built-in Web IDE for added convenience.\n - Git Provider Integration: GitHub, GitLab, Bitbucket, Bitbucket Server, Gitea, Gitness, Azure DevOps & AWS CodeCommit can be connected, allowing easy repo branch or PR pull and commit back from the workspaces.\n - Multiple Project Workspace: Support for multiple project repositories in the same workspace, making it easy to develop using a micro-service architecture.\n - Reverse Proxy Integration: Enable collaboration and streamline feedback loops by leveraging reverse proxy functionality. Access preview ports and the Web IDE seamlessly, even behind firewalls.\n - Extensibility: Enable extensibility with plugin or provider development. Moreover, in any dynamic language, not just Go(Contributions welcome here!).\n - Security: Automatically creates a VPN connection between the client machine and the development environment, ensuring a fully secure connection.\n - All Ports: The VPN connection enables access to all ports on the development environments, removing the need to setup port forwards over SSH connection.\n - Works on my Machine: Never experience it again.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1015
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "db46",
"portdir": "databases/db46",
"version": "4.6.21",
"license": "Sleepycat",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.oracle.com/us/products/database/berkeley-db/db/overview/index.html",
"description": "The Berkeley DB package, version 4.6",
"long_description": "Version 4.6 of the Berkeley Data Base library which offers (key/value) storage with optional concurrent access or transactions interface. This port will install the AES (American Encryption Standard) enabled version.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [
"tcl",
"compat185",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-14"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"zeroc-ice33",
"db46-java",
"python26",
"zeroc-ice34",
"zeroc-ice35"
]
}
]
},
{
"name": "db46-java",
"portdir": "databases/db46",
"version": "4.6.21",
"license": "Sleepycat",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.oracle.com/us/products/database/berkeley-db/db/overview/index.html",
"description": "The Berkeley DB package, version 4.6",
"long_description": "Version 4.6 of the Berkeley Data Base library which offers (key/value) storage with optional concurrent access or transactions interface. This port will install the AES (American Encryption Standard) enabled version.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"db46",
"openjdk17"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"zeroc-ice33-java",
"zeroc-ice34-java",
"zeroc-ice35-java"
]
}
]
},
{
"name": "db47",
"portdir": "databases/db47",
"version": "4.7.25",
"license": "Sleepycat",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.oracle.com/us/products/database/berkeley-db/db/overview/index.html",
"description": "The Berkeley DB package, version 4.7",
"long_description": "Version 4.7 of the Berkeley Data Base library which offers (key/value) storage with optional concurrent access or transactions interface. This port will install the AES (American Encryption Standard) enabled version.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1502
}
],
"variants": [
"java",
"no_java",
"tcl",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"memcacheq",
"memcachedb"
]
}
]
},
{
"name": "db48",
"portdir": "databases/db48",
"version": "4.8.30",
"license": "Sleepycat",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.oracle.com/us/products/database/berkeley-db/db/overview/index.html",
"description": "The Berkeley DB package, version 4.8",
"long_description": "Version 4.8 of the Berkeley Data Base library which offers (key/value) storage with optional concurrent access or transactions interface. This port will install the AES (American Encryption Standard) enabled version.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 345
}
],
"variants": [
"umrw",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"subversion-perlbindings-5.26",
"p5.26-db_file",
"netatalk",
"poedit1",
"cyrus-imapd",
"spamprobe",
"openldap-devel",
"openldap",
"mod_qos",
"apr-util",
"python27",
"subversion-pythonbindings-3.9",
"nvi",
"subversion-python27bindings",
"subversion-pythonbindings-2.7",
"subversion-pythonbindings-3.5",
"subversion-pythonbindings-3.6",
"subversion-pythonbindings-3.7",
"courier-authlib",
"p5.28-db_file",
"p5.30-db_file",
"p5.32-db_file",
"p5.34-db_file",
"rb-bdb",
"redland",
"db48-java",
"db48-tcl",
"subversion",
"subversion-javahlbindings",
"subversion-perlbindings-5.28",
"subversion-perlbindings-5.30",
"subversion-perlbindings-5.32",
"subversion-perlbindings-5.34",
"subversion-pythonbindings-3.8",
"subversion-rubybindings",
"netatalk4",
"dmapd",
"courier-imap",
"gnucobol",
"perl5.16",
"perl5.18",
"perl5.20",
"perl5.22",
"perl5.24",
"perl5.26",
"perl5.28",
"perl5.30",
"perl5.32",
"perl5.34",
"perl5.38",
"perl5.36",
"perl5.40",
"exim",
"subversion-pythonbindings-3.10",
"subversion-pythonbindings-3.11",
"subversion-pythonbindings-3.12",
"litecoin",
"bitcoin",
"xastir"
]
}
]
},
{
"name": "db48-java",
"portdir": "databases/db48",
"version": "4.8.30",
"license": "Sleepycat",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.oracle.com/us/products/database/berkeley-db/db/overview/index.html",
"description": "Java bindings for Berkeley DB, version 4.8",
"long_description": "Java bindings for version 4.8 of the Berkeley Data Base library.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 345
}
],
"variants": [
"umrw",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"db48",
"openjdk17"
]
}
],
"depends_on": []
},
{
"name": "db48-tcl",
"portdir": "databases/db48",
"version": "4.8.30",
"license": "Sleepycat",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.oracle.com/us/products/database/berkeley-db/db/overview/index.html",
"description": "Tcl bindings for Berkeley DB, version 4.8",
"long_description": "Tcl bindings for version 4.8 of the Berkeley Data Base library.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 345
}
],
"variants": [
"umrw",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"db48",
"tcl"
]
}
],
"depends_on": []
},
{
"name": "db53",
"portdir": "databases/db53",
"version": "5.3.28",
"license": "Sleepycat",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.oracle.com/us/products/database/berkeley-db/db/overview/index.html",
"description": "The Berkeley DB package, version 5.3",
"long_description": "Version 5.3 of the Berkeley Data Base library which offers (key/value) storage with optional concurrent access or transactions interface. This port will install the AES (American Encryption Standard) enabled version.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [
"java",
"sql",
"tcl",
"umrw",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-15"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-bsddb3",
"py37-bsddb3",
"argus-monitor"
]
}
]
},
{
"name": "db60",
"portdir": "databases/db60",
"version": "6.0.30",
"license": "agpl-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.oracle.com/us/products/database/berkeley-db/db/overview/index.html",
"description": "The Berkeley DB package, version 6.0",
"long_description": "Version 6.0 of the Berkeley Data Base library which offers (key/value) storage with optional concurrent access or transactions interface. This port will install the AES (American Encryption Standard) enabled version.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [
"java",
"sql",
"tcl",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"cyrus5-imapd",
"rpm54",
"webalizer"
]
}
]
},
{
"name": "db62",
"portdir": "databases/db62",
"version": "6.2.32",
"license": "AGPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.oracle.com/database/berkeley-db/db.html",
"description": "The Berkeley DB package, version 6.2",
"long_description": "Version 6.2 of the Berkeley Data Base library which offers (key/value) storage with optional concurrent access or transactions interface. This port will install the AES (American Encryption Standard) enabled version.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [
"java",
"sql",
"tcl",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-15"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-berkeleydb",
"evolution-data-server-gtk4",
"py310-berkeleydb",
"py311-berkeleydb",
"py312-berkeleydb",
"py313-berkeleydb",
"isync",
"py310-bsddb3",
"py311-bsddb3",
"py312-bsddb3",
"py313-bsddb3",
"py39-berkeleydb",
"evolution-data-server",
"py38-bsddb3",
"p5.28-berkeleydb",
"p5.30-berkeleydb",
"p5.32-berkeleydb",
"p5.34-berkeleydb",
"py38-berkeleydb",
"libgda5",
"py39-bsddb3",
"swi-prolog",
"swi-prolog-devel"
]
}
]
}
]
}