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

{
    "count": 51929,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=601",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=599",
    "results": [
        {
            "name": "boo",
            "portdir": "lang/boo",
            "version": "0.9.1.3287",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://boo.codehaus.org/",
            "description": "object oriented statically typed programming language for CLI",
            "long_description": "Boo is a new object oriented statically typed programming language for the Common Language Infrastructure with a Python-inspired syntax and a special focus on language and compiler extensibility.",
            "active": true,
            "categories": [
                "lang",
                "mono"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "nant",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mono"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "blassic",
            "portdir": "lang/blassic",
            "version": "0.10.0",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://blassic.net/",
            "description": "Blassic is a classic Basic interpreter",
            "long_description": "Blassic is a classic Basic interpreter. The line numbers are mandatory, and it has PEEK & POKE. The main goal is to execute programs written in old interpreters, even those that use peculiar control flow constructs or automodifiable code. However, it can be used as a scripting language, and has some not-so-classic instructions. It has graphics modes that are compatible with some classic systems and user defined.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "binaryen",
            "portdir": "lang/binaryen",
            "version": "129",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/WebAssembly/binaryen",
            "description": "compiler and toolchain infrastructure library for WebAssembly",
            "long_description": "Binaryen is a compiler and toolchain infrastructure library for WebAssembly.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1599
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-20",
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "emscripten"
                    ]
                }
            ]
        },
        {
            "name": "bigloo",
            "portdir": "lang/bigloo",
            "version": "3.8c",
            "license": "(GPL-2+ or LGPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www-sop.inria.fr/mimosa/fp/Bigloo/",
            "description": "Bigloo is a fast Scheme implementation.",
            "long_description": "Bigloo is a Scheme implementation devoted to one goal: enabling Scheme based programming style where C(++) is usually required. Bigloo attempts to make Scheme practical by offering features usually presented by traditional programming languages but not offered by Scheme and functional programming. Bigloo compiles Scheme modules. It delivers small and fast standalone binary executables. Bigloo enables full connections between Scheme and C programs, between Scheme and Java programs, and between Scheme and C# programs.",
            "active": true,
            "categories": [
                "lang",
                "scheme"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "bf2c",
            "portdir": "lang/bf2c",
            "version": "1.3.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://rene-ladan.nl/bf2c/",
            "description": "optimizing BrainF*ck to C compiler",
            "long_description": "BrainF*ck is a minimalistic but Turing complete programming language devised by Urban Mueller. It is oriented around a tape, a read/write head, an input device and an output device. This program converts Brainf*ck source into C, while attempting to optimize.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "berry",
            "portdir": "lang/berry",
            "version": "1.1.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://berry-lang.github.io/",
            "description": "An ultra-lightweight embedded scripting language optimized for microcontrollers.",
            "long_description": "Berry is an ultra-lightweight dynamically typed embedded scripting language. It is designed for lower-performance embedded devices. The Berry interpreter-core's code size is less than 40KiB and can run on less than 4KiB heap (on ARM Cortex M4 CPU, Thumb ISA and ARMCC compiler). The interpreter of Berry includes a one-pass compiler and register-based VM. All the code is written in ANSI C99.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1054
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "python311",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "berkeley_upc",
            "portdir": "lang/berkeley_upc",
            "version": "2.22.3",
            "license": "BSD and LGPL and GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://upc.lbl.gov/",
            "description": "Unified Parallel C runtime",
            "long_description": "This is the runtime component of the Berkeley UPC compiler. It also contains the 'upcc' front end to the UPC compilation system.",
            "active": true,
            "categories": [
                "science",
                "lang",
                "parallel"
            ],
            "maintainers": [
                {
                    "name": "takeshi",
                    "github": "tenomoto",
                    "ports_count": 54
                }
            ],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "clang22",
                "clangdevel",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel",
                "mpich",
                "openmpi"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5",
                        "upc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "beancount.el",
            "portdir": "lang/beancount.el",
            "version": "20210303",
            "license": "GPL-3+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/beancount/beancount-mode",
            "description": "Beancount mode for Emacs",
            "long_description": "an Emacs major-mode implementing syntax highlighting, indentation, completion, and other facilities to edit and work with Beancount ledger files.",
            "active": true,
            "categories": [
                "lang",
                "editors"
            ],
            "maintainers": [
                {
                    "name": "l2dy",
                    "github": "l2dy",
                    "ports_count": 97
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "emacs"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "bastools",
            "portdir": "lang/bastools",
            "version": "0.4.0",
            "license": "GPL-3",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/AppleCommander/bastools",
            "description": "Applesoft BASIC tokenizer and shape table utility",
            "long_description": "bastools provides command line utilities for Applesoft BASIC: bt, a BASIC tokenizer and optimizer, and st, for working with shape tables.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "bashforth",
            "portdir": "lang/bashforth",
            "version": "0.63a",
            "license": "GPL-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Bushmills/Bashforth",
            "description": "a Forth interpreter written in Bash",
            "long_description": "Bashforth is a Forth interpreter written entirely in the Bash scripting language. Its virtual machine makes use of string threaded code. Because its source code doesn't need to be compiled, it is highly portable (to any platform running Bash).",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "asn1c",
            "portdir": "lang/asn1c",
            "version": "0.9.28",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://lionet.info/asn1c/",
            "description": "ASN.1 to C compiler",
            "long_description": "The asn1c is a Free ASN.1 to C compiler. It supports a wide range of ASN.1 syntaxes, including ISO/IEC/ITU ASN.1 1988, 1994, 1997, 2002 and later amendments. The basic supported syntax is ITU-T Rec. X.690 | ISO/IEC 8825-1 (2002).",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "arturo",
            "portdir": "lang/arturo",
            "version": "0.10.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://arturo-lang.io",
            "description": "Simple, expressive & portable programming language for efficient scripting",
            "long_description": "Arturo is a simple, modern programming language with a focus on simplicity, expressiveness, and portability. It features a clean syntax, powerful metaprogramming capabilities, and minimal dependencies. The language is designed for efficient scripting and supports multiple programming paradigms.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "yaniszaf",
                    "github": "drkameleon",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "nim",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "mpfr",
                        "openssl3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "argh",
            "portdir": "lang/argh",
            "version": "0.2.3",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.sha-bang.de/index.php?page=13_eso",
            "description": "an interpreter for the GOTO languages Argh! and Aargh!",
            "long_description": "an interpreter for the GOTO languages Argh! and Aargh!",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "apple-gcc42",
            "portdir": "lang/apple-gcc42",
            "version": "5666.3",
            "license": "(GPL-2+ or Permissive)",
            "platforms": "{darwin < 16}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://opensource.apple.com/",
            "description": "Apple's version of gcc 4.2",
            "long_description": "Apple's version of the GNU compiler collection, version 4.2. Supports C, Objective-C, and C++",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 303
                }
            ],
            "variants": [
                "gpl3",
                "bootstrap",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cctools",
                        "ld64"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "gettext-bootstrap",
                        "gperf-bootstrap",
                        "pkgconfig-bootstrap",
                        "libiconv-bootstrap",
                        "ncurses-bootstrap",
                        "xz-bootstrap",
                        "python27-bootstrap",
                        "mythtv-core.27"
                    ]
                }
            ]
        },
        {
            "name": "apple-gcc40",
            "portdir": "lang/apple-gcc40",
            "version": "5494",
            "license": "GPL-2",
            "platforms": "{darwin < 13}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://opensource.apple.com/",
            "description": "Apple's version of gcc 4.0",
            "long_description": "Apple's version of the GNU compiler collection, version 4.0. Supports C and Objective-C only.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "antlr4-cpp-runtime",
            "portdir": "lang/antlr4-cpp-runtime",
            "version": "4.13.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/antlr/antlr4",
            "description": "ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.",
            "long_description": "ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build parse trees and also generates a listener interface (or visitor) that makes it easy to respond to the recognition of phrases of interest.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "emcrisostomo",
                    "github": "emcrisostomo",
                    "ports_count": 169
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-20"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "hostage"
                    ]
                }
            ]
        },
        {
            "name": "antlr3",
            "portdir": "lang/antlr3",
            "version": "3.5.3",
            "license": "unknown",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.antlr3.org/",
            "description": "antlr is ANother Tool for Language Recognition",
            "long_description": "ANTLR, ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, or C++ actions.",
            "active": true,
            "categories": [
                "lang",
                "java"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "cassandra"
                    ]
                }
            ]
        },
        {
            "name": "antlr",
            "portdir": "lang/antlr",
            "version": "2.7.7",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.antlr2.org/",
            "description": "antlr is ANother Tool for Language Recognition",
            "long_description": "This is ANTLR version 2, ANother Tool for Language Recognition. ANTLR is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, or C++ actions.",
            "active": true,
            "categories": [
                "lang",
                "java"
            ],
            "maintainers": [
                {
                    "name": "dave.allured",
                    "github": "Dave-Allured",
                    "ports_count": 10
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openjdk17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "libxdkwrl",
                        "gnu-classpath",
                        "nco"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "poxml"
                    ]
                }
            ]
        },
        {
            "name": "amber-lang",
            "portdir": "lang/amber-lang",
            "version": "0.3.1-alpha",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://amber-lang.com",
            "description": "Amber the programming language compiled to bash",
            "long_description": "Programming language that compiles to Bash. It's a high level programming language that makes it easy to create shell scripts. It's particularly well suited for cloud services.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1054
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "algol68g",
            "portdir": "lang/algol68g",
            "version": "3.12.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://algol68genie.nl/en/algol-68-genie/",
            "description": "Algol 68 implementation as defined by the Revised Report",
            "long_description": "Algol68G is an implementation of Algol 68 as defined by the Revised Report. It ranks among the most complete implementations of the language.",
            "active": true,
            "categories": [
                "devel",
                "lang",
                "algol"
            ],
            "maintainers": [],
            "variants": [
                "compiler",
                "native",
                "plotutils",
                "postgresql",
                "R",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "autoconf-archive",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "grep",
                        "autoconf"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mpfr",
                        "ncurses",
                        "readline",
                        "gsl",
                        "gmp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "algol-68rs",
            "portdir": "lang/algol-68rs",
            "version": "2021.05.18",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/coolbikerdad/Algol-68RS-Source",
            "description": "The RSRE Algol-68RS Compiler: an update of the original port by Sian Mountbatten of a68toc (ctrans) from Algol-68RS/ELLA2000.",
            "long_description": "The RSRE Algol-68RS Compiler: an update of the original port by Sian Mountbatten of a68toc (ctrans) from Algol-68RS/ELLA2000.",
            "active": true,
            "categories": [
                "lang",
                "algol"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "alan",
            "portdir": "lang/alan",
            "version": "0.1.23",
            "license": "Apache-2 and AGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://alan-lang.org",
            "description": "The Alan Programming Language",
            "long_description": "The Alan Programming Language: The alan compiler and runtime can parallelize your code without concurrent or asynchronous programming (threads, promises, channels, etc) by only allowing iteration and recursion that is guaranteed to halt (e.g. no while (true) {} loops)",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1054
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "yarn",
                        "python27",
                        "rust",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "abcl",
            "portdir": "lang/abcl",
            "version": "1.9.2",
            "license": "GPL-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://abcl.org",
            "description": "A Common Lisp implementation that runs on the JVM",
            "long_description": "Armed Bear Common Lisp is conforming, contemporary implementation of ANSI Common Lisp running on the Java Virtual Machine. Containing both an interpreted mode and a compiler that produces JVM bytecode, it features extensions that faciliate the use of Java from Lisp enabling the rapid integration of arbitrary Java libraries into Common Lisp code. ABCL fully supports the JSR-233 (Java scripting API), so it can be a utilized as a scripting engine in any Java application.",
            "active": true,
            "categories": [
                "lang",
                "java"
            ],
            "maintainers": [
                {
                    "name": "easieste",
                    "github": "easye",
                    "ports_count": 15
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "apache-ant",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openjdk21"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "maven3"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "cl-3bz",
                        "cl-access",
                        "cl-acclimation",
                        "cl-alexandria",
                        "cl-anaphora",
                        "cl-annot",
                        "cl-anonfun",
                        "cl-ansi-text",
                        "cl-anypool",
                        "cl-arnesi",
                        "cl-array-utils",
                        "cl-asdf-flv",
                        "cl-assoc-utils",
                        "cl-async",
                        "cl-babel",
                        "cl-blackbird",
                        "cl-bordeaux-threads",
                        "cl-calispel",
                        "cl-cffi",
                        "cl-cffi-gtk",
                        "cl-change-case",
                        "cl-checkl",
                        "cl-chipz",
                        "cl-chunga",
                        "cl-circular-streams",
                        "cl-clack",
                        "cl-closer-mop",
                        "cl-clsql",
                        "cl-clss",
                        "cl-cluffer",
                        "cl-clump",
                        "cl-clunit2",
                        "cl-collectors",
                        "cl-colorize",
                        "cl-colors",
                        "cl-colors2",
                        "cl-com.gigamonkeys.binary-data",
                        "cl-com.inuoe.jzon",
                        "cl-containers",
                        "cl-contextl",
                        "cl-cookie",
                        "cl-custom-hash-table",
                        "cl-dbi",
                        "cl-deflate",
                        "cl-dexador",
                        "cl-difflib",
                        "cl-dexador-test",
                        "cl-dissect",
                        "cl-djula",
                        "cl-do-urlencode",
                        "cl-docudown",
                        "cl-documentation-utils",
                        "cl-drakma",
                        "cl-dynamic-classes",
                        "cl-eager-future",
                        "cl-eager-future2",
                        "cl-enchant",
                        "cl-eos",
                        "cl-esrap",
                        "cl-fad",
                        "cl-fare-quasiquote",
                        "cl-fare-utils",
                        "cl-fast-http",
                        "cl-fast-io",
                        "cl-fastcgi",
                        "cl-fiasco",
                        "cl-fiveam",
                        "cl-flexi-streams",
                        "cl-float-features",
                        "cl-form-fiddle",
                        "cl-gendoc",
                        "cl-global-vars",
                        "cl-gobject-introspection",
                        "cl-gopher",
                        "cl-history-tree",
                        "cl-html-diff",
                        "cl-html-encode",
                        "cl-http-body",
                        "cl-hu.dwim.asdf",
                        "cl-hu.dwim.stefil",
                        "cl-idna",
                        "cl-ieee-floats",
                        "cl-in-nomine",
                        "cl-infix",
                        "cl-interpol",
                        "cl-introspect-environment",
                        "cl-iolib",
                        "cl-ironclad",
                        "cl-isaac",
                        "cl-iterate",
                        "cl-jonathan",
                        "cl-jpeg",
                        "cl-jpeg-turbo",
                        "cl-jpl-queues",
                        "cl-jpl-util",
                        "cl-js",
                        "cl-json",
                        "cl-lack",
                        "cl-language-codes",
                        "cl-lass",
                        "cl-legion",
                        "cl-let-plus",
                        "cl-libuv",
                        "cl-lift",
                        "cl-lisp-namespace",
                        "cl-lisp-unit",
                        "cl-lisp-unit2",
                        "cl-local-time",
                        "cl-locale",
                        "cl-postgres-plus-local-time",
                        "cl-lparallel",
                        "cl-lw-compat",
                        "cl-markup",
                        "cl-marshal",
                        "cl-md5",
                        "cl-metabang-bind",
                        "cl-metacopy",
                        "cl-metatilities",
                        "cl-metatilities-base",
                        "cl-mgl-pax",
                        "cl-mimeparse",
                        "cl-mgl-pax-bootstrap",
                        "cl-dref",
                        "cl-dref-test",
                        "cl-mgl-pax-test",
                        "cl-misc-extensions",
                        "cl-mmap",
                        "cl-moptilities",
                        "cl-mt19937",
                        "cl-multilang-documentation",
                        "cl-mysql",
                        "cl-named-readtables",
                        "cl-nasdf",
                        "cl-named-readtables-test",
                        "cl-nclasses",
                        "cl-ndebug",
                        "cl-nfiles",
                        "cl-nhooks",
                        "cl-nibbles",
                        "cl-nkeymaps",
                        "cl-nodgui",
                        "cl-nsymbols",
                        "cl-opticl",
                        "cl-opticl-core",
                        "cl-optima",
                        "cl-osicat",
                        "cl-parachute",
                        "cl-parenscript",
                        "cl-parse-declarations",
                        "cl-parse-float",
                        "cl-parse-js",
                        "cl-parse-number",
                        "cl-parser-combinators",
                        "cl-phos",
                        "cl-plump",
                        "cl-plus-ssl",
                        "cl-png-read",
                        "cl-pngload",
                        "cl-postmodern",
                        "cl-pngload-test",
                        "cl-postgres",
                        "cl-ppcre",
                        "cl-ppcre-unicode",
                        "cl-proc-parse",
                        "cl-prove",
                        "cl-ptester",
                        "cl-puri",
                        "cl-py-configparser",
                        "cl-pythonic-string-reader",
                        "cl-qrencode",
                        "cl-quri",
                        "cl-redis",
                        "cl-retrospectiff",
                        "cl-rfc2388",
                        "cl-routes",
                        "cl-rove",
                        "cl-rt",
                        "cl-rutils",
                        "cl-s-sysdeps",
                        "cl-s-xml",
                        "cl-serapeum",
                        "cl-simple-tasks",
                        "cl-skippy",
                        "cl-slice",
                        "cl-smart-buffer",
                        "cl-speedy-queue",
                        "cl-spinneret",
                        "cl-split-sequence",
                        "cl-sqlite",
                        "cl-static-vectors",
                        "cl-stefil",
                        "cl-str",
                        "cl-string-case",
                        "cl-swank",
                        "cl-swap-bytes",
                        "cl-symbol-munger",
                        "cl-system-locale",
                        "cl-test-more",
                        "cl-tga",
                        "cl-tld",
                        "cl-toot",
                        "cl-translate",
                        "cl-trivia",
                        "cl-trivial-arguments",
                        "cl-trivial-backtrace",
                        "cl-trivial-benchmark",
                        "cl-trivial-clipboard",
                        "cl-trivial-cltl2",
                        "cl-trivial-custom-debugger",
                        "cl-trivial-features",
                        "cl-trivial-file-size",
                        "cl-trivial-garbage",
                        "cl-trivial-gray-streams",
                        "cl-trivial-indent",
                        "cl-trivial-macroexpand-all",
                        "cl-trivial-main-thread",
                        "cl-trivial-mime",
                        "cl-trivial-open-browser",
                        "cl-trivial-package-local-nicknames",
                        "cl-trivial-rfc-1123",
                        "cl-trivial-shell",
                        "cl-trivial-sockets",
                        "cl-trivial-timeout",
                        "cl-trivial-types",
                        "cl-trivial-utf-8",
                        "cl-trivial-with-current-source-form",
                        "cl-try",
                        "cl-type-i",
                        "cl-uax-15",
                        "cl-unicode",
                        "cl-unix-opts",
                        "cl-url-rewrite",
                        "cl-utilities",
                        "cl-variates",
                        "cl-vom",
                        "cl-webkit2",
                        "cl-who",
                        "cl-wookie",
                        "cl-xlunit",
                        "cl-xsubseq",
                        "cl-yacc",
                        "cl-zpb-exif",
                        "cl-zpng"
                    ]
                }
            ]
        },
        {
            "name": "a60",
            "portdir": "lang/a60",
            "version": "0.23a",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.bertnase.de/a60/",
            "description": "Algol 60 interpreter NASE A60",
            "long_description": "The Algol 60 interpreter NASE A60 is based on the \"Revised Report on the Algorithmic Language Algol 60\".",
            "active": true,
            "categories": [
                "lang",
                "algol"
            ],
            "maintainers": [],
            "variants": [
                "xa60"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "QiII",
            "portdir": "lang/QiII",
            "version": "1.07",
            "license": "unknown",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.lambdassociates.org/",
            "description": "Qi is a functional programming language developed by Dr Mark Tarver",
            "long_description": "Qi is a functional programming language developed by Dr Mark Tarver and introduced in April 2005. A new version was reimplemented and issued as Qi II in November 2008. The first version was free software, licensed under GPL. But, as GPL was perceived as unfriendly to commercial use, Qi II is available via two proprietary licenses: one for personal and educational use, and another for producing closed source software. Qi is written in Lisp. It includes most of the features common to modern functional programming languages such as pattern-matching, currying, partial applications, guards and (optional) static type checking.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "sbcl",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "Omega",
            "portdir": "lang/Omega",
            "version": "1.4.2",
            "license": "unknown",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://web.cecs.pdx.edu/~sheard/Omega/",
            "description": "An interpreted, functional language with an expressive type system",
            "long_description": "Omega is a strict dialect of Haskell providing type-level computations and by this virtue integrates a theorem prover.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ggreif",
                    "github": "",
                    "ports_count": 2
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ghc",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libedit"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "MoarVM",
            "portdir": "lang/MoarVM",
            "version": "2026.02",
            "license": "Artistic-2 and BSD and ISC and MIT and public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://moarvm.org/",
            "description": "A virtual machine for NQP and Rakudo",
            "long_description": "MoarVM is a modern virtual machine built for the Rakudo compiler implementing the Raku programming language, and the NQP compiler toolchain.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "macports_libuv",
                "mimalloc"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "perl5",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "dyncall",
                        "libatomic_ops",
                        "libtommath"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "nqp",
                        "rakudo"
                    ]
                }
            ]
        },
        {
            "name": "Maude",
            "portdir": "lang/Maude",
            "version": "2.7.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://maude.cs.illinois.edu",
            "description": "high-performance reflective language and system supporting both equational and rewriting logic specification and programming",
            "long_description": "Maude is a high-performance reflective language and system supporting both equational and rewriting logic specification and programming for a wide range of applications. Maude has been influenced in important ways by the OBJ3 language, which can be regarded as an equational logic sublanguage. Besides supporting equational specification and programming, Maude also supports rewriting logic computation.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "flex",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "cvc4",
                        "libsigsegv",
                        "buddy"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "Io",
            "portdir": "lang/Io",
            "version": "2017.09.06",
            "license": "GPL-2",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.iolanguage.com/",
            "description": "Io is small prototype-based programming language",
            "long_description": "Io is small prototype-based programming language. The ideas in Io are mostly inspired by Smalltalk (all values are objects), Self, NewtonScript and Act1 (prototype-based differential inheritance, actors and futures for concurrency), LISP (code is a runtime inspectable / modifiable tree) and Lua (small, embeddable).",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "mark",
                    "github": "markemer",
                    "ports_count": 114
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsndfile",
                        "libvorbis",
                        "sqlite3",
                        "glib2",
                        "gmp",
                        "libedit",
                        "libevent",
                        "libffi",
                        "libmemcached",
                        "ncurses",
                        "openssl",
                        "ossp-uuid",
                        "pcre",
                        "readline",
                        "lzo2",
                        "cairo",
                        "libjpeg-turbo",
                        "libpng",
                        "tiff",
                        "python37",
                        "libidn",
                        "libogg",
                        "libtheora",
                        "loudmouth",
                        "freetype",
                        "libiconv",
                        "libxml2",
                        "pango",
                        "yajl",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "4th",
            "portdir": "lang/4th",
            "version": "3.64.1",
            "license": "LGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://thebeez.home.xs4all.nl/4tH/",
            "description": "very small Forth compiler",
            "long_description": "4tH is a very small Forth compiler that can create bytecode, C-embeddable bytecode, standalone executables, but also works fine as a scripting language. It supports over 85% of the ANS Forth CORE wordset and features conditional compilation, pipes, files, assertions, forward declarations, recursion, include files, etc.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "umbrello",
            "portdir": "kde/umbrello",
            "version": "4.14.3",
            "license": "GPL-2+ and LGPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.kde.org/applications/development/umbrello/",
            "description": "Unified Modelling Language (UML) modelling tool and code generator",
            "long_description": "Unified Modelling Language (UML) modelling tool and code generator",
            "active": true,
            "categories": [
                "kde",
                "kde4"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "clang-18",
                        "pkgconfig",
                        "cmake"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libxslt",
                        "qt4-mac",
                        "phonon",
                        "boost176",
                        "libxml2",
                        "kdelibs4"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "oxygen-icons"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "kdesdk4"
                    ]
                }
            ]
        },
        {
            "name": "tellico",
            "portdir": "kde/tellico",
            "version": "2.3.12",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://tellico-project.org/",
            "description": "application for organizing your collections",
            "long_description": "Tellico is an application for organizing your collections. It provides default templates for books, bibliographies, videos, music, video games, coins, stamps, trading cards, comic books, and wines.",
            "active": true,
            "categories": [
                "kde",
                "kde4"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "automoc",
                        "cmake",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qjson",
                        "exempi",
                        "poppler-qt4-mac",
                        "qimageblitz",
                        "kdelibs4",
                        "qt4-mac",
                        "libksane",
                        "yaz",
                        "libxml2",
                        "libxslt",
                        "kdepimlibs4",
                        "phonon",
                        "taglib",
                        "gettext"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "oxygen-icons"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sweeper",
            "portdir": "kde/sweeper",
            "version": "4.14.3",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://utils.kde.org/projects/sweeper/",
            "description": "Clean unwanted traces from your system.",
            "long_description": "Sweeper helps to clean unwanted traces the user leaves on the system.",
            "active": true,
            "categories": [
                "kde",
                "kde4"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "clang-18",
                        "pkgconfig",
                        "cmake"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "oxygen-icons",
                        "kdelibs4",
                        "phonon"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "kdeutils4"
                    ]
                }
            ]
        },
        {
            "name": "svgpart",
            "portdir": "kde/svgpart",
            "version": "4.14.3",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.kde.org/applications/graphics/ksnapshot/",
            "description": "Svg wrap up for KDE.",
            "long_description": "Svg wrap up for KDE.",
            "active": true,
            "categories": [
                "kde",
                "kde4"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "automoc",
                        "cmake",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "phonon",
                        "kdelibs4"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "kdegraphics4"
                    ]
                }
            ]
        },
        {
            "name": "step",
            "portdir": "kde/step",
            "version": "4.14.3",
            "license": "GPL-2+ and GFDL-1.2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.kde.org",
            "description": "Interactive Physics Simulator",
            "long_description": "KDE Interactive Physics Simulator",
            "active": true,
            "categories": [
                "kde",
                "kde4"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "libqalculate",
                        "phonon",
                        "libkdeedu",
                        "eigen",
                        "gsl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "kdeedu4"
                    ]
                }
            ]
        },
        {
            "name": "smokeqt",
            "portdir": "kde/smokeqt",
            "version": "4.14.3",
            "license": "GPL-2+ and LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://techbase.kde.org/Development/Languages/Smoke",
            "description": "Scripting Meta Object Kompiler Engine (SMOKE) Qt bindings.",
            "long_description": "Scripting Meta Object Kompiler Engine (SMOKE) Qt bindings. SMOKE is a introspective wrapper around the Qt and KDE frameworks. Legend has it that SMOKE stands for Scripting Meta Object Kompiler Engine",
            "active": true,
            "categories": [
                "devel",
                "kde",
                "kde4"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "clang-18",
                        "pkgconfig",
                        "cmake"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "smokegen",
                        "qimageblitz",
                        "phonon"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "kdebindings4",
                        "perlqt",
                        "qtruby",
                        "smokekde"
                    ]
                }
            ]
        },
        {
            "name": "smokekde",
            "portdir": "kde/smokekde",
            "version": "4.14.3",
            "license": "GPL-2+ and LGPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://techbase.kde.org/Development/Languages/Smoke",
            "description": "Scripting Meta Object Kompiler Engine (SMOKE) KDE bindings.",
            "long_description": "Scripting Meta Object Kompiler Engine (SMOKE) KDE bindings. SMOKE is a introspective wrapper around the Qt and KDE frameworks. Legend has it that SMOKE stands for Scripting Meta Object Kompiler Engine",
            "active": true,
            "categories": [
                "devel",
                "kde",
                "kde4"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "attica",
                        "kate",
                        "kdelibs4",
                        "qt4-mac",
                        "okular",
                        "smokeqt",
                        "perl5",
                        "kdepimlibs4",
                        "phonon",
                        "akonadi",
                        "openssl",
                        "soprano"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "kdebindings4",
                        "korundum",
                        "perlkde",
                        "qyoto"
                    ]
                }
            ]
        },
        {
            "name": "smokegen",
            "portdir": "kde/smokegen",
            "version": "4.14.3",
            "license": "GPL-2+ and LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.kde.org",
            "description": "Scripting Meta Object Kompiler Engine",
            "long_description": "Scripting Meta Object Kompiler Engine",
            "active": true,
            "categories": [
                "kde",
                "kde4"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "phonon",
                        "qt4-mac"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "kdebindings4",
                        "smokeqt"
                    ]
                }
            ]
        },
        {
            "name": "skrooge",
            "portdir": "kde/skrooge",
            "version": "1.8.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://skrooge.org",
            "description": "Skrooge",
            "long_description": "Personal finance management tool for KDE4, with the aim of being highly intuitive, while providing powerful functions such as reporting (including graphics), persistent Undo/Redo, encryption, and much more...",
            "active": true,
            "categories": [
                "kde",
                "finance"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qca-ossl",
                        "kde4-runtime",
                        "qt4-mac",
                        "oxygen-icons",
                        "kdelibs4",
                        "qt4-mac-sqlite3-plugin",
                        "phonon",
                        "libofx"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "shared-desktop-ontologies",
            "portdir": "kde/shared-desktop-ontologies",
            "version": "0.11.0",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://oscaf.sourceforge.net",
            "description": "Open Semantic Collaboration Architecture Foundation (OSCAF) ontologies and reference code development.",
            "long_description": "This project is used by maintainers from open source projects to maintain standards for the interoperability of desktop and web applications.",
            "active": true,
            "categories": [
                "devel",
                "kde",
                "kde4"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "phonon",
                        "docbook-xsl-ns",
                        "qt4-mac"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "digikam",
                        "kdelibs4",
                        "kdepim4",
                        "kdepim4-runtime"
                    ]
                }
            ]
        },
        {
            "name": "rocs",
            "portdir": "kde/rocs",
            "version": "4.14.3",
            "license": "GPL-2+ and LGPL-2.1 and GFDL-1.2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.kde.org",
            "description": "Graph Theory IDE",
            "long_description": "KDE Graph Theory IDE",
            "active": true,
            "categories": [
                "kde",
                "kde4"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "clang-18",
                        "pkgconfig",
                        "cmake"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "boost176",
                        "libkdeedu",
                        "grantlee",
                        "phonon"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "kdeedu4"
                    ]
                }
            ]
        },
        {
            "name": "rkward",
            "portdir": "kde/rkward",
            "version": "0.6.5",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://rkward.kde.org",
            "description": "KDE frontend to the R statistics language",
            "long_description": "RKWard aims to become an easy to use, transparent frontend to R, a powerful system for statistical computation and graphics. Besides a convenient GUI for the most important statistical functions, future versions will also provide seamless integration with an office-suite.",
            "active": true,
            "categories": [
                "science",
                "math",
                "kde",
                "kde4"
            ],
            "maintainers": [
                {
                    "name": "meik.michalke",
                    "github": "",
                    "ports_count": 1
                },
                {
                    "name": "rkward-devel",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "debug",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "phonon",
                        "R",
                        "kate",
                        "kdelibs4",
                        "okular"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qyoto",
            "portdir": "kde/qyoto",
            "version": "4.14.3",
            "license": "GPL-2+ and LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://techbase.kde.org/Development/Languages/Qyoto",
            "description": "Binding to C# and .NET for KDE.",
            "long_description": "Binding to C# and .NET for KDE. Qyoto makes it possible to develop Qt and KDE applications using C#, or any other .NET language. Qyoto uses SMOKE, and offers access to almost all Qt and KDE classes.",
            "active": true,
            "categories": [
                "devel",
                "kde",
                "kde4"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "smokekde",
                        "phonon",
                        "mono",
                        "qimageblitz",
                        "kdelibs4"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "kdebindings4",
                        "kimono"
                    ]
                }
            ]
        },
        {
            "name": "qtruby",
            "portdir": "kde/qtruby",
            "version": "4.14.3",
            "license": "GPL-2+ and LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://techbase.kde.org/Development/Languages/Ruby",
            "description": "Binding to Ruby for KDE.",
            "long_description": "Very complete bindings to both the KDE API and the Qt APIs. The Korundum package includes both a QtRuby Qt-only binding along with the full combined Qt/KDE one. The QtRuby package contains just Qt bindings with no dependencies on KDE.",
            "active": true,
            "categories": [
                "devel",
                "kde",
                "kde4"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs",
                "ruby18",
                "ruby19",
                "ruby32",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "clang-18",
                        "pkgconfig",
                        "cmake"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "ruby",
                        "smokeqt",
                        "phonon"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "kdebindings4",
                        "korundum"
                    ]
                }
            ]
        },
        {
            "name": "QtCurve-extra",
            "portdir": "kde/qtcurve",
            "version": "1.9.0",
            "license": "LGPL-2+",
            "platforms": "any",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "http://kde-look.org/content/show.php?content=40492",
            "description": "A set of widget styles for Qt4/KDE4, Qt5/KF5 and/or GTk2 based apps.",
            "long_description": "Installs the Mac-specific default configuration plus additional configuration presets and colour palettes for QtCurve",
            "active": true,
            "categories": [
                "kde"
            ],
            "maintainers": [
                {
                    "name": "rjvbertin",
                    "github": "RJVB",
                    "ports_count": 55
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "ciment-icons"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "QtCurve",
                        "QtCurve-qt5",
                        "QtCurve-gtk2"
                    ]
                }
            ]
        },
        {
            "name": "QtCurve-gtk2",
            "portdir": "kde/qtcurve",
            "version": "1.9.0.8",
            "license": "LGPL-2+",
            "platforms": "darwin linux",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "http://kde-look.org/content/show.php?content=40492",
            "description": "A set of widget styles for Qt4/KDE4, Qt5/KF5 and/or GTk2 based apps.",
            "long_description": "The GTk2 version of the highly configurable QtCurve widget style for Qt",
            "active": true,
            "categories": [
                "kde"
            ],
            "maintainers": [
                {
                    "name": "rjvbertin",
                    "github": "RJVB",
                    "ports_count": 55
                }
            ],
            "variants": [
                "debug",
                "LTO",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk2"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "QtCurve-extra",
                        "perl5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "QtCurve-qt5",
            "portdir": "kde/qtcurve",
            "version": "1.9.0.27",
            "license": "LGPL-2+",
            "platforms": "darwin linux",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "http://kde-look.org/content/show.php?content=40492",
            "description": "A set of widget styles for Qt4/KDE4, Qt5/KF5 and/or GTk2 based apps.",
            "long_description": "A highly configurable widget style for Qt5",
            "active": true,
            "categories": [
                "kde",
                "kf5",
                "qt5"
            ],
            "maintainers": [
                {
                    "name": "rjvbertin",
                    "github": "RJVB",
                    "ports_count": 55
                }
            ],
            "variants": [
                "debug",
                "qtonly"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "qt5-qtsvg"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "QtCurve-extra"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py-pykde4-docs",
            "portdir": "kde/py-pykde4",
            "version": "4.14.3",
            "license": "LGPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.riverbankcomputing.co.uk/software/pykde/intro",
            "description": "Python bindings for the KDE Development Platform",
            "long_description": "Python bindings for the KDE Development Platform: the documentation",
            "active": true,
            "categories": [
                "devel",
                "kde",
                "kde4"
            ],
            "maintainers": [
                {
                    "name": "rjvbertin",
                    "github": "RJVB",
                    "ports_count": 55
                }
            ],
            "variants": [
                "debug",
                "docs"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "phonon",
                        "qt4-mac"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-pykde4",
            "portdir": "kde/py-pykde4",
            "version": "4.14.3",
            "license": "LGPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.riverbankcomputing.co.uk/software/pykde/intro",
            "description": "Python bindings for the KDE Development Platform",
            "long_description": "This package contains PyKDE, the Python bindings for the KDE libraries, that allow you to write KDE programs using Python instead of C++. It contains at least the following modules under the PyKDE namespace: \n* dnssd \n* kdecore \n* kdeui \n* khtml \n* kio \n* knewstuff \n* kparts \n* kterminal \n* ktexteditor \n* kutils \n* plasma \n* solid \nAnd a few KDE related technologies like: \n* akonadi \n* phonon \n* soprano",
            "active": true,
            "categories": [
                "devel",
                "kde",
                "kde4"
            ],
            "maintainers": [
                {
                    "name": "rjvbertin",
                    "github": "RJVB",
                    "ports_count": 55
                }
            ],
            "variants": [
                "debug",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "clang-18",
                        "pkgconfig",
                        "cmake"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "phonon",
                        "qt4-mac",
                        "dbus-python27",
                        "py27-pyqt4",
                        "kdelibs4",
                        "soprano"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "python27",
                        "py27-pyqt4"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pykde4"
                    ]
                }
            ]
        },
        {
            "name": "QtCurve",
            "portdir": "kde/qtcurve",
            "version": "1.9.0.27",
            "license": "LGPL-2+",
            "platforms": "darwin linux",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "http://kde-look.org/content/show.php?content=40492",
            "description": "A set of widget styles for Qt4/KDE4, Qt5/KF5 and/or GTk2 based apps.",
            "long_description": "A highly configurable widget style for Qt4/KDE4",
            "active": true,
            "categories": [
                "kde",
                "kde4",
                "qt4"
            ],
            "maintainers": [
                {
                    "name": "rjvbertin",
                    "github": "RJVB",
                    "ports_count": 55
                }
            ],
            "variants": [
                "debug",
                "docs",
                "qtonly",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "clang-18",
                        "pkgconfig",
                        "cmake"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "kdelibs4",
                        "phonon",
                        "qt4-mac"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "QtCurve-extra"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}