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

{
    "count": 50587,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=581",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=579",
    "results": [
        {
            "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": [
                        "py313-hatch-vcs",
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-wheel",
                        "py313-hatchling"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313",
                        "py313-packaging",
                        "py313-pip",
                        "py313-argcomplete",
                        "py313-platformdirs",
                        "py313-userpath"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pipsi",
            "portdir": "python/pipsi",
            "version": "20180610",
            "license": "none",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "pipx",
            "homepage": "https://www.macports.org",
            "description": "Obsolete port, replaced by pipx",
            "long_description": "This port has been replaced by pipx.",
            "active": false,
            "categories": [
                "sysutils",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "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": "pip_select",
            "portdir": "python/pip_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "common files for selecting default pip version",
            "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of the pip, pip2 and pip3 commands.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2871
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py35-pip",
                        "py36-pip",
                        "py37-pip",
                        "py38-pip",
                        "py26-pip",
                        "py27-pip",
                        "py32-pip",
                        "py33-pip",
                        "py39-pip",
                        "py310-pip",
                        "py311-pip",
                        "py312-pip",
                        "py313-pip",
                        "py314-pip",
                        "py34-pip",
                        "calendar-contacts-server"
                    ]
                }
            ]
        },
        {
            "name": "pipexec",
            "portdir": "sysutils/pipexec",
            "version": "2.6.2",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/flonatel/pipexec",
            "description": "Handling pipe of commands like a single command",
            "long_description": "Handling pipe of commands like a single command. pipexec allows you to build a network of processes and connecting pipes, and have them act like a single process.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pipenv",
            "portdir": "python/pipenv",
            "version": "2026.0.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pipenv.pypa.io/en/latest/",
            "description": "The officially recommended Python packaging tool.",
            "long_description": "The officially recommended Python packaging tool. Pipenv -- Python Dev Workflow for Humans -- is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the Python world. Windows is a first-class citizen, in our world. \n\nIt automatically creates and manages a virtualenv for your projects, as well as adds/removes packages from your Pipfile as you install/uninstall packages. It also generates the ever-important Pipfile.lock, which is used to produce deterministic builds.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "danchr",
                    "github": "danchr",
                    "ports_count": 172
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314",
                        "py314-packaging",
                        "py314-setuptools",
                        "py314-virtualenv",
                        "py314-certifi"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-tz",
                        "py314-pytest",
                        "py314-mock",
                        "py314-pytest-timeout",
                        "py314-flaky",
                        "py314-pytest-xdist"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pipebench",
            "portdir": "benchmarks/pipebench",
            "version": "0.40",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.habets.pp.se/synscan/programs.php?prog=pipebench",
            "description": "benchmark the throughput of a pipe",
            "long_description": "Pipebench shows the current throughput and amount of data going through a pipe. It can be used to show the progress of a large md5 process: cat bigfile | pipebench | md5",
            "active": true,
            "categories": [
                "sysutils",
                "benchmarks"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pioneers",
            "portdir": "games/pioneers",
            "version": "15.6",
            "license": "GPL",
            "platforms": "freebsd darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pio.sourceforge.net/",
            "description": "Multiplayer strategy board game for GNOME",
            "long_description": "A GNOME/GTK+2 clone of the board game Settlers of Catan. Colonize the island, get all the resources, and frustrate your opponents. \n \nPioneers includes the standard game, the 5-6 player board, Seafarers, many custom layouts, and a board layout editor. The game can be played against an AI or with other humans over a network or both.",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                },
                {
                    "name": "jweede",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "makeicns",
                        "intltool",
                        "itstool",
                        "rarian",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gdk-pixbuf2",
                        "atk",
                        "pango",
                        "freetype",
                        "gettext",
                        "glib2",
                        "gtk3",
                        "cairo",
                        "fontconfig"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pinpoint",
            "portdir": "office/pinpoint",
            "version": "0.1.8",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://wiki.gnome.org/Apps/Pinpoint",
            "description": "A tool for making hackers do excellent presentations",
            "long_description": "Pinpoint is a simple presentation tool that hopes to avoid audience death by bullet point and instead encourage presentations containing beautiful images and small amounts of concise text in slides.",
            "active": true,
            "categories": [
                "multimedia",
                "office"
            ],
            "maintainers": [
                {
                    "name": "adriano",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "clutter-gtk",
                        "cairo",
                        "librsvg",
                        "gdk-pixbuf2",
                        "clutter",
                        "clutter-gst3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pingus",
            "portdir": "games/pingus",
            "version": "0.8.0-20180714",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Pingus/pingus",
            "description": "A free Lemmings(tm) clone using SDL2.",
            "long_description": "A free Lemmings(tm) clone using SDL2. It is a puzzle game where the player has to guide a group of penguins to safety.",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libpng",
                        "libsdl2_mixer",
                        "boost176",
                        "libiconv",
                        "jsoncpp",
                        "libsdl2",
                        "libsdl2_image"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pinfo",
            "portdir": "textproc/pinfo",
            "version": "0.6.13",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/baszoetekouw/pinfo",
            "description": "Console-based info reader",
            "long_description": "Console-based info reader. pinfo is a hypertext info file viewer with a user interface similar to lynx. It is based on curses/ncurses and can handle info pages as well as man pages. It also features regexp searching and user-defined colors/keys.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "master",
                    "github": "",
                    "ports_count": 2
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "libtool",
                        "pkgconfig",
                        "texinfo",
                        "autoconf",
                        "automake",
                        "gettext"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "readline",
                        "gettext-runtime",
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pinentry-mac",
            "portdir": "aqua/pinentry-mac",
            "version": "1.3.1.1",
            "license": "GPL-3+",
            "platforms": "{macosx >= 11}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/GPGTools/pinentry",
            "description": "Cocoa interface for the password entry software pinentry.",
            "long_description": "Cocoa interface for the password entry software pinentry. It is based on the upstream version of pinentry, adding a custom interface based on Cocoa for OS X look and feel.",
            "active": true,
            "categories": [
                "aqua",
                "security"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "gettext",
                        "libtool",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libassuan",
                        "libgpg-error"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pinentry",
            "portdir": "security/pinentry",
            "version": "1.3.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gnupg.org/software/pinentry/",
            "description": "Passphrase entry dialog utilizing the Assuan protocol",
            "long_description": "This is a collection of simple PIN or passphrase entry dialogs in a secure manner.",
            "active": true,
            "categories": [
                "security"
            ],
            "maintainers": [
                {
                    "name": "ionic",
                    "github": "Ionic",
                    "ports_count": 24
                }
            ],
            "variants": [
                "gtk2",
                "gnome3",
                "qt4",
                "qt5",
                "fltk",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libassuan",
                        "libgpg-error",
                        "ncurses",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "lastpass-cli",
                        "gnupg2"
                    ]
                }
            ]
        },
        {
            "name": "PineFlash",
            "portdir": "sysutils/PineFlash",
            "version": "0.5.5",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Spagett1/PineFlash",
            "description": "A GUI tool to flash IronOS to the Pinecil V1, V2 and future other pine products",
            "long_description": "A GUI tool to flash IronOS to the Pinecil V1, V2 and future other pine products",
            "active": true,
            "categories": [
                "aqua",
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 226
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "rust",
                        "cargo",
                        "legacy-support",
                        "makeicns",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind",
                        "libusb",
                        "curl",
                        "libiconv"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "blisp",
                        "dfu-util"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pine",
            "portdir": "mail/pine",
            "version": "4.64",
            "license": "(UW's or Pine or License)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.washington.edu/pine/",
            "description": "Pine - a Program for Internet News and Email",
            "long_description": "Pine is a tool for reading, sending, and managing electronic messages that was designed with novice users in mind.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "ssl_plain"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pinact",
            "portdir": "security/pinact",
            "version": "3.8.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/suzuki-shunsuke/pinact",
            "description": "A CLI to edit GitHub Workflow and Composite action files and pin versions of Actions and Reusable Workflows. pinact can also update their versions and verify version annotations.",
            "long_description": "A CLI to edit GitHub Workflow and Composite action files and pin versions of Actions and Reusable Workflows. pinact can also update their versions and verify version annotations.",
            "active": true,
            "categories": [
                "security"
            ],
            "maintainers": [
                {
                    "name": "austin",
                    "github": "halostatue",
                    "ports_count": 21
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pilrc",
            "portdir": "palm/pilrc",
            "version": "3.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pilrc.sourceforge.net/",
            "description": "Palm OS resource compiler",
            "long_description": "This is a tool that turns a textual description of Palm OS forms, bitmaps, fonts, and other resources into a binary form that can be included in an application or library. The name is derived from \"PILot Resource Compiler\". This tool is used with many popular Palm OS development tools, including prc-tools and CodeWarrior for Palm OS.",
            "active": true,
            "categories": [
                "devel",
                "palm"
            ],
            "maintainers": [
                {
                    "name": "nkorth",
                    "github": "nkorth",
                    "ports_count": 3
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pilot-link",
            "portdir": "palm/pilot-link",
            "version": "0.12.5",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.pilot-link.org/",
            "description": "palm-pilot libraries and tools",
            "long_description": "pilot-link is a suite of tools used to connect your Palm or PalmOS compatible handheld. It includes userspace conduits that allow you to synchronize information to and from your Palm.",
            "active": true,
            "categories": [
                "sysutils",
                "palm"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "popt",
                        "readline",
                        "libpng",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "jpilot"
                    ]
                }
            ]
        },
        {
            "name": "piklab",
            "portdir": "devel/piklab",
            "version": "0.16.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://piklab.sourceforge.net/",
            "description": "IDE for applications based on Microchip PIC microcontrollers",
            "long_description": "Piklab is an integrated development environment (IDE) for applications based on Microchip PIC and dsPIC microcontrollers similar to the MPLAB environment. It integrates with several compiler and assembler toolchains (like gputils, sdcc, c18) and with the GPSim simulator. It supports the most common programmers (serial, parallel, ICD2, Pickit2, PicStart+), the ICD2 debugger, and several bootloaders (Tiny, Pickit2, and Picdem).",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "cmake",
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libusb-compat",
                        "kdelibs4",
                        "qt4-mac"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pike",
            "portdir": "lang/pike",
            "version": "7.6.112",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pike.lysator.liu.se/",
            "description": "dynamic programming language",
            "long_description": "Pike is a dynamic programming language with a syntax similar to Java and C. It is simple to learn, does not require long compilation passes and has powerful built-in data types allowing simple and really fast data manipulation.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "image",
                "ttf",
                "pcre",
                "gdbm",
                "mysql",
                "odbc",
                "gtk",
                "opengl",
                "sane",
                "sdl",
                "svg",
                "doc"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "bzip2",
                        "zlib",
                        "gmp",
                        "nettle"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "swig-pike",
                        "swig3-pike"
                    ]
                }
            ]
        },
        {
            "name": "pikaia",
            "portdir": "fortran/pikaia",
            "version": "2.0.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jacobwilliams/pikaia",
            "description": "Modern Fortran edition of the Pikaia genetic algorithm",
            "long_description": "Modern Fortran edition of the Pikaia genetic algorithm",
            "active": true,
            "categories": [
                "math",
                "fortran"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "gcc10",
                "gcc11",
                "gcc12",
                "gccdevel"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14",
                        "gcc12",
                        "fpm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pika",
            "portdir": "devel/pika",
            "version": "0.30.1",
            "license": "Boost-1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pika-org/pika",
            "description": "C++ library for concurrency and parallelism",
            "long_description": "pika is a C++ library for concurrency and parallelism. It implements senders/receivers for CPU thread pools, MPI and CUDA.",
            "active": true,
            "categories": [
                "devel",
                "parallel"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "clang17",
                "clang18",
                "debug",
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang19",
                "clang20",
                "clang90",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gfortran",
                "mpich",
                "openmpi",
                "jemalloc",
                "tbb",
                "tests",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "spdlog",
                        "boost181",
                        "hwloc",
                        "mpich-clang17",
                        "libfmt10",
                        "jemalloc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pijul-devel",
            "portdir": "devel/pijul-devel",
            "version": "1.0.0-beta.6",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pijul.org/",
            "description": "pijul is a free and open source distributed version control system",
            "long_description": "pijul is a free and open source distributed version control system. Its distinctive feature is to be based on a sound theory, which makes it easier to learn and use, and really distributed.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "legacy-support",
                        "pkgconfig",
                        "rust",
                        "cargo"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind",
                        "openssl3",
                        "libsodium"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pijul",
            "portdir": "devel/pijul",
            "version": "0.10.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pijul.org/",
            "description": "Pijul is a free and open source distributed version control system.",
            "long_description": "Pijul is a free and open source distributed version control system. Its distinctive feature is to be based on a sound theory of patches, which makes it easy to learn and use, and really distributed.",
            "active": false,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "pkgconfig",
                        "clang-13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsodium",
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pihpsdr",
            "portdir": "science/pihpsdr",
            "version": "20230516-a5992fe8",
            "license": "GPL-3",
            "platforms": "darwin macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dl1ycf/pihpsdr",
            "description": "piHPSDR is an HPSDR application designed for low power boards, like Raspberry.",
            "long_description": "piHPSDR is an HPSDR application designed for low power boards, like Raspberry.",
            "active": true,
            "categories": [
                "science",
                "comms"
            ],
            "maintainers": [
                {
                    "name": "ra1nb0w",
                    "github": "ra1nb0w",
                    "ports_count": 148
                }
            ],
            "variants": [
                "soapysdr",
                "window1440x900",
                "native",
                "localcw",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "glib2",
                        "gtk3",
                        "gdk-pixbuf2",
                        "portaudio",
                        "curl",
                        "wdsp",
                        "pango",
                        "fftw-3",
                        "atk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pigz",
            "portdir": "archivers/pigz",
            "version": "2.8",
            "license": "zlib and Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.zlib.net/pigz/",
            "description": "parallel gzip",
            "long_description": "pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data. pigz was written by Mark Adler, and uses the zlib and pthread libraries.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "danchr",
                    "github": "danchr",
                    "ports_count": 172
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "gutils-suite-core"
                    ]
                }
            ]
        },
        {
            "name": "pidof",
            "portdir": "sysutils/pidof",
            "version": "0.1.4",
            "license": "permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20240808152721/http://www.nightproductions.net/cli.htm",
            "description": "A utility to display the PID number for a given process name",
            "long_description": "A utility to display the PID number for a given process name",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "gvfs"
                    ]
                }
            ]
        },
        {
            "name": "pidgin-sipe",
            "portdir": "net/pidgin-sipe",
            "version": "1.22.0",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://sipe.sourceforge.net/",
            "description": "Pidgin protocol plugin for Office 365/Lync/OCS",
            "long_description": "Pidgin protocol plugin for Office 365/Lync/OCS",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "michael.klein",
                    "github": "mklein-de",
                    "ports_count": 16
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0",
                        "intltool"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "telepathy-glib",
                        "pidgin",
                        "gmime",
                        "kerberos5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pidgin-otr",
            "portdir": "security/pidgin-otr",
            "version": "4.0.2",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.cypherpunks.ca/otr/",
            "description": "Off-the-Record Plugin for Pidgin",
            "long_description": "This is a pidgin plugin which implements Off-the-Record (OTR) Messaging. OTR allows you to have private conversations over IM by providing: - Encryption - No one else can read your instant messages. - Authentication - You are assured the correspondent is who you think it is. - Deniability - The messages you send do _not_ have digital signatures that are checkable by a third party. Anyone can forge messages after a conversation to make them look like they came from you. However, _during_ a conversation, your correspondent is assured the messages he sees are authentic and unmodified. - Perfect forward secrecy - If you lose control of your private keys, no previous conversation is compromised.",
            "active": true,
            "categories": [
                "net",
                "security",
                "chat"
            ],
            "maintainers": [
                {
                    "name": "rsync",
                    "github": "",
                    "ports_count": 3
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "libtool",
                        "pkgconfig",
                        "intltool",
                        "autoconf",
                        "automake",
                        "gettext"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libotr",
                        "gettext-runtime",
                        "pidgin"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pidgin-encryption",
            "portdir": "net/pidgin-encryption",
            "version": "3.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pidgin-encrypt.sourceforge.net/",
            "description": "Pidgin encryption plugin",
            "long_description": "Pidgin encryption plugin",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "rsync",
                    "github": "",
                    "ports_count": 3
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "nss",
                        "pidgin"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pidgin-bot-sentry",
            "portdir": "net/pidgin-bot-sentry",
            "version": "1.3.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://sourceforge.net/projects/pidgin-bs/",
            "description": "Pidgin plugin to prevent spam.",
            "long_description": "Bot Sentry is a Pidgin (libpurple) plugin to prevent Instant Message (IM) spam. It allows you to ignore IMs unless the sender is in your Buddy List, the sender is in your Allow List, or the sender correctly answers a question you have predefined.",
            "active": true,
            "categories": [
                "net",
                "chat"
            ],
            "maintainers": [
                {
                    "name": "nefar",
                    "github": "",
                    "ports_count": 2
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0",
                        "intltool"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pidgin"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pidgin",
            "portdir": "net/pidgin",
            "version": "2.14.14",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.pidgin.im/",
            "description": "Multi-protocol Instant Messaging client",
            "long_description": "Pidgin is an Open Source clone of America OnLine's Instant Messenger client that uses GTK+ version 2. It features multiple groups, group chat, user information fetching and registration, time stamping, and more. It also supports other IM protocols, including Yahoo!, ICQ, Jabber, Napster, IRC, and Zephyr via included plugins.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [
                "x11",
                "quartz",
                "spellcheck",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "gettext",
                        "libtool",
                        "pkgconfig",
                        "gsed",
                        "intltool",
                        "python311",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libX11",
                        "xorg-libXScrnSaver",
                        "xorg-libXext",
                        "audiofile",
                        "xorg-libsm",
                        "perl5.34",
                        "gettext-runtime",
                        "xorg-libice",
                        "libao",
                        "glib2",
                        "gnutls",
                        "gconf",
                        "gtk2",
                        "libidn",
                        "libpurple",
                        "libxml2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "pidgin-bot-sentry",
                        "pidgin-encryption",
                        "pidgin-sipe",
                        "pidgin-otr"
                    ]
                }
            ]
        },
        {
            "name": "PIDA",
            "portdir": "devel/PIDA",
            "version": "0.6.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bitbucket.org/aafshar/pida-main/wiki/Home",
            "description": "The Python Integrated Development Application",
            "long_description": "The Python Integrated Development Application",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-py",
                        "py27-pygtk",
                        "dbus-python27",
                        "libmagic",
                        "py27-pygtkhelpers",
                        "python27",
                        "py27-bpython"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pict2pdf",
            "portdir": "graphics/pict2pdf",
            "version": "1.1",
            "license": "MIT",
            "platforms": "{darwin < 11}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pict2pdf.sourceforge.net/",
            "description": "Vector-to-vector conversion of PICT files to PDF",
            "long_description": "pict2pdf converts files in Apple's PICT format to Adobe's PDF format. The conversion retains any vector information in the PICT image.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "picotls",
            "portdir": "net/picotls",
            "version": "2025.09.12",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/h2o/picotls",
            "description": "picotls is a TLS 1.3 (RFC 8446) protocol stack written in C",
            "long_description": "picotls is a TLS 1.3 (RFC 8446) protocol stack written in C. &{name} is designed to be fast, tiny and low-latency, with the primary user being the H2O HTTP/2 server for serving HTTP/1, HTTP/2 and HTTP/3 over QUIC.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "brotli",
                        "openssl3"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "p5.34-test-tcp",
                        "p5.34-scope-guard"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "picosat",
            "portdir": "math/picosat",
            "version": "965",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://fmv.jku.at/picosat/",
            "description": "picosat is a SAT solver",
            "long_description": "picosat is a SAT solver",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "boolector"
                    ]
                }
            ]
        },
        {
            "name": "picocom",
            "portdir": "comms/picocom",
            "version": "2023-04",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.com/wsakernel/picocom",
            "description": "Minimal dumb-terminal emulation program",
            "long_description": "Picocom was designed to serve as a simple, manual, modem configuration, testing, and debugging tool. It has also served (quite well) as a low-tech terminal-window to allow operator intervention in PPP connection scripts (something like the ms-windows open terminal window before / after dialing feature). It could also prove useful in many other similar tasks.",
            "active": true,
            "categories": [
                "comms"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "picmi",
            "portdir": "kde/picmi",
            "version": "4.14.3",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://games.kde.org/game.php?game=picmi",
            "description": "Picmi is a single player logic-based puzzle game.",
            "long_description": "Picmi is a single player logic-based puzzle game. The goal is to color cells according to numbers given at the side of the board in order to uncover a hidden pattern or picture.",
            "active": true,
            "categories": [
                "games",
                "kde",
                "kde4"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "clang-14",
                        "pkgconfig",
                        "cmake"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "libkdegames",
                        "kdelibs4",
                        "phonon"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "kdegames4"
                    ]
                }
            ]
        },
        {
            "name": "pick",
            "portdir": "devel/pick",
            "version": "4.0.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mptre/pick",
            "description": "Command-line tool to fuzzy select anything",
            "long_description": "The pick utility allows users to choose one option from a set of choices using an interface with fuzzy search functionality.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "chenguokai17",
                    "github": "chenguokai",
                    "ports_count": 6
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pianod",
            "portdir": "audio/pianod",
            "version": "343",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://deviousfish.com/Pianod",
            "description": "Music playing daemon with Pandora support",
            "long_description": "Client/server Pandora & local music daemon controllable via telnet or WebSocket. Includes web client and a shell script for command-line control. Supports multiple listeners with adjustable privileges, automatic station selection, script to run programmed station sequences.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "perette",
                    "github": "perette",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "taglib",
                        "curl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pianobar",
            "portdir": "audio/pianobar",
            "version": "2024.12.21",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/PromyLOPh/pianobar",
            "description": "Console-based pandora.com player",
            "long_description": "pianobar is a console client for the personalized web radio pandora (http://www.pandora.com) Play and manage stations, rate songs and see why they were selected, show upcoming configure keybindings, last.fm scrobbling, proxy support for listening outside of USA.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcrypt",
                        "curl",
                        "libao",
                        "ffmpeg7",
                        "json-c",
                        "libpiano"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pialign",
            "portdir": "textproc/pialign",
            "version": "0.2.5",
            "license": "CPL-1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.phontron.com/pialign/",
            "description": "Phrasal ITG Aligner",
            "long_description": "pialign is a package that allows you to create a phrase table and word alignments from an unaligned parallel corpus. It is unlike other unsupervised word alignment tools in that it is able to create a phrase table using a fully statistical model, no heuristics. As a result, it is able to build phrase tables for phrase-based machine translation that achieve competitive results but are only a fraction of the size of those created with heuristic methods.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "physfs",
            "portdir": "devel/physfs",
            "version": "3.0.2",
            "license": "zlib",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://icculus.org/physfs/",
            "description": "PhysicsFS is a library providing abstract archive access",
            "long_description": "PhysicsFS is a library providing abstract archive access to various archives. It is intended for use in video games, and the design was somewhat inspired by Quake 3's file subsystem.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "doxygen",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "ncurses",
                        "readline"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "fbg",
                        "lincity-ng",
                        "netpanzer",
                        "neverball",
                        "raceintospace",
                        "libsdl_sound",
                        "VVVVVV",
                        "warzone2100",
                        "supertux",
                        "allegro5",
                        "love-0.7",
                        "love-0.8",
                        "love-0.10",
                        "love-0.9"
                    ]
                }
            ]
        },
        {
            "name": "php-zstd",
            "portdir": "php/php-zstd",
            "version": "0.14.0",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/zstd",
            "description": "Zstandard compression",
            "long_description": "This extension allows Zstandard compression from PHP",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "php83-zstd"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php-zip",
            "portdir": "php/php-zip",
            "version": "1.22.4",
            "license": "PHP-3.01",
            "platforms": "any",
            "epoch": 3,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/zip",
            "description": "PHP zip functions",
            "long_description": "This PHP extension lets you create, read and modify zip files.",
            "active": true,
            "categories": [
                "archivers",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "php83-zip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php-yaz",
            "portdir": "php/php-yaz",
            "version": "1.2.4",
            "license": "PHP",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/yaz",
            "description": "PHP/PECL extension for the Z39.50 protocol",
            "long_description": "This extension implements a Z39.50 client for PHP using the YAZ toolkit.",
            "active": true,
            "categories": [
                "devel",
                "net",
                "databases",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "php83-yaz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php-yaml",
            "portdir": "php/php-yaml",
            "version": "2.2.4",
            "license": "PHP-3.01",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/yaml",
            "description": "a PHP interface to the YAML parsing library",
            "long_description": "a PHP interface to the YAML parsing library",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "php83-yaml"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php-yaf",
            "portdir": "php/php-yaf",
            "version": "3.3.6",
            "license": "PHP-3.01",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/yaf",
            "description": "a fast php framework written in c, built in php-ext",
            "long_description": "php-yaf is a fast php framework written in c, built in php-ext.",
            "active": true,
            "categories": [
                "devel",
                "net",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "php83-yaf"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php-xslcache",
            "portdir": "php/php-xslcache",
            "version": "0.7.2",
            "license": "PHP",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/xslcache",
            "description": "a modification of PHP's standard XSL extension that caches the parsed XSL stylesheet representation",
            "long_description": "The XSL Cache extension is a modification of PHP's standard XSL extension that caches the parsed XSL stylesheet representation between sessions for 2.5x boost in performance for sites that repeatedly apply the same transform. Although there is still some further work that could be done on the extension, this code is already proving beneficial in production use for a few applications on the New York Times' website.",
            "active": true,
            "categories": [
                "devel",
                "www",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "php56-xslcache"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php-xrange",
            "portdir": "php/php-xrange",
            "version": "1.3.2",
            "license": "PHP",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/xrange",
            "description": "Numeric iterator primitives",
            "long_description": "xrange is a compiled extension that provides numeric iteration primitives to PHP on top of SPL. It includes a lean numeric range generator / iterator, modeled after Python's xrange() function. It's intended to provide an alternative for all numeric iteration and looping.",
            "active": true,
            "categories": [
                "devel",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "",
                    "ports_count": 218
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "php56-xrange"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "php-xmlrpc",
            "portdir": "php/php-xmlrpc",
            "version": "1.0.0RC3",
            "license": "PHP-3.01",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pecl.php.net/package/xmlrpc",
            "description": "a PHP extension for writing XML-RPC clients and servers",
            "long_description": "a PHP extension for writing XML-RPC clients and servers",
            "active": true,
            "categories": [
                "textproc",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "php83-xmlrpc"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}