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

{
    "count": 50704,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=500",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=498",
    "results": [
        {
            "name": "yadm",
            "portdir": "sysutils/yadm",
            "version": "3.5.0",
            "license": "GPL-3+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://yadm.io",
            "description": "Yet Another Dotfiles Manager",
            "long_description": "yadm is a tool for managing dotfiles. yadm is like having a version of Git that only operates on your dotfiles. If you know how to use Git, you already know how to use yadm.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "laszlo",
                    "github": "lkollar",
                    "ports_count": 2
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "yafic",
            "portdir": "sysutils/yafic",
            "version": "1.2.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.saddi.com/software/yafic/",
            "description": "Yet Another File Integrity Checker",
            "long_description": "yafic is a file integrity checker, similar to programs like Tripwire, integrit, and AIDE.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "yank",
            "portdir": "sysutils/yank",
            "version": "1.3.0",
            "license": "MIT",
            "platforms": "darwin linux freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mptre/yank",
            "description": "Yank terminal output to clipboard",
            "long_description": "The yank(1) utility reads input from stdin and display a selection interface that allows a field to be selected and copied to the clipboard. Fields are either recognized by a regular expression using the -g option or by splitting the input on a delimiter sequence using the -d option.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "yum",
            "portdir": "sysutils/yum",
            "version": "3.2.29",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://yum.baseurl.org/",
            "description": "Automatic updater and package installer/remover for RPM",
            "long_description": "Yum is an automatic updater and package installer/remover for rpm systems. It automatically computes dependencies and figures out what things should occur to install packages. It makes it easier to maintain groups of machines without having to manually update each one using rpm.",
            "active": false,
            "categories": [
                "sysutils",
                "archivers"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-nose",
                        "intltool"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-pygpgme",
                        "py27-urlgrabber",
                        "python27",
                        "rpm",
                        "py27-yum-metadata-parser",
                        "py27-iniparse",
                        "py27-libxml2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "yum-utils"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "repoview",
                        "yum-createrepo"
                    ]
                }
            ]
        },
        {
            "name": "yum-createrepo",
            "portdir": "sysutils/yum-createrepo",
            "version": "0.9.8",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://createrepo.baseurl.org/",
            "description": "generates common metadata for package repositories",
            "long_description": "createrepo generates the metadata necessary for an RPM package repository. This repository format (repodata) is supported by apt, red-carpet(zen), smart, up2date, Yast and yum.",
            "active": false,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "python27",
                        "yum"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-checker"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "yum-utils",
            "portdir": "sysutils/yum-utils",
            "version": "1.1.17",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://yum.baseurl.org/",
            "description": "Utilities based around the yum package manager",
            "long_description": "yum-utils is a collection of utilities and examples for the yum package manager. It includes utilities by different authors that make yum easier and more powerful to use.",
            "active": false,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "plugins"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "yum"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "yydecode",
            "portdir": "sysutils/yydecode",
            "version": "0.2.10",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://yydecode.sourceforge.net",
            "description": "Highly portable decoder for yEnc encoded binaries",
            "long_description": "yydecode works almost identically to the infamous uudecode program. Version 0.2.8 and onwards contains a superset of uudecode's functionality, (i.e. decodes standard uuencoded files, as well as Base64 RFC2045 encoded files produced by uuencode) and hence can be used as a drop-in replacement in all circumstances.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gaa"
                    ]
                }
            ]
        },
        {
            "name": "z",
            "portdir": "sysutils/z",
            "version": "1.12",
            "license": "WTFPL-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rupa/z",
            "description": "Tracks most-used directories to make cd smarter",
            "long_description": "z is a shell utility for navigating most-used directories.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "z-devel",
            "portdir": "sysutils/z",
            "version": "20231209",
            "license": "WTFPL-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rupa/z",
            "description": "Tracks most-used directories to make cd smarter",
            "long_description": "z is a shell utility for navigating most-used directories.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "zellij",
            "portdir": "sysutils/zellij",
            "version": "0.43.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://zellij.dev",
            "description": "A terminal workspace with batteries included",
            "long_description": "Zellij is a workspace aimed at developers, ops-oriented people and anyone who loves the terminal. At its core, it is a terminal multiplexer (similar to tmux and screen), but this is merely its infrastructure layer. Zellij includes a layout system, and a plugin system allowing one to create plugins in any language that compiles to WebAssembly.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "go-md2man",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "zenith",
            "portdir": "sysutils/zenith",
            "version": "0.14.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/bvaisvil/zenith",
            "description": "Zenith - sort of like top or htop but with zoomable charts, CPU, GPU, network, and disk usage",
            "long_description": "Zenith - sort of like top or htop but with zoomable charts, CPU, GPU, network, and disk usage \nFeatures:\n\n - Optional CPU, Memory, Network, and Disk usage charts \n - Quick glances at Disk free space, NIC IP addresses, CPU frequency \n - Highlight top users of CPU, Memory, & Disk \n - Battery percentage, time to charge or discharge, power used \n - A top-like filterable process table that includes per process disk usage \n - Change process priority \n - Zoomable chart views (with support to scroll back in time) \n - Managing processes with signals \n - Performance data saved between runs \n",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "git",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "zeroinstall-injector",
            "portdir": "sysutils/zeroinstall-injector",
            "version": "1.7",
            "license": "LGPL",
            "platforms": "{darwin any} freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://0install.net",
            "description": "The Zero Install Injector (0launch)",
            "long_description": "The Zero Install Injector makes it easy for users to install software without needing root privileges. It takes the URL of a program and runs it (downloading it first if necessary). Any dependencies of the program are fetched in the same way. The user controls which version of the program and its dependencies to use.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "gnupg2",
                        "py27-pygtk"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "sudo"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "rox-all"
                    ]
                }
            ]
        },
        {
            "name": "zoxide",
            "portdir": "sysutils/zoxide",
            "version": "0.9.9",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ajeetdsouza/zoxide",
            "description": "A faster way to navigate your filesystem",
            "long_description": "zoxide is a blazing fast alternative to cd, inspired by z and z.lua. It keeps track of the directories you use most frequently, and uses a ranking algorithm to navigate to the best match.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "zsh-autosuggestions",
            "portdir": "sysutils/zsh-autosuggestions",
            "version": "0.7.1",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/zsh-users/zsh-autosuggestions",
            "description": "Fish-like fast/unobtrusive autosuggestions for zsh",
            "long_description": "Fish-like fast/unobtrusive autosuggestions for zsh. It suggests commands as you type based on history and completions.",
            "active": true,
            "categories": [
                "sysutils",
                "shells"
            ],
            "maintainers": [
                {
                    "name": "franklinyu",
                    "github": "FranklinYu",
                    "ports_count": 4
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "zsh-completions",
            "portdir": "sysutils/zsh-completions",
            "version": "0.35.0",
            "license": "Permissive and Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/zsh-users/zsh-completions",
            "description": "Additional completion definitions for Zsh.",
            "long_description": "Additional completion definitions for Zsh. This package includes the completion files for the MacPorts port command.",
            "active": true,
            "categories": [
                "sysutils",
                "shells"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "zsh-syntax-highlighting",
            "portdir": "sysutils/zsh-syntax-highlighting",
            "version": "0.8.0",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/zsh-users/zsh-syntax-highlighting",
            "description": "Fish shell-like like syntax highlighting for Zsh.",
            "long_description": "This package provides syntax highlighing for the shell zsh. It enables highlighing of commands whilst they are typed at a zsh prompt into an interactive terminal. This helps in reviewing commands before running them, particularly in catching syntax errors. Please note that you must load zsh-syntax-highlighting after all other custom widgets, at the end of your .zshrc file.",
            "active": true,
            "categories": [
                "sysutils",
                "shells"
            ],
            "maintainers": [
                {
                    "name": "danchr",
                    "github": "danchr",
                    "ports_count": 172
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "zsh"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "zsh-templates-osx",
            "portdir": "sysutils/zsh-templates-osx",
            "version": "2.0.5",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://code.google.com/archive/p/zsh-templates-osx/",
            "description": "Customization of the zsh shell for OS X",
            "long_description": "This is a collection of files that help the user to customize the zsh shell for the Mac OS X operating system. It is entirely optional and is not part of the zsh shell distribution. It is designed to 'work out of the box' but to be amenable to customization.",
            "active": true,
            "categories": [
                "sysutils",
                "shells"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "zsh"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "BibTool",
            "portdir": "tex/BibTool",
            "version": "2.68",
            "license": "GPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gerd-neugebauer.de/software/TeX/BibTool/en/index.html",
            "description": "Tool for manipulating BibTeX databases.",
            "long_description": "BibTeX provides an easy to use means to integrate citations and bibliographies into LaTeX documents. But the user is left alone with the management of the BibTeX files. The program BibTool is intended to fill this gap. BibTool allows the manipulation of BibTeX files which goes beyond the possibilities---and intentions---of BibTeX.",
            "active": true,
            "categories": [
                "tex"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "LaTeXML",
            "portdir": "tex/LaTeXML",
            "version": "0.8.8",
            "license": "public-domain",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://dlmf.nist.gov/LaTeXML/",
            "description": "LaTeXML converts TeX to XML/HTML/MathML",
            "long_description": "LaTeXML converts TeX to XML, including HTML, XHTML, ePub with MathML.",
            "active": true,
            "categories": [
                "tex"
            ],
            "maintainers": [
                {
                    "name": "bruce.miller",
                    "github": "brucemiller",
                    "ports_count": 1
                }
            ],
            "variants": [
                "mactex"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-archive-zip",
                        "p5.34-file-which",
                        "p5.34-getopt-long",
                        "p5.34-image-size",
                        "p5.34-io-string",
                        "p5.34-json-xs",
                        "p5.34-libwww-perl",
                        "perl5.34",
                        "p5.34-perlmagick",
                        "p5.34-pod-parser",
                        "p5.34-text-unidecode",
                        "p5.34-time-hires",
                        "p5.34-uri",
                        "p5.34-xml-libxml",
                        "p5.34-xml-libxslt",
                        "p5.34-parse-recdescent"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "LaTeXiT",
            "portdir": "tex/LaTeXiT",
            "version": "2.5.0",
            "license": "CeCILL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pierre.chachatelier.fr/programmation/latexit_en.php",
            "description": "Drag-and-drop LaTeX support for Mac applications",
            "long_description": "LaTeXiT is a small utility that allows you to quickly typeset LaTeX equations, without bothering with file creation, preambles, and so on. The PDF image obtained can then be exported by drag'n drop to any application supporting it. This is very useful to insert equations in presentations made with Keynote or Powerpoint. LaTeXiT also features an application service, so that you can type and transform equations directly in most text editors (Pages, Nisus Writer Express, TextEdit...).",
            "active": true,
            "categories": [
                "aqua",
                "tex"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-12"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "ghostscript",
                        "texlive-basic"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "bibclean",
            "portdir": "tex/bibclean",
            "version": "2.17",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://ftp.math.utah.edu/pub//bibclean/",
            "description": "BibTeX bibliography prettyprinter and syntax checker",
            "long_description": "Bibclean is a BibTeX prettyprinter, portability verifier, and syntax checker. It can be used to find errors in .bib files, as well as to standardize their format for readability and editing convenience. It can also be used to convert Scribe-format bibliographies to BibTeX form.",
            "active": true,
            "categories": [
                "tex"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "texlive-basic"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "gsed"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "biblatex-biber",
            "portdir": "tex/biblatex-biber",
            "version": "2.20",
            "license": "(Artistic-2 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 3,
            "replaced_by": null,
            "homepage": "http://biblatex-biber.sourceforge.net/",
            "description": "a BibTeX replacement for users of biblatex",
            "long_description": "Biblatex relies on the venerable BibTeX program only for sorting and generating a very generic bbl file without any formatting instruction. Everything else is taken care of by biblatex, which provides a powerful and flexible macro interface for authors of citation styles. With Biber it is no longer necessary to rely on BibTeX, allowing full Unicode support, no memory limitations, extensibility, etc.",
            "active": true,
            "categories": [
                "tex"
            ],
            "maintainers": [
                {
                    "name": "dports",
                    "github": "drkp",
                    "ports_count": 70
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-config-autoconf",
                        "p5.34-extutils-libbuilder",
                        "p5.34-module-build",
                        "p5.34-test-differences",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-business-issn",
                        "p5.34-class-accessor",
                        "p5.34-data-compare",
                        "p5.34-data-dump",
                        "p5.34-data-uniqid",
                        "p5.34-date-simple",
                        "p5.34-datetime-calendar-julian",
                        "p5.34-datetime-format-builder",
                        "p5.34-encode-eucjpascii",
                        "p5.34-encode-hanextra",
                        "p5.34-encode-jis2k",
                        "p5.34-encode-locale",
                        "p5.34-file-slurper",
                        "p5.34-file-which",
                        "p5.34-io-string",
                        "p5.34-ipc-cmd",
                        "p5.34-ipc-run3",
                        "p5.34-libwww-perl",
                        "p5.34-lingua-translit",
                        "p5.34-list-allutils",
                        "p5.34-list-moreutils",
                        "p5.34-log-log4perl",
                        "p5.34-mozilla-ca",
                        "p5.34-parse-recdescent",
                        "p5.34-perlio-utf8_strict",
                        "p5.34-readonly",
                        "p5.34-readonly-xs",
                        "p5.34-regexp-common",
                        "p5.34-sort-key",
                        "p5.34-storable",
                        "p5.34-text-balanced",
                        "p5.34-text-bibtex",
                        "p5.34-text-csv",
                        "p5.34-text-csv_xs",
                        "p5.34-text-roman",
                        "p5.34-unicode-collate",
                        "p5.34-unicode-linebreak",
                        "p5.34-unicode-normalize",
                        "p5.34-uri",
                        "p5.34-xml-libxml-simple",
                        "texlive-basic",
                        "p5.34-xml-writer",
                        "p5.34-xml-libxslt",
                        "perl5.34",
                        "p5.34-autovivification",
                        "p5.34-business-isbn",
                        "p5.34-business-ismn"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "bibutils",
            "portdir": "tex/bibutils",
            "version": "4.12",
            "license": "GPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://sourceforge.net/projects/bibutils/",
            "description": "bibliography conversion utilities",
            "long_description": "The bibutils program set interconverts between various bibliography formats using a common MODS-format XML intermediate. For example, one can convert RIS-format files to Bibtex by doing two transformations: RIS->MODS->Bibtex. By using a common intermediate for N formats, only 2N programs are required and not N²-N. These programs operate on the command line and are styled after standard UNIX-like filters.",
            "active": true,
            "categories": [
                "tex"
            ],
            "maintainers": [
                {
                    "name": "jochen",
                    "github": "jokuha",
                    "ports_count": 3
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "blahtexml",
            "portdir": "tex/blahtexml",
            "version": "1.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gva.noekeon.org/blahtexml",
            "description": "TeX to MathML converter",
            "long_description": "blahtex converts an equation given in a syntax close to TeX into MathML. In addition, blahtexml is able to process a whole XML document into another XML document.",
            "active": true,
            "categories": [
                "textproc",
                "tex"
            ],
            "maintainers": [
                {
                    "name": "takeshi",
                    "github": "tenomoto",
                    "ports_count": 54
                }
            ],
            "variants": [
                "doc"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "xercesc3"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "dvipng",
                        "texlive-latex"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "detex",
            "portdir": "tex/detex",
            "version": "2.8",
            "license": "none",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "opendetex",
            "homepage": "https://www.macports.org",
            "description": "Obsolete port, replaced by opendetex",
            "long_description": "This port has been replaced by opendetex.",
            "active": false,
            "categories": [
                "textproc",
                "tex"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "disvf",
            "portdir": "tex/disvf",
            "version": "0",
            "license": "none",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://itohws03.ee.noda.sut.ac.jp/~matsuda/ttf2pk/",
            "description": "A perl script to convert Japanese Virtual Font files to Virtual Property Lists.",
            "long_description": "A perl script to convert Japanese Virtual Font files to Virtual Property Lists.",
            "active": true,
            "categories": [
                "japanese",
                "tex",
                "print"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "perl5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dot2texi",
            "portdir": "tex/dot2texi",
            "version": "3-0-0",
            "license": "GPL-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.fauskes.net/code/dot2tex/documentation/#the-dot2texi-latex-package",
            "description": "Allows you to embed DOT descriptions in your TeX document",
            "long_description": "The dot2texi package allows you to embed graphs written the DOT description language directly in your document. The dot2tex tool is used to transform the output from Graphviz to LATEX code using either the TikZ and PGF package, orthe PSTricks package. The generated code can then be included directly in you document. This package can automate the process if shell escape is enabled.",
            "active": true,
            "categories": [
                "tex"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "texlive"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "dot2tex",
                        "texlive",
                        "texlive-pictures"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dvipng",
            "portdir": "tex/dvipng",
            "version": "1.18",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://savannah.nongnu.org/projects/dvipng/",
            "description": "a DVI-to-PNG converter",
            "long_description": "This program makes PNG and/or GIF graphics from DVI files as obtained from TeX and its relatives. It is intended to produce anti-aliased screen-resolution images as fast as is possible.",
            "active": true,
            "categories": [
                "tex"
            ],
            "maintainers": [
                {
                    "name": "dports",
                    "github": "drkp",
                    "ports_count": 70
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "ghostscript",
                        "texinfo"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libpng",
                        "freetype",
                        "bzip2",
                        "texlive-bin",
                        "texlive-basic",
                        "t1lib",
                        "gd2"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "ghostscript"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "latex2html",
                        "cadabra2"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "texlive-bin-extra",
                        "blahtexml",
                        "texstudio"
                    ]
                }
            ]
        },
        {
            "name": "kde4-kile",
            "portdir": "tex/kde4-kile",
            "version": "2.1.3",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://kile.sourceforge.net/",
            "description": "KDE Integrated LaTeX Environment",
            "long_description": "Kile is a user friendly TeX/LaTeX editor for the KDE desktop environment. KDE is available for many architectures such as PC, PowerPC (Mac for example) and SPARC.",
            "active": true,
            "categories": [
                "kde",
                "kde4",
                "tex"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs",
                "mactex",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "cmake",
                        "automoc",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "phonon",
                        "kdelibs4"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "texlive",
                        "ghostscript",
                        "okular",
                        "kate",
                        "ImageMagick"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "latex2rtf",
            "portdir": "tex/latex2rtf",
            "version": "2.3.18",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://latex2rtf.sourceforge.net/",
            "description": "Translator program intended to translate a LaTeX document into RTF",
            "long_description": "LaTeX2rtf is a translator program which is intended to translate a LaTeX document (precisely: the text and a limited subset of LaTeX tags) into the RTF format which can be imported by several textprocessors (including Microsoft Word for Windows and Word for Macintosh).",
            "active": true,
            "categories": [
                "tex"
            ],
            "maintainers": [
                {
                    "name": "nicos",
                    "github": "NicosPavlov",
                    "ports_count": 16
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-12"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "ImageMagick",
                        "netpbm",
                        "ghostscript",
                        "texlive"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "latexdiff",
            "portdir": "tex/latexdiff",
            "version": "1.3.4",
            "license": "GPL-3+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ctan.org/pkg/latexdiff",
            "description": "determine and mark up significant differences between latex files",
            "long_description": "latexdiff is a Perl script, which compares two latex files and marks up significant differences between them (i.e. a diff for latex files). Various options are available for visual markup using standard latex packages such as \"color.sty\". Changes not directly affecting visible text, for example in formatting commands, are still marked in the latex source.",
            "active": true,
            "categories": [
                "tex"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "perl5.34",
                        "p5.34-algorithm-diff"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "texlive-bin-extra"
                    ]
                }
            ]
        },
        {
            "name": "latexmk",
            "portdir": "tex/latexmk",
            "version": "4.86a",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.cantab.net/users/johncollins/latexmk/",
            "description": "Automates the process of generating a LaTeX document",
            "long_description": "Latexmk completely automates the process of generating a LaTeX document. Essentially, it is a highly specialized cousin of the general make utility. Given the source files for a document, latexmk issues the appropriate sequence of commands to generate a .dvi, .ps, .pdf or hardcopy version of the document. It can also be set to run continuously with a previewer; the latex program, etc, are rerun whenever one of the source files is modified.",
            "active": true,
            "categories": [
                "tex",
                "print"
            ],
            "maintainers": [
                {
                    "name": "cal",
                    "github": "neverpanic",
                    "ports_count": 53
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "texlive-latex"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "texlive-bin-extra"
                    ]
                }
            ]
        },
        {
            "name": "makejvf",
            "portdir": "tex/makejvf",
            "version": "1.1a",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://ascii.asciimw.jp/pb/ptex/base/sources.html",
            "description": "Japanese Virtual Font file maker.",
            "long_description": "Japanese Virtual Font file maker.",
            "active": true,
            "categories": [
                "japanese",
                "tex",
                "print"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "opendetex",
            "portdir": "tex/opendetex",
            "version": "2.8.11",
            "license": "NCSA",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pkubowicz/opendetex",
            "description": "removes TeX constructs from a text file",
            "long_description": "OpenDetex removes TeX constructs from a text file.",
            "active": true,
            "categories": [
                "textproc",
                "tex"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "texlive-bin-extra"
                    ]
                }
            ]
        },
        {
            "name": "pgf",
            "portdir": "tex/pgf",
            "version": "3.1.5b",
            "license": "none",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "texlive-pictures",
            "homepage": "https://www.macports.org",
            "description": "Obsolete port, replaced by texlive-pictures",
            "long_description": "This port has been replaced by texlive-pictures.",
            "active": false,
            "categories": [],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ptex-sfmacros",
            "portdir": "tex/ptex-sfmacros",
            "version": "0",
            "license": "unknown",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://xymtex.my.coocan.jp/fujitas2/texlatex/",
            "description": "Tategumi/Tateyoko/Kunten packages written by Shinsaku Fujita.",
            "long_description": "Tategumi/Tateyoko/Kunten packages written by Shinsaku Fujita.",
            "active": true,
            "categories": [
                "japanese",
                "tex",
                "print"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "lha",
                        "nkf",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "texlive-basic"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "texlive-common"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rtf2latex2e",
            "portdir": "tex/rtf2latex2e",
            "version": "2.2.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://rtf2latex2e.sourceforge.net/",
            "description": "Filter to convert rtf files into LaTeX2e code.",
            "long_description": "rtf2LaTeX2e is an RTF filter that generates LaTeX2e specific code, based on Paul DuBois' RTF reader. Its main features are detecting different text styles, reading embedded figures, tables, equations, footnotes, support for the inputenc package, translating hyperlinks.",
            "active": true,
            "categories": [
                "tex"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rubber",
            "portdir": "tex/rubber",
            "version": "1.6.7",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.com/latex-rubber/rubber",
            "description": "An automated system for building LaTeX documents",
            "long_description": "This is a building system for LaTeX documents. It is based on a routine that runs just as many compilations as necessary. The module system provides a great flexibility that virtually allows support for any package with no user intervention, as well as pre- and post-processing of the document. The standard modules currently provide support for bibtex, dvips, dvipdfm, pdftex, makeindex. A good number of standard packages are supported, including graphics/graphicx (with automatic conversion between various formats and Metapost compilation).",
            "active": true,
            "categories": [
                "tex",
                "print"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-installer",
                        "py314-hatchling",
                        "texinfo",
                        "py314-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314",
                        "texlive"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sketch",
            "portdir": "tex/sketch",
            "version": "0.3.7",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://sketch4latex.sourceforge.net",
            "description": "2D and 3D drawings with LaTeX output.",
            "long_description": "Sketch is a small, simple system for producing line drawings of two- or three-dimensional objects and scenes. Sketch accepts a tiny scene description language and generates PSTricks or TikZ/PGF code for LaTeX.",
            "active": true,
            "categories": [
                "tex"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "texlive"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tectonic",
            "portdir": "tex/tectonic",
            "version": "0.14.1",
            "license": "MIT and Copyleft and Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://tectonic-typesetting.github.io/",
            "description": "A modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive",
            "long_description": "A modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive.",
            "active": true,
            "categories": [
                "tex"
            ],
            "maintainers": [
                {
                    "name": "l2dy",
                    "github": "l2dy",
                    "ports_count": 97
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "pkgconfig",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "harfbuzz-icu",
                        "libpng",
                        "zlib",
                        "libiconv",
                        "freetype",
                        "icu",
                        "libunwind",
                        "graphite2",
                        "harfbuzz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tetex-frogg",
            "portdir": "tex/tetex-frogg",
            "version": "0.4-3",
            "license": "LPPL-1.2 and GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://packages.debian.org/unstable/tex/tetex-frogg",
            "description": "Little collection of French LaTeX/BiBTeX styles",
            "long_description": "Little collection of French LaTeX/BiBTeX styles: fr-plain.bst, frmath.sty, lettre.cls.",
            "active": true,
            "categories": [
                "tex",
                "print"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tetex-rechnung",
            "portdir": "tex/tetex-rechnung",
            "version": "3.10",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.forwiss.uni-passau.de/~berberic/TeX/Rechnung/index.html",
            "description": "tetex package for creating invoices (german Rechnungen)",
            "long_description": "tetex package for creating invoices (german Rechnungen)",
            "active": true,
            "categories": [
                "tex"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "texlive"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tex-beamerposter",
            "portdir": "tex/tex-beamerposter",
            "version": "112",
            "license": "(LPPL or GPL)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www-i6.informatik.rwth-aachen.de/~dreuw/latexbeamerposter.php",
            "description": "tetex package for creating widescreen beamer presentations and posters",
            "long_description": "tetex package for creating widescreen beamer presentations and posters",
            "active": true,
            "categories": [
                "tex"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "texlive"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tex-f7u12",
            "portdir": "tex/tex-f7u12",
            "version": "20110420",
            "license": "WTFPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jfhbrook/latex-f7u12",
            "description": "Latex package for using ragefaces",
            "long_description": "Latex package for using ragefaces",
            "active": true,
            "categories": [
                "tex"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "texlive"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tex-gantt",
            "portdir": "tex/tex-gantt",
            "version": "1.3",
            "license": "unknown",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.martin-kumm.de/tex_gantt_package.php",
            "description": "tetex package for creating gantt diagrams",
            "long_description": "tetex package for creating gantt diagrams",
            "active": true,
            "categories": [
                "tex"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "texlive",
                        "texlive-latex-extra"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tex-songs",
            "portdir": "tex/tex-songs",
            "version": "2.18",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://songs.sourceforge.net/",
            "description": "tex package for creating songbooks",
            "long_description": "tex package for creating songbooks",
            "active": true,
            "categories": [
                "tex"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "texlive"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tex-whizzytex",
            "portdir": "tex/tex-whizzytex",
            "version": "1.3.6",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://cristal.inria.fr/whizzytex",
            "description": "An emacs minor mode for incremental viewing of LaTeX documents",
            "long_description": "An emacs minor mode for incremental viewing of LaTeX documents",
            "active": true,
            "categories": [
                "tex"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "texlive"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "texlive",
            "portdir": "tex/texlive",
            "version": "2025",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.tug.org/texlive/",
            "description": "TeX Live metaport",
            "long_description": "TeX Live is an easy way to get up and running with TeX. It provides a comprehensive TeX system with binaries for most flavors of Unix, including GNU/Linux, and also Windows. It includes all the major TeX-related programs, macro packages, and fonts that are free software, including support for many languages around the world. This is a metaport that installs collections of TeX Live packages. See the variants list for options about which collections to install.",
            "active": true,
            "categories": [
                "tex"
            ],
            "maintainers": [
                {
                    "name": "dports",
                    "github": "drkp",
                    "ports_count": 70
                }
            ],
            "variants": [
                "minimal",
                "basic",
                "medium",
                "full",
                "letter",
                "doc",
                "src"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "texlive-bin-extra",
                        "texlive-context",
                        "texlive-fonts-recommended",
                        "texlive-fontutils",
                        "texlive-lang-czechslovak",
                        "texlive-lang-english",
                        "texlive-lang-european",
                        "texlive-lang-french",
                        "texlive-lang-german",
                        "texlive-lang-italian",
                        "texlive-basic",
                        "texlive-lang-portuguese",
                        "texlive-lang-spanish",
                        "texlive-latex",
                        "texlive-latex-recommended",
                        "texlive-luatex",
                        "texlive-math-science",
                        "texlive-metapost",
                        "texlive-plain-generic",
                        "texlive-xetex",
                        "texlive-lang-polish"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "gnustep-make-docs",
                        "linuxdoc-tools",
                        "gri"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "LyX1",
                        "mftrace",
                        "tex-beamerposter",
                        "tex-gantt",
                        "rubber",
                        "py35-pyx",
                        "py36-pyx",
                        "py27-pyx",
                        "py310-pyx",
                        "py311-pyx",
                        "py312-pyx",
                        "latex2man",
                        "dot2texi",
                        "py39-pyx",
                        "TeXmacs",
                        "LyX",
                        "py37-pyx",
                        "py38-pyx",
                        "tetex-rechnung",
                        "tex-songs",
                        "tex-whizzytex",
                        "tex-f7u12"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "latex2rtf",
                        "sketch",
                        "reduce",
                        "kde4-kile",
                        "texmaker",
                        "auto-multiple-choice",
                        "fig2ps",
                        "auto-multiple-choice-devel",
                        "dot2tex",
                        "dot2texi",
                        "auctex"
                    ]
                }
            ]
        },
        {
            "name": "texlive-basic",
            "portdir": "tex/texlive-basic",
            "version": "74523",
            "license": "Copyleft and Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.tug.org/texlive/",
            "description": "TeX Live: Essential programs and files",
            "long_description": "These files are regarded as basic for any TeX system, covering plain TeX macros, Computer Modern fonts, and configuration for common drivers; no LaTeX.",
            "active": true,
            "categories": [
                "tex"
            ],
            "maintainers": [
                {
                    "name": "dports",
                    "github": "drkp",
                    "ports_count": 70
                }
            ],
            "variants": [
                "doc",
                "src"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "texlive-bin",
                        "texlive-common"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "lhs2tex",
                        "gaa",
                        "octave"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "biblatex-biber",
                        "ptex-sfmacros",
                        "texlive-plain-generic",
                        "texlive-pstricks",
                        "texlive-xetex",
                        "texlive-fonts-recommended",
                        "texlive",
                        "dvipng",
                        "texlive-bin-extra",
                        "texlive-context",
                        "texlive-fonts-extra",
                        "texlive-formats-extra",
                        "texlive-fontutils",
                        "texlive-lang-arabic",
                        "texlive-lang-cjk",
                        "texlive-lang-cyrillic",
                        "texlive-lang-english",
                        "texlive-lang-czechslovak",
                        "texlive-lang-european",
                        "texlive-lang-french",
                        "texlive-lang-german",
                        "texlive-lang-greek",
                        "texlive-lang-italian",
                        "texlive-lang-other",
                        "texlive-lang-polish",
                        "texlive-lang-portuguese",
                        "texlive-lang-spanish",
                        "texlive-latex",
                        "texlive-luatex",
                        "texlive-metapost",
                        "texlive-pictures"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "bibtex2html",
                        "bibclean",
                        "asymptote",
                        "LaTeXiT",
                        "advi"
                    ]
                }
            ]
        },
        {
            "name": "texlive-bibtex-extra",
            "portdir": "tex/texlive-bibtex-extra",
            "version": "74417",
            "license": "Copyleft and Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.tug.org/texlive/",
            "description": "TeX Live: BibTeX additional styles",
            "long_description": "Additional BibTeX styles and bibliography data(bases), notably including BibLaTeX.",
            "active": true,
            "categories": [
                "tex"
            ],
            "maintainers": [
                {
                    "name": "dports",
                    "github": "drkp",
                    "ports_count": 70
                }
            ],
            "variants": [
                "doc",
                "src"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "texlive-bin",
                        "texlive-common",
                        "texlive-latex"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}