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

{
    "count": 49358,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=25",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=23",
    "results": [
        {
            "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": 1008
                }
            ],
            "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": "treesheets",
            "portdir": "editors/treesheets",
            "version": "20240609",
            "license": "zlib",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://strlen.com/treesheets",
            "description": "Free-Form Data Organizer (Hierarchical Spreadsheet)",
            "long_description": "Free-Form Data Organizer (Hierarchical Spreadsheet)",
            "active": true,
            "categories": [
                "editors"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1008
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "wxWidgets-3.2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tree-puzzle",
            "portdir": "science/tree-puzzle",
            "version": "5.2",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.tree-puzzle.de",
            "description": "a computer program to reconstruct phylogenetic trees from molecular sequence data by maximum likelihood",
            "long_description": "TREE-PUZZLE is a computer program to reconstruct phylogenetic trees from molecular sequence data by maximum likelihood. It implements a fast tree search algorithm, quartet puzzling, that allows analysis of large data sets and automatically assigns estimations of support to each internal branch.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "mrt5",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "treeline",
            "portdir": "office/treeline",
            "version": "3.1.4",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://treeline.bellz.org",
            "description": "Advanced outliner and personal information manager",
            "long_description": "Some would call TreeLine an Outliner, others would call it a PIM. Basically, it just stores almost any kind of information. A tree structure makes it easy to keep things organized. And each node in the tree can contain several fields, forming a mini-database. The output format for each node can be defined, and the output can be shown on the screen, printed, or exported to html.",
            "active": true,
            "categories": [
                "office",
                "python",
                "pim"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py39-pyqt5",
                        "aspell",
                        "aspell-dict-en",
                        "python39"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "treehh",
            "portdir": "science/treehh",
            "version": "2.65",
            "license": "GPL-3",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://tree.phi-sci.com/",
            "description": "Data Analysis and Scientific Plotting",
            "long_description": "The tree.hh library for C++ provides an STL-like container class for n-ary trees, templated over the data stored at the nodes. Various types of iterators are provided (post-order, pre-order, and others). Where possible the access methods are compatible with the STL or alternative algorithms are available.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "treefmt",
            "portdir": "devel/treefmt",
            "version": "2.2.1",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://treefmt.com/",
            "description": "One CLI to format your repo",
            "long_description": "One CLI to format your repo. treefmt applies all the needed formatters to your project with one command line.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1008
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "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",
            "portdir": "sysutils/tree",
            "version": "2.2.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://oldmanprogrammer.net/source.php?dir=projects/tree",
            "description": "display tree-view of directories with optional color/HTML output",
            "long_description": "Tree is a simple utility that displays a tree-view of directories and files. It has options to use ANSI color escape-sequences or ASCII graphic characters, and can also output in HTML format. Tree was written by Steve Baker for Linux.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "larryv",
                    "github": "larryv",
                    "ports_count": 48
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "gutils-suite-core",
                        "pass",
                        "passage"
                    ]
                }
            ]
        },
        {
            "name": "t-rec",
            "portdir": "graphics/t-rec",
            "version": "0.7.9",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://crates.io/crates/t-rec",
            "description": "Blazingly fast terminal recorder that generates animated GIF images for the Web",
            "long_description": "t-rec: Terminal Recorder. Blazingly fast terminal recorder that generates animated GIF images for the Web. t-rec runs only on macOS, uses native efficient APIs, and runs without any cloud service entirely offline. It generates high quality small animated GIF images, and has built-in idle frame detection and optimization. Can even record any window you want (including non-terminal windows). Written in Rust.",
            "active": true,
            "categories": [
                "sysutils",
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1008
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind",
                        "ImageMagick"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "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": "trdsql",
            "portdir": "textproc/trdsql",
            "version": "1.1.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/noborus/trdsql",
            "description": "CLI tool that can execute SQL queries on CSV, LTSV, JSON and TBLN files. Can output to various formats.",
            "long_description": "CLI tool that can execute SQL queries on CSV, LTSV, JSON and TBLN files. Can output to various formats. Can use PostgreSQL or MySQL syntax.",
            "active": true,
            "categories": [
                "databases",
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1008
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "trash",
            "portdir": "sysutils/trash",
            "version": "0.9.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ali-rantakari/trash",
            "description": "command-line program that moves items to the trash",
            "long_description": "trash is a small command-line program that moves files or folders to the trash.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "perl5",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "gutils-suite-core"
                    ]
                }
            ]
        },
        {
            "name": "transset",
            "portdir": "x11/transset",
            "version": "1.0.2",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.x.org/",
            "description": "transset is an utility for setting opacity property on X11 windows",
            "long_description": "transset is an utility for setting opacity property on X11 windows",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 273
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libX11"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "xorg-apps"
                    ]
                }
            ]
        },
        {
            "name": "transmission-x11",
            "portdir": "net/transmission-x11",
            "version": "4.0.6",
            "license": "(GPL-2 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://transmissionbt.com",
            "description": "Lightweight BitTorrent client",
            "long_description": "Transmission is a free, lightweight BitTorrent client. It features a simple, intuitive interface on top of an efficient, cross-platform back-end. Transmission is open source (MIT license) and runs on Mac OS X (Cocoa interface), Linux/NetBSD/FreeBSD/OpenBSD (GTK+ interface) and BeOS (native interface). This is the GTK+ version.",
            "active": true,
            "categories": [
                "net",
                "x11",
                "p2p"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2563
                }
            ],
            "variants": [
                "debug",
                "aqua",
                "gtk",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "clang-17",
                        "cmake",
                        "intltool",
                        "libtool",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "miniupnpc",
                        "gtkmm3",
                        "zlib",
                        "gettext-runtime",
                        "openssl3",
                        "libevent",
                        "libnotify",
                        "desktop-file-utils",
                        "gtk3",
                        "libb64",
                        "curl"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "adwaita-icon-theme"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "transmission-qt",
            "portdir": "net/transmission-qt",
            "version": "2.94",
            "license": "(GPL-2 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://transmissionbt.com",
            "description": "Lightweight BitTorrent client",
            "long_description": "Transmission is a free, lightweight BitTorrent client. It features a simple, intuitive interface on top of an efficient, cross-platform back-end. This is the Qt4 version for legacy systems.",
            "active": true,
            "categories": [
                "net",
                "p2p"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2563
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "gettext",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "curl",
                        "miniupnpc",
                        "qt4-mac",
                        "openssl11",
                        "gettext-runtime",
                        "libiconv",
                        "zlib",
                        "libevent",
                        "libb64"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "transmission",
            "portdir": "net/transmission",
            "version": "4.0.6",
            "license": "MIT and GPL-2",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://transmissionbt.com",
            "description": "Lightweight BitTorrent client",
            "long_description": "Transmission is a free, lightweight BitTorrent client. It features a simple, intuitive interface on top of an efficient, cross-platform back-end. Transmission is open source (MIT license) and runs on Mac OS X (Cocoa interface), Linux/NetBSD/FreeBSD/OpenBSD (GTK+ interface) and BeOS (native interface). This is the Cocoa version.",
            "active": true,
            "categories": [
                "aqua",
                "net"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 428
                },
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 224
                }
            ],
            "variants": [
                "daemon",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "gettext",
                        "libdeflate",
                        "curl",
                        "libevent"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "translate-toolkit",
            "portdir": "textproc/translate-toolkit",
            "version": "3.12.2",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://toolkit.translatehouse.org/",
            "description": "Tools and API for translation and localization engineering.",
            "long_description": "Tools and API for translation and localization engineering.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "l2dy",
                    "github": "l2dy",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-setuptools_scm",
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-lxml",
                        "py312-levenshtein",
                        "py312-vobject",
                        "python312"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "translate-shell",
            "portdir": "textproc/translate-shell",
            "version": "0.9.7",
            "license": "public-domain",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.soimort.org/translate-shell/",
            "description": "Google Translate to serve as a command-line tool",
            "long_description": "translate-shell is a command-line translator powered by Google Translate.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gawk"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gawk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "TransformerKit",
            "portdir": "devel/TransformerKit",
            "version": "1.1.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mattt/TransformerKit",
            "description": "A block-based API for NSValueTransformer, with a growing collection of useful examples.",
            "long_description": "NSValueTransformer, while perhaps obscure to most iOS programmers, remains a staple of OS X development. TransformerKit breathes new life into NSValueTransformer by making them dead-simple to define and register. TransformerKit also contains a growing number of convenient transformers that your apps will love and cherish: \n \n* String Transformers \n* Image Transformers \n* Date Transformers \n* JSON Data Transformers \n* Data Transformers \n* Cryptographic Transformers homepage https://github.com/mattt/TransformerKit",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "MacPass"
                    ]
                }
            ]
        },
        {
            "name": "transcode",
            "portdir": "multimedia/transcode",
            "version": "1.1.7",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://packages.gentoo.org/packages/media-video/transcode",
            "description": "Video and audio processing tools",
            "long_description": "transcode is a suite of tools, all of which are command line utilities, for transcoding various video, audio, and container formats, running on a platform that supports shared libraries and threads. Decoding and encoding is done by modules that are responsible for feeding transcode with raw video/ audio streams (import modules) and encoding the frames (export modules). It includes a variety of video and audio filters, including (but not limited to) video de-interlacing, audio resampling, framerate conversion, different resizing algorithms, smoothing, sharpening, denoisifying, and cutting.",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "lionteeth",
                    "github": "Liontooth",
                    "ports_count": 1
                },
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2695
                }
            ],
            "variants": [
                "mmx",
                "full",
                "a52dec",
                "faac",
                "freetype",
                "imagemagick",
                "libdv",
                "libogg",
                "libpostproc",
                "libquicktime",
                "libtheora",
                "libvorbis",
                "libxml2",
                "lzo",
                "mjpegtools",
                "x264",
                "xvid",
                "experimental",
                "deprecated",
                "libsdl",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libdvdread",
                        "libsdl",
                        "ImageMagick",
                        "libjpeg-turbo",
                        "XviD",
                        "ffmpeg",
                        "libdv",
                        "libmpeg2",
                        "libogg",
                        "lzo2",
                        "libtheora",
                        "mjpegtools",
                        "x264",
                        "freetype",
                        "libxml2",
                        "xorg-libXaw",
                        "xorg-libXv",
                        "xpm",
                        "libquicktime-devel",
                        "a52dec",
                        "faac",
                        "lame",
                        "libvorbis"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "tovid",
                        "subtitleripper",
                        "dvdrip"
                    ]
                }
            ]
        },
        {
            "name": "trafshow",
            "portdir": "net/trafshow",
            "version": "5.2.3",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://soft.risp.ru/trafshow/index_en.shtml",
            "description": "continuous network traffic display",
            "long_description": "TrafShow continuously displays the information regarding packet traffic on the configured network interface that matches the boolean expression. It periodically sorts and updates this information. It may be useful for locating suspicious network traffic on the net.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libtool",
                        "ncurses",
                        "libpcap"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "traefik",
            "portdir": "net/traefik",
            "version": "2.11.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/traefik/traefik",
            "description": "The Cloud Native Application Proxy",
            "long_description": "Traefik (pronounced traffic) is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy. Traefik integrates with your existing infrastructure components (Docker, Swarm mode, Kubernetes, Marathon, Consul, Etcd, Rancher, Amazon ECS, ...) and configures itself automatically and dynamically. Pointing Traefik at your orchestrator should be the only configuration step you need.",
            "active": true,
            "categories": [
                "devel",
                "net",
                "security"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 587
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "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": "tracker3",
            "portdir": "gnome/tracker3",
            "version": "3.7.3",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.gnome.org/Projects/Tracker",
            "description": "Object database, tag/metadata database, search tool and indexer",
            "long_description": "Object database, tag/metadata database, search tool and indexer",
            "active": true,
            "categories": [
                "sysutils",
                "gnome"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2563
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "python312",
                        "gettext",
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "vala",
                        "asciidoc",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libxml2",
                        "gettext-runtime",
                        "sqlite3",
                        "py312-gobject3",
                        "libsoup-2.4",
                        "dbus",
                        "glib2",
                        "icu",
                        "json-glib",
                        "ossp-uuid",
                        "gobject-introspection",
                        "gdk-pixbuf2",
                        "avahi"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tracker",
            "portdir": "gnome/tracker",
            "version": "2.3.6",
            "license": "GPL-2+ and LGPL-2.1+ and BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.gnome.org/Projects/Tracker",
            "description": "Metadata database, indexer and search tool.",
            "long_description": "Tracker is an advanced framework for first class objects with associated metadata and tags. It provides a one stop solution for all metadata, tags, shared object databases, search tools and indexing.",
            "active": true,
            "categories": [
                "gnome"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2695
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "python313",
                        "dbus",
                        "gettext",
                        "meson",
                        "ninja",
                        "ossp-uuid",
                        "pkgconfig",
                        "vala",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2",
                        "icu",
                        "json-glib",
                        "sqlite3",
                        "libxml2",
                        "gettext-runtime",
                        "libsoup-2.4",
                        "libstemmer"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gnome3-core",
                        "gnome-online-miners",
                        "gnome-music",
                        "gnome-photos"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gnome3-core"
                    ]
                }
            ]
        },
        {
            "name": "traceroute",
            "portdir": "net/traceroute",
            "version": "1.4a12",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "ftp://ftp.ee.lbl.gov/",
            "description": "a traceroute implementation using ICMP packets",
            "long_description": "a traceroute implementation using ICMP packets",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "libtool",
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "trac-devel",
            "portdir": "devel/trac-devel",
            "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": "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": "t-prot",
            "portdir": "mail/t-prot",
            "version": "3.4",
            "license": "BSD-old",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.escape.de/~tolot/mutt/",
            "description": "TOFU protection script (MUA display filter)",
            "long_description": "You know these misformatted mail or news messages, with full quotes, too long signatures, and lots of exclamation marks? They get on your nerves day by day? That is what this script is for.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "p5.34-getopt-mixed",
                        "p5.34-locale-gettext"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tpop3d",
            "portdir": "mail/tpop3d",
            "version": "1.5.5",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://savannah.nongnu.org/projects/tpop3d/",
            "description": "fast, extensible, secure UNIX POP3 server",
            "long_description": "tpop3d is a fast, extensible, secure UNIX POP3 server",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "tcp_wrappers"
                    ]
                }
            ],
            "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": "tox_select",
            "portdir": "python/tox_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default tox version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of tox.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-tox",
                        "py35-tox",
                        "py36-tox",
                        "py39-tox",
                        "py310-tox",
                        "py311-tox",
                        "py312-tox",
                        "py313-tox",
                        "py37-tox",
                        "py38-tox"
                    ]
                }
            ]
        },
        {
            "name": "toxiproxy",
            "portdir": "net/toxiproxy",
            "version": "2.12.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Shopify/toxiproxy",
            "description": "Toxiproxy is a framework for simulating network conditions.",
            "long_description": "Toxiproxy is a framework for simulating network conditions. It's made specifically to work in testing, CI and development environments, supporting deterministic tampering with connections, but with support for randomized chaos and customization. Toxiproxy is the tool you need to prove with tests that your application doesn't have single points of failure.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 153
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "toxic",
            "portdir": "net/toxic",
            "version": "0.16.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://toktok.ltd",
            "description": "An ncurses-based Tox client",
            "long_description": "Toxic is a Tox-based instant messaging and video chat client.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2563
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2",
                        "libconfig-hr",
                        "libnotify",
                        "ncurses",
                        "desktop-file-utils",
                        "freealut",
                        "qrencode",
                        "curl",
                        "xorg-libX11",
                        "toxcore",
                        "libpng",
                        "openal-soft"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "toxcore",
            "portdir": "net/toxcore",
            "version": "0.2.20",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://tox.chat",
            "description": "Tox is a peer to peer (serverless) instant messenger aimed at making security and privacy easy to obtain for regular users. It uses NaCl for its encryption and authentication.",
            "long_description": "Tox is a peer to peer (serverless) instant messenger aimed at making security and privacy easy to obtain for regular users. It uses NaCl for its encryption and authentication.",
            "active": true,
            "categories": [
                "devel",
                "net",
                "security"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2563
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libvpx",
                        "libopus",
                        "python311",
                        "libconfig-hr",
                        "libsodium",
                        "libomp"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "uTox",
                        "toxic"
                    ]
                }
            ]
        },
        {
            "name": "tovid",
            "portdir": "multimedia/tovid",
            "version": "0.35.2",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://tovid.wikia.com/",
            "description": "a collection of GPL video disc authoring tools",
            "long_description": "a collection of GPL video disc authoring tools, tovid can help you create your own DVDs, VCDs, and SVCDs for playback on your home DVD player.",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [],
            "variants": [
                "gui"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "txt2tags"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ImageMagick",
                        "python27",
                        "dvdauthor",
                        "ffmpeg",
                        "mjpegtools",
                        "normalize",
                        "transcode",
                        "dvdrw-tools",
                        "mplayer-devel",
                        "sox"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "tix",
                        "md5sha1sum",
                        "py27-tkinter"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "totp-cli",
            "portdir": "security/totp-cli",
            "version": "1.9.2",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/yitsushi/totp-cli",
            "description": "Authy/Google Authenticator like TOTP CLI tool written in Go.",
            "long_description": "A simple TOTP (Time-based One-time Password) CLI tool. TOTP is the most common mechanism for 2FA (Two-Factor-Authentication). You can manage and organize your accounts with namespaces and protect your data with a password.",
            "active": true,
            "categories": [
                "security"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1008
                },
                {
                    "name": "smanojkarthick",
                    "github": "manojkarthick",
                    "ports_count": 10
                },
                {
                    "name": "amtor",
                    "github": "RobK88",
                    "ports_count": 10
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "totem-pl-parser",
            "portdir": "gnome/totem-pl-parser",
            "version": "3.26.6",
            "license": "LGPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.gnome.org/GNOME/totem-pl-parser",
            "description": "Gnome Playlist parser",
            "long_description": "totem-pl-parser is a simple GObject-based library to parse a host of playlist formats, as well as save those",
            "active": true,
            "categories": [
                "gnome"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2695
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "meson",
                        "clang-16",
                        "gtk-doc",
                        "pkgconfig",
                        "ninja"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libarchive",
                        "uchardet",
                        "libxml2",
                        "gobject-introspection",
                        "libgcrypt"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "grilo",
                        "gnome3-core",
                        "grilo-plugins",
                        "totem"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gnome3-core"
                    ]
                }
            ]
        },
        {
            "name": "totem",
            "portdir": "gnome/totem",
            "version": "3.38.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.gnome.org/Apps/Videos",
            "description": "Official movie player of the GNOME desktop environment",
            "long_description": "Totem is based on GStreamer. It features a playlist, a full-screen mode, seek and volume controls, as well as keyboard navigation. It comes with added functionality such as: \n * Video thumbnailer for the file manager \n * Nautilus properties tab \n * Webcam utility (in development)",
            "active": true,
            "categories": [
                "gnome"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2695
                }
            ],
            "variants": [
                "python38",
                "python39",
                "python310",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "itstool",
                        "clang-17",
                        "py310-pylint",
                        "appstream-glib",
                        "gettext",
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "gtk-doc"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gstreamer1-gst-libav",
                        "gstreamer1-gst-plugins-bad",
                        "gstreamer1-gst-plugins-base",
                        "gstreamer1-gst-plugins-good",
                        "gtk3",
                        "totem-pl-parser",
                        "cairo",
                        "clutter",
                        "dbus",
                        "clutter-gtk",
                        "gdk-pixbuf2",
                        "gettext-runtime",
                        "py310-gobject3",
                        "libpeas1",
                        "clutter-gst3",
                        "glib2",
                        "shared-mime-info",
                        "desktop-file-utils",
                        "gnome-desktop",
                        "gobject-introspection",
                        "grilo",
                        "grilo-plugins",
                        "gsettings-desktop-schemas",
                        "gstreamer1"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "yelp",
                        "adwaita-icon-theme"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gnome3-core"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gnome3-core"
                    ]
                }
            ]
        },
        {
            "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": "torsocks",
            "portdir": "net/torsocks",
            "version": "2.4.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.torproject.org/tpo/core/torsocks",
            "description": "A transparent socks proxy for use with tor",
            "long_description": "Torsocks is an application for Linux, BSD and macOS that allows you to use network applications such as ssh and irssi with Tor. Torsocks allows you to use most socks-friendly applications in a safe way with Tor. It ensures that DNS requests are handled safely and explicitly rejects UDP traffic from the application you are using.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [
                {
                    "name": "sami.laine",
                    "github": "",
                    "ports_count": 2
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "coreutils",
                        "clang-16"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "torrentsniff",
            "portdir": "net/torrentsniff",
            "version": "0.3.0",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.highprogrammer.com/alan/perl/torrentsniff.html",
            "description": "torrent status program",
            "long_description": "TorrentSniff is a command line Perl program that reads a BitTorrent .torrent file from the local file system or from a URL and reports on the status of the torrent.",
            "active": true,
            "categories": [
                "net",
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "perl5_28",
                "perl5_30",
                "perl5_32",
                "perl5_34"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "p5.34-digest-sha1",
                        "p5.34-libwww-perl",
                        "p5.34-uri"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "torrent",
            "portdir": "sysutils/torrent",
            "version": "1.48.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/anacrolix/torrent",
            "description": "Full-featured BitTorrent client package and utilities",
            "long_description": "Full-featured BitTorrent client package and utilities",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1008
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tor-devel",
            "portdir": "security/tor-devel",
            "version": "0.4.8.13",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.torproject.org/",
            "description": "anonymizing overlay network for TCP",
            "long_description": "Tor provides a distributed network of servers (onion routers). Users bounce their TCP streams (web traffic, FTP, SSH, etc.) around the routers. This makes it hard for recipients, observers, and even the onion routers themselves to track the source of the stream.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libevent",
                        "openssl3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "torchCL",
            "portdir": "office/torchCL",
            "version": "1.08.31",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://torch.wbpsystems.com/cl.php",
            "description": "Command line tools for Torch Project Management",
            "long_description": "TorchCL allows you to create messages, time enteries and expenses from the command line. Why might you want to do this? Because if you have terminal access you can build this into an automation routine where otherwise you might need to hire a programmer.",
            "active": true,
            "categories": [
                "www",
                "office"
            ],
            "maintainers": [
                {
                    "name": "bosmith",
                    "github": "tazzben",
                    "ports_count": 9
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "TOra",
            "portdir": "aqua/TOra",
            "version": "2.1.3",
            "license": "GPL-2",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://torasql.com/",
            "description": "GUI tool for Oracle, PostgreSQL, and MySQL",
            "long_description": "Database developer/DBA frontend for various DB servers.",
            "active": true,
            "categories": [
                "aqua",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "psql83",
                "psql84",
                "psql91",
                "oracle",
                "universal",
                "psql90"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "oracle-instantclient",
                        "qscintilla-qt4"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tor",
            "portdir": "security/tor",
            "version": "0.4.8.17",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.torproject.org/",
            "description": "anonymizing overlay network for TCP",
            "long_description": "Tor provides a distributed network of servers (onion routers). Users bounce their TCP streams (web traffic, FTP, SSH, etc.) around the routers. This makes it hard for recipients, observers, and even the onion routers themselves to track the source of the stream.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 224
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libevent",
                        "openssl3"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py313-torrequest",
                        "Vidalia",
                        "py38-torrequest",
                        "py310-torrequest",
                        "py39-torrequest",
                        "py311-torrequest",
                        "py312-torrequest"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "onioncat"
                    ]
                }
            ]
        },
        {
            "name": "topydo",
            "portdir": "office/topydo",
            "version": "0.14",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/topydo/topydo",
            "description": "todo list application using the todo.txt format",
            "long_description": "todo list application using the todo.txt format. It is heavily inspired by the todo.txt CLI by Gina Trapani and incorporates extensions allowing to: set due and start dates, custom sorting, dealing with tags, maintain dependencies between todo items, allow todos to recur, some conveniences when adding new items (e.g. adding creation date and use relative dates).",
            "active": true,
            "categories": [
                "office"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310",
                        "py310-watchdog",
                        "py310-setuptools",
                        "py310-arrow",
                        "py310-prompt_toolkit",
                        "py310-urwid"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "toppler",
            "portdir": "games/toppler",
            "version": "1.1.6",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://toppler.sourceforge.net/",
            "description": "Reimplementation of the old Tower Topler or Nebulus game.",
            "long_description": "In this game you have to help a cute little green animal switch off some kind of \"evil\" mechanism. The \"power off switch\" is hidden somewhere in high towers. On your way to the target you need to avoid a lot of strange robots that guard the tower.",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "makeicns",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "zlib",
                        "libiconv",
                        "libsdl",
                        "libsdl_mixer"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tophat",
            "portdir": "science/tophat",
            "version": "2.1.2",
            "license": "Boost-1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ccb.jhu.edu/software/tophat/",
            "description": "a fast splice junction mapper for RNA-Seq reads",
            "long_description": "TopHat is a fast splice junction mapper for RNA-Seq reads. It aligns RNA-Seq reads to mammalian-sized genomes using the ultra high-throughput short read aligner Bowtie, and then analyzes the mapping results to identify splice junctions between exons.",
            "active": true,
            "categories": [
                "science",
                "biology"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1501
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "libtool",
                        "automake",
                        "autoconf"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "boost176",
                        "zlib",
                        "python27",
                        "samtools-0.1",
                        "seqan-1"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "bowtie2",
                        "py27-sortedcontainers",
                        "py27-intervaltree2"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}