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

{
    "count": 50446,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&page=720",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&page=718",
    "results": [
        {
            "name": "pure-midi",
            "portdir": "pure/pure-midi",
            "version": "0.6",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-midi",
            "description": "a MIDI interface for the Pure programming language",
            "long_description": "pure-midi provides a MIDI interface for the Pure programming language using the PortMidi library.",
            "active": true,
            "categories": [
                "audio",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "portmidi",
                        "pure"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "pd-faust"
                    ]
                }
            ]
        },
        {
            "name": "pure-lv2",
            "portdir": "pure/pure-lv2",
            "version": "0.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-lv2",
            "description": "a generic LV2 plugin wrapper for Pure",
            "long_description": "pure-lv2 provides a generic LV2 plugin wrapper for Pure. It lets you write LV2 audio and MIDI plugins in the Pure programming language.",
            "active": true,
            "categories": [
                "devel",
                "audio",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "lv2",
                        "pure"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-lilv",
            "portdir": "pure/pure-lilv",
            "version": "0.5",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-lilv",
            "description": "a Pure interface to David Robillard’s Lilv, an LV2 plugin host library",
            "long_description": "pure-lilv provides a Pure interface to David Robillard’s Lilv, an LV2 plugin host library. It lets you write LV2 audio and MIDI plugin hosts in the Pure programming language.",
            "active": true,
            "categories": [
                "devel",
                "audio",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "lilv",
                        "lv2",
                        "pure"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-liblo",
            "portdir": "pure/pure-liblo",
            "version": "0.9",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-liblo",
            "description": "an interface to liblo, which implements Berkeley’s Open Sound Control (OSC) protocol",
            "long_description": "pure-liblo provides an interface to liblo, which implements Berkeley’s Open Sound Control (OSC) protocol. OSC is used to exchange data between multimedia devices and software across the network.",
            "active": true,
            "categories": [
                "audio",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "liblo",
                        "gmp",
                        "pure"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-gtk",
            "portdir": "pure/pure-gtk",
            "version": "0.13",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-gtk",
            "description": "a collection of bindings to use the GTK+ GUI toolkit version 2.x with Pure",
            "long_description": "pure-gtk is a collection of bindings to use the GTK+ GUI toolkit version 2.x with Pure. The bindings include the gtk (+gdk), glib, atk, cairo and pango libraries, each in their own Pure module",
            "active": true,
            "categories": [
                "x11",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk2",
                        "cairo",
                        "atk",
                        "pure-ffi",
                        "pango",
                        "pure",
                        "glib2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-gsl",
            "portdir": "pure/pure-gsl",
            "version": "0.12",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-gsl",
            "description": "a wrapper to call GNU Scientific Library functions from Pure",
            "long_description": "pure-gsl aims to provide a complete wrapper for the GNU Scientific Library which provides a wide range of mathematical routines useful for scientific programming, number crunching and signal processing applications.",
            "active": true,
            "categories": [
                "science",
                "math",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pure",
                        "gsl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-glpk",
            "portdir": "pure/pure-glpk",
            "version": "0.6",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-glpk",
            "description": "an interface to the GNU Linear Programming Kit (GLPK) for the Pure programming language",
            "long_description": "pure-glpk provides an interface to the GNU Linear Programming Kit (GLPK) for the Pure programming language.",
            "active": true,
            "categories": [
                "lang",
                "math",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-12"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libtool",
                        "zlib",
                        "glpk",
                        "pure",
                        "gmp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-gl",
            "portdir": "pure/pure-gl",
            "version": "0.9",
            "license": "BSD",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-gl",
            "description": "an interface to access OpenGL functions from Pure",
            "long_description": "pure-gl provides an interface to access OpenGL functions from Pure.",
            "active": true,
            "categories": [
                "graphics",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pure"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-gen",
            "portdir": "pure/pure-gen",
            "version": "0.25",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-gen",
            "description": "a Pure C bindings generator",
            "long_description": "pure-gen is a Pure C bindings generator.",
            "active": true,
            "categories": [
                "devel",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [
                "gcc43",
                "gcc44",
                "gcc45",
                "gcc46",
                "gcc47",
                "gcc48",
                "gcc49",
                "gcc6",
                "gcc12"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "file",
                        "grep",
                        "gsed",
                        "clang-16",
                        "alex",
                        "cctools",
                        "happy",
                        "openssl",
                        "pkgconfig",
                        "cabal",
                        "ghc"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "pure",
                        "libiconv"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        "cabal"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc12"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-g2",
            "portdir": "pure/pure-g2",
            "version": "0.3",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-g2",
            "description": "an interface to the g2 graphics library for Pure",
            "long_description": "pure-g2 provides an interface to the g2 graphics library for Pure.",
            "active": true,
            "categories": [
                "graphics",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pure"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "g2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-ffi",
            "portdir": "pure/pure-ffi",
            "version": "0.16",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-ffi",
            "description": "an interface to libffi which enables you to call C functions from Pure and vice versa",
            "long_description": "pure-ffi provides an interface to libffi which enables you to call C functions from Pure and vice versa. It goes beyond Pure’s built-in C interface in that it also handles C structs and makes Pure functions callable from C. Moreover, depending on the libffi implementation, it may also be possible to call foreign languages other than C.",
            "active": true,
            "categories": [
                "devel",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-12"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "libffi",
                        "pure"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "pure-gtk"
                    ]
                }
            ]
        },
        {
            "name": "pure-faust",
            "portdir": "pure/pure-faust",
            "version": "0.13",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-faust",
            "description": "a module which lets you load and run Faust-generated signal processing modules in Pure",
            "long_description": "pure-faust provides a module which lets you load and run Faust-generated signal processing modules in Pure.",
            "active": true,
            "categories": [
                "lang",
                "audio",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libtool",
                        "pure"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "pd-faust"
                    ]
                }
            ]
        },
        {
            "name": "pure-fastcgi",
            "portdir": "pure/pure-fastcgi",
            "version": "0.6",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-fastcgi",
            "description": "an interface to the FastCGI library in Pure",
            "long_description": "pure-fastcgi lets you write FastCGI scripts in Pure, to be run by web servers like Apache.",
            "active": true,
            "categories": [
                "www",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "mpfr",
                        "pure",
                        "fcgi"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-docs",
            "portdir": "pure/pure-docs",
            "version": "0.68",
            "license": "GFDL-1.3+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://agraef.github.io/pure-docs/",
            "description": "documentation for the Pure programming language",
            "long_description": "pure-docs is an offline copy of the documentation for the Pure programming language.",
            "active": true,
            "categories": [
                "lang",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [
                "tmdocs"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pure"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-doc",
            "portdir": "pure/pure-doc",
            "version": "0.7",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-doc",
            "description": "a utility for literate programming and documenting source code in Pure",
            "long_description": "pure-doc is a simple utility for literate programming and documenting source code written in the Pure programming language.",
            "active": true,
            "categories": [
                "textproc",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "flex",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pure"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-csv",
            "portdir": "pure/pure-csv",
            "version": "1.6",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-csv",
            "description": "an interface to read and write comma separated value files in Pure",
            "long_description": "pure-csv provides an interface to read and write comma separated value files in Pure. The reading and writing functions are loosely based on Python’s CSV module",
            "active": true,
            "categories": [
                "devel",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pure"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-bonjour",
            "portdir": "pure/pure-bonjour",
            "version": "0.2",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-bonjour",
            "description": "an interface to Bonjour which enables you to publish and discover Zeroconf services from Pure",
            "long_description": "pure-bonjour provides an interface to Bonjour which enables you to publish and discover Zeroconf services from Pure.",
            "active": true,
            "categories": [
                "devel",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pure"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pure-audio",
            "portdir": "pure/pure-audio",
            "version": "0.6",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pure-audio",
            "description": "a digital audio interface for the Pure programming language",
            "long_description": "pure-audio provides a digital audio interface for the Pure programming language. This includes modules for PortAudio, FFTW, libsndfile, libsamplerate and a utility for real-time scheduling.",
            "active": true,
            "categories": [
                "audio",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "portaudio",
                        "libsamplerate",
                        "fftw-3",
                        "pure",
                        "libsndfile"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pd-pure",
            "portdir": "pure/pd-pure",
            "version": "0.26",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pd-pure",
            "description": "a Pd plugin loader which lets you run Pure scripts as externals in Pd",
            "long_description": "pd-pure provides a Pd plugin loader which lets you run Pure scripts as externals in Pd.",
            "active": true,
            "categories": [
                "devel",
                "audio",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pure"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "pd-faust"
                    ]
                }
            ]
        },
        {
            "name": "pd-faust",
            "portdir": "pure/pd-faust",
            "version": "0.18",
            "license": "LGPL-3+ and MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#pd-faust",
            "description": "a Pd plugin loader which lets you run Faust programs as externals in Pd and dynamically generate Pd GUI subpatches",
            "long_description": "pd-faust provides a Pd plugin loader which lets you run Faust programs as externals in Pd and dynamically generate Pd GUI subpatches.",
            "active": true,
            "categories": [
                "devel",
                "audio",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "faust",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pure-stldict",
                        "pure",
                        "pure-faust",
                        "pure-midi"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pd-pure"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "faust2pd",
            "portdir": "pure/faust2pd",
            "version": "2.16",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/agraef/pure-lang/wiki/Addons#faust2pd",
            "description": "a utility to generate Pd GUI patches from Faust programs",
            "long_description": "faust2pd is a utility to generate Pd GUI patches from Faust programs.",
            "active": true,
            "categories": [
                "devel",
                "audio",
                "pure"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pure",
                        "pure-xml"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "woff2",
            "portdir": "print/woff2",
            "version": "1.0.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/google/woff2",
            "description": "A set of tools for converting ttf fonts to/from woff2",
            "long_description": "A set of tools for converting ttf fonts to/from woff2",
            "active": true,
            "categories": [
                "www",
                "print"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 155
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "brotli"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "fontforge",
                        "dvisvgm",
                        "dvisvgm-devel",
                        "webkit2-gtk",
                        "webkit2-gtk-devel"
                    ]
                }
            ]
        },
        {
            "name": "ttf2pt1",
            "portdir": "print/ttf2pt1",
            "version": "3.4.4",
            "license": "BSD-old and BSD and Permissive and GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://ttf2pt1.sourceforge.net/",
            "description": "TrueType Font to PostScript Type 1 Converter",
            "long_description": "TTF2PT1 is a modification of Andrew Weeks TTF2PFA True Type to PostScript Type 3 converter. Which will convert Most TrueType Fonts to an Adobe Type 1 .pfa file. And also the other font formats supported by the FreeType library to an Adobe Type 1 .pfa file. And the BDF fonts to an Adobe Type 1 .pfa file. Yet another use is as a hinting engine: feed it an unhinted or poorly hinted Adobe Type 1 font through the FreeType library and get it back with freshly generated hints. If you want .pfb files, don't despair: they can be produced too. The files produced by default are in human readable form, which further needs to be encoded with the t1utilities, to work with most software requiring type 1 fonts.",
            "active": true,
            "categories": [
                "print"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "freetype"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ttf2eot",
            "portdir": "print/ttf2eot",
            "version": "0.0.3",
            "license": "BSD and LGPL-2 and LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/wget/ttf2eot",
            "description": "TrueType font (ttf) to Embeddable OpenType font (eot) converter",
            "long_description": "ttf2eot converts TrueType font (ttf) files into Embeddable OpenType font (eot) files for use in CSS @font-face rules for Internet Explorer for Windows",
            "active": true,
            "categories": [
                "www",
                "print"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "trueprint",
            "portdir": "print/trueprint",
            "version": "5.3",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/trueprint/",
            "description": "Prettyprinter",
            "long_description": "GNU Trueprint takes C source files and other text files and prints them on PostScript printers. It is intended to be used by programmers and includes a wealth of features, including diff-marking, an indentation count, function and file indices, and many others that are useful when printing source code.",
            "active": true,
            "categories": [
                "print"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "scribus-devel",
            "portdir": "print/scribus-devel",
            "version": "1.5.8",
            "license": "LGPL-2+ and BSD and MIT",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://www.scribus.net/",
            "description": "qt5-based WYSIWYG desktop publishing application",
            "long_description": "Scribus is an open source desktop publishing program. It provides true WYSIWYG editing, excellent PDF export facilities, and a wide range of other input and output options. This port tracks the development branch, currently 1.5.x.",
            "active": true,
            "categories": [
                "print"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "debug",
                "bitmap"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "perl5",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libqxp",
                        "libzmf",
                        "cairo",
                        "fontconfig",
                        "harfbuzz",
                        "harfbuzz-icu",
                        "lcms2",
                        "libart_lgpl",
                        "libcdr-0.1",
                        "libfreehand",
                        "libmspub",
                        "libpagemaker",
                        "qt5-qtbase",
                        "podofo",
                        "poppler",
                        "tiff",
                        "ghostscript",
                        "expat",
                        "hunspell",
                        "libiconv",
                        "librevenge",
                        "libxml2",
                        "boost176",
                        "python311",
                        "libvisio-0.1",
                        "qt5-qttools",
                        "qt5-qttranslations",
                        "zlib",
                        "icu"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "scribus",
            "portdir": "print/scribus",
            "version": "1.4.8",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://www.scribus.net/",
            "description": "qt4-based WYSIWYG desktop publishing application",
            "long_description": "Scribus is an open source desktop publishing program. It provides true WYSIWYG editing, excellent PDF export facilities, and a wide range of other input and output options.",
            "active": true,
            "categories": [
                "print"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "perl5",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libart_lgpl",
                        "libjpeg-turbo",
                        "libpng",
                        "podofo",
                        "tiff",
                        "python27",
                        "qt4-mac",
                        "expat",
                        "hunspell",
                        "hyphen",
                        "libiconv",
                        "libxml2",
                        "boost176",
                        "ghostscript",
                        "zlib",
                        "cairo",
                        "fontconfig",
                        "lcms2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rlpr",
            "portdir": "print/rlpr",
            "version": "2.06",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://truffula.com/rlpr/",
            "description": "Tools to spool to remote printers without modifying printcap",
            "long_description": "rlpr includes versions of lpr, lpq and lprm that permit printing to remote printers without modifying the system printcap.",
            "active": true,
            "categories": [
                "net",
                "print"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "psutils",
            "portdir": "print/psutils",
            "version": "p17",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.knackered.org/angus/psutils/",
            "description": "Useful utilities for manipulating PostScript documents",
            "long_description": "PSUtils is a collection of useful utilities for manipulating PostScript documents. Programs included are psnup, for placing out several logical pages on a single sheet of paper, psselect, for selecting pages from a document, pstops, for general imposition, psbook, for signature generation for booklet printing, and psresize, for adjusting page sizes.",
            "active": true,
            "categories": [
                "print"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "perl5"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "a2ps"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "groff"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "yap-app",
                        "texlive-fontutils"
                    ]
                }
            ]
        },
        {
            "name": "pslib",
            "portdir": "print/pslib",
            "version": "0.4.6",
            "license": "(GPL-2+ or LGPL-2+)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pslib.sourceforge.net/",
            "description": "C-library to create PostScript files on the fly",
            "long_description": "pslib is a C-library to create PostScript files on the fly. It offers many drawing primitives, inclusion of png and eps images and a very sophisticated text rendering including hyphenation, kerning and ligatures. It can read external Type1 fonts and embed them into the output file. It supports pdfmarks which makes it in combination with ghostscript's pdfwriter an alternative for libraries creating PDF.",
            "active": true,
            "categories": [
                "print"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14",
                        "automake",
                        "glib2",
                        "libtool",
                        "intltool",
                        "autoconf"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libjpeg-turbo",
                        "libpng",
                        "tiff",
                        "giflib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pscal",
            "portdir": "print/pscal",
            "version": "1.16",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.panix.com/~mbh/projects.html",
            "description": "produces simple, nice-looking PostScript calendars",
            "long_description": "pscal is Bourne shell script that produces simple, nice-looking PostScript calendars.",
            "active": true,
            "categories": [
                "print"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ps2eps",
            "portdir": "print/ps2eps",
            "version": "1.70",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://ctan.org/pkg/ps2eps",
            "description": "PostScript to Encapsulated PostScript (EPS) conversion utility",
            "long_description": "ps2eps is a tool (written in Perl) to produce Encapsulated PostScript Files (EPS/EPSF) from usual one-paged PostScript documents. It calculates correct bounding boxes for those EPS files and filters some special PostScript command sequences that can produce erroneous results on printers. EPS files are often needed for including (scalable) graphics of high quality into TeX/LaTeX (or even Word) documents.",
            "active": true,
            "categories": [
                "print"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "perl5",
                        "ghostscript"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "texlive-fontutils"
                    ]
                }
            ]
        },
        {
            "name": "ppmtomd",
            "portdir": "print/ppmtomd",
            "version": "1.6",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://ppmtomd.julianbradfield.org/",
            "description": "driver for the Alps Micro-Dry series of printers",
            "long_description": "This program drives the Alps Micro-Dry series of printers, including the Citizen Printiva series, Alps MD series, and Oki DP series (but not yet the DP-7000). In the current release, the program drives the standard mode fairly well; the dye sublimation mode very well; and the VPhoto mode reasonably well. It supports all the colours available up to the DP-5000, including the foil colours.",
            "active": true,
            "categories": [
                "print"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "",
                    "ports_count": 218
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "netpbm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pdfposter",
            "portdir": "print/pdfposter",
            "version": "0.8.1",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pdfposter.readthedocs.io/",
            "description": "scale and tile PDF images/pages to print on multiple pages",
            "long_description": "Pdfposter can be used to create a large poster by building it from multiple pages and/or printing it on large media. It expects as input a PDF file, normally printing on a single page. The output is again a PDF file, maybe containing multiple pages together building the poster. The input page will be scaled to obtain the desired size, much like poster does for PostScript files, but working with PDF, since sometimes poster does not like your files converted from PDF. :-) Indeed pdfposter was inspired by poster.",
            "active": true,
            "categories": [
                "python",
                "print"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-setuptools",
                        "py312-wheel",
                        "clang-16",
                        "py312-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-pypdf",
                        "python312"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pdflib",
            "portdir": "print/pdflib",
            "version": "7.0.5p3",
            "license": "Restrictive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.pdflib.com/download/free-software/pdflib-lite-7/",
            "description": "PDFlib Lite (Source Code) is a subset of PDFlib",
            "long_description": "PDFlib Lite (Source Code) is a subset of PDFlib, a library of C routines that allow to programmatically generate PDF, the Adobe's Portable Document File format.",
            "active": true,
            "categories": [
                "print"
            ],
            "maintainers": [],
            "variants": [
                "java",
                "perl",
                "python27",
                "tcl",
                "ruby",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "php53-pdflib",
                        "php54-pdflib",
                        "php55-pdflib",
                        "php56-pdflib",
                        "php70-pdflib",
                        "php71-pdflib",
                        "php72-pdflib",
                        "php73-pdflib",
                        "php74-pdflib",
                        "grace"
                    ]
                }
            ]
        },
        {
            "name": "pcal",
            "portdir": "print/pcal",
            "version": "4.11.0",
            "license": "Unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pcal.sourceforge.net/",
            "description": "PostScript calendar program",
            "long_description": "Pcal is a program to print PostScript calendars for any month and year. By default, it looks for a file in the home directory named calendar for entries with leading dates matching dates on the calendar, and prints any following text under the appropriate day.",
            "active": true,
            "categories": [
                "print"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 431
                }
            ],
            "variants": [
                "universal",
                "a4"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "otfcc",
            "portdir": "print/otfcc",
            "version": "0.10.4",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/caryll/otfcc",
            "description": "Optimized OpenType builder and inspector",
            "long_description": "A C library and utility used for parsing and writing OpenType font files",
            "active": true,
            "categories": [
                "devel",
                "print"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 155
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "premake5",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mpage",
            "portdir": "print/mpage",
            "version": "2.5.5",
            "license": "Restrictive and GPL-2+",
            "platforms": "darwin sunos",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.mesa.nl/pub/mpage/",
            "description": "Print several pages on a single sheet of paper",
            "long_description": "Print several pages on a single sheet of paper",
            "active": true,
            "categories": [
                "print"
            ],
            "maintainers": [],
            "variants": [
                "mediaA4"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libspectre",
            "portdir": "print/libspectre",
            "version": "0.2.12",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freedesktop.org/wiki/Software/libspectre/",
            "description": "Libspectre is a small library for rendering PostScript documents.",
            "long_description": "Libspectre is a small library for rendering PostScript documents. It provides a convenient easy to use API for handling and rendering PostScript documents.",
            "active": true,
            "categories": [
                "print"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2610
                }
            ],
            "variants": [
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cairo",
                        "ghostscript"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cantor",
                        "evince",
                        "goffice",
                        "imlib2",
                        "okular",
                        "zathura-plugin-ps"
                    ]
                }
            ]
        },
        {
            "name": "libpaper",
            "portdir": "print/libpaper",
            "version": "2.2.6",
            "license": "LGPL-2.1+ and public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rrthomas/libpaper",
            "description": "A library providing routines for paper size management",
            "long_description": "The paper library and accompanying files are intended to provide a simple way for applications to take actions based on a system- or user-specified paper size.",
            "active": true,
            "categories": [
                "print"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "texlive-bin",
                        "paps",
                        "libpaper-utils",
                        "barcode",
                        "ghostscript",
                        "a2ps"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "psbind"
                    ]
                }
            ]
        },
        {
            "name": "libotf",
            "portdir": "print/libotf",
            "version": "0.9.16",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.nongnu.org/m17n",
            "description": "Library for handling OpenType fonts",
            "long_description": "Library for handling OpenType fonts",
            "active": true,
            "categories": [
                "print"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "freetype",
                        "xorg-libXaw"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libharu",
            "portdir": "print/libharu",
            "version": "2.3.0",
            "license": "zlib",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://libharu.org",
            "description": "a free, cross platform, open source library for generating PDF files",
            "long_description": "a free, cross platform, open source library for generating PDF files supporting the following features: 1. Generating PDF files with lines, text, images. 2. Outline, text annotation, link annotation. 3. Compressing document with deflate-decode. 4. Embedding PNG, Jpeg images. 5. Embedding Type1 font and TrueType font. 6. Creating encrypted PDF files. 7. Using various character sets (ISO8859-1~16, MSCP1250~8, KOI8-R). 8. CJK fonts and encodings.",
            "active": true,
            "categories": [
                "print"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libpng"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "plplot510",
                        "plplot510-single",
                        "plplot",
                        "plplot-single",
                        "lua53-luahpdf",
                        "lua54-luahpdf",
                        "lua51-luahpdf",
                        "lua52-luahpdf",
                        "wt",
                        "gawk-haru"
                    ]
                }
            ]
        },
        {
            "name": "libLASi",
            "portdir": "print/libLASi",
            "version": "1.1.3",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://unifont.org/lasi/",
            "description": "unicode PostScript printing engine",
            "long_description": "libLASi is a library written by Larry Siden that provides a C++ stream output interface ( with operator << ) for creating PostScript documents that can contain characters from any of the scripts and symbol blocks supported in Unicode and by Owen Taylor's Pango layout engine.",
            "active": true,
            "categories": [
                "print"
            ],
            "maintainers": [
                {
                    "name": "takeshi",
                    "github": "tenomoto",
                    "ports_count": 54
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "freetype",
                        "glib2",
                        "gettext-runtime",
                        "pango",
                        "fontconfig",
                        "harfbuzz"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "graphviz-devel",
                        "graphviz",
                        "plplot510",
                        "plplot510-single",
                        "plplot",
                        "plplot-single"
                    ]
                }
            ]
        },
        {
            "name": "lcdf-typetools",
            "portdir": "print/lcdf-typetools",
            "version": "2.110",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.lcdf.org/type/",
            "description": "Tools for manipulating fonts.",
            "long_description": "The LCDF Typetools package contains several programs for manipulating PostScript Type 1, Type 1 multiple master, and PostScript-flavored OpenType fonts.",
            "active": true,
            "categories": [
                "tex",
                "print"
            ],
            "maintainers": [],
            "variants": [
                "texlive",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "texlive-bin"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "texlive-fontutils"
                    ]
                }
            ]
        },
        {
            "name": "latex2html",
            "portdir": "print/latex2html",
            "version": "2021",
            "license": "GPL-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.ctan.org/pkg/latex2html",
            "description": "Convert LaTeX into HTML.",
            "long_description": "LATEX2HTML is a convertor written in Perl that converts LATEX documents to HTML.",
            "active": true,
            "categories": [
                "print"
            ],
            "maintainers": [],
            "variants": [
                "perl5_30",
                "perl5_28",
                "perl5_32",
                "perl5_34"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "poppler",
                        "ghostscript",
                        "netpbm",
                        "texlive-latex",
                        "perl5.34",
                        "dvipng"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "gnustep-make-docs",
                        "htcondor",
                        "gaa"
                    ]
                }
            ]
        },
        {
            "name": "latex-mk",
            "portdir": "print/latex-mk",
            "version": "2.0",
            "license": "BSD-old",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://latex-mk.sourceforge.net/",
            "description": "makefile fragments and shell scripts to manage LaTeX documents",
            "long_description": "Latex-Mk is a set of makefile fragments and shell scripts designed to assist in the management of LaTeX documents. The user creates a simple Makefile which sets up a few simple variables and then includes the latex.mk fragment at the end.",
            "active": true,
            "categories": [
                "print"
            ],
            "maintainers": [
                {
                    "name": "rbeyer",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "texlive-latex"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gv",
            "portdir": "print/gv",
            "version": "3.7.4",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/gv/",
            "description": "PostScript and PDF previewer",
            "long_description": "gv is a X11 PostScript and PDF previewer based on Tim Theisen's ghostview-1.5. It uses the Xaw3d widget set, thus providing a much nicer look and it's said to be a bit faster.",
            "active": true,
            "categories": [
                "print"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "letter",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "Xaw3d",
                        "xorg-libXinerama",
                        "bzip2",
                        "libiconv"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "texinfo",
                        "ghostscript"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "pyxplot",
                        "arb"
                    ]
                }
            ]
        },
        {
            "name": "gutenprint",
            "portdir": "print/gutenprint",
            "version": "5.3.3",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gimp-print.sourceforge.io",
            "description": "Gutenprint print plugin for GIMP",
            "long_description": "Gutenprint print plugin for GIMP",
            "active": true,
            "categories": [
                "print"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 350
                }
            ],
            "variants": [
                "quartz"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk2",
                        "gimp2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gimp"
                    ]
                }
            ]
        },
        {
            "name": "gimp-print",
            "portdir": "print/gimp-print",
            "version": "4.2.7",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://gimp-print.sourceforge.net/",
            "description": "Print Plugin & Ghostscript (and CUPS) Driver",
            "long_description": "Gimp-Print is a package of high quality printer drivers for Linux, BSD, Solaris, IRIX, and other UNIX-alike operating systems. In many cases, these drivers rival or exceed the OEM drivers in quality and functionality. Our goal is to produce the highest possible output quality from all supported printers. To that end, we have done extensive work on screening algorithms, color generation, and printer feature utilization. We are continuing our work in all of these areas to produce ever higher quality results, particularly on the ubiquitous, inexpensive inkjet printers that are nonetheless capable of nearly photographic output quality.",
            "active": true,
            "categories": [
                "print"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ghostscript-fonts-hiragino",
            "portdir": "print/ghostscript-fonts-hiragino",
            "version": "9.54.0",
            "license": "Permissive",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "Hiragino font for ghostscript 9.54.0",
            "long_description": "Hiragino font for ghostscript 9.54.0",
            "active": true,
            "categories": [
                "japanese",
                "print",
                "chinese"
            ],
            "maintainers": [],
            "variants": [
                "yu",
                "no_alias",
                "alias"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ghostscript"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}