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

{
    "count": 50662,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=514",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=512",
    "results": [
        {
            "name": "opensubdiv",
            "portdir": "graphics/opensubdiv",
            "version": "3.4.4",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://graphics.pixar.com/opensubdiv",
            "description": "subdivision surface library",
            "long_description": "OpenSubdiv is a set of libraries developed by Pixar Animation Studios that implement high-performance subdivision surface (subdiv) evaluation on massively-parallel CPU and GPU architectures. This code path is optimized for drawing deforming surfaces with static topology at interactive framerates.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "",
                    "github": "jasonliu--",
                    "ports_count": 37
                }
            ],
            "variants": [
                "debug",
                "clew",
                "glew",
                "openmp",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-pygments",
                        "graphviz",
                        "doxygen",
                        "clang-17",
                        "py312-docutils",
                        "cctools",
                        "cmake",
                        "ld64"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "tbb",
                        "glfw",
                        "ptex",
                        "zlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "blender"
                    ]
                }
            ]
        },
        {
            "name": "osm-gps-map",
            "portdir": "graphics/osm-gps-map",
            "version": "1.2.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://nzjrs.github.io/osm-gps-map/",
            "description": "A GTK+ 3 widget for displaying OpenStreetMap tiles.",
            "long_description": "A GTK+ 3 widget that when given GPS co-ordinates, draws a GPS track, and points of interest on a moving map display. Downloads map data from a number of websites, including openstreetmap.org.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2625
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "libtool",
                        "pkgconfig",
                        "gtk-doc",
                        "autoconf",
                        "autoconf-archive",
                        "automake"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk3",
                        "libsoup-2.4",
                        "gobject-introspection"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gramps",
                        "darktable",
                        "darktable-devel"
                    ]
                }
            ]
        },
        {
            "name": "osm-gps-map-gtk2",
            "portdir": "graphics/osm-gps-map-gtk2",
            "version": "0.7.3",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://nzjrs.github.io/osm-gps-map/",
            "description": "A GTK+ 2 widget for displaying OpenStreetMap tiles.",
            "long_description": "A GTK+ 2 widget that when given GPS co-ordinates, draws a GPS track, and points of interest on a moving map display. Downloads map data from a number of websites, including openstreetmap.org.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2625
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "gnome-common",
                        "gtk-doc",
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsoup-2.4",
                        "gtk2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-osmgpsmap",
                        "subsurface"
                    ]
                }
            ]
        },
        {
            "name": "pbrt2",
            "portdir": "graphics/pbrt2",
            "version": "20190104",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.pbrt.org",
            "description": "a photorealistic rendering system",
            "long_description": "Source code for pbrt, the renderer described in the second edition of \"Physically Based Rendering: From Theory To Implementation\", by Matt Pharr, Wenzel Jakob, and Greg Humphreys.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "openexr",
                        "tiff"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pbrt3",
            "portdir": "graphics/pbrt3",
            "version": "20200626",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.pbrt.org",
            "description": "a photorealistic rendering system",
            "long_description": "Source code for pbrt, the renderer described in the third edition of \"Physically Based Rendering: From Theory To Implementation\", by Matt Pharr, Wenzel Jakob, and Greg Humphreys.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "ptex",
                        "google-glog",
                        "openexr"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pdf2svg",
            "portdir": "graphics/pdf2svg",
            "version": "0.2.3",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.cityinthesky.co.uk/opensource/pdf2svg",
            "description": "pdf to svg converter",
            "long_description": "pdf to svg converter",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk2",
                        "poppler"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pngquant",
            "portdir": "graphics/pngquant",
            "version": "3.0.3",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pngquant.org/",
            "description": "command-line utility and library for lossy compression of PNG images",
            "long_description": "pngquant is a command-line utility and library for lossy compression of PNG images. The conversion reduces file sizes significantly (often as much as 70%) and preserves full alpha transparency. Generated images are compatible with all modern web browsers, and have better fallback in IE6 than 24-bit PNGs.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17",
                        "rust",
                        "cargo",
                        "legacy-support"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "gnutar"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libpng",
                        "lcms2",
                        "libunwind",
                        "zlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "littleutils"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "ocrmypdf"
                    ]
                }
            ]
        },
        {
            "name": "pqiv",
            "portdir": "graphics/pqiv",
            "version": "2.12",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/phillipberndt/pqiv",
            "description": "A powerful GTK 3 based command-line image viewer with a minimal UI",
            "long_description": "A powerful GTK 3 based command-line image viewer with a minimal UI. It is highly customizable, can be fully controlled from scripts, and has support for various file formats including PDF, Postscript, video files and archives. It is optimized to be quick and responsive. It comes with support for animations, slideshows, transparency, VIM-like key bindings, automated loading of new images as they appear, external image filters, marks, image preloading, and much more. pqiv started as a Python rewrite of qiv avoiding imlib, but evolved into a much more powerful tool. Today, pqiv stands for powerful quick image viewer.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2",
                        "gtk3",
                        "cairo"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qoi",
            "portdir": "graphics/qoi",
            "version": "20230616",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://qoiformat.org/",
            "description": "The “Quite OK Image Format” for fast, lossless image compression.",
            "long_description": "The “Quite OK Image Format” for fast, lossless image compression. It losslessly compresses images to a similar size of PNG, while offering 20x-50x faster encoding and 3x-4x faster decoding. The reference en-/decoder fits in about 300 lines of C.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "libpng",
                        "stb",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rawstudio",
            "portdir": "graphics/rawstudio",
            "version": "20210603",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://rawstudio.org",
            "description": "Raw-image converter",
            "long_description": "Rawstudio is a modern raw-image converter and organizer with many features. * Reads all dcraw supported formats * Internal 16-bit rgb * Various post-shot controls (white balance, saturation and exposure compensation among others) * Realtime histogram * Easy sorting of images * Fullscreen mode for better overview",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "gettext",
                        "libtool",
                        "pkgconfig",
                        "clang-14"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "lcms2",
                        "lensfun",
                        "libjpeg-turbo",
                        "tiff",
                        "fftw-3",
                        "sqlite3",
                        "curl",
                        "libxml2",
                        "xorg-libX11",
                        "openssl3",
                        "gettext-runtime",
                        "fftw-3-single",
                        "dbus",
                        "flickcurl",
                        "libgphoto2",
                        "gconf",
                        "gtk3",
                        "exiv2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qvge",
            "portdir": "graphics/qvge",
            "version": "0.6.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ArsMasiuk/qvge",
            "description": "Qt Visual Graph Editor",
            "long_description": "QVGE is a multiplatform graph editor written in C++/Qt. Its main goal is to make it possible to visually edit two-dimensional graphs in a simple and intuitive way.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "makeicns",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "qt5-qtsvg"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sam2p",
            "portdir": "graphics/sam2p",
            "version": "0.49.4",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pts/sam2p",
            "description": "convert raster images to PostScript, PDF etc",
            "long_description": "sam2p is a UNIX command line utility written in ANSI C++ that converts many raster (bitmap) image formats into Adobe PostScript or PDF files and several other formats. The images are not vectorized. sam2p gives full control to the user to specify standards-compliance, compression, and bit depths. In some cases sam2p can compress an image 100 times smaller than the PostScript output of many other common image converters. sam2p provides ZIP, RLE and LZW (de)compression filters even on Level1 PostScript devices.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "takeshi",
                    "github": "tenomoto",
                    "ports_count": 54
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "lzw_codec",
                        "tif22pnm",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libjpeg-turbo",
                        "netpbm"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "ghostscript"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "svgcleaner",
            "portdir": "graphics/svgcleaner",
            "version": "0.9.5",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/RazrFalcon/svgcleaner",
            "description": "svgcleaner could help you to clean up your SVG files from the unnecessary data.",
            "long_description": "svgcleaner could help you to clean up your SVG files from the unnecessary data.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 652
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "synfig",
            "portdir": "graphics/synfig",
            "version": "1.4.5",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.synfig.org",
            "description": "vector-based 2-D animation package",
            "long_description": "Synfig is a vector-based 2-D animation package. It is designed to be capable of producing feature-film-quality animation. It eliminates the need for tweening, preventing the need to hand-draw each frame. Synfig features spatial and temporal resolution independence (sharp and smooth at any resolution or framerate), high dynamic range images, and a flexible plugin system.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "intltool",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libjpeg-turbo",
                        "libmng",
                        "libpng",
                        "openexr",
                        "ETL",
                        "ffmpeg",
                        "gettext",
                        "mlt",
                        "freetype",
                        "libiconv",
                        "libxmlxx2",
                        "pango",
                        "boost176",
                        "libdv",
                        "libsigcxx2",
                        "libtool",
                        "ImageMagick",
                        "cairo",
                        "fontconfig"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "synfigstudio"
                    ]
                }
            ]
        },
        {
            "name": "tiv",
            "portdir": "graphics/tiv",
            "version": "0.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/radare/tiv",
            "description": "tiv: the terminal image viewer",
            "long_description": "Tiv implements its own rendering algorithms to display pictures loaded with the Gdk library to the terminal using ascii art and ansi256 in color and grayscale.",
            "active": true,
            "categories": [
                "graphics",
                "games"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "vala",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gdk-pixbuf2",
                        "libjpeg-turbo"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ETL",
            "portdir": "graphics/synfig",
            "version": "1.4.5",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.synfig.org",
            "description": "multi-platform class and template library",
            "long_description": "ETL is a multi-platform class and template library designed to add new datatypes and functions which combine well with the existing types and functions from the C++ Standard Template Library (STL).",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glibmm",
                        "pkgconfig",
                        "boost176"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pkgconfig"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "synfig",
                        "synfigstudio"
                    ]
                }
            ]
        },
        {
            "name": "synfigstudio",
            "portdir": "graphics/synfig",
            "version": "1.4.5",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.synfig.org",
            "description": "synfig animation studio",
            "long_description": "Synfig Studio is the animation studio for synfig and provides a GUI to create Synfig animations which are saved in Synfig .sif or .sifz format.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "intltool",
                        "autoconf"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ETL",
                        "gtkmm3",
                        "boost176",
                        "synfig"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tthresh",
            "portdir": "graphics/tthresh",
            "version": "2023.07.12",
            "license": "LGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rballester/tthresh",
            "description": "C++ compressor for multidimensional grid data using the Tucker decomposition",
            "long_description": "C++ compressor for multidimensional grid data using the Tucker decomposition",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libomp",
                        "eigen3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "communi-desktop",
            "portdir": "irc/communi-desktop",
            "version": "2022.08.14",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://communi.github.io",
            "description": "IRC client for desktop environments",
            "long_description": "IRC client for desktop environments",
            "active": true,
            "categories": [
                "irc"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "libcommuni"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "quassel",
            "portdir": "irc/quassel",
            "version": "0.14.0",
            "license": "GPL-2 and GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://quassel-irc.org",
            "description": "Qt5 IRC client",
            "long_description": "Quassel IRC is a modern, cross-platform IRC client. This port installs the monolithic variant, which does not require a separate Quassel core.",
            "active": true,
            "categories": [
                "irc"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "urlpreview"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "qt5-qttools",
                        "cmake",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "openssl",
                        "qt5-qtbase",
                        "boost176",
                        "qca-qt5-ossl",
                        "qt5-qtwebengine",
                        "qt5-qtmultimedia",
                        "qt5-qtscript"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "qt5-sqlite-plugin"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "janet-bundler",
            "portdir": "janet/janet-bundler",
            "version": "0.1.0",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/joy-framework/bundler",
            "description": "A very simple css and js bundler for janet",
            "long_description": "A very simple css and js bundler for janet",
            "active": true,
            "categories": [
                "devel",
                "janet"
            ],
            "maintainers": [
                {
                    "name": "jc+macports",
                    "github": "tsujp",
                    "ports_count": 24
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "janet",
                        "janet-path",
                        "janet-tester",
                        "jpm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "quassel-client",
            "portdir": "irc/quassel",
            "version": "0.14.0",
            "license": "GPL-2 and GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://quassel-irc.org",
            "description": "Qt5 IRC client - client component",
            "long_description": "Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core - much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical.",
            "active": true,
            "categories": [
                "irc"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "urlpreview"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt5-qttools",
                        "cmake",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "qt5-qtbase",
                        "boost176",
                        "qt5-qtwebengine",
                        "qt5-qtmultimedia",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "janet-cipher",
            "portdir": "janet/janet-cipher",
            "version": "20210427",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/joy-framework/cipher",
            "description": "Hash passwords and encrypt strings with janet",
            "long_description": "Hash passwords and encrypt strings with janet",
            "active": true,
            "categories": [
                "devel",
                "janet"
            ],
            "maintainers": [
                {
                    "name": "jc+macports",
                    "github": "tsujp",
                    "ports_count": 24
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "janet",
                        "janet-jhydro",
                        "jpm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "janet-joy"
                    ]
                }
            ]
        },
        {
            "name": "janet-circlet",
            "portdir": "janet/janet-circlet",
            "version": "202110921",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/janet-lang/circlet",
            "description": "HTTP server bindings for Janet",
            "long_description": "HTTP server bindings for Janet.",
            "active": true,
            "categories": [
                "devel",
                "janet"
            ],
            "maintainers": [
                {
                    "name": "jc+macports",
                    "github": "tsujp",
                    "ports_count": 24
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "janet",
                        "jpm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "janet-db",
            "portdir": "janet/janet-db",
            "version": "20210127",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/joy-framework/db",
            "description": "A humble database library for janet",
            "long_description": "A humble database library for janet",
            "active": true,
            "categories": [
                "devel",
                "janet"
            ],
            "maintainers": [
                {
                    "name": "jc+macports",
                    "github": "tsujp",
                    "ports_count": 24
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "janet",
                        "janet-path",
                        "janet-tester",
                        "jpm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "janet-joy"
                    ]
                }
            ]
        },
        {
            "name": "janet-codec",
            "portdir": "janet/janet-codec",
            "version": "20201222",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/joy-framework/codec",
            "description": "A base64 encoding library for janet",
            "long_description": "A base64 encoding library for janet",
            "active": true,
            "categories": [
                "devel",
                "janet"
            ],
            "maintainers": [
                {
                    "name": "jc+macports",
                    "github": "tsujp",
                    "ports_count": 24
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "janet",
                        "jpm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "janet-dotenv",
            "portdir": "janet/janet-dotenv",
            "version": "20200513",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/joy-framework/dotenv",
            "description": "Dotenv for janet",
            "long_description": "Dotenv for janet",
            "active": true,
            "categories": [
                "devel",
                "janet"
            ],
            "maintainers": [
                {
                    "name": "jc+macports",
                    "github": "tsujp",
                    "ports_count": 24
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "janet",
                        "jpm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "janet-halo2",
            "portdir": "janet/janet-halo2",
            "version": "20210826",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/joy-framework/halo2",
            "description": "A pure janet streaming http/1.1 server",
            "long_description": "A pure janet streaming http/1.1 server",
            "active": true,
            "categories": [
                "devel",
                "janet"
            ],
            "maintainers": [
                {
                    "name": "jc+macports",
                    "github": "tsujp",
                    "ports_count": 24
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "janet",
                        "jpm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "janet-joy"
                    ]
                }
            ]
        },
        {
            "name": "janet-halo",
            "portdir": "janet/janet-halo",
            "version": "20200621",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/joy-framework/halo",
            "description": "HTTP server for janet",
            "long_description": "HTTP server for janet",
            "active": true,
            "categories": [
                "devel",
                "janet"
            ],
            "maintainers": [
                {
                    "name": "jc+macports",
                    "github": "tsujp",
                    "ports_count": 24
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "janet",
                        "janet-tester",
                        "jpm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "janet-html",
            "portdir": "janet/janet-html",
            "version": "20220602",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/swlkr/janet-html",
            "description": "A library for representing HTML in Janet",
            "long_description": "A library for representing HTML in Janet",
            "active": true,
            "categories": [
                "devel",
                "janet"
            ],
            "maintainers": [
                {
                    "name": "jc+macports",
                    "github": "tsujp",
                    "ports_count": 24
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "janet",
                        "jpm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "janet-joy"
                    ]
                }
            ]
        },
        {
            "name": "janet-jhydro",
            "portdir": "janet/janet-jhydro",
            "version": "20220601",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/janet-lang/jhydro",
            "description": "Lightweight cryptographic and random number generation utils for Janet",
            "long_description": "Lightweight cryptographic and random number generation utils for Janet.",
            "active": true,
            "categories": [
                "devel",
                "janet"
            ],
            "maintainers": [
                {
                    "name": "jc+macports",
                    "github": "tsujp",
                    "ports_count": 24
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "janet",
                        "jpm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "janet-cipher"
                    ]
                }
            ]
        },
        {
            "name": "janet-joy",
            "portdir": "janet/janet-joy",
            "version": "20210811",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/joy-framework/joy",
            "description": "A full stack janet web framework",
            "long_description": "A full stack janet web framework",
            "active": true,
            "categories": [
                "devel",
                "janet"
            ],
            "maintainers": [
                {
                    "name": "jc+macports",
                    "github": "tsujp",
                    "ports_count": 24
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "janet-cipher",
                        "janet-db",
                        "janet-halo2",
                        "janet-html",
                        "janet-json",
                        "janet",
                        "janet-path",
                        "janet-tester",
                        "janet-uri",
                        "jpm",
                        "janet-musty"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "janet-json",
            "portdir": "janet/janet-json",
            "version": "20220522",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/janet-lang/json",
            "description": "A JSON module for janet",
            "long_description": "A JSON module for janet.",
            "active": true,
            "categories": [
                "devel",
                "janet"
            ],
            "maintainers": [
                {
                    "name": "jc+macports",
                    "github": "tsujp",
                    "ports_count": 24
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "janet",
                        "jpm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "janet-joy"
                    ]
                }
            ]
        },
        {
            "name": "janet-path",
            "portdir": "janet/janet-path",
            "version": "202110109",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/janet-lang/path",
            "description": "Simple path manipulation module for Janet",
            "long_description": "Simple path manipulation module for Janet.",
            "active": true,
            "categories": [
                "devel",
                "janet"
            ],
            "maintainers": [
                {
                    "name": "jc+macports",
                    "github": "tsujp",
                    "ports_count": 24
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "janet",
                        "jpm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "janet-bundler",
                        "janet-db",
                        "janet-joy"
                    ]
                }
            ]
        },
        {
            "name": "janet-musty",
            "portdir": "janet/janet-musty",
            "version": "20210905",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pyrmont/musty",
            "description": "an incomplete Mustache implementation in Janet",
            "long_description": "Musty is an incomplete Mustache implementation in Janet.",
            "active": true,
            "categories": [
                "devel",
                "janet"
            ],
            "maintainers": [
                {
                    "name": "jc+macports",
                    "github": "tsujp",
                    "ports_count": 24
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "janet",
                        "janet-spork",
                        "janet-testament",
                        "jpm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "janet-joy"
                    ]
                }
            ]
        },
        {
            "name": "janet-spork",
            "portdir": "janet/janet-spork",
            "version": "20220604",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/janet-lang/spork",
            "description": "Various Janet utility modules",
            "long_description": "Various Janet utility modules. Spork aims to be grab bag of useful Janet functionality that does not belong in the core library.",
            "active": true,
            "categories": [
                "devel",
                "janet"
            ],
            "maintainers": [
                {
                    "name": "jc+macports",
                    "github": "tsujp",
                    "ports_count": 24
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "janet",
                        "jpm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "janet-musty"
                    ]
                }
            ]
        },
        {
            "name": "janet-sqlite3",
            "portdir": "janet/janet-sqlite3",
            "version": "20220521",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/janet-lang/sqlite3",
            "description": "This native module proves sqlite bindings for janet",
            "long_description": "This native module proves sqlite bindings for janet.",
            "active": true,
            "categories": [
                "devel",
                "janet"
            ],
            "maintainers": [
                {
                    "name": "jc+macports",
                    "github": "tsujp",
                    "ports_count": 24
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "sqlite3",
                        "janet",
                        "jpm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "janet-testament",
            "portdir": "janet/janet-testament",
            "version": "20211031",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pyrmont/testament",
            "description": "a testing library for Janet",
            "long_description": "Testament is a testing library for Janet.",
            "active": true,
            "categories": [
                "devel",
                "janet"
            ],
            "maintainers": [
                {
                    "name": "jc+macports",
                    "github": "tsujp",
                    "ports_count": 24
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "janet",
                        "jpm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "janet-musty"
                    ]
                }
            ]
        },
        {
            "name": "janet-tester",
            "portdir": "janet/janet-tester",
            "version": "0.4",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/joy-framework/tester",
            "description": "A testing library for janet",
            "long_description": "A testing library for janet",
            "active": true,
            "categories": [
                "devel",
                "janet"
            ],
            "maintainers": [
                {
                    "name": "jc+macports",
                    "github": "tsujp",
                    "ports_count": 24
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "janet",
                        "jpm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "janet-bundler",
                        "janet-db",
                        "janet-halo",
                        "janet-joy"
                    ]
                }
            ]
        },
        {
            "name": "janet-uri",
            "portdir": "janet/janet-uri",
            "version": "1.0.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/andrewchambers/janet-uri",
            "description": "A uri parser implemented in janet",
            "long_description": "A uri parser implemented in janet.",
            "active": true,
            "categories": [
                "devel",
                "janet"
            ],
            "maintainers": [
                {
                    "name": "jc+macports",
                    "github": "tsujp",
                    "ports_count": 24
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "janet",
                        "jpm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "janet-joy"
                    ]
                }
            ]
        },
        {
            "name": "appbundler",
            "portdir": "java/appbundler",
            "version": "20221218",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/TheInfiniteKind/appbundler/",
            "description": "Packages a Java application as a Mac app bundle.",
            "long_description": "Packages a Java application as a Mac app bundle. Oracle's Java Application Bundler is compatible with Java 7 or 8.",
            "active": true,
            "categories": [
                "java"
            ],
            "maintainers": [
                {
                    "name": "nicos",
                    "github": "NicosPavlov",
                    "ports_count": 16
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "apache-ant",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gant",
            "portdir": "java/gant",
            "version": "1.9.10",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Gant/Gant",
            "description": "A groovy based tool for scripting ant",
            "long_description": "Gant is a tool for scripting Ant tasks using Groovy instead of XML to specify the logic. A Gant specification is a Groovy script and so can bring all the power of Groovy to bear directly, something not possible with Ant scripts. Whilst it might be seen as a competitor to Ant, Gant uses Ant tasks for many of the actions, so Gant is really an alternative way of doing things using Ant, but using a programming language rather than XML to specify the rules.",
            "active": true,
            "categories": [
                "devel",
                "java",
                "groovy"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "drip",
            "portdir": "java/drip",
            "version": "0.2.4-17-ga4bd00d",
            "license": "EPL-1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ninjudd/drip",
            "description": "Fast JVM launching without the hassle of persistent JVMs",
            "long_description": "Drip is a launcher for the Java Virtual Machine that provides much faster startup times than the java command. The drip script is intended to be a drop-in replacement for the java command, only faster.",
            "active": true,
            "categories": [
                "sysutils",
                "java"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 163
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openjdk8"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "java_memcached",
            "portdir": "java/java_memcached",
            "version": "2.0.1",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.whalin.com/memcached/",
            "description": "A high performance, distributed object caching system.",
            "long_description": "Memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. This Port provides a native Java client.",
            "active": true,
            "categories": [
                "java"
            ],
            "maintainers": [],
            "variants": [
                "built_in_logger"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "apache-ant",
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "jakarta-log4j",
                        "kaffe"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "jd-gui",
            "portdir": "java/jd-gui",
            "version": "1.6.6",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://java-decompiler.github.io/",
            "description": "JD-GUI, a standalone graphical utility that displays Java sources from CLASS files",
            "long_description": "JD-GUI is a standalone graphical utility that displays Java source codes of .class files. You can browse the reconstructed source code with the JD-GUI for instant access to methods and fields.",
            "active": true,
            "categories": [
                "devel",
                "java"
            ],
            "maintainers": [],
            "variants": [
                "nativedialogs"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gradle",
                        "proguard",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openjdk11"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "maven-completion",
            "portdir": "java/maven-completion",
            "version": "20200421",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/juven/maven-bash-completion",
            "description": "Bash completions for Maven",
            "long_description": "Bash completions for Maven",
            "active": true,
            "categories": [
                "java"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 354
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "bash"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "kmymoney4",
            "portdir": "kde/kmymoney4",
            "version": "4.8.4-20200617-f76ab094",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://kmymoney.org",
            "description": "kmymoney version 4",
            "long_description": "KMyMoney is the personal finance manager for KDE.",
            "active": true,
            "categories": [
                "kde",
                "kde4",
                "finance"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "cmake",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "kde4-runtime",
                        "kdepimlibs4",
                        "qt4-mac",
                        "oxygen-icons",
                        "libalkimia",
                        "phonon",
                        "aqbanking5",
                        "libofx"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ktorrent4",
            "portdir": "kde/ktorrent4",
            "version": "4.3.1",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.kde.org/applications/internet/ktorrent/",
            "description": "KDE4 bittorrent client, version 4.",
            "long_description": "Bittorrent client for KDE4 supporting a variety of features such as uPNP.",
            "active": true,
            "categories": [
                "kde",
                "kde4"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "cmake",
                        "pkgconfig",
                        "perl5",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libktorrent",
                        "qt4-mac",
                        "boost176",
                        "phonon",
                        "taglib",
                        "kde4-runtime",
                        "kdepimlibs4"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libalkimia",
            "portdir": "kde/libalkimia",
            "version": "8.0.3",
            "license": "(LGPL-2.1 or LGPL-3+)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/KDE/alkimia",
            "description": "Common Alkimia classes.",
            "long_description": "Alkimia is the infrastructure for common storage and business logic that will be used by all financial applications in KDE. The target is to share financial related information over application boundaries. The libalkimia library contains some common classes.",
            "active": true,
            "categories": [
                "kde",
                "finance"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "automoc",
                        "cmake",
                        "pkgconfig",
                        "kde-extra-cmake-modules"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "phonon",
                        "mpir",
                        "kdelibs4",
                        "qt4-mac"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "kmymoney4"
                    ]
                }
            ]
        },
        {
            "name": "mate-icons",
            "portdir": "kde/mate-icons",
            "version": "1.12.0",
            "license": "(LGPL-3 or CC-BY-SA-3)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mate-desktop/mate-icon-theme",
            "description": "the official icon themes from the Mate desktop",
            "long_description": "the official icon themes from the Mate desktop, Mate and Menta.",
            "active": true,
            "categories": [
                "gnome",
                "kde",
                "kf5"
            ],
            "maintainers": [
                {
                    "name": "rjvbertin",
                    "github": "RJVB",
                    "ports_count": 55
                }
            ],
            "variants": [
                "rebuild"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}