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

{
    "count": 50851,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=427",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=425",
    "results": [
        {
            "name": "libdiscid",
            "portdir": "devel/libdiscid",
            "version": "0.6.4",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://musicbrainz.org/doc/libdiscid",
            "description": "libdiscid is a C library for creating MusicBrainz DiscIDs from audio CDs.",
            "long_description": "libdiscid is a C library for creating MusicBrainz DiscIDs from audio CDs.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-musicbrainz-discid",
                        "p5.28-musicbrainz-discid",
                        "p5.30-musicbrainz-discid",
                        "p5.32-musicbrainz-discid",
                        "p5.34-musicbrainz-discid",
                        "ocp",
                        "xmms2",
                        "libmusicbrainz3",
                        "py313-discid"
                    ]
                }
            ]
        },
        {
            "name": "pinfo",
            "portdir": "textproc/pinfo",
            "version": "0.6.13",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/baszoetekouw/pinfo",
            "description": "Console-based info reader",
            "long_description": "Console-based info reader. pinfo is a hypertext info file viewer with a user interface similar to lynx. It is based on curses/ncurses and can handle info pages as well as man pages. It also features regexp searching and user-defined colors/keys.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "master",
                    "github": "",
                    "ports_count": 2
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "libtool",
                        "pkgconfig",
                        "texinfo",
                        "autoconf",
                        "automake",
                        "gettext"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "readline",
                        "gettext-runtime",
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gimp-lqr-plugin",
            "portdir": "graphics/gimp-lqr-plugin",
            "version": "0.7.2",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://liquidrescale.wikidot.com/en:start",
            "description": "Liquid Rescale Gimp plug-in.",
            "long_description": "The Liquid Rescale Gimp plug-in aims at resizing pictures non uniformly while preserving their features",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2626
                }
            ],
            "variants": [
                "quartz"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "libtool",
                        "pkgconfig",
                        "intltool",
                        "autoconf",
                        "automake"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gimp2",
                        "liblqr",
                        "glib2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gimp"
                    ]
                }
            ]
        },
        {
            "name": "libcbor",
            "portdir": "devel/libcbor",
            "version": "0.13.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/PJK/libcbor",
            "description": "library for parsing and generating CBOR",
            "long_description": "library for parsing and generating CBOR, the general-purpose schema-less binary data format.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "manuals-unread2u",
                    "github": "trodemaster",
                    "ports_count": 7
                }
            ],
            "variants": [
                "debug",
                "tests",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libfido2"
                    ]
                }
            ]
        },
        {
            "name": "gobuster",
            "portdir": "www/gobuster",
            "version": "3.8.2",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/OJ/gobuster",
            "description": "Directory/File, DNS and VHost busting tool written in Go",
            "long_description": "gobuster is a tool used to brute-force:\n    - URIs (directories and files) in web sites.\n    - DNS subdomains (with wildcard support).\n    - Virtual Host names on target web servers.\n    - Open Amazon S3 buckets\n    - Open Google Cloud buckets\n    - TFTP servers",
            "active": true,
            "categories": [
                "security",
                "www"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 229
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "diskspace",
            "portdir": "sysutils/diskspace",
            "version": "1",
            "license": "Apache-2",
            "platforms": "macosx >= 20",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/scriptingosx/diskspace",
            "description": "macOS command line tool to return the available disk space on APFS volumes",
            "long_description": "diskspace is a macOS command line tool to return the available disk space on APFS volumes. With the various APFS features the value for free disk space returned from tools such as du or df will not be accurate. This tool uses system functions to get various measures of available disk space.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 229
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "arm-aout-gcc",
            "portdir": "cross/arm-aout-gcc",
            "version": "3.3.6",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gcc.gnu.org/",
            "description": "gcc cross-compilers for arm-aout, with newlib runtime library.",
            "long_description": "gnu compilers collection (including c++, fortran and java) for arm-aout, with newlib runtime library.",
            "active": false,
            "categories": [
                "devel",
                "cross"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "arm-aout-binutils"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "hcl2json",
            "portdir": "textproc/hcl2json",
            "version": "0.6.8",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tmccombs/hcl2json",
            "description": "Convert HCL2 to json",
            "long_description": "This is a tool to convert from HCL to json, to make it easier for non-Go applications and scripts to process HCL inputs (such as terraform config).",
            "active": true,
            "categories": [
                "sysutils",
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1027
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "kubergrunt",
            "portdir": "sysutils/kubergrunt",
            "version": "0.18.4",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gruntwork-io/kubergrunt",
            "description": "Kubergrunt is a standalone go binary with a collection of commands to fill in the gaps between Terraform, Helm, and Kubectl.",
            "long_description": "kubergrunt is a standalone go binary with a collection of commands that attempts to fill in the gaps between Terraform, Helm, and Kubectl for managing a Kubernetes Cluster. Some of the features of kubergrunt include: Configuring kubectl to authenticate with a given EKS cluster, managing Helm and associated TLS certificates on any Kubernetes cluster, setting up Helm client with TLS certificates on any Kubernetes cluster. generating TLS certificate key pairs and storing them as Kubernetes Secrets on any Kubernetes cluster.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1027
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "simdjson",
            "portdir": "devel/simdjson",
            "version": "3.13.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://simdjson.org/",
            "description": "C++ library for parsing gigabytes of JSON per second",
            "long_description": "The simdjson library uses commonly available SIMD instructions and microparallel algorithms to parse JSON 4x faster than RapidJSON and 25x faster than JSON for Modern C++.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "fastgltf"
                    ]
                }
            ]
        },
        {
            "name": "git-who",
            "portdir": "devel/git-who",
            "version": "1.2",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sinclairtarget/git-who",
            "description": "Git blame for file trees",
            "long_description": "Unlike git blame, which can tell you who wrote a line of code, git-who tells you the people responsible for entire components or subsystems in a codebase. You can think of git-who sort of like git blame but for file trees rather than individual files.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1027
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pybind11",
            "portdir": "devel/pybind11",
            "version": "3.0.1",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pybind/pybind11",
            "description": "Extension modules for pybind11, which provides seamless operability between C++11 and Python",
            "long_description": "Extension modules for pybind11, which is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1514
                }
            ],
            "variants": [
                "debug",
                "tests"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "python313",
                        "py313-setuptools",
                        "clang-20"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "openimageio",
                        "ngsolve",
                        "py37-pdal",
                        "py36-dolfin",
                        "py37-onnx",
                        "py311-onnx",
                        "py310-onnx",
                        "py312-onnx",
                        "py313-onnx",
                        "py314-onnx",
                        "py38-pdal",
                        "py38-onnx",
                        "py38-dolfin",
                        "py39-dolfin",
                        "py39-onnx",
                        "py310-dolfin",
                        "py311-dolfin",
                        "py312-dolfin"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "osl",
                        "netgen"
                    ]
                }
            ]
        },
        {
            "name": "xorg-libX11",
            "portdir": "x11/xorg-libX11",
            "version": "1.8.12",
            "license": "X11",
            "platforms": "darwin macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.x.org",
            "description": "X.org libX11",
            "long_description": "libX11 is the main library used by X Window System applications to communicate with the X server.",
            "active": true,
            "categories": [
                "devel",
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 303
                }
            ],
            "variants": [
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "xorg-util-macros",
                        "clang-18",
                        "xorg-xtrans",
                        "xorg-xorgproto",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-xorgproto",
                        "xorg-libxcb",
                        "xorg-libXdmcp",
                        "xorg-libXau"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "reduce",
                        "xorg-xcb-util-xrm",
                        "XawM",
                        "xorg-scripts",
                        "blt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-tk",
                        "ortep3",
                        "luit",
                        "sptk",
                        "openvas-server",
                        "libiodbc",
                        "efte",
                        "xwordgrinder",
                        "yudit",
                        "gxemul",
                        "qsynth-qt4",
                        "fizmo",
                        "jnethack",
                        "micropolis",
                        "xmahjongg",
                        "xskat",
                        "xtet42",
                        "libgnomeui",
                        "libunique3",
                        "libwnck3",
                        "oxygen-gtk2",
                        "oxygen-gtk3",
                        "startup-notification",
                        "SimGear",
                        "g2",
                        "xorg-libXrandr",
                        "tgif",
                        "py37-gmic",
                        "AfterStep",
                        "fortran-xlib",
                        "mozjs68",
                        "mozjs91",
                        "spice-gtk",
                        "gmic",
                        "gmic-qt",
                        "gmic-gimp",
                        "gmic-lib",
                        "gmic-clib",
                        "yabasic",
                        "hist",
                        "ploticus",
                        "xplot",
                        "herbstluftwm",
                        "clusterit",
                        "rdesktop",
                        "empathy",
                        "fricas",
                        "xfconf",
                        "xorg-libXt",
                        "xcrysden",
                        "p5.28-term-gnuplot",
                        "p5.30-term-gnuplot",
                        "p5.32-term-gnuplot",
                        "p5.34-term-gnuplot",
                        "p5.28-tk",
                        "p5.30-tk",
                        "p5.32-tk",
                        "p5.34-tk",
                        "xpad",
                        "gnome-terminal",
                        "aircraft_oap",
                        "nautilus",
                        "ds9",
                        "x2goclient",
                        "yorick",
                        "hugs98",
                        "mozjs60",
                        "mozjs52",
                        "xournalpp",
                        "imlib2",
                        "EMBOSS",
                        "geomview",
                        "wt",
                        "linrad",
                        "mozplugger",
                        "abclock",
                        "aterm",
                        "desklaunch",
                        "fluxbox",
                        "fslsfonts",
                        "fstobdf",
                        "icewm",
                        "ico",
                        "keylaunch",
                        "ShiftIt",
                        "rendercheck",
                        "rox-filer",
                        "transset",
                        "wmctrl",
                        "wmcube",
                        "wmii",
                        "worker",
                        "xcmsdb",
                        "xev",
                        "xforms",
                        "xfsinfo",
                        "xlsfonts",
                        "xmodmap",
                        "xping",
                        "xprop",
                        "xrefresh",
                        "xroot",
                        "xsel",
                        "xwd",
                        "xwininfo",
                        "xwud",
                        "alienarena",
                        "py27-ngl",
                        "R-rgl",
                        "gnome-desktop",
                        "qmmp",
                        "unclutter",
                        "ht",
                        "openjdk7-bootstrap",
                        "libmpeg2",
                        "libunique",
                        "toxic",
                        "mozjs102",
                        "xclip",
                        "xgraph",
                        "miriad",
                        "xinit",
                        "zenity",
                        "xorg-libXext",
                        "xorg-libxkbfile",
                        "xboard",
                        "mldonkey",
                        "metview",
                        "gifsicle",
                        "R-imager",
                        "sent",
                        "vtwm",
                        "ngspice",
                        "xterm",
                        "py38-gmic",
                        "ncplot",
                        "ncpp",
                        "opendx",
                        "xrender",
                        "libcanberra",
                        "xschem",
                        "xorg-libXpresent",
                        "R",
                        "R-tkrplot",
                        "sakura",
                        "fireworkx",
                        "mit-scheme",
                        "xfe",
                        "openmotif",
                        "ddd",
                        "mesa",
                        "luanti",
                        "libgdiplus",
                        "gnotime",
                        "p5.28-opengl",
                        "p5.32-opengl",
                        "p5.30-opengl",
                        "p5.34-opengl",
                        "astrolog",
                        "libsdl2-powerpc",
                        "xgalaga",
                        "gnu-apl",
                        "py39-gmic",
                        "abiword-x11",
                        "sunclock",
                        "gdm",
                        "pangox-compat",
                        "gnome-control-center",
                        "ifeffit",
                        "gnome-panel",
                        "gnome-session",
                        "gstreamer1-gst-plugins-base",
                        "gstreamer1-gst-plugins-good",
                        "libcec",
                        "pspp",
                        "netpbm",
                        "pulseaudio",
                        "p5.28-pgplot",
                        "p5.30-pgplot",
                        "p5.32-pgplot",
                        "p5.34-pgplot",
                        "mozjs115",
                        "mozjs128",
                        "at-spi2-core",
                        "sxiv",
                        "xorg-libXfixes",
                        "gnome-desktop-gtk4",
                        "FreeRDP",
                        "rawstudio",
                        "ImageMagick7",
                        "xephem",
                        "mlterm",
                        "hamclock",
                        "giza",
                        "ImageMagick",
                        "pgplot",
                        "molden",
                        "pidgin",
                        "libmovit",
                        "p5.26-opengl",
                        "p5.26-pgplot",
                        "p5.26-term-gnuplot"
                    ]
                }
            ]
        },
        {
            "name": "xeyes",
            "portdir": "x11/xeyes",
            "version": "1.3.1",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.x.org",
            "description": "X11 xeyes demo app",
            "long_description": "xeyes defies description.",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 303
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "xorg-util-macros",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libXext",
                        "xrender",
                        "xorg-libXi",
                        "xorg-libXmu",
                        "xorg-libXt"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "xorg-apps"
                    ]
                }
            ]
        },
        {
            "name": "xauth",
            "portdir": "x11/xauth",
            "version": "1.1.4",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.x.org/",
            "description": "X11 authority file utility",
            "long_description": "X11 authority file utility",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 303
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libXext",
                        "xorg-libXmu"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-gtk3-imageview",
                        "p5.30-gtk3-imageview",
                        "p5.32-gtk3-imageview",
                        "lsh",
                        "p5.28-gtk3-imageview"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "x2goclient",
                        "xorg-apps",
                        "xinit"
                    ]
                }
            ]
        },
        {
            "name": "transcode",
            "portdir": "multimedia/transcode",
            "version": "1.1.7",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://packages.gentoo.org/packages/media-video/transcode",
            "description": "Video and audio processing tools",
            "long_description": "transcode is a suite of tools, all of which are command line utilities, for transcoding various video, audio, and container formats, running on a platform that supports shared libraries and threads. Decoding and encoding is done by modules that are responsible for feeding transcode with raw video/ audio streams (import modules) and encoding the frames (export modules). It includes a variety of video and audio filters, including (but not limited to) video de-interlacing, audio resampling, framerate conversion, different resizing algorithms, smoothing, sharpening, denoisifying, and cutting.",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "lionteeth",
                    "github": "Liontooth",
                    "ports_count": 1
                },
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2626
                }
            ],
            "variants": [
                "mmx",
                "full",
                "a52dec",
                "faac",
                "freetype",
                "imagemagick",
                "libdv",
                "libogg",
                "libpostproc",
                "libquicktime",
                "libtheora",
                "libvorbis",
                "libxml2",
                "lzo",
                "mjpegtools",
                "x264",
                "xvid",
                "experimental",
                "deprecated",
                "libsdl",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libdvdread",
                        "libsdl",
                        "ImageMagick",
                        "libjpeg-turbo",
                        "XviD",
                        "ffmpeg",
                        "libdv",
                        "libmpeg2",
                        "libogg",
                        "lzo2",
                        "libtheora",
                        "mjpegtools",
                        "x264",
                        "freetype",
                        "libxml2",
                        "xorg-libXaw",
                        "xorg-libXv",
                        "xpm",
                        "libquicktime-devel",
                        "a52dec",
                        "faac",
                        "lame",
                        "libvorbis"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "tovid",
                        "subtitleripper",
                        "dvdrip"
                    ]
                }
            ]
        },
        {
            "name": "libquicktime-devel",
            "portdir": "multimedia/libquicktime-devel",
            "version": "1.2.4-20210720",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://libquicktime.sourceforge.net/",
            "description": "library for reading and writing quicktime files",
            "long_description": "library for reading and writing quicktime files",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 303
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libjpeg-turbo",
                        "libpng",
                        "ffmpeg",
                        "libogg",
                        "zlib",
                        "x264",
                        "libiconv",
                        "xorg-libXaw",
                        "xorg-libXv",
                        "schroedinger",
                        "faac",
                        "faad2",
                        "lame",
                        "libvorbis",
                        "gettext"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "mjpegtools",
                        "transcode"
                    ]
                }
            ]
        },
        {
            "name": "libquicktime",
            "portdir": "multimedia/libquicktime",
            "version": "1.2.4",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://libquicktime.sourceforge.net/",
            "description": "library for reading and writing quicktime files",
            "long_description": "library for reading and writing quicktime files",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "faac",
                        "faad2",
                        "lame",
                        "libvorbis",
                        "gettext",
                        "libjpeg-turbo",
                        "zlib",
                        "ffmpeg",
                        "libogg",
                        "x264",
                        "libiconv",
                        "xorg-libXaw",
                        "xorg-libXv",
                        "libpng"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "avidemux",
            "portdir": "multimedia/avidemux",
            "version": "2.8.1",
            "license": "GPL-2",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://avidemux.sourceforge.net",
            "description": "video editor designed for simple cutting, filtering and encoding tasks",
            "long_description": "Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. It supports many file types, including AVI, DVD compatible MPEG files, MP4 and ASF, using a variety of codecs. Tasks can be automated using projects, job queue and powerful scripting capabilities.",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "aac",
                "dts",
                "esound",
                "gettext",
                "jack",
                "lame",
                "opus",
                "sqlite",
                "twolame",
                "vorbis",
                "vpx",
                "x264",
                "x265",
                "xvid"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "gmake",
                        "pkgconfig",
                        "yasm",
                        "bash",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libmad",
                        "libopus",
                        "libvorbis",
                        "twolame",
                        "sqlite3",
                        "gettext",
                        "fontconfig",
                        "qt5-qtbase",
                        "libass",
                        "libvpx",
                        "x264",
                        "x265",
                        "freetype",
                        "fribidi",
                        "XviD",
                        "qt5-qttools",
                        "zlib",
                        "faac",
                        "faad2",
                        "lame"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libVLC2",
            "portdir": "multimedia/VLC2",
            "version": "2.2.8",
            "license": "GPL-2+",
            "platforms": "{darwin < 16}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.videolan.org/vlc/libvlc.html",
            "description": "The core engine and interface to VLC's multimedia framework",
            "long_description": "libVLC is the core engine and the interface to the multimedia framework on which VLC media player is based. It allows developers to create a wide range of multimedia applications using the VLC features.",
            "active": true,
            "categories": [
                "devel",
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "aalib",
                "dbus",
                "fluidsynth",
                "freerdp",
                "gstreamer",
                "jack",
                "notify",
                "pulse",
                "shout",
                "smb",
                "svg",
                "qt4",
                "quartz",
                "x11",
                "huge",
                "full",
                "power"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "pkgconfig",
                        "autoconf",
                        "automake",
                        "libtool"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "faad2",
                        "flac",
                        "lame",
                        "libdca",
                        "libid3tag",
                        "libmad",
                        "libmodplug",
                        "libmpcdec",
                        "libopus",
                        "libsndfile",
                        "libvorbis",
                        "speex",
                        "speexDSP",
                        "taglib",
                        "twolame",
                        "gettext",
                        "glib2",
                        "gmp",
                        "gnutls",
                        "libcddb",
                        "libcdio",
                        "libdc1394",
                        "libdvbpsi",
                        "libdvdnav",
                        "libdvdread",
                        "libgcrypt",
                        "libgpg-error",
                        "libssh2",
                        "libupnp",
                        "libusb",
                        "ncurses",
                        "nettle",
                        "orc",
                        "readline",
                        "desktop-file-utils",
                        "fontconfig",
                        "libjpeg-turbo",
                        "libpng",
                        "openjpeg15",
                        "tiff",
                        "lua",
                        "libidn",
                        "ffmpeg",
                        "libass",
                        "libbluray",
                        "libmatroska",
                        "libmpeg2",
                        "libmtp",
                        "libogg",
                        "libtheora",
                        "libvpx",
                        "live555",
                        "schroedinger",
                        "vcdimager",
                        "x264",
                        "x265",
                        "avahi",
                        "libproxy",
                        "freetype",
                        "p11-kit",
                        "fribidi",
                        "libebml",
                        "libiconv",
                        "BGHUDAppKit",
                        "openssl3",
                        "zvbi",
                        "libxml2",
                        "bzip2",
                        "xz",
                        "zlib",
                        "minizip",
                        "a52dec"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libbdplus",
                        "libaacs"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "VLC2",
            "portdir": "multimedia/VLC2",
            "version": "2.2.8",
            "license": "GPL-2+",
            "platforms": "{darwin < 16}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.videolan.org",
            "description": "VLC is a cross-platform media player and streaming server",
            "long_description": "VLC media player is a highly portable multimedia player for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, ...) as well as DVDs, VCDs, and various streaming protocols. It can also be used as a server to stream in unicast or multicast in IPv4 or IPv6 on a high-bandwidth network.",
            "active": true,
            "categories": [
                "devel",
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "aalib",
                "dbus",
                "fluidsynth",
                "freerdp",
                "gstreamer",
                "jack",
                "notify",
                "pulse",
                "shout",
                "smb",
                "svg",
                "qt4",
                "quartz",
                "x11",
                "huge",
                "full",
                "power"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "pkgconfig",
                        "autoconf",
                        "automake",
                        "libtool"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "faad2",
                        "flac",
                        "lame",
                        "libdca",
                        "libid3tag",
                        "libmad",
                        "libmodplug",
                        "libmpcdec",
                        "libopus",
                        "libsndfile",
                        "libvorbis",
                        "speex",
                        "speexDSP",
                        "taglib",
                        "twolame",
                        "gettext",
                        "glib2",
                        "gmp",
                        "gnutls",
                        "libcddb",
                        "libcdio",
                        "libdc1394",
                        "libdvbpsi",
                        "libdvdnav",
                        "libdvdread",
                        "libgcrypt",
                        "libgpg-error",
                        "libssh2",
                        "libupnp",
                        "libusb",
                        "ncurses",
                        "nettle",
                        "orc",
                        "readline",
                        "desktop-file-utils",
                        "fontconfig",
                        "libjpeg-turbo",
                        "libpng",
                        "openjpeg15",
                        "tiff",
                        "lua",
                        "libidn",
                        "ffmpeg",
                        "libass",
                        "libbluray",
                        "libmatroska",
                        "libmpeg2",
                        "libmtp",
                        "libogg",
                        "libtheora",
                        "libvpx",
                        "live555",
                        "schroedinger",
                        "vcdimager",
                        "x264",
                        "x265",
                        "avahi",
                        "libproxy",
                        "freetype",
                        "p11-kit",
                        "fribidi",
                        "libebml",
                        "libiconv",
                        "BGHUDAppKit",
                        "openssl3",
                        "zvbi",
                        "libxml2",
                        "bzip2",
                        "xz",
                        "zlib",
                        "minizip",
                        "a52dec"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libbdplus",
                        "libaacs"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gstreamer1-gst-plugins-ugly",
            "portdir": "gnome/gstreamer1-gst-plugins-ugly",
            "version": "1.24.9",
            "license": "GPL-2+ and LGPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html",
            "description": "A set of good-quality plug-ins for GStreamer that might pose distribution problems.",
            "long_description": "GStreamer Ugly Plug-ins is a set of plug-ins that have good quality and correct functionality, but distributing them might pose problems. The license on either the plug-ins or the supporting libraries might not be how we'd like. The code might be widely known to present patent problems.",
            "active": true,
            "categories": [
                "gnome"
            ],
            "maintainers": [],
            "variants": [
                "gpl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "python312",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "a52dec",
                        "x264",
                        "libcdio",
                        "libdvdread",
                        "gobject-introspection",
                        "gstreamer1-gst-plugins-base",
                        "libmpeg2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "gtk-radio",
                        "gnome-internet-radio-locator",
                        "gtk-internet-radio-locator"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "game-porting-toolkit",
                        "garagejam",
                        "gingerblue",
                        "gnome-voice",
                        "gnome-radio"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gnome-internet-radio-locator",
                        "gtk-radio",
                        "gtk-internet-radio-locator"
                    ]
                }
            ]
        },
        {
            "name": "gstreamer010-gst-plugins-ugly",
            "portdir": "gnome/gstreamer010-gst-plugins-ugly",
            "version": "0.10.19",
            "license": "GPL-2+ and LGPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html",
            "description": "A set of good-quality plug-ins for GStreamer that might pose distribution problems.",
            "long_description": "GStreamer Ugly Plug-ins is a set of plug-ins that have good quality and correct functionality, but distributing them might pose problems. The license on either the plug-ins or the supporting libraries might not be how we'd like. The code might be widely known to present patent problems.",
            "active": true,
            "categories": [
                "gnome"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libid3tag",
                        "libmad",
                        "twolame",
                        "libcdio",
                        "a52dec",
                        "gstreamer010-gst-plugins-base",
                        "libmpeg2",
                        "x264",
                        "libdvdread",
                        "lame"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "hydra",
            "portdir": "security/hydra",
            "version": "9.6",
            "license": "(AGPL-3 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/vanhauser-thc/thc-hydra",
            "description": "A very fast network logon cracker which support many services",
            "long_description": "Hydra is a parallelized logon cracker utility. Hydra can brute force attack on FTP, POP3, IMAP, Telnet, HTTP Auth, NNTP, VNC, ICQ, Socks5, PCNFS and more services within SSL support.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 229
                }
            ],
            "variants": [
                "xhydra",
                "postgresql96",
                "postgresql12",
                "postgresql13",
                "postgresql14",
                "mysql57",
                "mariadb",
                "smb2",
                "subversion",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libssh",
                        "ncurses",
                        "openssl",
                        "pcre2",
                        "libidn"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "doxygen-devel",
            "portdir": "textproc/doxygen-devel",
            "version": "1.14.0",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.doxygen.nl",
            "description": "Documentation system for several programming languages",
            "long_description": "It can generate an on-line documentation browser (in HTML) and/or an off-line reference manual from a set of documented source files. There is also support for generating output in RTF (MS-Word), PostScript, hyperlinked PDF, compressed HTML, and Unix man pages. The documentation is extracted directly from the sources, which makes it much easier to keep the documentation consistent with the source code. You can configure doxygen to extract the code structure from undocumented source files. This is very useful to quickly find your way in large source distributions. You can also visualize the relations between the various elements by means of include dependency graphs, inheritance diagrams, and collaboration diagrams, which are all generated automatically.",
            "active": true,
            "categories": [
                "devel",
                "textproc"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs",
                "qt4",
                "qt5",
                "clangparser",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "flex",
                        "bison",
                        "cmake",
                        "clang-20",
                        "perl5",
                        "python313"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "git-annex",
            "portdir": "devel/git-annex",
            "version": "10.20250828",
            "license": "AGPL-3",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://git-annex.branchable.com/",
            "description": "git-annex allows managing files with git, without checking the file contents into git",
            "long_description": "git-annex allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, time, or disk space.",
            "active": true,
            "categories": [
                "devel",
                "haskell"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cctools",
                        "openssl",
                        "ghc",
                        "stack",
                        "file",
                        "grep",
                        "gsed",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.34-file-temp",
            "portdir": "perl/p5-file-temp",
            "version": "0.231.200",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/File::Temp",
            "description": "File::Temp - return name and handle of a temporary file safely",
            "long_description": "File::Temp - return name and handle of a temporary file safely",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-moosex-daemonize",
                        "p5.34-pod-weaver-section-allowoverride",
                        "p5.34-dist-zilla-plugin-git-remote-check",
                        "p5.34-file-rename",
                        "p5.34-dist-zilla-plugin-authority",
                        "p5.34-dist-zilla-plugin-checkmetaresources",
                        "p5.34-io-async",
                        "p5.34-log-dispatchouli",
                        "p5.34-dbix-class",
                        "p5.34-cpan-uploader"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-devel-dumptrace",
                        "p5.34-http-body",
                        "p5.34-dist-zilla",
                        "p5.34-archive-tar-wrapper",
                        "p5.34-mail-box-imap4",
                        "p5-file-temp",
                        "p5.34-data-temporarybag",
                        "p5.34-dbix-admin-dsnmanager",
                        "p5.34-file-pushd",
                        "p5.34-http-entity-parser",
                        "p5.34-test-tempdir-tiny",
                        "p5.34-dbicx-testdatabase",
                        "p5.34-mime-tools",
                        "p5.34-mail-message",
                        "p5.34-sgml-parser-opensp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "cvsweb"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-file-temp",
            "portdir": "perl/p5-file-temp",
            "version": "0.231.200",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/File::Temp",
            "description": "File::Temp - return name and handle of a temporary file safely",
            "long_description": "File::Temp - return name and handle of a temporary file safely",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-io-async",
                        "p5.32-dist-zilla-plugin-authority",
                        "p5.32-dist-zilla-plugin-checkmetaresources",
                        "p5.32-dist-zilla-plugin-git-remote-check",
                        "p5.32-moosex-daemonize",
                        "p5.32-pod-weaver-section-allowoverride",
                        "p5.32-log-dispatchouli",
                        "p5.32-file-rename",
                        "p5.32-dbix-class",
                        "p5.32-cpan-uploader"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-dbicx-testdatabase",
                        "p5.32-mime-tools",
                        "p5.32-mail-box-imap4",
                        "p5.32-mail-message",
                        "p5.32-sgml-parser-opensp",
                        "p5.32-dbix-admin-dsnmanager",
                        "p5.32-devel-dumptrace",
                        "p5.32-data-temporarybag",
                        "p5.32-http-body",
                        "p5.32-file-pushd",
                        "p5.32-http-entity-parser",
                        "p5.32-dist-zilla",
                        "p5.32-archive-tar-wrapper",
                        "p5.32-test-tempdir-tiny"
                    ]
                }
            ]
        },
        {
            "name": "p5.30-file-temp",
            "portdir": "perl/p5-file-temp",
            "version": "0.231.200",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/File::Temp",
            "description": "File::Temp - return name and handle of a temporary file safely",
            "long_description": "File::Temp - return name and handle of a temporary file safely",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.30-io-async",
                        "p5.30-dist-zilla-plugin-authority",
                        "p5.30-dist-zilla-plugin-checkmetaresources",
                        "p5.30-dist-zilla-plugin-git-remote-check",
                        "p5.30-moosex-daemonize",
                        "p5.30-pod-weaver-section-allowoverride",
                        "p5.30-log-dispatchouli",
                        "p5.30-file-rename",
                        "p5.30-dbix-class",
                        "p5.30-cpan-uploader"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-dbicx-testdatabase",
                        "p5.30-mime-tools",
                        "p5.30-mail-box-imap4",
                        "p5.30-mail-message",
                        "p5.30-sgml-parser-opensp",
                        "p5.30-dbix-admin-dsnmanager",
                        "p5.30-devel-dumptrace",
                        "p5.30-data-temporarybag",
                        "p5.30-http-body",
                        "p5.30-file-pushd",
                        "p5.30-http-entity-parser",
                        "p5.30-dist-zilla",
                        "p5.30-archive-tar-wrapper",
                        "p5.30-test-tempdir-tiny"
                    ]
                }
            ]
        },
        {
            "name": "p5.28-file-temp",
            "portdir": "perl/p5-file-temp",
            "version": "0.231.200",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/File::Temp",
            "description": "File::Temp - return name and handle of a temporary file safely",
            "long_description": "File::Temp - return name and handle of a temporary file safely",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.28-io-async",
                        "p5.28-dist-zilla-plugin-authority",
                        "p5.28-dist-zilla-plugin-checkmetaresources",
                        "p5.28-dist-zilla-plugin-git-remote-check",
                        "p5.28-moosex-daemonize",
                        "p5.28-pod-weaver-section-allowoverride",
                        "p5.28-log-dispatchouli",
                        "p5.28-file-rename",
                        "p5.28-dbix-class",
                        "p5.28-cpan-uploader"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-dbicx-testdatabase",
                        "p5.28-mime-tools",
                        "p5.28-mail-box-imap4",
                        "p5.28-mail-message",
                        "p5.28-sgml-parser-opensp",
                        "p5.28-dbix-admin-dsnmanager",
                        "p5.28-devel-dumptrace",
                        "p5.28-data-temporarybag",
                        "p5.28-http-body",
                        "p5.28-file-pushd",
                        "p5.28-http-entity-parser",
                        "p5.28-dist-zilla",
                        "p5.28-archive-tar-wrapper",
                        "p5.28-test-tempdir-tiny"
                    ]
                }
            ]
        },
        {
            "name": "p5-file-temp",
            "portdir": "perl/p5-file-temp",
            "version": "0.231.200",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": "p5.34-file-temp",
            "homepage": "https://metacpan.org/pod/File::Temp",
            "description": "File::Temp - return name and handle of a temporary file safely",
            "long_description": "File::Temp - return name and handle of a temporary file safely",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-file-temp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-file-temp",
            "portdir": "perl/p5-file-temp",
            "version": "0.231.100",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/File::Temp",
            "description": "return name and handle of a temporary file safely",
            "long_description": "File::Temp can be used to create and open temporary files in a safe way. There is both a function interface and an object-oriented interface. The File::Temp constructor or the tempfile() function can be used to return the name and the open filehandle of a temporary file. The tempdir() function can be used to create a temporary directory.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-file-rename",
                        "p5.26-dist-zilla-plugin-authority",
                        "p5.26-io-async",
                        "p5.26-log-dispatchouli",
                        "p5.26-dist-zilla-plugin-checkmetaresources",
                        "p5.26-moosex-daemonize",
                        "p5.26-pod-weaver-section-allowoverride",
                        "p5.26-dist-zilla-plugin-git-remote-check",
                        "p5.26-dbix-class"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-archive-tar-wrapper",
                        "p5.26-test-tempdir-tiny",
                        "p5.26-data-temporarybag",
                        "p5.26-dbicx-testdatabase",
                        "p5.26-dbix-admin-dsnmanager",
                        "p5.26-dist-zilla",
                        "p5.26-file-pushd",
                        "p5.26-http-entity-parser",
                        "p5.26-mime-tools",
                        "p5.26-sgml-parser-opensp"
                    ]
                }
            ]
        },
        {
            "name": "simg2img",
            "portdir": "sysutils/simg2img",
            "version": "1.1.5",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/anestisb/android-simg2img",
            "description": "Convert Android sparse images to raw images (and vise-versa)",
            "long_description": "Convert Android sparse images to raw images (and vise-versa)",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "simg2img-devel",
            "portdir": "sysutils/simg2img",
            "version": "20191105",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "simg2img",
            "homepage": "https://www.macports.org",
            "description": "Obsolete port, replaced by simg2img",
            "long_description": "This port has been replaced by simg2img.",
            "active": false,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "asco",
            "portdir": "science/asco",
            "version": "0.4.11",
            "license": "gpl",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://asco.sourceforge.net",
            "description": "A SPICE Circuit Optimizer",
            "long_description": "ASCO project aims to bring circuit optimization capabilities to existing SPICE simulators using a high-performance parallel differential evolution (DE) optimization algorithm. Currently out-of-the-box support for Eldo (TM), HSPICE (R), LTspice (TM), Spectre (R) and Qucs exist.",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [
                {
                    "name": "mark",
                    "github": "markemer",
                    "ports_count": 114
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "qucs"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-mail-spamassassin",
            "portdir": "perl/p5-mail-spamassassin",
            "version": "4.0.2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://spamassassin.apache.org/",
            "description": "mail filter to identify spam",
            "long_description": "SpamAssassin(tm) is a mail filter to identify spam. Using its rule base, it uses a wide range of heuristic tests on mail headers and body text to identify spam, also known as unsolicited commercial email.",
            "active": true,
            "categories": [
                "mail",
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "razor",
                "ssl",
                "vpopmail",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-devel-cycle",
                        "p5.34-test-simple",
                        "p5.34-text-diff",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34",
                        "p5.34-archive-tar",
                        "p5.34-berkeleydb",
                        "p5.34-dbd-sqlite",
                        "p5.34-dbi",
                        "p5.34-email-address-xs",
                        "p5.34-encode-detect",
                        "p5.34-geo-ip",
                        "p5.34-html-parser",
                        "p5.34-io-compress",
                        "p5.34-io-socket-ip",
                        "p5.34-io-socket-ssl",
                        "p5.34-io-string",
                        "openssl",
                        "p5.34-lwp-protocol-https",
                        "p5.34-mail-dkim",
                        "p5.34-mail-spf",
                        "p5.34-mime-base64",
                        "p5.34-net",
                        "p5.34-net-cidr-lite",
                        "p5.34-net-dns",
                        "p5.34-net-libidn",
                        "p5.34-net-libidn2",
                        "p5.34-net-patricia",
                        "p5.34-netaddr-ip",
                        "p5.34-time-hires",
                        "p5.34-time-local",
                        "p5.34-libwww-perl",
                        "re2c",
                        "gnupg2",
                        "curl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5-mail-spamassassin"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "amavisd-new"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-mail-spamassassin",
            "portdir": "perl/p5-mail-spamassassin",
            "version": "4.0.2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://spamassassin.apache.org/",
            "description": "mail filter to identify spam",
            "long_description": "SpamAssassin(tm) is a mail filter to identify spam. Using its rule base, it uses a wide range of heuristic tests on mail headers and body text to identify spam, also known as unsolicited commercial email.",
            "active": true,
            "categories": [
                "mail",
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "razor",
                "ssl",
                "vpopmail",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-devel-cycle",
                        "p5.32-test-simple",
                        "p5.32-text-diff",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "curl",
                        "p5.32-archive-tar",
                        "p5.32-berkeleydb",
                        "p5.32-dbd-sqlite",
                        "p5.32-dbi",
                        "p5.32-email-address-xs",
                        "p5.32-encode-detect",
                        "p5.32-geo-ip",
                        "p5.32-html-parser",
                        "p5.32-io-compress",
                        "p5.32-io-socket-ip",
                        "p5.32-io-socket-ssl",
                        "p5.32-io-string",
                        "openssl",
                        "p5.32-lwp-protocol-https",
                        "p5.32-mail-dkim",
                        "p5.32-mail-spf",
                        "p5.32-mime-base64",
                        "p5.32-net",
                        "p5.32-net-cidr-lite",
                        "p5.32-net-dns",
                        "p5.32-net-libidn",
                        "p5.32-net-libidn2",
                        "p5.32-net-patricia",
                        "p5.32-netaddr-ip",
                        "p5.32-time-hires",
                        "p5.32-time-local",
                        "p5.32-libwww-perl",
                        "re2c",
                        "perl5.32",
                        "gnupg2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.30-mail-spamassassin",
            "portdir": "perl/p5-mail-spamassassin",
            "version": "4.0.2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://spamassassin.apache.org/",
            "description": "mail filter to identify spam",
            "long_description": "SpamAssassin(tm) is a mail filter to identify spam. Using its rule base, it uses a wide range of heuristic tests on mail headers and body text to identify spam, also known as unsolicited commercial email.",
            "active": true,
            "categories": [
                "mail",
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "razor",
                "ssl",
                "vpopmail",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.30-devel-cycle",
                        "p5.30-test-simple",
                        "p5.30-text-diff",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "curl",
                        "p5.30-archive-tar",
                        "p5.30-berkeleydb",
                        "p5.30-dbd-sqlite",
                        "p5.30-dbi",
                        "p5.30-email-address-xs",
                        "p5.30-encode-detect",
                        "p5.30-geo-ip",
                        "p5.30-html-parser",
                        "p5.30-io-compress",
                        "p5.30-io-socket-ip",
                        "p5.30-io-socket-ssl",
                        "p5.30-io-string",
                        "openssl",
                        "p5.30-lwp-protocol-https",
                        "p5.30-mail-dkim",
                        "p5.30-mail-spf",
                        "p5.30-mime-base64",
                        "p5.30-net",
                        "p5.30-net-cidr-lite",
                        "p5.30-net-dns",
                        "p5.30-net-libidn",
                        "p5.30-net-libidn2",
                        "p5.30-net-patricia",
                        "p5.30-netaddr-ip",
                        "p5.30-time-hires",
                        "p5.30-time-local",
                        "p5.30-libwww-perl",
                        "re2c",
                        "perl5.30",
                        "gnupg2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.28-mail-spamassassin",
            "portdir": "perl/p5-mail-spamassassin",
            "version": "4.0.2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://spamassassin.apache.org/",
            "description": "mail filter to identify spam",
            "long_description": "SpamAssassin(tm) is a mail filter to identify spam. Using its rule base, it uses a wide range of heuristic tests on mail headers and body text to identify spam, also known as unsolicited commercial email.",
            "active": true,
            "categories": [
                "mail",
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "razor",
                "ssl",
                "vpopmail",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.28-devel-cycle",
                        "p5.28-test-simple",
                        "p5.28-text-diff",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "curl",
                        "p5.28-archive-tar",
                        "p5.28-berkeleydb",
                        "p5.28-dbd-sqlite",
                        "p5.28-dbi",
                        "p5.28-email-address-xs",
                        "p5.28-encode-detect",
                        "p5.28-geo-ip",
                        "p5.28-html-parser",
                        "p5.28-io-compress",
                        "p5.28-io-socket-ip",
                        "p5.28-io-socket-ssl",
                        "p5.28-io-string",
                        "openssl",
                        "p5.28-lwp-protocol-https",
                        "p5.28-mail-dkim",
                        "p5.28-mail-spf",
                        "p5.28-mime-base64",
                        "p5.28-net",
                        "p5.28-net-cidr-lite",
                        "p5.28-net-dns",
                        "p5.28-net-libidn",
                        "p5.28-net-libidn2",
                        "p5.28-net-patricia",
                        "p5.28-netaddr-ip",
                        "p5.28-time-hires",
                        "p5.28-time-local",
                        "p5.28-libwww-perl",
                        "re2c",
                        "perl5.28",
                        "gnupg2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5-mail-spamassassin",
            "portdir": "perl/p5-mail-spamassassin",
            "version": "4.0.2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "p5.34-mail-spamassassin",
            "homepage": "https://spamassassin.apache.org/",
            "description": "mail filter to identify spam",
            "long_description": "SpamAssassin(tm) is a mail filter to identify spam. Using its rule base, it uses a wide range of heuristic tests on mail headers and body text to identify spam, also known as unsolicited commercial email.",
            "active": true,
            "categories": [
                "mail",
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-mail-spamassassin"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-mail-spamassassin",
            "portdir": "perl/p5-mail-spamassassin",
            "version": "3.4.5",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://spamassassin.apache.org/",
            "description": "mail filter to identify spam",
            "long_description": "SpamAssassin(tm) is a mail filter to identify spam. Using its rule base, it uses a wide range of heuristic tests on mail headers and body text to identify spam, also known as unsolicited commercial email.",
            "active": false,
            "categories": [
                "mail",
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "razor",
                "ssl",
                "vpopmail",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnupg2",
                        "curl",
                        "p5.26-dbi",
                        "p5.26-encode-detect",
                        "p5.26-geo-ip",
                        "p5.26-html-parser",
                        "p5.26-libwww-perl",
                        "perl5.26",
                        "p5.26-mail-dkim",
                        "p5.26-mail-spf",
                        "p5.26-mailtools",
                        "p5.26-net-cidr-lite",
                        "p5.26-net-dns",
                        "p5.26-net-patricia",
                        "p5.26-time-hires",
                        "p5.26-mail-audit"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tree-sitter-javascript",
            "portdir": "devel/tree-sitter-javascript",
            "version": "0.25.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tree-sitter/tree-sitter-javascript",
            "description": "A tree-sitter parser for JavaScript",
            "long_description": "A tree-sitter parser for JavaScript",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 163
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "emacs",
                        "emacs-devel",
                        "emacs-app",
                        "emacs-app-devel",
                        "emacs-mac-app",
                        "emacs-mac-app-devel"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-graphics-toolkit-color",
            "portdir": "perl/p5-graphics-toolkit-color",
            "version": "1.972.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Graphics::Toolkit::Color",
            "description": "Graphics::Toolkit::Color - color palette constructor",
            "long_description": "Graphics::Toolkit::Color - color palette constructor",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2626
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34",
                        "p5.34-graphics-colornames"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5-graphics-toolkit-color",
                        "p5.34-chart"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-graphics-toolkit-color",
            "portdir": "perl/p5-graphics-toolkit-color",
            "version": "1.972.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Graphics::Toolkit::Color",
            "description": "Graphics::Toolkit::Color - color palette constructor",
            "long_description": "Graphics::Toolkit::Color - color palette constructor",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2626
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-graphics-colornames"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-chart"
                    ]
                }
            ]
        },
        {
            "name": "p5.30-graphics-toolkit-color",
            "portdir": "perl/p5-graphics-toolkit-color",
            "version": "1.972.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Graphics::Toolkit::Color",
            "description": "Graphics::Toolkit::Color - color palette constructor",
            "long_description": "Graphics::Toolkit::Color - color palette constructor",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2626
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30",
                        "p5.30-graphics-colornames"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-chart"
                    ]
                }
            ]
        },
        {
            "name": "p5.28-graphics-toolkit-color",
            "portdir": "perl/p5-graphics-toolkit-color",
            "version": "1.972.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Graphics::Toolkit::Color",
            "description": "Graphics::Toolkit::Color - color palette constructor",
            "long_description": "Graphics::Toolkit::Color - color palette constructor",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2626
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28",
                        "p5.28-graphics-colornames"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-chart"
                    ]
                }
            ]
        },
        {
            "name": "p5-graphics-toolkit-color",
            "portdir": "perl/p5-graphics-toolkit-color",
            "version": "1.972.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": "p5.34-graphics-toolkit-color",
            "homepage": "https://metacpan.org/pod/Graphics::Toolkit::Color",
            "description": "Graphics::Toolkit::Color - color palette constructor",
            "long_description": "Graphics::Toolkit::Color - color palette constructor",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2626
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-graphics-toolkit-color"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "readpe",
            "portdir": "sysutils/readpe",
            "version": "0.85.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mentebinaria/readpe",
            "description": "toolkit to analyze PE (Portable Executable) binaries",
            "long_description": "Open source, full-featured, multiplatform command line toolkit to work with and analyze PE (Portable Executable) binaries.",
            "active": true,
            "categories": [
                "devel",
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "makr",
                    "github": "mohd-akram",
                    "ports_count": 81
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mdf2iso",
            "portdir": "sysutils/mdf2iso",
            "version": "0.3.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://packages.debian.org/sid/mdf2iso",
            "description": "Convert MDF (Alcohol 120% images) to ISO images",
            "long_description": "Convert MDF (Alcohol 120% images) to ISO images.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "nanopass-scheme",
            "portdir": "scheme/nanopass-scheme",
            "version": "1.9.3",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/nanopass/nanopass-framework-scheme",
            "description": "Nanopass Compiler Library",
            "long_description": "An R6RS version of the Nanopass Compiler Infrastructure.",
            "active": true,
            "categories": [
                "scheme"
            ],
            "maintainers": [
                {
                    "name": "makr",
                    "github": "mohd-akram",
                    "ports_count": 81
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}