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

{
    "count": 50182,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=987",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=985",
    "results": [
        {
            "name": "commons-lang",
            "portdir": "java/commons-lang",
            "version": "2.4",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://commons.apache.org/lang/",
            "description": "Jakarta Commons-Lang",
            "long_description": "The Lang Component provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, creation and serialization, and System properties. Additionally it contains an inheritable enum type, an exception structure that supports multiple types of nested-Exceptions, basic enhancements to java.util.Date and a series of utlities dedicated to help with building methods, such as hashCode, toString and equals.",
            "active": true,
            "categories": [
                "java"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "apache-ant",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "kaffe"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "commons-cli"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "cassandra"
                    ]
                }
            ]
        },
        {
            "name": "commons-io",
            "portdir": "java/commons-io",
            "version": "1.4",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://commons.apache.org/io/",
            "description": "Jakarta Commons-IO",
            "long_description": "Commons IO is a library of utilities to assist with developing IO functionality from Java.",
            "active": true,
            "categories": [
                "java"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "apache-ant",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "junit",
                        "kaffe"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "xmlgraphics-commons"
                    ]
                }
            ]
        },
        {
            "name": "cobertura",
            "portdir": "java/cobertura",
            "version": "1.6",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://cobertura.sourceforge.net/",
            "description": "Java code coverage tool",
            "long_description": "Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage.",
            "active": true,
            "categories": [
                "devel",
                "java"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "javancss",
                        "junit",
                        "objectweb-asm",
                        "apache-ant"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "kaffe"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "junit"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "checkstyle",
            "portdir": "java/checkstyle",
            "version": "4.3",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://checkstyle.sourceforge.net/",
            "description": "CheckStyle is a Java source code analyzer",
            "long_description": "Checkstyle is a Java source code analyzer. It automates the process of checking Java code, and can be made to support almost any coding standard. It can also find class design problems, duplicate code, or bug patterns like double checked locking.",
            "active": true,
            "categories": [
                "lang",
                "java"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "apache-ant",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "kaffe"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "junit"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ccl-util",
            "portdir": "java/ccl-util",
            "version": "32.69",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.kclee.de/clemens/java/ccl/",
            "description": "Chr. Clemens Lee's Java utility classes.",
            "long_description": "Chr. Clemens Lee's Java utility classes.",
            "active": true,
            "categories": [
                "devel",
                "java"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "apache-ant",
                        "javacc",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "javancss"
                    ]
                }
            ]
        },
        {
            "name": "castor",
            "portdir": "java/castor",
            "version": "0.9.9",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://castor-data-binding.github.io/castor/",
            "description": "data binding framework for Java",
            "long_description": "Castor is an Open Source data binding framework for Java(tm). It's the shortest path between Java objects, XML documents and relational tables. Castor provides Java-to-XML binding, Java-to-SQL persistence, and more.",
            "active": true,
            "categories": [
                "java"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "kaffe"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "antenna",
            "portdir": "java/antenna",
            "version": "1.2.1-beta",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://antenna.sourceforge.net/",
            "description": "Antenna provides a set of Ant tasks suitable for developing mobile applications.",
            "long_description": "Antenna provides a set of Ant tasks suitable for developing wireless Java applications targeted at the Mobile Information Device Profile (MIDP). With Antenna, you can compile, preverify, package, obfuscate, and run your MIDP applications (aka MIDlets), manipulate Java Application Descriptor (JAD) files, as well as convert JAR files to PRC files designed to run on the MIDP for PalmOS implementations from Sun and IBM. Deployment is supported via a deployment task and a corresponding HTTP servlet for Over-the-Air (OTA) provisioning. A small preprocessor allows to generate different variants of a MIDlet from a single source.",
            "active": true,
            "categories": [
                "devel",
                "java"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "android",
            "portdir": "java/android",
            "version": "23",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://developer.android.com/",
            "description": "Android SDK",
            "long_description": "The Android SDK allows development for the Android mobile platform.",
            "active": true,
            "categories": [
                "devel",
                "java",
                "emulators"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tkirc",
            "portdir": "irc/tkirc",
            "version": "2.46",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://netsplit.de/tkirc2/",
            "description": "A Tk-based GUI for the ircII Internet Relay Chat client",
            "long_description": "Tkirc is a frontend for unix's ircII (shell-client for the Internet Relay Chat) based on Tcl/Tk. If you know how to use ircII, you should not have any problems using tkirc.",
            "active": true,
            "categories": [
                "irc"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "ircii",
                        "tk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "silc-server",
            "portdir": "irc/silc-server",
            "version": "1.1.11",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://silcnet.org/",
            "description": "server for the silc-network.",
            "long_description": "silc-server (silcd) is the server for the SILC protocol. SILC (Secure Internet Live Conferencing) is a protocol which provides secure conferencing services in the Internet over insecure channel. SILC superficially resembles IRC, although they are very different internally. SILC is much more than just about `encrypting the traffic'.",
            "active": true,
            "categories": [
                "irc"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "silc-client",
            "portdir": "irc/silc-client",
            "version": "1.1.4",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://silcnet.org/",
            "description": "client for the silc-network.",
            "long_description": "silc-client is a client for the SILC (Secure Internet Live Conferencing) protocol. SILC provides secure conferencing services in the Internet over insecure channel.",
            "active": true,
            "categories": [
                "irc"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "glib2",
                        "perl5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sic",
            "portdir": "irc/sic",
            "version": "1.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://tools.suckless.org/sic/",
            "description": "extremely fast, small and simple irc client",
            "long_description": "sic is an extremely fast, small and simple irc client. It reads commands from standard input and prints all server output to standard output. It multiplexes also all channel traffic into one output, that you don't have to switch different channel buffers, that's actually a feature.",
            "active": true,
            "categories": [
                "irc"
            ],
            "maintainers": [
                {
                    "name": "toby",
                    "github": "tobypeterson",
                    "ports_count": 249
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "scrollz",
            "portdir": "irc/scrollz",
            "version": "2.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.scrollz.info/",
            "description": "ircII-based irc client",
            "long_description": "ScrollZ is yet another ircII-based irc client.",
            "active": true,
            "categories": [
                "irc"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "lostirc",
            "portdir": "irc/lostirc",
            "version": "0.4.6",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://lostirc.sourceforge.net/",
            "description": "simple GTK+ IRC client",
            "long_description": "LostIRC is an IRC client for X, written in C++ using gtkmm as a widget set. The goal of the first stable version, is to make a simple, keyboard controlled IRC application with basic features implemented.",
            "active": true,
            "categories": [
                "irc"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtkmm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "irssistats",
            "portdir": "irc/irssistats",
            "version": "0.75",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://royale.zerezo.com/irssistats/",
            "description": "generate IRC statistics from irssi logs",
            "long_description": "This tool generates IRC stats based on irssi logs.",
            "active": true,
            "categories": [
                "irc"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "irctree",
            "portdir": "irc/irctree",
            "version": "0.10",
            "license": "GPL-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.habets.pp.se/synscan/programs.php?prog=irctree",
            "description": "show a tree representing the structure of an IRC network in ASCII",
            "long_description": "show a tree representing the structure of an IRC network in ASCII",
            "active": true,
            "categories": [
                "irc"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "perl5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ircii-classic",
            "portdir": "irc/ircii-classic",
            "version": "2.8.2",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.irchelp.org/irchelp/clients/unix/ircii/",
            "description": "a text-based IRC and ICB client",
            "long_description": "ircII is a text-based interface to Internet Relay Chat. This port is for version 2.8.2 from 1995, since some consider later versions buggier and more bloated.",
            "active": true,
            "categories": [
                "irc"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "",
                    "ports_count": 218
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "flex",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "insub",
            "portdir": "irc/insub",
            "version": "13.0",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://gruntle.org/projects/irssi/insub/",
            "description": "extra cowsay cows and irssi script",
            "long_description": "Handy tools for being obnoxious on IRC. Warning: some of the cows are potentially offensive.",
            "active": true,
            "categories": [
                "irc"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "infobot",
            "portdir": "irc/infobot",
            "version": "0.45.3",
            "license": "(Artistic-1 or GPL)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.infobot.org/",
            "description": "IRC Bot written in Perl with a rabid AI",
            "long_description": "The infobot connects to an Internet Relay Chat (IRC) server, joins some channels (maybe), and begins accumulating factoids. To run one, download the source, uncompress it, untar it, edit the config files, and it up.",
            "active": true,
            "categories": [
                "irc"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ii",
            "portdir": "irc/ii",
            "version": "2.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://tools.suckless.org/ii/",
            "description": "minimalist FIFO and filesystem-based IRC client",
            "long_description": "ii is a minimalist FIFO and filesystem-based IRC client. It creates an irc directory tree with server, channel and nick name directories. In every directory a FIFO in file and a normal out file is created.",
            "active": true,
            "categories": [
                "irc"
            ],
            "maintainers": [
                {
                    "name": "toby",
                    "github": "tobypeterson",
                    "ports_count": 249
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fisg",
            "portdir": "irc/fisg",
            "version": "0.3.12",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.tnsp.org/fisg.php",
            "description": "creates HTML pages with statistics about IRC logs",
            "long_description": "Fast IRC Stats Generator (FISG) creates HTML pages with statistics about IRC logs. It has less features than some alternatives, but is much faster and can be run on low-end systems. It supports Irssi and Eggdrop log files.",
            "active": true,
            "categories": [
                "irc"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "erc",
            "portdir": "irc/erc",
            "version": "5.3",
            "license": "GPL-3+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://savannah.gnu.org/projects/erc",
            "description": "An irc client for emacs",
            "long_description": "ERC is a powerful, modular, and extensible Emacs Internet Relay Chat client.",
            "active": true,
            "categories": [
                "irc"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "emacs"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dircproxy",
            "portdir": "irc/dircproxy",
            "version": "1.2.0-RC1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/w8tvi/dircproxy",
            "description": "an IRC proxy server a.k.a. \"bouncer\"",
            "long_description": "dircproxy is an IRC proxy server (\"bouncer\") designed for people who use IRC from lots of different workstations or clients, but wish to remain connected and see what they missed while they were away.",
            "active": true,
            "categories": [
                "irc"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-12"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "bitlbee",
            "portdir": "irc/bitlbee",
            "version": "3.6",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.bitlbee.org/",
            "description": "An IRC to other chat networks gateway",
            "long_description": "bitlbee is an IRC server that can connect to other IM networks. Its intention is you only have to use one client application for all your instant messaging.",
            "active": true,
            "categories": [
                "net",
                "irc"
            ],
            "maintainers": [],
            "variants": [
                "otr",
                "purple"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnutls",
                        "libgcrypt",
                        "gettext",
                        "libotr",
                        "libiconv",
                        "libgpg-error",
                        "glib2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "wxLua",
            "portdir": "graphics/wxLua",
            "version": "2.8.12.3",
            "license": "unknown",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://wxlua.sourceforge.net/",
            "description": "Lua bindings for wxWidgets",
            "long_description": "wxLua is a lua scripting language wrapper around the wxWidgets cross-platform GUI library. It consists of an executable for running standalone wxLua scripts and a library for extending C++ programs with a fast, small, fully embeddable scripting language.",
            "active": true,
            "categories": [
                "devel",
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "readline",
                        "wxWidgets-3.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "wings",
            "portdir": "graphics/wings",
            "version": "0.99.04a",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.wings3d.com/",
            "description": "Erlang 3D Modeler",
            "long_description": "Wings 3D is a subdivision modeler inspired by Nendo and Mirai from Izware.",
            "active": true,
            "categories": [
                "graphics",
                "erlang"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "esdl",
                        "erlang",
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "whirlgif",
            "portdir": "graphics/whirlgif",
            "version": "3.04",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.danbbs.dk/~dino/whirlgif/",
            "description": "produces an animated GIF file composed of a series of GIF images",
            "long_description": "produces an animated GIF file composed of a series of GIF images",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "vsd2svg",
            "portdir": "graphics/vsd2svg",
            "version": "0.1.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://dia-installer.de/vsd2svg/",
            "description": "A commandline tool to convert files in VSD (Visio) format to SVG.",
            "long_description": "A commandline tool to convert files in VSD (Visio) format to SVG. VSD is the format used by Visio.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2605
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "autoconf"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "librevenge",
                        "libvisio-0.1"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "vlfeat",
            "portdir": "graphics/vlfeat",
            "version": "0.9.20",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://vlfeat.org/",
            "description": "Implementation of SIFT, MSER and other CV algorithms.",
            "long_description": "The VLFeat open source library implements popular computer vision algorithms including SIFT, MSER, k-means, hierarchical k-means, agglomerative information bottleneck, and quick shift.",
            "active": true,
            "categories": [
                "devel",
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2816
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "twain-sane",
            "portdir": "graphics/twain-sane",
            "version": "3.5",
            "license": "GPL-2+",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ellert.se/twain-sane/",
            "description": "TWAIN datasource for SANE",
            "long_description": "This is a TWAIN datasource for Mac OS X that aquires images using the SANE backend libraries. The SANE backend libraries provide access to a large range of scanners connected through SCSI or USB. For a complete list see the documentation on the SANE project homepage. It works with my HP SCSI scanner, and many people have reported success with a large number of different scanners. The feedback from users have helped the SANE developers to fix problems with various backends, so with each release of the SANE backends more of the Mac OS X specific problems have been solved.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "libusb-compat",
                        "sane-backends",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ttygif",
            "portdir": "graphics/ttygif",
            "version": "1.6.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/icholy/ttygif",
            "description": "Convert terminal recordings to animated GIFs.",
            "long_description": "Convert terminal recordings to animated GIFs. ttygif converts a ttyrec file into GIF files. It's a stripped down version of ttyplay that screenshots every frame.",
            "active": true,
            "categories": [
                "sysutils",
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1018
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "ImageMagick"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ttfautohint",
            "portdir": "graphics/ttfautohint",
            "version": "1.8.4",
            "license": "(freetype or GPL-2)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freetype.org/ttfautohint/",
            "description": "A library to autohint TrueType fonts",
            "long_description": "ttfautohint provides a 99% automated hinting process and a platform for finely hand-hinting the last 1%. It is ideal for web fonts and supports many scripts: Latin, Greek, Arabic, Devanagari, Hebrew, Khmer, Myanmar, Thai, and many more.",
            "active": true,
            "categories": [
                "graphics",
                "fonts"
            ],
            "maintainers": [
                {
                    "name": "",
                    "github": "tuffnatty",
                    "ports_count": 1
                }
            ],
            "variants": [
                "qt4",
                "qt5",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "harfbuzz",
                        "freetype"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "toilet",
            "portdir": "graphics/toilet",
            "version": "0.3",
            "license": "WTFPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://libcaca.zoy.org/wiki/libcaca",
            "description": "toilet - colour based alternative to figlet using libcaca",
            "long_description": "The TOIlet project attempts to create a free replacement for the FIGlet utility. TOIlet stands for “The Other Implementation’s letters”, coined after FIGlet’s “Frank, Ian and Glen’s letters”.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "libcaca"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tgif",
            "portdir": "graphics/tgif",
            "version": "4.2.5",
            "license": "QPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://bourbon.usc.edu/tgif/",
            "description": "Basic vector drawing package",
            "long_description": "Basic vector drawing package",
            "active": true,
            "categories": [
                "graphics",
                "x11"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "imake"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libX11",
                        "xorg-libXext",
                        "xorg-libXmu",
                        "xorg-libXt"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "t1utils",
            "portdir": "graphics/t1utils",
            "version": "1.42",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.lcdf.org/~eddietwo/type/",
            "description": "Command line tools for dealing with Type 1 fonts",
            "long_description": "t1utils is a collection of simple type-1 font manipulation programs. Together, they allow you to convert between PFA (ASCII) and PFB (binary) formats, disassemble PFA or PFB files into human-readable form, reassemble them into PFA or PFB format. Additionally you can extract font resources from a Macintosh font file (ATM/Laserwriter), or create a Macintosh Type 1 font file from a PFA or PFB font.",
            "active": true,
            "categories": [
                "graphics",
                "print",
                "fonts"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "lilypond",
                        "lilypond-devel"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "texlive-fontutils"
                    ]
                }
            ]
        },
        {
            "name": "swftools",
            "portdir": "graphics/swftools",
            "version": "0.9.2",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.swftools.org",
            "description": "SWF manipulation and generation tools",
            "long_description": "SWF manipulation and generation tools",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "giflib",
                        "libjpeg-turbo",
                        "lame",
                        "python27",
                        "freetype",
                        "openjpeg15"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "R-animation"
                    ]
                }
            ]
        },
        {
            "name": "squish",
            "portdir": "graphics/squish",
            "version": "1.15",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sourceforge.net/projects/libsquish/",
            "description": "DXT Compression Library",
            "long_description": "DXT compression is a very well-designed compression scheme for colour textures with an optional alpha channel. The squish library is a cross-platform open source implementation of DXT compression (and decompression).",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-12"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "supertuxkart",
                        "libdevil",
                        "openimageio"
                    ]
                }
            ]
        },
        {
            "name": "scale2x",
            "portdir": "graphics/scale2x",
            "version": "4.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.scale2x.it",
            "description": "utility to increase the size of small bitmaps",
            "long_description": "Scale2x is real-time graphics effect able to increase the size of small bitmaps guessing the missing pixels without interpolating pixels and blurring the images.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libpng"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qwtplot3d",
            "portdir": "graphics/qwtplot3d",
            "version": "0.2.7",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://qwtplot3d.sourceforge.net",
            "description": "Qt-based 3D-widgets",
            "long_description": "Feature-rich Qt / OpenGL-based C++ programming library, providing 3D-widgets for technical applications",
            "active": true,
            "categories": [
                "graphics",
                "science"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 463
                }
            ],
            "variants": [
                "qt3",
                "qt4",
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gnuradio37"
                    ]
                }
            ]
        },
        {
            "name": "qwt-qt5-examples",
            "portdir": "graphics/qwt-qt5",
            "version": "6.1.6",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://qwt.sourceforge.net",
            "description": "Qt Widgets for Technical Applications",
            "long_description": "The Qwt library contains GUI Components and utility classes which are primarily useful for programs with a technical background. Beside a framework for 2D plots it provides scales, sliders, dials, compasses, thermometers, wheels and knobs to control or display values, arrays, or ranges of type double.",
            "active": true,
            "categories": [
                "graphics",
                "science"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "qwt-qt5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qwt-qt5",
            "portdir": "graphics/qwt-qt5",
            "version": "6.1.6",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://qwt.sourceforge.net",
            "description": "Qt Widgets for Technical Applications",
            "long_description": "The Qwt library contains GUI Components and utility classes which are primarily useful for programs with a technical background. Beside a framework for 2D plots it provides scales, sliders, dials, compasses, thermometers, wheels and knobs to control or display values, arrays, or ranges of type double.",
            "active": true,
            "categories": [
                "graphics",
                "science"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1504
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "qt5-qtsvg",
                        "qt5-qttools"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gnuradio-devel",
                        "qwt-qt5-examples",
                        "PothosPlotters",
                        "gnuradio",
                        "gnuradio-next",
                        "elmerfem",
                        "qgis3",
                        "qgis3-ltr"
                    ]
                }
            ]
        },
        {
            "name": "qwt61",
            "portdir": "graphics/qwt",
            "version": "6.1.3",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://qwt.sourceforge.net",
            "description": "QWT: Qt Widgets for Technical Applications, Version 6.1",
            "long_description": "QWT: Qt Widgets for Technical Applications, Version 6.1\nThe Qwt library contains GUI Components and utility classes which are primarily useful for programs with a technical background. Beside a 2D plot widget it provides scales, sliders, dials, compasses, thermometers, wheels and knobs to control or display values, arrays, or ranges of type double. QWT version 6.1 contains source incompatible changes versus other versions of QWT.",
            "active": true,
            "categories": [
                "graphics",
                "science"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 463
                }
            ],
            "variants": [
                "qt5",
                "qt4",
                "debug",
                "examples",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qwt60",
            "portdir": "graphics/qwt",
            "version": "6.0.2",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://qwt.sourceforge.net",
            "description": "QWT: Qt Widgets for Technical Applications, Version 6.0",
            "long_description": "QWT: Qt Widgets for Technical Applications, Version 6.0\nThe Qwt library contains GUI Components and utility classes which are primarily useful for programs with a technical background. Beside a 2D plot widget it provides scales, sliders, dials, compasses, thermometers, wheels and knobs to control or display values, arrays, or ranges of type double. QWT version 6.0 contains source incompatible changes versus other versions of QWT.",
            "active": true,
            "categories": [
                "graphics",
                "science"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 463
                }
            ],
            "variants": [
                "qt5",
                "qt4",
                "debug",
                "examples",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qwt52",
            "portdir": "graphics/qwt",
            "version": "5.2.3",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://qwt.sourceforge.net",
            "description": "QWT: Qt Widgets for Technical Applications, Version 5.2",
            "long_description": "QWT: Qt Widgets for Technical Applications, Version 5.2\nThe Qwt library contains GUI Components and utility classes which are primarily useful for programs with a technical background. Beside a 2D plot widget it provides scales, sliders, dials, compasses, thermometers, wheels and knobs to control or display values, arrays, or ranges of type double. QWT version 5.2 contains source incompatible changes versus other versions of QWT.",
            "active": true,
            "categories": [
                "graphics",
                "science"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 463
                }
            ],
            "variants": [
                "qt3",
                "qt4",
                "debug",
                "examples",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gnuradio37",
                        "gr37-air-modes",
                        "py27-pyqwt",
                        "bacula5",
                        "bacula"
                    ]
                }
            ]
        },
        {
            "name": "qwt",
            "portdir": "graphics/qwt",
            "version": "5.1.2",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://qwt.sourceforge.net",
            "description": "QWT: Qt Widgets for Technical Applications, Version 5.1",
            "long_description": "QWT: Qt Widgets for Technical Applications, Version 5.1\nThe Qwt library contains GUI Components and utility classes which are primarily useful for programs with a technical background. Beside a 2D plot widget it provides scales, sliders, dials, compasses, thermometers, wheels and knobs to control or display values, arrays, or ranges of type double. QWT version 5.1 contains source incompatible changes versus other versions of QWT.",
            "active": true,
            "categories": [
                "graphics",
                "science"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 463
                }
            ],
            "variants": [
                "qt3",
                "qt4",
                "debug",
                "examples",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "quesoglc",
            "portdir": "graphics/quesoglc",
            "version": "0.7.2",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://quesoglc.sourceforge.net/",
            "description": "QuesoGLC is a free implementation of the OpenGL Character Renderer (GLC).",
            "long_description": "QuesoGLC is a free implementation of the OpenGL Character Renderer (GLC). QuesoGLC is based on the FreeType library, provides Unicode support and is designed to be easily ported to any platform that supports both Freetype and OpenGL.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "fontconfig",
                        "freetype",
                        "libGLU",
                        "mesa"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qrencode",
            "portdir": "graphics/qrencode",
            "version": "4.1.1",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://fukuchi.org/works/qrencode",
            "description": "A fast and compact library for QR Code generation",
            "long_description": "Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libpng"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "prison",
                        "KeePassXC",
                        "KeePassXC-devel",
                        "profanity",
                        "pdfpc",
                        "glabels",
                        "litecoin",
                        "toxic",
                        "faustlive-devel"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pass-otp",
                        "passage",
                        "pass",
                        "pam-google-authenticator"
                    ]
                }
            ]
        },
        {
            "name": "qimageblitz",
            "portdir": "graphics/qimageblitz",
            "version": "0.0.6",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.kde.org",
            "description": "Graphical effects library for KDE4",
            "long_description": "QImageBlitz is a graphical effect and filter library for KDE4 with MMX/SSE support.",
            "active": true,
            "categories": [
                "graphics",
                "kde",
                "kde4"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "cmake",
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "phonon"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "kde4-workspace",
                        "kolourpaint",
                        "kopete",
                        "okular",
                        "perlqt",
                        "qyoto",
                        "smokeqt",
                        "kde4-runtime",
                        "tellico"
                    ]
                }
            ]
        },
        {
            "name": "potrace",
            "portdir": "graphics/potrace",
            "version": "1.16",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://potrace.sourceforge.net/",
            "description": "Transform bitmaps into vector graphics",
            "long_description": "Potrace is a utility for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image. The input is a bitmap (PBM, PGM, PPM, or BMP), and the default output is one of several vector file formats. A typical use is to create EPS files from scanned data, such as company or university logos, handwritten notes, etc. The resulting image is not jaggy like a bitmap, but smooth. It can then be rendered at any resolution.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "metric_default",
                "a4_default",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "mftrace",
                        "fontforge",
                        "dvisvgm",
                        "dvisvgm-devel",
                        "inkscape",
                        "inkscape-devel",
                        "blender",
                        "texlive-bin",
                        "osm2pgsql-lua",
                        "osm2pgsql"
                    ]
                }
            ]
        },
        {
            "name": "polyclipping",
            "portdir": "graphics/polyclipping",
            "version": "6.4.2",
            "license": "Boost-1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sourceforge.net/projects/polyclipping/",
            "description": "Polygon and line clipping and offsetting library",
            "long_description": "Clipper library performs clipping and offsetting for both lines and polygons. All four boolean clipping operations are supported - intersection, union, difference and exclusive-or. Polygons can be of any shape including self-intersecting polygons.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "sikmir",
                    "github": "sikmir",
                    "ports_count": 6
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}