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

{
    "count": 50172,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&page=953",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&page=951",
    "results": [
        {
            "name": "treecc",
            "portdir": "devel/treecc",
            "version": "0.3.10",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/dotgnu/",
            "description": "Manages generation of code to handle syntax trees.",
            "long_description": "The treecc program is designed to assist in the development of compilers and other language-based tools. It manages the generation of code to handle abstract syntax trees and operations upon the trees.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tree-sitter",
            "portdir": "devel/tree-sitter",
            "version": "0.25.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://tree-sitter.github.io",
            "description": "An incremental parsing system for programming tools",
            "long_description": "Tree-sitter is a parser generator tool and an incremental parsing library. It can build a concrete syntax tree for a source file and efficiently update the syntax tree as the source file is edited. Tree-sitter aims to be: General enough to parse any programming language, Fast enough to parse on every keystroke in a text editor, Robust enough to provide useful results even in the presence of syntax errors, Dependency-free so that the runtime library (which is written in pure C) can be embedded in any application",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1018
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "emacs",
                        "emacs-devel",
                        "emacs-app",
                        "emacs-app-devel",
                        "emacs-mac-app",
                        "emacs-mac-app-devel",
                        "neovim",
                        "neovim-devel",
                        "step-writer"
                    ]
                }
            ]
        },
        {
            "name": "tre",
            "portdir": "devel/tre",
            "version": "0.9.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://laurikari.net/tre/",
            "description": "TRE is a lightweight POSIX compliant regular expression library",
            "long_description": "TRE is a lightweight POSIX compliant regular expression library.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "bulk_extractor",
                        "py27-tre",
                        "msort",
                        "vis",
                        "elinks-devel",
                        "gawk-aregex"
                    ]
                }
            ]
        },
        {
            "name": "tradcpp",
            "portdir": "devel/tradcpp",
            "version": "0.5.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://ftp.netbsd.org/pub/NetBSD/misc/dholland/",
            "description": "a traditional (K&R-style) C preprocessor",
            "long_description": "tradcpp is a traditional (K&R-style) C preprocessor. It has the particular property that it doesn't (for the most part) trash whitespace, so it can be used on makefiles.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bsdmake",
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "tightvnc",
                        "xinit"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "imake"
                    ]
                }
            ]
        },
        {
            "name": "trac",
            "portdir": "devel/trac",
            "version": "1.4.3",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://trac.edgewall.org/",
            "description": "Wiki and issue tracking system.",
            "long_description": "Trac is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "postgres",
                "mysql",
                "subversion"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-babel",
                        "py27-docutils",
                        "py27-genshi",
                        "subversion-python27bindings",
                        "py27-pygments",
                        "py27-sqlite",
                        "py27-textile",
                        "py27-tz",
                        "py27-jinja2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tpasm",
            "portdir": "devel/tpasm",
            "version": "1.5",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.sqrt.com/",
            "description": "A cross assembler for a variety of common microprocessors",
            "long_description": "Tpasm is a command line based cross assembler for a variety of common microprocessors and controllers, currently supporting: Rockwell 6502 (6502, 65c02) Motorola 6805 (6805, 68705), 6809, 68hc11 Intel 8051 (8031, 8032, 8051, 8052, 80c390) Atmel AVR (avt, attiny, at90, atmega series) Core Technologies CTXP-1 Microchip PIC (12xxx, 14xxx, 16xxx, 17xxx) Sunplus SPCxxx series Zilog Z80 (z80, z180)",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tortoisehg",
            "portdir": "devel/tortoisehg",
            "version": "7.0.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://foss.heptapod.net/mercurial/tortoisehg/thg",
            "description": "A set of graphical tools for Mercurial",
            "long_description": "A set of graphical tools for the Mercurial distributed source control management system.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "py313-wheel",
                        "py313-sphinx",
                        "librsvg",
                        "makeicns",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mercurial",
                        "python313",
                        "py313-pyqt5",
                        "py313-pyqt5-scintilla",
                        "py313-iniparse"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py313-pytest",
                        "py313-mock",
                        "py313-pynose"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tokei",
            "portdir": "devel/tokei",
            "version": "13.0.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/XAMPPRocky/tokei",
            "description": "Tokei is a program that displays statistics about your code.",
            "long_description": "Tokei is a program that displays statistics about your code. Tokei will show the number of files, total lines within those files and code, comments, and blanks grouped by language.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1018
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "to-f90",
            "portdir": "devel/to-f90",
            "version": "1999-03-08",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://cd.textfiles.com/simtel/simtel0101/simtel/fortran/",
            "description": "Fortran 77 to Fortran 90 converter",
            "long_description": "A Fortran 90 program for converting fixed-format Fortran 77 code to Fortran 90 free-format. Other changes replace old Fortran constructs with more modern ones. \n \nThe conversions made include: \n1. Standard format (column 7-72) converted to free-format. \n2. DO loops and IF blocks indented. \n3. Most labels are removed from loops and replaced with END DO, CYCLE, EXIT, and DO-loop constructs where appropriate. \n4. 3-way arithmetic IFs converted to IF .. THEN .. ELSE constructs. \n5. TYPE and INTENT declarations inserted for all subroutine and function arguments. \n6. Computed GOTOs converted to SELECT CASE constructs. \n7. Embedded blanks are removed from numerical constants. They are illegal in free format.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 56
                }
            ],
            "variants": [
                "g95",
                "gcc10",
                "gcc11",
                "gcc5",
                "gcc6",
                "gcc7",
                "gcc8",
                "gcc9",
                "gccdevel"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "gcc11"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tklib",
            "portdir": "devel/tklib",
            "version": "0.7",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://core.tcl-lang.org/tklib/home",
            "description": "A companion to Tcllib, for Tk related packages.",
            "long_description": "A companion to Tcllib, for Tk related packages.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "tcllib",
                        "tcl",
                        "tk"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-tcl-ptk",
                        "p5.26-tcl-tk",
                        "p5.28-tcl-tk",
                        "p5.30-tcl-tk",
                        "p5.32-tcl-tk",
                        "p5.34-tcl-tk",
                        "p5.28-tcl-ptk",
                        "p5.30-tcl-ptk",
                        "p5.32-tcl-ptk",
                        "p5.34-tcl-ptk"
                    ]
                }
            ]
        },
        {
            "name": "tkcvs",
            "portdir": "devel/tkcvs",
            "version": "8.2.3",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://tkcvs.sourceforge.io/",
            "description": "Tk-based GUI for CVS",
            "long_description": "TkCVS is a Tcl/Tk-based graphical interface to the CVS configuration management system. It displays the status of the files in the current working directory, and provides buttons and menus to execute CVS commands on the selected files. TkDiff is included for browsing and merging your changes.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "tk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tilt",
            "portdir": "devel/tilt",
            "version": "0.31.1",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://tilt.dev/",
            "description": "Run Kubernetes environments locally, for local development",
            "long_description": "Tilt powers multi-service development and makes sure they behave! Run tilt up to work in a complete dev environment configured for your team. Tilt automates all the steps from a code change to a new process: watching files, building container images, and bringing your environment up-to-date. Think docker build && kubectl apply or docker-compose up.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "nodejs16",
                        "yarn",
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tiled",
            "portdir": "devel/tiled",
            "version": "0.9.1",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.mapeditor.org/",
            "description": "general purpose tile map editor",
            "long_description": "tiled is a general purpose tile map editor, built to be flexible and easy to use. In addition to its own map format, Tiled supports read/write plugins for using it with proprietary map formats or formats used by other editors.",
            "active": true,
            "categories": [
                "aqua",
                "devel",
                "games"
            ],
            "maintainers": [],
            "variants": [
                "universal",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tig",
            "portdir": "devel/tig",
            "version": "2.5.12",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://jonas.github.io/tig/",
            "description": "A text interface to git repositories",
            "long_description": "A text interface to git repositories",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "cal",
                    "github": "neverpanic",
                    "ports_count": 53
                }
            ],
            "variants": [
                "doc"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "asciidoc",
                        "xmlto",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "git",
                        "libiconv",
                        "ncurses",
                        "pcre2",
                        "readline"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "thrift",
            "portdir": "devel/thrift",
            "version": "0.20.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://thrift.apache.org/",
            "description": "framework for scalable cross-language services development",
            "long_description": "Thrift is a software framework for scalable cross-language services development. It combines a software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Swift, Smalltalk, and OCaml.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "glib2",
                "php",
                "erlang",
                "rust",
                "java",
                "csharp",
                "nodejs",
                "swift",
                "lisp",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "libtool",
                        "pkgconfig",
                        "autoconf",
                        "automake",
                        "bison",
                        "libevent"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "boost181",
                        "openssl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-thrift",
                        "p5.26-thrift",
                        "py35-thrift",
                        "py36-thrift",
                        "apache-arrow",
                        "py37-thrift",
                        "py38-thrift",
                        "p5.28-thrift",
                        "p5.30-thrift",
                        "p5.32-thrift",
                        "p5.34-thrift",
                        "py37-pyarrow",
                        "py38-pyarrow",
                        "py310-thrift",
                        "py311-thrift",
                        "py39-thrift"
                    ]
                }
            ]
        },
        {
            "name": "thieriot",
            "portdir": "devel/thieriot",
            "version": "1.1.1",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rodnaph/thieriot",
            "description": "Shell tool for managing a projects Jenkins builds",
            "long_description": "Thieriot is a simple shell tool for projects that use Git and Jenkins, and allows you to easily check which of your branches currently have builds. And then to easily create/start/delete builds with a single command.",
            "active": true,
            "categories": [
                "devel",
                "shells"
            ],
            "maintainers": [],
            "variants": [
                "perl5_28",
                "perl5_30",
                "perl5_32",
                "perl5_34"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-json",
                        "p5.34-libwww-perl",
                        "p5.34-yaml"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "terraform-docs",
            "portdir": "devel/terraform-docs",
            "version": "0.17.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://terraform-docs.io/",
            "description": "Generate Terraform modules documentation in various formats.",
            "long_description": "A utility to generate documentation from Terraform modules in various output formats.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "",
                    "github": "asobrien",
                    "ports_count": 2
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "temporal-cli",
            "portdir": "devel/temporal-cli",
            "version": "1.18.4",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": "temporal",
            "homepage": "https://temporal.io",
            "description": "Obsolete port, replaced by temporal",
            "long_description": "This port has been replaced by temporal.",
            "active": true,
            "categories": [
                "devel",
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tektoncd-cli",
            "portdir": "devel/tektoncd-cli",
            "version": "0.33.0",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tektoncd/cli",
            "description": "A CLI for interacting with Tekton",
            "long_description": "The Tekton Pipelines cli project provides a CLI for interacting with Tekton. Tekton is a powerful yet flexible framework for building CI/CD systems on Kubernetes. It lets you build, test, and deploy across multiple cloud providers or on-premises systems by abstracting away the underlying implementation details.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1018
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tecla",
            "portdir": "devel/tecla",
            "version": "1.6.3",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.astro.caltech.edu/~mcs/tecla/",
            "description": "The tecla library provides UNIX and LINUX programs with interactive command line editing facilities, similar to those of the unix tcsh shell.",
            "long_description": "The tecla library provides UNIX and LINUX programs with interactive command line editing facilities, similar to those of the unix tcsh shell. In addition to simple command-line editing, it supports recall of previously entered command lines, TAB completion of file names, and in-line wild-card expansion of filenames. The internal functions which perform file-name completion and wild-card expansion are also available externally for optional use by programs, along with a module for tab-completion and lookup of filenames in a list of directories.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 463
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "bladeRF"
                    ]
                }
            ]
        },
        {
            "name": "tclsqlite2",
            "portdir": "devel/tclsqlite2",
            "version": "2.8.17",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.sqlite.org/",
            "description": "TCL bindings for the SQLite embedded database engine",
            "long_description": "TCL bindings for the SQLite embedded database engine. This port contains bindings for sqlite 2.x.",
            "active": true,
            "categories": [
                "devel",
                "databases",
                "tcl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "sqlite2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tclreadline",
            "portdir": "devel/tclreadline",
            "version": "2.3.8",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/flightaware/tclreadline",
            "description": "An interactive readline for tcl shells.",
            "long_description": "The tclreadline package makes the GNU Readline library available for interactive tcl shells. This includes history expansion and file/command completion. Command completion for all tcl/tk commands is provided and commmand completers for user defined commands can be easily added. tclreadline can also be used for tcl scripts which want to use a shell like input interface. In this case the ::tclreadline::readline read command has to be called explicitly.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "darius",
                    "github": "DanielO",
                    "ports_count": 2
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "readline",
                        "tcl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "gutils-suite-core"
                    ]
                }
            ]
        },
        {
            "name": "tcllib",
            "portdir": "devel/tcllib",
            "version": "1.21",
            "license": "Tcl/Tk",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://tcllib.sf.net/",
            "description": "tcllib standardized library",
            "long_description": "tcllib is a set of pure-Tcl extensions that you can use to become even more productive with Tcl.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "tcl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "tkimg",
                        "tcl_bonjour"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "sguil-client",
                        "tklib",
                        "time-track-cli"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gutils-suite-core",
                        "tclxml"
                    ]
                }
            ]
        },
        {
            "name": "tclcurl",
            "portdir": "devel/tclcurl",
            "version": "7.22.0",
            "license": "Tcl/Tk",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/flightaware/tclcurl-fa",
            "description": "Tcl binding for libcurl",
            "long_description": "The TclCurl extension gives Tcl programmers access to the libcurl library. With it you can download URLs, upload them and many other neat tricks.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "tcl",
                        "curl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tclap",
            "portdir": "devel/tclap",
            "version": "1.2.5",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://tclap.sourceforge.net/",
            "description": "Templatized C++ Command Line Parser",
            "long_description": "This is a simple templatized C++ library for parsing command line arguments. The library provides a simple, flexible object-oriented interface to the command line that automates argument parsing, USAGE creation and type casting. \nNote: this port installs no samples or documentation; for that, see tclap's home page.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "aff4"
                    ]
                }
            ]
        },
        {
            "name": "tcl-tls",
            "portdir": "devel/tcl-tls",
            "version": "1.7.22",
            "license": "Tcl/Tk",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://core.tcl-lang.org/tcltls/",
            "description": "TLS OpenSSL extension to TCL.",
            "long_description": "TLS is an OpenSSL / RSA-bsafe Tcl extension that provides secure connections on top of the Tcl socket mechanism.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "tcl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "scid",
                        "sguil-client"
                    ]
                }
            ]
        },
        {
            "name": "tbb",
            "portdir": "devel/tbb",
            "version": "2020.3",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.threadingbuildingblocks.org/",
            "description": "Intel Threading Building Blocks offers a rich and complete approach to parallelism in C++",
            "long_description": "Intel Threading Building Blocks offers a rich and complete approach to parallelism in C++ It represents a higher-level, task-based parallelism that abstracts platform details and threading mechanisms for scalability and performance",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-pytorch",
                        "oidn",
                        "embree",
                        "root6",
                        "py38-mkl",
                        "py27-mkl",
                        "py35-mkl",
                        "py36-mkl",
                        "py37-mkl",
                        "blender",
                        "qore",
                        "gerbil",
                        "usd",
                        "py39-mkl",
                        "opensubdiv",
                        "py310-mkl",
                        "py311-mkl",
                        "py312-mkl",
                        "py313-mkl"
                    ]
                }
            ]
        },
        {
            "name": "tao",
            "portdir": "devel/tao",
            "version": "8.0.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.dre.vanderbilt.edu/~schmidt/TAO.html",
            "description": "The ACE ORB CORBA real-time middleware",
            "long_description": "The ACE ORB (TAO) is a real-time implementation of CORBA built using the framework components and patterns provided by ACE. TAO contains the network interface, OS, communication protocol, and CORBA middleware components and features. TAO is based on the standard OMG CORBA reference model, with the enhancements designed to overcome the shortcomings of conventional ORBs for high-performance and real-time applications.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "tlockhart1976",
                    "github": "lockhart",
                    "ports_count": 27
                },
                {
                    "name": "jwillemsen",
                    "github": "jwillemsen",
                    "ports_count": 2
                }
            ],
            "variants": [
                "ssl",
                "server",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "perl5",
                        "tcl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "talloc",
            "portdir": "devel/talloc",
            "version": "2.4.3",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://talloc.samba.org",
            "description": "Hierarchical memory allocation library",
            "long_description": "talloc is a hierarchical, reference counted memory pool system with destructors. It is the core memory allocator used in Samba.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "python313"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-tsk",
                        "py27-tsk",
                        "samba4",
                        "osmocore",
                        "osmocore-devel",
                        "freeradius",
                        "tevent",
                        "notmuch"
                    ]
                }
            ]
        },
        {
            "name": "tailor",
            "portdir": "devel/tailor",
            "version": "0.9.35",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://wiki.darcs.net/DarcsWiki/Tailor",
            "description": "Tailor is a tool to migrate changesets between different source control management systems.",
            "long_description": "Tailor is a tool to migrate changesets between ArX, Bazaar, Bazaar-NG, CVS, Codeville, Darcs, Git, Mercurial, Monotone, Subversion and Tla repositories. It is implemented in Python.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tabulate",
            "portdir": "devel/tabulate",
            "version": "1.5",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/p-ranav/tabulate",
            "description": "tabulate is a header-only library for printing aligned, formated and colorized tables in moder C++.",
            "long_description": "tabulate is a header-only library for printing aligned, formated and colorized tables in moder C++.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1157
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-20"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "xeus-sqlite"
                    ]
                }
            ]
        },
        {
            "name": "t4k_common",
            "portdir": "devel/t4k_common",
            "version": "0.1.1",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tux4kids/t4kcommon",
            "description": "shared code for Tux4Kids apps TuxMath and Tux Typing",
            "long_description": "t4k_common is a common library for routines used in TuxMath and Tux Typing.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsdl",
                        "libsdl_image",
                        "libsdl_net",
                        "libsdl_pango",
                        "libsdl_mixer",
                        "libpng",
                        "librsvg",
                        "libiconv",
                        "libxml2",
                        "libsdl_ttf",
                        "gettext"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "tuxmath",
                        "tuxtype"
                    ]
                }
            ]
        },
        {
            "name": "t1lib",
            "portdir": "devel/t1lib",
            "version": "5.1.2",
            "license": "LGPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.t1lib.org/",
            "description": "Library for generating glyphs from Type 1 fonts",
            "long_description": "t1lib is a library distributed under the GNU General Public Library License for generating character- and string-glyphs from Adobe Type 1 fonts under UNIX. t1lib uses most of the code of the X11 rasterizer donated by IBM to the X11-project. But some disadvantages of the rasterizer being included in X11 have been eliminated.",
            "active": true,
            "categories": [
                "devel",
                "graphics",
                "fonts"
            ],
            "maintainers": [],
            "variants": [
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "libtool",
                        "clang-16"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "dvipng"
                    ]
                }
            ]
        },
        {
            "name": "swig3-tcl",
            "portdir": "devel/swig3",
            "version": "3.0.12",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.swig.org/",
            "description": "Tcl binding for swig",
            "long_description": "SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. This is the Tcl binding.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 463
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "gsed",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "swig3",
                        "tcl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "swig3-ruby",
            "portdir": "devel/swig3",
            "version": "3.0.12",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.swig.org/",
            "description": "Ruby binding for swig",
            "long_description": "SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. This is the Ruby binding.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 463
                }
            ],
            "variants": [
                "ruby186",
                "ruby187",
                "ruby19",
                "ruby20",
                "ruby21",
                "ruby22",
                "ruby23",
                "ruby24"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "gsed",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "swig3",
                        "ruby23"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "swig3-r",
            "portdir": "devel/swig3",
            "version": "3.0.12",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.swig.org/",
            "description": "R binding for swig",
            "long_description": "SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. This is the R binding.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 463
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "gsed",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "swig3",
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "swig3-python",
            "portdir": "devel/swig3",
            "version": "3.0.12",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.swig.org/",
            "description": "Python binding for swig",
            "long_description": "SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. This is the Python binding.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 463
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "gsed",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "swig3",
                        "python_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py38-nds2-client",
                        "gnuradio37",
                        "gr37-adapt",
                        "gr37-air-modes",
                        "gr37-ais",
                        "gr37-baz",
                        "gr37-cdma",
                        "gr37-fcdproplus",
                        "gr37-foo",
                        "gr37-fosphor",
                        "gr37-gfdm",
                        "gr37-gsm",
                        "gr37-ieee802-11",
                        "gr37-ieee802-15-4",
                        "gr37-iqbalance",
                        "gr37-iio",
                        "gr37-limesdr",
                        "gr37-lora-rpp0",
                        "gr37-lora-BastilleResearch",
                        "gr37-lte",
                        "gr37-mapper",
                        "gr37-mac",
                        "gr37-ofdm",
                        "gr37-osmosdr",
                        "gr37-pcap",
                        "gr37-pyqt",
                        "gr37-satellites",
                        "gr37-rds",
                        "gr37-tdd",
                        "gr37-sdrplay",
                        "py27-nds2-client",
                        "py35-nds2-client",
                        "py36-nds2-client",
                        "py37-nds2-client",
                        "gr37-iridium",
                        "gr37-specest",
                        "py39-nds2-client"
                    ]
                }
            ]
        },
        {
            "name": "swig3-pike",
            "portdir": "devel/swig3",
            "version": "3.0.12",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.swig.org/",
            "description": "Pike binding for swig",
            "long_description": "SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. This is the Pike binding.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 463
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "gsed",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "swig3",
                        "pike"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "swig3-php",
            "portdir": "devel/swig3",
            "version": "3.0.12",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.swig.org/",
            "description": "PHP 5 binding for swig",
            "long_description": "SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. This is the PHP 5 binding.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 463
                }
            ],
            "variants": [
                "php53",
                "php54",
                "php55",
                "php56",
                "php70",
                "php71",
                "php72"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "gsed",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "swig3",
                        "php72"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "swig3-perl",
            "portdir": "devel/swig3",
            "version": "3.0.12",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.swig.org/",
            "description": "Perl binding for swig",
            "long_description": "SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. This is the Perl binding.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 463
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "gsed",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "swig3",
                        "perl5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "swig3-octave",
            "portdir": "devel/swig3",
            "version": "3.0.12",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.swig.org/",
            "description": "Octave binding for swig",
            "long_description": "SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. This is the Octave binding.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 463
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "gsed",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "swig3",
                        "octave"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nds2-client-octave"
                    ]
                }
            ]
        },
        {
            "name": "swig3-ocaml",
            "portdir": "devel/swig3",
            "version": "3.0.12",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.swig.org/",
            "description": "Objective Caml binding for swig",
            "long_description": "SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. This is the Objective Caml binding.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 463
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "gsed",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "swig3",
                        "ocaml"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "swig3-lua",
            "portdir": "devel/swig3",
            "version": "3.0.12",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.swig.org/",
            "description": "Lua binding for swig",
            "long_description": "SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. This is the Lua binding.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 463
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "gsed",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "swig3",
                        "lua"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "swig3-java",
            "portdir": "devel/swig3",
            "version": "3.0.12",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.swig.org/",
            "description": "Java binding for swig",
            "long_description": "SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. This is the Java binding.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 463
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "gsed",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "swig3",
                        "openjdk8"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nds2-client-java",
                        "nds2-client-matlab"
                    ]
                }
            ]
        },
        {
            "name": "swig3-guile",
            "portdir": "devel/swig3",
            "version": "3.0.12",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.swig.org/",
            "description": "Guile binding for swig",
            "long_description": "SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. This is the Guile binding.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 463
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "gsed",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "swig3",
                        "guile-2.2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "swig3-go",
            "portdir": "devel/swig3",
            "version": "3.0.12",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.swig.org/",
            "description": "Go binding for swig",
            "long_description": "SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. This is the Go binding.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 463
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "gsed",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "swig3",
                        "go"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "swig3-gcj",
            "portdir": "devel/swig3",
            "version": "3.0.12",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "any {darwin <= 10}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.swig.org/",
            "description": "GCJ binding for swig",
            "long_description": "SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. This is the GCJ binding.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 463
                }
            ],
            "variants": [
                "gcc43",
                "gcc44",
                "gcc45",
                "gcc48",
                "gcc47"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "gsed",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "swig3",
                        "gcc47"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "swig3-d",
            "portdir": "devel/swig3",
            "version": "3.0.12",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "any {darwin <= 21}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.swig.org/",
            "description": "D binding for swig",
            "long_description": "SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. This is the D binding.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 463
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "gsed",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "swig3",
                        "phobos"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "swig3-csharp",
            "portdir": "devel/swig3",
            "version": "3.0.12",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.swig.org/",
            "description": "C# binding for swig",
            "long_description": "SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. This is the C# binding.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 463
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "gsed",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mono",
                        "swig3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "swig3-clisp",
            "portdir": "devel/swig3",
            "version": "3.0.12",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.swig.org/",
            "description": "CLISP binding for swig",
            "long_description": "SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. This is the CLISP binding.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 463
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "gsed",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "swig3",
                        "clisp"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}