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

{
    "count": 51486,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=802",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=800",
    "results": [
        {
            "name": "py311-pyheif",
            "portdir": "python/py-pyheif",
            "version": "0.8.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/carsales/pyheif",
            "description": "Python interface to libheif library",
            "long_description": "Python interface to libheif library using CFFI",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "py311-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311",
                        "py311-cffi",
                        "libheif"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-pyheif",
            "portdir": "python/py-pyheif",
            "version": "0.8.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/carsales/pyheif",
            "description": "Python interface to libheif library",
            "long_description": "Python interface to libheif library using CFFI",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "py312-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312",
                        "py312-cffi",
                        "libheif"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py313-pyheif",
            "portdir": "python/py-pyheif",
            "version": "0.8.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/carsales/pyheif",
            "description": "Python interface to libheif library",
            "long_description": "Python interface to libheif library using CFFI",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-wheel",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313",
                        "py313-cffi",
                        "libheif"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocrmypdf"
                    ]
                }
            ]
        },
        {
            "name": "py314-pyheif",
            "portdir": "python/py-pyheif",
            "version": "0.8.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/carsales/pyheif",
            "description": "Python interface to libheif library",
            "long_description": "Python interface to libheif library using CFFI",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-wheel",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314",
                        "py314-cffi",
                        "libheif"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pyheif"
                    ]
                }
            ]
        },
        {
            "name": "commons-lang3",
            "portdir": "java/commons-lang3",
            "version": "3.20.0",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://commons.apache.org/lang/",
            "description": "Apache Commons Lang",
            "long_description": "The Lang Component provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, creation and serialization, and System properties. Additionally it contains an inheritable enum type, an exception structure that supports multiple types of nested-Exceptions, basic enhancements to java.util.Date and a series of utlities dedicated to help with building methods, such as hashCode, toString and equals.",
            "active": true,
            "categories": [
                "java"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "maven3",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openjdk11"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "pdftk-java"
                    ]
                }
            ]
        },
        {
            "name": "cloc",
            "portdir": "textproc/cloc",
            "version": "2.08",
            "license": "(Artistic-1 or GPL-2)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/AlDanial/cloc",
            "description": "counts lines of source code",
            "long_description": "cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. Given two versions of a code base, cloc can compute differences in blank, comment, and source lines.",
            "active": true,
            "categories": [
                "devel",
                "textproc"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "perl5.34",
                        "p5.34-algorithm-diff",
                        "p5.34-digest-md5",
                        "p5.34-parallel-forkmanager",
                        "p5.34-regexp-common"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cpp-argparse-dev",
            "portdir": "devel/cpp-argparse-dev",
            "version": "1.10.2",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rue-ryuzaki/argparse",
            "description": "C++ argument parser.",
            "long_description": "Python-like header-only argument parser for C++ projects.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "golubchikov.mihail",
                    "github": "rue-ryuzaki",
                    "ports_count": 3
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "textmate2",
            "portdir": "editors/textmate2",
            "version": "2.0.23",
            "license": "GPL-3+",
            "platforms": "{darwin >= 18}",
            "epoch": 5,
            "replaced_by": null,
            "homepage": "https://github.com/textmate/textmate",
            "description": "TextMate brings Apple's approach to operating systems into the world of text editors. By bridging UNIX underpinnings and GUI, TextMate cherry-picks the best of both worlds to the benefit of expert scripters and novice users alike.",
            "long_description": "TextMate brings Apple's approach to operating systems into the world of text editors. By bridging UNIX underpinnings and GUI, TextMate cherry-picks the best of both worlds to the benefit of expert scripters and novice users alike. TextMate is well-known for its large number of bundles adding support, snippets, completions and commands for a huge number of file types.",
            "active": true,
            "categories": [
                "aqua",
                "editors"
            ],
            "maintainers": [
                {
                    "name": "cal",
                    "github": "neverpanic",
                    "ports_count": 53
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "curl-ca-bundle",
                        "clang-18",
                        "boost176",
                        "multimarkdown",
                        "proctools",
                        "ninja",
                        "openssl",
                        "sparsehash",
                        "ragel"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "curl",
                        "capnproto",
                        "sqlite3",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "unciv",
            "portdir": "games/unciv",
            "version": "4.19.11",
            "license": "(MPL-2 or LGPL-2.1+)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/yairm210/Unciv",
            "description": "Open-source Android/Desktop remake of Civ V",
            "long_description": "An open source, mod-friendly Android and Desktop remake of Civ V, made with LibGDX.",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [
                {
                    "name": "harens",
                    "github": "harens",
                    "ports_count": 161
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gradle",
                        "makeicns",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openjdk17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "laszip",
            "portdir": "gis/laszip",
            "version": "3.5.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://laszip.org",
            "description": "a library to handle compressed point cloud data",
            "long_description": "LASzip is a library to handle compressed point cloud data.",
            "active": true,
            "categories": [
                "gis"
            ],
            "maintainers": [
                {
                    "name": "vince",
                    "github": "Veence",
                    "ports_count": 25
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-20"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "liblas"
                    ]
                }
            ]
        },
        {
            "name": "graphviz-devel",
            "portdir": "graphics/graphviz-devel",
            "version": "14.1.2",
            "license": "EPL-1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.graphviz.org/",
            "description": "graph visualization software",
            "long_description": "Graphviz is graph visualization software. Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. The Graphviz layout programs dot, neato, fdp, sfdp, twopi and circo take descriptions of graphs in a simple text language, and produce output in a variety of visual and text formats.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2084
                },
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 355
                }
            ],
            "variants": [
                "guile",
                "lua",
                "ocaml",
                "perl",
                "python27",
                "ruby",
                "tcl",
                "java",
                "smyrna",
                "r",
                "rsvg",
                "gdk_pixbuf",
                "glitz",
                "pangocairo",
                "poppler",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20",
                        "autoconf",
                        "autoconf-archive",
                        "automake",
                        "gettext",
                        "libtool",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gts",
                        "freetype",
                        "libLASi",
                        "expat",
                        "zlib",
                        "xorg-libXaw",
                        "gettext-runtime",
                        "pango",
                        "libtool",
                        "cairo",
                        "fontconfig",
                        "gd2",
                        "libjpeg-turbo",
                        "libpng",
                        "webp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "urw-fonts"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gvedit-devel",
                        "graphviz-gui-devel"
                    ]
                }
            ]
        },
        {
            "name": "gvedit-devel",
            "portdir": "graphics/graphviz-devel",
            "version": "14.1.2",
            "license": "EPL-1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.graphviz.org/",
            "description": "Qt-based GUI for Graphviz",
            "long_description": "gvedit is a Qt-based GUI for Graphviz. You may prefer the Mac-native GUI in the graphviz-gui-devel port.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2084
                },
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 355
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "makeicns",
                        "clang-20"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "graphviz-devel"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "graphviz-gui-devel",
            "portdir": "graphics/graphviz-devel",
            "version": "14.1.2",
            "license": "EPL-1",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.graphviz.org/",
            "description": "macOS Aqua GUI for viewing and exporting Graphviz graphs",
            "long_description": "macOS Aqua GUI for viewing and exporting Graphviz graphs.",
            "active": true,
            "categories": [
                "aqua",
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2084
                },
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 355
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "graphviz-devel"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "minify",
            "portdir": "devel/minify",
            "version": "2.24.8",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tdewolff/minify",
            "description": "Go minifier for web formats.",
            "long_description": "Minify is a minifier CLI written in Go. It can minify HTML5, CSS3, JS, JSON, SVG and XML.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "zapdotzip",
                    "github": "ZapDotZip",
                    "ports_count": 3
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cpmtools",
            "portdir": "sysutils/cpmtools",
            "version": "2.24",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.cpm8680.com/cpmtools/",
            "description": "Tools to access CP/M file systems",
            "long_description": "This package allows to access CP/M file systems similar to the well-known mtools package, which accesses MSDOS file systems",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "robgowin",
                    "github": "codesmythe",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "flyway",
            "portdir": "java/flyway",
            "version": "11.8.2",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://flywaydb.org/",
            "description": "Database Migrations Made Easy.",
            "long_description": "Flyway is an open-source database migration tool. It strongly favors simplicity and convention over configuration.",
            "active": true,
            "categories": [
                "devel",
                "java"
            ],
            "maintainers": [
                {
                    "name": "emcrisostomo",
                    "github": "emcrisostomo",
                    "ports_count": 168
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openjdk17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tinyxml",
            "portdir": "textproc/tinyxml",
            "version": "2.6.2",
            "license": "zlib",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sourceforge.net/projects/tinyxml/",
            "description": "Simple, small, C++ XML parser",
            "long_description": "TinyXML is a simple, small, C++ XML parser that can be easily integrating into other programs. This is TinyXML-1, which is deprecated. Please migrate to TinyXML-2 when practical.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "QCSXCAD",
                        "opencolorio",
                        "gource",
                        "openEMS",
                        "nektarpp",
                        "orfeotoolbox",
                        "py310-orfeotoolbox",
                        "py311-orfeotoolbox",
                        "py312-orfeotoolbox",
                        "py313-orfeotoolbox",
                        "py314-orfeotoolbox",
                        "cegui",
                        "xrootd",
                        "CSXCAD"
                    ]
                }
            ]
        },
        {
            "name": "xscreensaver",
            "portdir": "x11/xscreensaver",
            "version": "6.14",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.jwz.org/xscreensaver",
            "description": "X11 screen saver",
            "long_description": "The xscreensaver program waits until the keyboard and mouse have been idle for a period, and then runs a graphics demo chosen at random.",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "pkgconfig",
                        "intltool",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libXt",
                        "gtk3",
                        "libGLU",
                        "mesa",
                        "xorg-libXi"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "font-bh-ttf"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-pdfminer",
            "portdir": "python/py-pdfminer",
            "version": "20221105",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pdfminersix.readthedocs.io/",
            "description": "Python pdf extraction package",
            "long_description": "Pdfminer.six is a community maintained fork of the original PDFMiner. It is a tool for extracting information from PDF documents. It focuses on getting and analyzing text data. Pdfminer.six extracts the text from a page directly from the sourcecode of the PDF. It can also be used to get the exact location, font or color of the text. It is built in a modular way such that each component of pdfminer.six can be replaced easily. You can implement your own interpreter or rendering device to use the power of pdfminer.six for other purposes that text analysis.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 222
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-build",
                        "py37-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-cryptography",
                        "py37-typing_extensions",
                        "py37-charset-normalizer",
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py36-pdfminer",
            "portdir": "python/py-pdfminer",
            "version": "20200118",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/euske/pdfminer",
            "description": "Python pdf extraction package",
            "long_description": "PDFMiner is a suite of programs that help extracting and analyzing text data of PDF documents. Unlike other PDF-related tools, it allows to obtain the exact location of texts in a page, as well as other extra information such as font information or ruled lines. It includes a PDF converter that can transform PDF files into other text formats (such as HTML). It has an extensible PDF parser that can be used for other purposes instead of text analysis. (Currently tracking pdfminer.six fork.)",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 222
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py36-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python36"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-pdfminer",
            "portdir": "python/py-pdfminer",
            "version": "20240706",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pdfminersix.readthedocs.io/",
            "description": "Python pdf extraction package",
            "long_description": "Pdfminer.six is a community maintained fork of the original PDFMiner. It is a tool for extracting information from PDF documents. It focuses on getting and analyzing text data. Pdfminer.six extracts the text from a page directly from the sourcecode of the PDF. It can also be used to get the exact location, font or color of the text. It is built in a modular way such that each component of pdfminer.six can be replaced easily. You can implement your own interpreter or rendering device to use the power of pdfminer.six for other purposes that text analysis.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 222
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py39-cryptography",
                        "py39-charset-normalizer",
                        "py39-setuptools-git-versioning",
                        "python39"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-pdfminer",
            "portdir": "python/py-pdfminer",
            "version": "20240706",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pdfminersix.readthedocs.io/",
            "description": "Python pdf extraction package",
            "long_description": "Pdfminer.six is a community maintained fork of the original PDFMiner. It is a tool for extracting information from PDF documents. It focuses on getting and analyzing text data. Pdfminer.six extracts the text from a page directly from the sourcecode of the PDF. It can also be used to get the exact location, font or color of the text. It is built in a modular way such that each component of pdfminer.six can be replaced easily. You can implement your own interpreter or rendering device to use the power of pdfminer.six for other purposes that text analysis.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 222
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-cryptography",
                        "py38-charset-normalizer",
                        "py38-setuptools-git-versioning",
                        "python38"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py-pdfminer",
            "portdir": "python/py-pdfminer",
            "version": "20260107",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pdfminersix.readthedocs.io/",
            "description": "Python pdf extraction package",
            "long_description": "Pdfminer.six is a community maintained fork of the original PDFMiner. It is a tool for extracting information from PDF documents. It focuses on getting and analyzing text data. Pdfminer.six extracts the text from a page directly from the sourcecode of the PDF. It can also be used to get the exact location, font or color of the text. It is built in a modular way such that each component of pdfminer.six can be replaced easily. You can implement your own interpreter or rendering device to use the power of pdfminer.six for other purposes that text analysis.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 222
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-pdfminer"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-pdfminer",
            "portdir": "python/py-pdfminer",
            "version": "20260107",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pdfminersix.readthedocs.io/",
            "description": "Python pdf extraction package",
            "long_description": "Pdfminer.six is a community maintained fork of the original PDFMiner. It is a tool for extracting information from PDF documents. It focuses on getting and analyzing text data. Pdfminer.six extracts the text from a page directly from the sourcecode of the PDF. It can also be used to get the exact location, font or color of the text. It is built in a modular way such that each component of pdfminer.six can be replaced easily. You can implement your own interpreter or rendering device to use the power of pdfminer.six for other purposes that text analysis.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 222
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py310-build",
                        "py310-installer",
                        "py310-setuptools-git-versioning",
                        "py310-setuptools",
                        "py310-setuptools_scm",
                        "py310-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-charset-normalizer",
                        "py310-cryptography",
                        "python310"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-pdfminer",
            "portdir": "python/py-pdfminer",
            "version": "20260107",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pdfminersix.readthedocs.io/",
            "description": "Python pdf extraction package",
            "long_description": "Pdfminer.six is a community maintained fork of the original PDFMiner. It is a tool for extracting information from PDF documents. It focuses on getting and analyzing text data. Pdfminer.six extracts the text from a page directly from the sourcecode of the PDF. It can also be used to get the exact location, font or color of the text. It is built in a modular way such that each component of pdfminer.six can be replaced easily. You can implement your own interpreter or rendering device to use the power of pdfminer.six for other purposes that text analysis.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 222
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py311-wheel",
                        "py311-setuptools_scm",
                        "py311-setuptools-git-versioning",
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-charset-normalizer",
                        "py311-cryptography",
                        "python311"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-pdfminer",
            "portdir": "python/py-pdfminer",
            "version": "20260107",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pdfminersix.readthedocs.io/",
            "description": "Python pdf extraction package",
            "long_description": "Pdfminer.six is a community maintained fork of the original PDFMiner. It is a tool for extracting information from PDF documents. It focuses on getting and analyzing text data. Pdfminer.six extracts the text from a page directly from the sourcecode of the PDF. It can also be used to get the exact location, font or color of the text. It is built in a modular way such that each component of pdfminer.six can be replaced easily. You can implement your own interpreter or rendering device to use the power of pdfminer.six for other purposes that text analysis.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 222
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py312-wheel",
                        "py312-setuptools_scm",
                        "py312-setuptools-git-versioning",
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-charset-normalizer",
                        "py312-cryptography",
                        "python312"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py313-pdfminer",
            "portdir": "python/py-pdfminer",
            "version": "20260107",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pdfminersix.readthedocs.io/",
            "description": "Python pdf extraction package",
            "long_description": "Pdfminer.six is a community maintained fork of the original PDFMiner. It is a tool for extracting information from PDF documents. It focuses on getting and analyzing text data. Pdfminer.six extracts the text from a page directly from the sourcecode of the PDF. It can also be used to get the exact location, font or color of the text. It is built in a modular way such that each component of pdfminer.six can be replaced easily. You can implement your own interpreter or rendering device to use the power of pdfminer.six for other purposes that text analysis.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 222
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-setuptools-git-versioning",
                        "py313-setuptools",
                        "py313-wheel",
                        "py313-setuptools_scm",
                        "clang-18",
                        "py313-build",
                        "py313-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-charset-normalizer",
                        "py313-cryptography",
                        "python313"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocrmypdf"
                    ]
                }
            ]
        },
        {
            "name": "py314-pdfminer",
            "portdir": "python/py-pdfminer",
            "version": "20260107",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pdfminersix.readthedocs.io/",
            "description": "Python pdf extraction package",
            "long_description": "Pdfminer.six is a community maintained fork of the original PDFMiner. It is a tool for extracting information from PDF documents. It focuses on getting and analyzing text data. Pdfminer.six extracts the text from a page directly from the sourcecode of the PDF. It can also be used to get the exact location, font or color of the text. It is built in a modular way such that each component of pdfminer.six can be replaced easily. You can implement your own interpreter or rendering device to use the power of pdfminer.six for other purposes that text analysis.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 222
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-setuptools-git-versioning",
                        "py314-setuptools",
                        "py314-wheel",
                        "py314-setuptools_scm",
                        "clang-18",
                        "py314-build",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-charset-normalizer",
                        "py314-cryptography",
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pdfminer"
                    ]
                }
            ]
        },
        {
            "name": "gpgme",
            "portdir": "devel/gpgme",
            "version": "2.0.1",
            "license": "(LGPL-2.1+ or GPL-3+)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnupg.org/related_software/gpgme/",
            "description": "A library for easy acces to GnuPG.",
            "long_description": "GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications. It provides a High-Level Crypto API for encryption, decryption, signing, signature verification and key management. Currently it uses GnuPG as its backend but the API isn't restricted to this engine in fact we have already developed a backend for CMS (S/MIME).",
            "active": true,
            "categories": [
                "devel",
                "security",
                "crypto"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgpg-error",
                        "pth",
                        "gnupg2",
                        "libassuan"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "operator-sdk"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gpgme-objc",
                        "gpgmepp",
                        "dar",
                        "dino",
                        "geany-plugins",
                        "balsa",
                        "gitg",
                        "R-gpg",
                        "bazaar",
                        "seahorse",
                        "claws-mail",
                        "gmime",
                        "gmime3",
                        "neomutt",
                        "notmuch",
                        "centerim",
                        "fwknop-client",
                        "mcabber",
                        "profanity",
                        "wget2",
                        "py27-pygpgme",
                        "rb33-gpgme",
                        "rb32-gpgme",
                        "rb31-gpgme",
                        "nasty",
                        "gpg-tui",
                        "skopeo",
                        "retroshare-qt4",
                        "openvas-libnasl",
                        "samba4"
                    ]
                }
            ]
        },
        {
            "name": "p11-kit",
            "portdir": "security/p11-kit",
            "version": "0.26.2",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/p11-glue/p11-kit",
            "description": "PKCS#11 module discovery and loading",
            "long_description": "Provides a way to load and enumerate PKCS#11 modules and a standard configuration setup for installing PKCS#11 modules in such a way that they are discoverable.",
            "active": true,
            "categories": [
                "security"
            ],
            "maintainers": [],
            "variants": [
                "doc",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "python313",
                        "gettext",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libffi",
                        "libtasn1",
                        "libxslt",
                        "gettext-runtime"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "curl-ca-bundle"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "pkcs11-provider"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnutls",
                        "gnutls-devel",
                        "glib-networking",
                        "gcr",
                        "VLC2",
                        "libVLC2",
                        "openconnect",
                        "redwax-tool"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-libintl-perl",
            "portdir": "perl/p5-libintl-perl",
            "version": "1.320.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/release/libintl-perl",
            "description": "Perl internationalization library",
            "long_description": "An internationalization library for Perl compatible with the Uniforum message translations system such as the one in GNU gettext.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "perl5.26",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-event-execflow"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-dancer-template-mason",
            "portdir": "perl/p5-dancer-template-mason",
            "version": "0.4.1",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Dancer::Template::Mason",
            "description": "Dancer::Template::Mason - Mason wrapper for Dancer",
            "long_description": "Dancer::Template::Mason - Mason wrapper for Dancer",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-plack"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-html-mason",
                        "perl5.26",
                        "p5.26-moo",
                        "p5.26-module-build",
                        "p5.26-dancer"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5-dancer-template-mason",
            "portdir": "perl/p5-dancer-template-mason",
            "version": "0.4.2",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": "p5.34-dancer-template-mason",
            "homepage": "https://metacpan.org/pod/Dancer::Template::Mason",
            "description": "Dancer::Template::Mason - Mason wrapper for Dancer",
            "long_description": "Dancer::Template::Mason - Mason wrapper for Dancer",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-dancer-template-mason"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.28-dancer-template-mason",
            "portdir": "perl/p5-dancer-template-mason",
            "version": "0.4.2",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Dancer::Template::Mason",
            "description": "Dancer::Template::Mason - Mason wrapper for Dancer",
            "long_description": "Dancer::Template::Mason - Mason wrapper for Dancer",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.28-plack",
                        "p5.28-test-simple",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28",
                        "p5.28-moo",
                        "p5.28-dancer",
                        "p5.28-html-mason"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.30-dancer-template-mason",
            "portdir": "perl/p5-dancer-template-mason",
            "version": "0.4.2",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Dancer::Template::Mason",
            "description": "Dancer::Template::Mason - Mason wrapper for Dancer",
            "long_description": "Dancer::Template::Mason - Mason wrapper for Dancer",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.30-plack",
                        "p5.30-test-simple",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30",
                        "p5.30-moo",
                        "p5.30-dancer",
                        "p5.30-html-mason"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-dancer-template-mason",
            "portdir": "perl/p5-dancer-template-mason",
            "version": "0.4.2",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Dancer::Template::Mason",
            "description": "Dancer::Template::Mason - Mason wrapper for Dancer",
            "long_description": "Dancer::Template::Mason - Mason wrapper for Dancer",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-plack",
                        "p5.32-test-simple",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-moo",
                        "p5.32-dancer",
                        "p5.32-html-mason"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.34-dancer-template-mason",
            "portdir": "perl/p5-dancer-template-mason",
            "version": "0.4.2",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Dancer::Template::Mason",
            "description": "Dancer::Template::Mason - Mason wrapper for Dancer",
            "long_description": "Dancer::Template::Mason - Mason wrapper for Dancer",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-plack",
                        "p5.34-test-simple",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34",
                        "p5.34-moo",
                        "p5.34-dancer",
                        "p5.34-html-mason"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5-dancer-template-mason"
                    ]
                }
            ]
        },
        {
            "name": "p5-libintl-perl",
            "portdir": "perl/p5-libintl-perl",
            "version": "1.370.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "p5.34-libintl-perl",
            "homepage": "https://metacpan.org/release/libintl-perl",
            "description": "Perl internationalization library",
            "long_description": "An internationalization library for Perl compatible with the Uniforum message translations system such as the one in GNU gettext.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-libintl-perl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.30-libintl-perl",
            "portdir": "perl/p5-libintl-perl",
            "version": "1.370.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/release/libintl-perl",
            "description": "Perl internationalization library",
            "long_description": "An internationalization library for Perl compatible with the Uniforum message translations system such as the one in GNU gettext.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30",
                        "libiconv",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-event-execflow"
                    ]
                }
            ]
        },
        {
            "name": "p5.28-libintl-perl",
            "portdir": "perl/p5-libintl-perl",
            "version": "1.370.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/release/libintl-perl",
            "description": "Perl internationalization library",
            "long_description": "An internationalization library for Perl compatible with the Uniforum message translations system such as the one in GNU gettext.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28",
                        "libiconv",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-event-execflow"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-libintl-perl",
            "portdir": "perl/p5-libintl-perl",
            "version": "1.370.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/release/libintl-perl",
            "description": "Perl internationalization library",
            "long_description": "An internationalization library for Perl compatible with the Uniforum message translations system such as the one in GNU gettext.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "libiconv",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-event-execflow"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-libintl-perl",
            "portdir": "perl/p5-libintl-perl",
            "version": "1.370.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/release/libintl-perl",
            "description": "Perl internationalization library",
            "long_description": "An internationalization library for Perl compatible with the Uniforum message translations system such as the one in GNU gettext.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "perl5.34",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "dvdrip",
                        "sympa",
                        "p5-libintl-perl",
                        "guestfs-tools",
                        "p5.34-event-execflow",
                        "mtn-browse",
                        "pcsc-tools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "fntsample"
                    ]
                }
            ]
        },
        {
            "name": "et",
            "portdir": "net/et",
            "version": "6.2.11",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/MisterTea/EternalTerminal",
            "description": "a remote shell that automatically reconnects without interrupting the session",
            "long_description": "Eternal Terminal (ET) is a remote shell that automatically reconnects without interrupting the session.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "l2dy",
                    "github": "l2dy",
                    "ports_count": 97
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libsodium",
                        "openssl",
                        "protobuf3-cpp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-gmpy2",
            "portdir": "python/py-gmpy2",
            "version": "2.1.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/aleaxit/gmpy",
            "description": "General multiple precision arithmetic module for Python",
            "long_description": "GMPY2 is a C-coded Python extension module that supports fast multiple-precision arithmetic. GMPY2 supports the GMP library for integer and rational arithmetic and multiple-precision real and complex arithmetic as provided by the MPFR and MPC libraries.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "md14-macports",
                    "github": "mndavidoff",
                    "ports_count": 21
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "python27",
                        "libmpc",
                        "mpfr"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-gmpy2",
            "portdir": "python/py-gmpy2",
            "version": "2.1.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/aleaxit/gmpy",
            "description": "General multiple precision arithmetic module for Python",
            "long_description": "GMPY2 is a C-coded Python extension module that supports fast multiple-precision arithmetic. GMPY2 supports the GMP library for integer and rational arithmetic and multiple-precision real and complex arithmetic as provided by the MPFR and MPC libraries.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "md14-macports",
                    "github": "mndavidoff",
                    "ports_count": 21
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "python35",
                        "libmpc",
                        "mpfr"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-gmpy2",
            "portdir": "python/py-gmpy2",
            "version": "2.2.1",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/aleaxit/gmpy",
            "description": "General multiple precision arithmetic module for Python",
            "long_description": "GMPY2 is a C-coded Python extension module that supports fast multiple-precision arithmetic. GMPY2 supports integer and rational arithmetic (using the GMP library), correctly rounded multiple-precision real arithmetic (using the MPFR library), and complex arithmetic (using the MPC library).",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "md14-macports",
                    "github": "mndavidoff",
                    "ports_count": 21
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "libmpc",
                        "mpfr",
                        "python38"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py36-gmpy2",
            "portdir": "python/py-gmpy2",
            "version": "2.1.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/aleaxit/gmpy",
            "description": "General multiple precision arithmetic module for Python",
            "long_description": "GMPY2 is a C-coded Python extension module that supports fast multiple-precision arithmetic. GMPY2 supports the GMP library for integer and rational arithmetic and multiple-precision real and complex arithmetic as provided by the MPFR and MPC libraries.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "md14-macports",
                    "github": "mndavidoff",
                    "ports_count": 21
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py36-setuptools"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "python36",
                        "libmpc",
                        "mpfr"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-gmpy2",
            "portdir": "python/py-gmpy2",
            "version": "2.1.5",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/aleaxit/gmpy",
            "description": "General multiple precision arithmetic module for Python",
            "long_description": "GMPY2 is a C-coded Python extension module that supports fast multiple-precision arithmetic. GMPY2 supports the GMP library for integer and rational arithmetic and multiple-precision real and complex arithmetic as provided by the MPFR and MPC libraries.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "md14-macports",
                    "github": "mndavidoff",
                    "ports_count": 21
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "python37",
                        "libmpc",
                        "mpfr"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pipx",
            "portdir": "python/pipx",
            "version": "1.8.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pypa/pipx",
            "description": "Execute binaries from Python packages in isolated environments",
            "long_description": "Execute binaries from Python packages in isolated environments",
            "active": true,
            "categories": [
                "sysutils",
                "python"
            ],
            "maintainers": [
                {
                    "name": "md14-macports",
                    "github": "mndavidoff",
                    "ports_count": 21
                }
            ],
            "variants": [
                "python310",
                "python311",
                "python312",
                "python313",
                "python314"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-hatchling",
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-wheel",
                        "py314-hatch-vcs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314",
                        "py314-packaging",
                        "py314-argcomplete",
                        "py314-platformdirs",
                        "py314-pip",
                        "py314-userpath"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py-gmpy2",
            "portdir": "python/py-gmpy2",
            "version": "2.3.0",
            "license": "LGPL-2.1+",
            "platforms": "any",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/gmpy2/gmpy2",
            "description": "General multiple precision arithmetic module for Python",
            "long_description": "GMPY2 is a C-coded Python extension module that supports fast multiple-precision arithmetic. GMPY2 supports integer and rational arithmetic (using the GMP library), correctly rounded multiple-precision real arithmetic (using the MPFR library), and complex arithmetic (using the MPC library).",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "md14-macports",
                    "github": "mndavidoff",
                    "ports_count": 21
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-gmpy2"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}