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

{
    "count": 51595,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=157",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=155",
    "results": [
        {
            "name": "abclock",
            "portdir": "x11/abclock",
            "version": "1.0d",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.let.rug.nl/kleiweg/abclock/",
            "description": "analog clock for X",
            "long_description": "Analogue Bitmap Clock displays the current time with hours and minutes in an analogue fashion but unlike the traditional clock; unlike ordinary analogue clocks, this design is clear even in very small bitmaps.",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libX11"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "advi",
            "portdir": "x11/advi",
            "version": "1.10.2",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://advi.inria.fr/",
            "description": "TeX DVI previewer",
            "long_description": "Active-DVI is an O'Caml Unix-platform DVI previewer and a programmable presenter for slides written in LaTeX.",
            "active": true,
            "categories": [
                "graphics",
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-findlib",
                        "ImageMagick",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libXinerama",
                        "ocaml",
                        "xpm",
                        "camlimages",
                        "freetype"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "texlive-basic"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "aewm",
            "portdir": "x11/aewm",
            "version": "1.3.12",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.red-bean.com/~decklin/software/aewm/",
            "description": "aewm is a minimalist window manager for X11.",
            "long_description": "aewm is a minimalist window manager for X11.",
            "active": true,
            "categories": [
                "x11",
                "x11-wm"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "appres",
            "portdir": "x11/appres",
            "version": "1.0.5",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.x.org/",
            "description": "Show resources seen by an X11 application",
            "long_description": "The appres program prints the resources seen by an application (or subhierarchy of an application) with the specified class and instance names. It can be used to determine which resources a particular program will load.",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 303
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libXt"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "xorg-apps"
                    ]
                }
            ]
        },
        {
            "name": "aterm",
            "portdir": "x11/aterm",
            "version": "1.0.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://aterm.sourceforge.net/",
            "description": "Color vt102 terminal emu w/transparency support",
            "long_description": "aterm is a color vt102 terminal emulator, based on rxvt 2.4.8 with additions for fast transparency. It was created with AfterStep users in mind, but is not tied to any libraries, and can be used anywhere.",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "barebones",
                "afterstep",
                "international",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "xorg-libXt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libX11",
                        "xorg-libXext",
                        "xorg-libice",
                        "xorg-libsm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "bdftopcf",
            "portdir": "x11/bdftopcf",
            "version": "1.1",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.x.org/",
            "description": "X11 bdftopcf",
            "long_description": "Convert X font from BDF to PCF",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 303
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libXfont"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "terminus-font",
                        "x3270",
                        "font-adobe-100dpi",
                        "font-adobe-75dpi",
                        "font-adobe-utopia-100dpi",
                        "font-adobe-utopia-75dpi",
                        "font-adobe-utopia-type1",
                        "font-arabic-misc",
                        "font-bh-100dpi",
                        "font-bh-75dpi",
                        "font-bh-lucidatypewriter-100dpi",
                        "font-bh-lucidatypewriter-75dpi",
                        "font-bh-ttf",
                        "font-bh-type1",
                        "font-bitstream-100dpi",
                        "font-bitstream-75dpi",
                        "font-bitstream-speedo",
                        "font-bitstream-type1",
                        "font-cronyx-cyrillic",
                        "font-cursor-misc",
                        "font-daewoo-misc",
                        "font-dec-misc",
                        "font-ibm-type1",
                        "font-isas-misc",
                        "font-jis-misc",
                        "font-micro-misc",
                        "font-misc-cyrillic",
                        "font-misc-ethiopic",
                        "font-misc-meltho",
                        "font-misc-misc",
                        "font-mutt-misc",
                        "font-schumacher-misc",
                        "font-screen-cyrillic",
                        "font-sony-misc",
                        "font-sun-misc",
                        "font-winitzki-cyrillic",
                        "font-xfree86-type1",
                        "efont-unicode"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "xorg-apps"
                    ]
                }
            ]
        },
        {
            "name": "bitmap",
            "portdir": "x11/bitmap",
            "version": "1.0.9",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.x.org/",
            "description": "Bitmap editor and converter utilities for X11",
            "long_description": "Bitmap editor and converter utilities for X11",
            "active": true,
            "categories": [
                "graphics",
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 303
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xbitmaps",
                        "xorg-libXaw"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "xorg-apps"
                    ]
                }
            ]
        },
        {
            "name": "cwm",
            "portdir": "x11/cwm",
            "version": "6.7",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/leahneukirchen/cwm",
            "description": "OpenBSD's cwm --- calm window manager",
            "long_description": "cwm is a window manager for X11 which contains many features that concentrate on the efficiency and transparency of window management. cwm also aims to maintain the simplest and most pleasant aesthetic.",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [
                {
                    "name": "rak",
                    "github": "ryanakca",
                    "ports_count": 9
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "Xft2",
                        "xorg-libXinerama",
                        "xrandr"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "desklaunch",
            "portdir": "x11/desklaunch",
            "version": "1.1.8",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.oroborus.org/",
            "description": "DeskLaunch is a small utility for creating desktop icons.",
            "long_description": "DeskLaunch is a small utility for creating desktop icons using pixmaps. A simple click will launch the desired application. DeskLaunch itself runs under X11 and uses a small configuration file to decide which icons to create. It is meant to supplement the Oroborus \"minimalistic window manager\".",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libX11",
                        "xorg-libXext",
                        "xpm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dmenu",
            "portdir": "x11/dmenu",
            "version": "4.9",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://tools.suckless.org/dmenu/",
            "description": "dmenu is a dynamic menu for X, originally designed for dwm. It manages large numbers of user-defined menu items efficiently.",
            "long_description": "dmenu is a dynamic menu for X, originally designed for dwm. It manages large numbers of user-defined menu items efficiently.",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "freetype",
                        "Xft2",
                        "xorg-libXinerama"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "surf",
                        "i3"
                    ]
                }
            ]
        },
        {
            "name": "editres",
            "portdir": "x11/editres",
            "version": "1.0.7",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.x.org/",
            "description": "Dynamic resource editor for X11 Toolkit applications",
            "long_description": "Editres is a tool that allows users and application developers to view the full widget hierarchy of any X Toolkit application that speaks the Editres protocol. In addition, editres will help the user construct resource specifications, allow the user to apply the resource to the application and view the results dynamically. Once the user is happy with a resource specification editres will append the resource string to the user's X Resources file.",
            "active": true,
            "categories": [
                "graphics",
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 303
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libXaw"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "xorg-apps"
                    ]
                }
            ]
        },
        {
            "name": "evilwm",
            "portdir": "x11/evilwm",
            "version": "1.1.1",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.6809.org.uk/evilwm/",
            "description": "A minimalist window manager for the X Window System.",
            "long_description": "A minimalist window manager for the X Window System.",
            "active": true,
            "categories": [
                "x11",
                "x11-wm"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libXext",
                        "xorg-libXrandr"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "eyeclock",
            "portdir": "x11/eyeclock",
            "version": "2.0",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://web.ffn.ne.jp/~hsakai/myfreesoft/index.html#3",
            "description": "A clock with eyes following the mouse pointer",
            "long_description": "EyeClock is a simple clock application for X11. You can put your favorite picture on the face of the clock. And you can move the eyes of the picture following the mouse pointer.",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libXt",
                        "xpm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fluxbox",
            "portdir": "x11/fluxbox",
            "version": "1.3.7",
            "license": "MIT",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://fluxbox.org",
            "description": "Lightweight window manager based on Blackbox 0.61.1",
            "long_description": "It's based on the Blackbox 0.61.1 code. Fluxbox looks like blackbox and handles styles, colors, window placement and similar thing exactly like blackbox (100% theme/style compatibility).",
            "active": true,
            "categories": [
                "x11",
                "x11-wm"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libX11",
                        "xorg-libXinerama",
                        "imlib2",
                        "xorg-libsm",
                        "xpm",
                        "xorg-libXrandr",
                        "Xft2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fonttosfnt",
            "portdir": "x11/fonttosfnt",
            "version": "1.2.2",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.x.org/",
            "description": "Wrap a bitmap font in a sfnt (TrueType) wrapper",
            "long_description": "Wrap a bitmap font or a set of bitmap fonts in a sfnt (TrueType or OpenType) wrapper.",
            "active": true,
            "categories": [
                "graphics",
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 303
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0",
                        "xorg-xorgproto"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "freetype",
                        "xorg-libfontenc"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "xorg-apps"
                    ]
                }
            ]
        },
        {
            "name": "fslsfonts",
            "portdir": "x11/fslsfonts",
            "version": "1.0.5",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.x.org/",
            "description": "List fonts served by X11 font server",
            "long_description": "List fonts served by X11 font server",
            "active": true,
            "categories": [
                "graphics",
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 303
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libFS",
                        "xorg-libX11"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "xorg-apps"
                    ]
                }
            ]
        },
        {
            "name": "fstobdf",
            "portdir": "x11/fstobdf",
            "version": "1.0.6",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.x.org/",
            "description": "Convert font from X11 server to BDF",
            "long_description": "The fstobdf program reads a font from a font server and prints a BDF file on the standard output that may be used to recreate the font. This is useful in testing servers, debugging font metrics, and reproducing lost BDF files.",
            "active": true,
            "categories": [
                "graphics",
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 303
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libFS",
                        "xorg-libX11"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "xorg-apps"
                    ]
                }
            ]
        },
        {
            "name": "gcin",
            "portdir": "x11/gcin",
            "version": "1.2.1",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://cle.linux.org.tw/gcin/",
            "description": "a Chinese input method server.",
            "long_description": "gcin is a Chinese input method server for traditional Chinese. It features a better GTK user interface.",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "fontconfig",
                        "libpng",
                        "glib2",
                        "pango",
                        "xorg-libXtst",
                        "expat",
                        "gtk2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gkrellm-gtodo",
            "portdir": "x11/gkrellm-gtodo",
            "version": "0.2.5a",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20060630003234/http://voidtrance.homelinux.net/projects/software/",
            "description": "GKrellM2 plugin that tracks tasks and to-do items",
            "long_description": "GKrellM2 plugin that tracks tasks and to-do items",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gkrellm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "glw",
            "portdir": "x11/glw",
            "version": "20120116",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cgit.freedesktop.org/mesa/glw",
            "description": "Mesa OpenGL widget library",
            "long_description": "SGI Xt/Motif OpenGL widget library",
            "active": true,
            "categories": [
                "devel",
                "graphics",
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mesa",
                        "openmotif",
                        "xorg-libsm",
                        "libpng"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "inventor",
                        "arb",
                        "molmol"
                    ]
                }
            ]
        },
        {
            "name": "gtk-engines2",
            "portdir": "x11/gtk-engines2",
            "version": "2.20.2",
            "license": "LGPL-2.1+ and GPL-2+",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://www.gtk.org/",
            "description": "Theme engine for gtk2",
            "long_description": "gtk-engines2 is a theme engine for GTK+ 2. It provides the ability to change the way widgets, buttons, etc. look when using GTK+ 2 applications.",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "intltool",
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "gnome-common",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gtk-nodoka-engine",
            "portdir": "x11/gtk-nodoka-engine",
            "version": "0.7.5",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://fedoraproject.org/wiki/Artwork/NodokaTheme",
            "description": "Nodoka GTK2 Theme Engine",
            "long_description": "A theme that is nice, not attracting too much attention to itself, rather calms than enrages, and that is focused on usability as well",
            "active": true,
            "categories": [
                "gnome",
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0",
                        "coreutils"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gtk-sharp2",
            "portdir": "x11/gtk-sharp2",
            "version": "2.12.45",
            "license": "LGPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.mono-project.com/docs/gui/gtksharp/",
            "description": "Gtk bindings for the Mono .NET Development Framework",
            "long_description": "This is the Gtk# toolkit for Mono, an implementation of the .NET Development Framework.",
            "active": true,
            "categories": [
                "devel",
                "x11"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1596
                }
            ],
            "variants": [
                "debug",
                "x11",
                "quartz"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mono",
                        "gtk2",
                        "atk",
                        "pango",
                        "libglade2",
                        "glib2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gecko-sharp2",
                        "notify-sharp",
                        "gnome-sharp2",
                        "gtksourceview-sharp2",
                        "mono-addins"
                    ]
                }
            ]
        },
        {
            "name": "gtk-theme-switch",
            "portdir": "x11/gtk-theme-switch",
            "version": "2.0.4",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.muhri.net/nav.php3?node=gts",
            "description": "command-line theme switcher for gtk2",
            "long_description": "Command-line replacement for gnomecc theme switcher with optional GUI (if passed the --preview or --dock switch)",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jbenninghoff",
                    "github": "",
                    "ports_count": 2
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gtk2-extra",
            "portdir": "x11/gtk2-extra",
            "version": "2.1.2",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://gtkextra.sourceforge.net/",
            "description": "Extra GTK+2 Widgets",
            "long_description": "GtkExtra is a useful set of widgets for creating GUIs for the Xwindows system using GTK+2. You can use it complementary to GTK+ and it is written in C. It is also Free Software and released under the LGPL license.",
            "active": true,
            "categories": [
                "devel",
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk2",
                        "libpng"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gpsim"
                    ]
                }
            ]
        },
        {
            "name": "gtkglarea2",
            "portdir": "x11/gtkglarea2",
            "version": "2.1.0",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.mono-project.com/GtkGLArea",
            "description": "GtkGLArea is an OpenGL context provider for GTK+ 2.",
            "long_description": "GtkGLArea is an OpenGL context provider for GTK+ 2. It provides a simple OpenGL rendering canvas similar in use to GtkDrawingArea. In addition, lower level objects allow the adding of an OpenGL context to almost any existing drawable widget and off-screen rendering to pixmap objects.",
            "active": true,
            "categories": [
                "devel",
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk2",
                        "mesa"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "i3",
            "portdir": "x11/i3",
            "version": "4.18.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://i3wm.org/",
            "description": "improved tiling window manager",
            "long_description": "i3 is a tiling window manager, completely written from scratch. i3 is primarily targeted at advanced users and developers.",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "asciidoc",
                        "docbook-xml-4.5",
                        "xmlto",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pcre",
                        "yajl",
                        "startup-notification",
                        "cairo",
                        "perl5",
                        "libiconv",
                        "dmenu",
                        "gettext",
                        "xorg-libxcb",
                        "xorg-xcb-util",
                        "xorg-xcb-util-cursor",
                        "xorg-xcb-util-keysyms",
                        "xorg-xcb-util-wm",
                        "xorg-xcb-util-xrm",
                        "pango",
                        "glib2",
                        "libev",
                        "libxkbcommon",
                        "libxkbcommon-x11"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "iceauth",
            "portdir": "x11/iceauth",
            "version": "1.0.8",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.x.org/",
            "description": "ICE authority file utility",
            "long_description": "The iceauth program is used to edit and display the authorization information used in connecting with ICE. This program is usually used to extract authorization records from one machine and merge them in on another (as is the case when using remote logins or granting access to other users).",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 303
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libice"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "xfce4-session"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "xorg-apps"
                    ]
                }
            ]
        },
        {
            "name": "icewm",
            "portdir": "x11/icewm",
            "version": "1.2.37",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.icewm.org",
            "description": "Lightweight window manager with a Windows or OS/2 look and feel",
            "long_description": "Nice and fast window manager with the look and feel from Windows (95, 98) or OS/2 (Warp 3, Warp 4).",
            "active": true,
            "categories": [
                "x11",
                "x11-wm"
            ],
            "maintainers": [],
            "variants": [
                "lite",
                "imlib",
                "nls",
                "debug",
                "esound",
                "gnome1",
                "gnome2",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "Xft2",
                        "xorg-libX11",
                        "xorg-libXau",
                        "xorg-libXdmcp",
                        "xorg-libXext",
                        "fontconfig",
                        "xorg-libXrandr",
                        "xorg-libice",
                        "xorg-libsm",
                        "xpm",
                        "xrender",
                        "xorg-libXinerama",
                        "freetype"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ico",
            "portdir": "x11/ico",
            "version": "1.0.5",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.x.org/",
            "description": "Animate an icosahedron or other polyhedron",
            "long_description": "Ico displays a wire-frame rotating polyhedron, with hidden lines removed, or a solid-fill polyhedron with hidden faces removed. There are a number of different polyhedra available. Adding a new polyhedron to the program is quite simple.",
            "active": true,
            "categories": [
                "graphics",
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 303
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libX11"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "xorg-apps"
                    ]
                }
            ]
        },
        {
            "name": "keylaunch",
            "portdir": "x11/keylaunch",
            "version": "1.3.9",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.oroborus.org/",
            "description": "KeyLaunch is a small utility for binding commands to a hot key.",
            "long_description": "KeyLaunch is a small utility for binding commands to a hot key.",
            "active": true,
            "categories": [
                "x11",
                "x11-wm"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libX11"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "kinput2",
            "portdir": "x11/kinput2",
            "version": "3.1",
            "license": "Restrictive/Distributable",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "Input server of Japanese text",
            "long_description": "Input server of Japanese text",
            "active": true,
            "categories": [
                "japanese",
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "universal",
                "canna"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "imake"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "canna",
                        "xorg-libXaw",
                        "xorg-libXp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "kochi-substitute",
            "portdir": "x11/kochi-substitute",
            "version": "20030809",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://wiki.fdiary.net/font/?kochi-alternative",
            "description": "Free Japanese TrueType fonts named 'Kochi Mincho' and 'Kochi Gothic'",
            "long_description": "Free Japanese TrueType fonts named 'Kochi Mincho' and 'Kochi Gothic'",
            "active": true,
            "categories": [
                "x11",
                "fonts"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mkfontscale"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "listres",
            "portdir": "x11/listres",
            "version": "1.0.4",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.x.org/",
            "description": "List resources in X11 widgets",
            "long_description": "The listres program generates a list of a widget's resource database. The class in which each resource is first defined, the instance and class name, and the type of each resource is listed. If no specific widgets or the -all switch are given, a two-column list of widget names and their class hierarchies is printed.",
            "active": true,
            "categories": [
                "graphics",
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 303
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libXaw"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "xorg-apps"
                    ]
                }
            ]
        },
        {
            "name": "lndir",
            "portdir": "x11/lndir",
            "version": "1.0.3",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.x.org/",
            "description": "Create shadow dir of symbolic links to another tree",
            "long_description": "Create shadow dir of symbolic links to another tree",
            "active": true,
            "categories": [
                "sysutils",
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 303
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0",
                        "xorg-xorgproto"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "makedepend",
            "portdir": "x11/makedepend",
            "version": "1.0.6",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.x.org/",
            "description": "Create dependencies in makefiles",
            "long_description": "The makedepend program reads each sourcefile in sequence and parses it like a C-preprocessor, processing all #include, #define, #undef, #ifdef, #ifndef, #endif, #if, #elif and #else directives so that it can correctly tell which #include, directives would be used in a compilation. Any #include, directives can reference files having other #include directives, and parsing will occur in these files as well.",
            "active": true,
            "categories": [
                "devel",
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0",
                        "xorg-xorgproto"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "molden",
                        "cyrus-imapd",
                        "cyrus5-imapd",
                        "fatdisk",
                        "arb"
                    ]
                }
            ]
        },
        {
            "name": "mowitz",
            "portdir": "x11/mowitz",
            "version": "0.3.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://siag.nu/mowitz/",
            "description": "Library of widgets for X applications to use.",
            "long_description": "Library of widgets for X applications to use. The widgets have been snarfed from various sources and are all open source (GPL or MIT licenses).",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "neXtaw",
                        "xorg-libXaw",
                        "xpm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "siag"
                    ]
                }
            ]
        },
        {
            "name": "mplus-fonts",
            "portdir": "x11/mplus-fonts",
            "version": "2.2.4",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://mplus-fonts.osdn.jp",
            "description": "simple and highly readable bitmap Japanese fonts",
            "long_description": "M+ BITMAP FONTS were designed to be simple and highly readable. It incorporates all Kanji (Chinese character in Japanese) until level 2 (the one described in JISX0208).",
            "active": true,
            "categories": [
                "x11",
                "fonts"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mkfontscale"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mrxvt",
            "portdir": "x11/mrxvt",
            "version": "0.5.4",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://materm.sourceforge.net/",
            "description": "A multi-tabbed terminal emulator for the X Window System.",
            "long_description": "Mrxvt is a multi-tabbed (like gnome-terminal/konsole) terminal emulator for the X Window System. It targets to be light-weight, so the desktop environment, like CDE, KDE or GTK is not required in order to run it. It achieves this without losing the common useful features, like tab, image and pseudo-transparent background, multi-style scrollbars, XIM and CJK support, etc.",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "cjk",
                "greek",
                "minimal",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libjpeg-turbo",
                        "libpng",
                        "ncurses",
                        "xorg-libsm",
                        "xpm",
                        "Xft2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "neXtaw",
            "portdir": "x11/neXtaw",
            "version": "0.15.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://siag.nu/neXtaw",
            "description": "A replacement library for the Athena (libXaw) widget set.",
            "long_description": "neXtaw is a replacement library for the Athena (libXaw) widget set. It is based on Xaw3d, by Kaleb Keithley and is almost 100% backward compatible with it. Its goal is to try to emulate the look and feel of the N*XTSTEP GUI.",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libXmu"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "mowitz",
                        "siag"
                    ]
                }
            ]
        },
        {
            "name": "nimbus",
            "portdir": "x11/nimbus",
            "version": "0.0.17",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.oracle.com/sun/index.html",
            "description": "Old default GNOME 2 theme from Sun Microsystems",
            "long_description": "Old default GNOME 2 theme from Sun Microsystems",
            "active": true,
            "categories": [
                "gnome",
                "x11"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "intltool",
                        "autoconf",
                        "automake",
                        "glib2",
                        "libtool",
                        "pkgconfig",
                        "icon-naming-utils",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "oclock",
            "portdir": "x11/oclock",
            "version": "1.0.4",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.x.org/",
            "description": "Round X11 clock",
            "long_description": "OClock simply displays the current time on an analog display.",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 303
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libXmu",
                        "xorg-libxkbfile"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "xorg-apps"
                    ]
                }
            ]
        },
        {
            "name": "oroborus",
            "portdir": "x11/oroborus",
            "version": "2.0.18",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.oroborus.org/",
            "description": "Oroborus basically is a really minimalistic window manager.",
            "long_description": "Oroborus is a really minimalistic window manager. It is highly configurable, small and mostly KDE and GNOME compatible.",
            "active": true,
            "categories": [
                "x11",
                "x11-wm"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libXext",
                        "xorg-libsm",
                        "xpm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "quartz-wm",
            "portdir": "x11/quartz-wm",
            "version": "1.3.2",
            "license": "APSL-2",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.xquartz.org",
            "description": "Apple's Window Manager for X11",
            "long_description": "quartz-wm is the XQuartz window-manager.",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 303
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "xorg-util-macros",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libpixman",
                        "xorg-libXrandr",
                        "xorg-libXinerama",
                        "xorg-libAppleWM"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "xorg",
                        "xorg-server",
                        "xorg-server-devel",
                        "xorg-server-legacy",
                        "xorg-server-1.18"
                    ]
                }
            ]
        },
        {
            "name": "ratpoison",
            "portdir": "x11/ratpoison",
            "version": "1.4.5",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.nongnu.org/ratpoison/",
            "description": "Ratpoison is a simple Window Manager",
            "long_description": "Ratpoison is a simple Window Manager with no fat library dependencies, no fancy graphics, no window decorations, and no rodent dependence. It is largely modelled after GNU Screen which has done wonders in the virtual terminal market. The screen can be split into non-overlapping frames. All windows are kept maximized inside their frames to take full advantage of your precious screen real estate. All interaction with the window manager is done through keystrokes. ratpoison has a prefix map to minimize the key clobbering that cripples Emacs and other quality pieces of software.",
            "active": true,
            "categories": [
                "x11",
                "x11-wm"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libXinerama",
                        "xorg-libXtst"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rendercheck",
            "portdir": "x11/rendercheck",
            "version": "1.5",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.x.org/",
            "description": "Test suite for the X11 RENDER extension",
            "long_description": "Test suite for the X11 RENDER extension",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 303
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libX11",
                        "xorg-xorgproto",
                        "xrender"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "xorg-apps"
                    ]
                }
            ]
        },
        {
            "name": "rep-gtk",
            "portdir": "x11/rep-gtk",
            "version": "0.18",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://rep-gtk.sourceforge.net",
            "description": "GTK bindings for the librep LISP implementation",
            "long_description": "rep-gtk is a binding of the GTK and GDK libraries for the librep Lisp environment. It's currently targeted at GTK 1.2 and is based on the guile-gtk binding by Marius Vollmer.",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [
                {
                    "name": "me",
                    "github": "lloyd",
                    "ports_count": 4
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk2",
                        "librep"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "sawfish"
                    ]
                }
            ]
        },
        {
            "name": "rgb",
            "portdir": "x11/rgb",
            "version": "1.0.6",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.x.org/",
            "description": "Display a color name database",
            "long_description": "Display a color name database",
            "active": true,
            "categories": [
                "sysutils",
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 303
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0",
                        "xorg-xorgproto"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "camlimages"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "xorg-apps"
                    ]
                }
            ]
        },
        {
            "name": "rox-all",
            "portdir": "x11/rox-all",
            "version": "1.4",
            "license": "unknown",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://rox.sourceforge.net/desktop/ROX-All",
            "description": "a single archive containing launchers for most of the ROX applications",
            "long_description": "ROX-All is a single archive containing launchers for most of the ROX applications. It contains everything you need to get started with ROX. Because actually putting all the software in this archive would make it very big and quickly out of date, it will download the latest versions of programs when you run them the first time. Therefore, you will need a network connection (but only when downloading or upgrading programs).",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zeroinstall-injector",
                        "rox-filer"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sawfish",
            "portdir": "x11/sawfish",
            "version": "1.3",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://sawfish.tuxfamily.org/",
            "description": "A lisp-based extensible window manager",
            "long_description": "Sawfish is an extensible window manager using a lisp-based scripting language -- all window decorations are configurable and all user-interface policy is controlled through the extension language. This is no layer on top of twm, but a wholly new architecture.",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [
                {
                    "name": "me",
                    "github": "lloyd",
                    "ports_count": 4
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "audiofile",
                        "esound",
                        "librep",
                        "clang-9.0",
                        "rep-gtk"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}