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

{
    "count": 49753,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=11",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=9",
    "results": [
        {
            "name": "log4cplus",
            "portdir": "devel/log4cplus",
            "version": "1.1.1",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://log4cplus.sourceforge.net/",
            "description": "Logging library for C++",
            "long_description": "log4cplus is a third-party reimplementation of log4j for C++, with fewer dependencies than the official log4cxx port.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "macports",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "cplusplus11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "libtool",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "logcat-colorize",
            "portdir": "devel/logcat-colorize",
            "version": "0.10.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/carlonluca/logcat-colorize",
            "description": "Parser of the Android Debug Bridge logcat output",
            "long_description": "logcat-colorize is a parser for the output of the Android Debug Bridge logcat output. It accepts the logcat output from stdin and produces a formatted output, optimised for reading in a console.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "carlon.luca",
                    "github": "carlonluca",
                    "ports_count": 2
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "boost176"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "lzo",
            "portdir": "devel/lzo",
            "version": "1.08",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.oberhumer.com/opensource/lzo/",
            "description": "Real-time data compression library",
            "long_description": "LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed. LZO is distributed under the GNU General Public License.",
            "active": true,
            "categories": [
                "devel",
                "compression"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "vtun"
                    ]
                }
            ]
        },
        {
            "name": "macstl",
            "portdir": "devel/macstl",
            "version": "0.3.1",
            "license": "Restrictive",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.pixelglow.com/macstl/",
            "description": "C++ header library",
            "long_description": "The C++ header library designed to bring the Macintosh into the world of modern generic programming, and deliver the surprising speed of SIMD in an intuitive cross-platform package.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "maloc",
            "portdir": "devel/maloc",
            "version": "1.5",
            "license": "GPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.fetk.org/codes/maloc/index.html",
            "description": "MALOC, Minimal Abstraction Layer for Object-oriented C",
            "long_description": "MALOC (Minimal Abstraction Layer for Object-oriented C) is a small, portable, abstract C environment library for object-oriented C programming. MALOC is used as the foundation layer for a number of scientific applications, including MC, SG, and APBS. MALOC can be used as a small stand-alone abstraction environment for writing portable C programs which need access to resources which are typically architecture-dependent, such as INET sockets, timing routines, and so on. MALOC provides abstract datatypes, memory management routines, timing routines, machine epsilon, access to UNIX and INET sockets, MPI, and so on.",
            "active": true,
            "categories": [
                "devel",
                "math"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "graphviz",
                        "doxygen",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "readline"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "apbs"
                    ]
                }
            ]
        },
        {
            "name": "mcpp",
            "portdir": "devel/mcpp",
            "version": "2.7.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://mcpp.sourceforge.net/",
            "description": "Alternative C/C++ preprocessor",
            "long_description": "C/C++ preprocessor defines and expands macros and processes '#if', '#include' and some other directives. MCPP is an alternative C/C++ preprocessor with the highest conformance. It supports multiple standards: K&R, ISO C90, ISO C99, and ISO C++98. MCPP is especially useful for debugging a source program which uses complicated macros and also useful for checking portability of a source. Though mcpp could be built as a replacement of GCC's resident preprocessor, this port installs a program which behaves independent from GCC.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "zeroc-ice33",
                        "zeroc-ice34",
                        "zeroc-ice35"
                    ]
                }
            ]
        },
        {
            "name": "mimetic",
            "portdir": "devel/mimetic",
            "version": "0.9.8",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.codesink.org/mimetic_mime_library.html",
            "description": "Email library (MIME) written in C++",
            "long_description": "Email library (MIME) written in C++",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2769
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "modglue",
            "portdir": "devel/modglue",
            "version": "1.19",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://cadabra.phi-sci.com/",
            "description": "A Plan9-inspired extension of the Unix pipe concept",
            "long_description": "Modglue is a combination of several software tools that assist in writing and running programs connected to each other using standard Unix pipes.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "libtool",
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsigcxx2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mono-basic",
            "portdir": "devel/mono-basic",
            "version": "4.7",
            "license": "(LGPL-2 or MIT)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.mono-project.com/",
            "description": "Visual Basic .NET compiler for mono",
            "long_description": "Visual Basic .NET compiler for mono",
            "active": true,
            "categories": [
                "devel",
                "lang",
                "mono"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1502
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mono"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "monotone",
            "portdir": "devel/monotone",
            "version": "1.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.monotone.ca/",
            "description": "A distributed version control system",
            "long_description": "monotone is a free distributed version control system. It provides a simple, single-file transactional version store, with fully disconnected operation and an efficient peer-to-peer synchronization protocol. It understands history-sensitive merging, lightweight branches, integrated code review and 3rd party testing.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "pcre",
                        "lua",
                        "zlib",
                        "botan",
                        "libiconv",
                        "boost176",
                        "libidn",
                        "sqlite3"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "monotone-viz"
                    ]
                }
            ]
        },
        {
            "name": "monotone-devel",
            "portdir": "devel/monotone",
            "version": "20180227",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.monotone.ca/",
            "description": "A distributed version control system",
            "long_description": "monotone is a free distributed version control system. It provides a simple, single-file transactional version store, with fully disconnected operation and an efficient peer-to-peer synchronization protocol. It understands history-sensitive merging, lightweight branches, integrated code review and 3rd party testing.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "botan",
                        "zlib",
                        "boost176",
                        "libiconv",
                        "sqlite3",
                        "gettext",
                        "pcre",
                        "lua",
                        "libidn"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "p5.26-monotone-automatestdio",
                        "p5.28-monotone-automatestdio",
                        "p5.30-monotone-automatestdio",
                        "p5.32-monotone-automatestdio",
                        "p5.34-monotone-automatestdio"
                    ]
                }
            ]
        },
        {
            "name": "monotone-viz",
            "portdir": "devel/monotone-viz",
            "version": "1.0.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://oandrieu.nerim.net/monotone-viz/",
            "description": "Graph visualization for the monotone VCS",
            "long_description": "Monotone-viz is a small GTK+ application that visualizes monotone ancestry graphs.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "graphviz",
                        "monotone",
                        "lablgtk2",
                        "ocaml",
                        "libgnomecanvas"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mtn-browse",
            "portdir": "devel/mtn-browse",
            "version": "1.20",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.coosoft.plus.com/software.html",
            "description": "A GTK+ 2 based browser for version control system monotone",
            "long_description": "Monotone browser (mtn-browse) is an application for browsing Monotone VCS databases without the need of a workspace. The interface allows one to do various tasks very easily like selecting revisions, display file contents, compare changesets and much more.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "perl5_28",
                "perl5_30",
                "perl5_32",
                "perl5_34"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-libintl-perl",
                        "p5.34-monotone-automatestdio"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "yelp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "nant",
            "portdir": "devel/nant",
            "version": "0.92",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://nant.sourceforge.net/",
            "description": ".NET build tool",
            "long_description": "NAnt is a free .NET build tool. In theory it is kind of like make without make's wrinkles. In practice it's a lot like Ant.",
            "active": true,
            "categories": [
                "devel",
                "mono"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "mono",
                        "pkgconfig",
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "boo"
                    ]
                }
            ]
        },
        {
            "name": "notify-sharp",
            "portdir": "devel/notify-sharp",
            "version": "0.4.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ndesk.org/NotifySharp",
            "description": "C# client implementation for Desktop Notifications, i.e. notification-daemon inspired by libnotify",
            "long_description": "notify-sharp is a C# client implementation for Desktop Notifications, i.e. notification-daemon inspired by libnotify.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "",
                    "ports_count": 218
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "dbus-glib-sharp",
                        "dbus-sharp",
                        "mono",
                        "gtk-sharp2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "noweb",
            "portdir": "devel/noweb",
            "version": "2.11b",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.eecs.harvard.edu/nr/noweb/",
            "description": "A Simple, Extensible Tool for Literate Programming",
            "long_description": "Literate programming is the art of preparing programs for human readers. noweb is designed to meet the needs of literate programmers while remaining as simple as possible. Its primary advantages are simplicity, extensibility, and language-independence---especially noticeable when compared with other literate-programming tools.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michael.grunewald",
                    "github": "",
                    "ports_count": 2
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "icon",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "icon"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "nu",
            "portdir": "devel/nu",
            "version": "0.4.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://programming.nu/",
            "description": "Nu is an interpreted object-oriented lisp-like language written in Objective-C.",
            "long_description": "Nu is an interpreted object-oriented language. It uses a Lisp-style grammar, but is semantically closer to Ruby than to Lisp. Nu is written in Objective-C and is designed to take full advantange of the Objective-C runtime and the many mature class libraries written in Objective-C. Nu code can fully interoperate with code written in Objective-C; messages can be sent to and from objects with no concern for whether those messages are implemented in Objective-C or Nu.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libedit",
                        "libffi",
                        "pcre"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "objconv",
            "portdir": "devel/objconv",
            "version": "20160116",
            "license": "GPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.agner.org/optimize",
            "description": "Object converter / disassembler.",
            "long_description": "This utility can be used for converting object files between COFF/PE, OMF, ELF and Mach-O formats for all 32-bit and 64-bit x86 platforms. Can modify symbol names in object files. Can build, modify and convert function libraries across platforms. Can dump object files and executable files. Also includes a very good disassembler supporting the SSE4, AVX, AVX2, AVX512, FMA3, FMA4, XOP and Knights Corner instruction sets.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ois",
            "portdir": "devel/ois",
            "version": "1.3",
            "license": "zlib",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://sourceforge.net/projects/wgois/",
            "description": "An Object Oriented Input System (OIS)",
            "long_description": "Object Oriented Input System (OIS) is meant to be a cross platform, simple solution for using all kinds of Input Devices (Keyboards, Mice, Joysticks, etc) and feedback devices (e.g. force feedback). Written in C++ using Object Oriented Design pattern. NOTE: This version includes Cocoa 64-bit patches based on a submission by David Rogers (masterfalcon) to the OIS trac system. These patches are required to use OIS + Ogre in a 64-bit Mac OS environment.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "omake",
            "portdir": "devel/omake",
            "version": "0.10.3",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://projects.camlcity.org/projects/omake.html",
            "description": "OMake is a build system designed for scalability and portability",
            "long_description": "OMake is a build system designed for scalability and portability. It uses a syntax similar to make utilities you may have used, but it features many additional enhancement",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "readline",
                        "ocaml",
                        "ocaml-menhir"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "omniEvents",
            "portdir": "devel/omniEvents",
            "version": "2.6.2",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.omnievents.org/",
            "description": "CORBA EventService implementation for omniORB",
            "long_description": "omniEvents is an implementation of the OMG Event Services Specification v1.1 for omniORB, a CORBA Object Request Broker for C++ and Python.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "omniORB"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "opencdk",
            "portdir": "devel/opencdk",
            "version": "0.6.6",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gnutls.org/",
            "description": "Open Crypto Development Kit",
            "long_description": "OpenCDK provides basic parts of the OpenPGP message format.",
            "active": true,
            "categories": [
                "devel",
                "security"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libgcrypt"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "opendx-java40",
            "portdir": "devel/opendx-java40",
            "version": "1999.11.15",
            "license": "IBMPL-1",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://web.archive.org/web/20180102225501/http://www.opendx.org/",
            "description": "Java classes used by OpenDX",
            "long_description": "Classes to allow a Java applet access to Javascript objects",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "opendx"
                    ]
                }
            ]
        },
        {
            "name": "openfst",
            "portdir": "devel/openfst",
            "version": "1.7.2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.openfst.org/",
            "description": "C++ finite-state transducers library",
            "long_description": "OpenFst is a library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs).",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ossp-al",
            "portdir": "devel/ossp-al",
            "version": "0.9.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ossp.org/pkg/lib/al/",
            "description": "an abstract type of buffer that can move data without copying",
            "long_description": "an abstract type of buffer that can move data without copying",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ossp-cfg",
            "portdir": "devel/ossp-cfg",
            "version": "0.9.11",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ossp.org/pkg/lib/cfg/",
            "description": "ISO-C library for parsing C/C++-style configuration files.",
            "long_description": "ISO-C library for parsing C/C++-style configuration files.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ossp-fsl"
                    ]
                }
            ]
        },
        {
            "name": "ossp-ex",
            "portdir": "devel/ossp-ex",
            "version": "1.0.6",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ossp.org/pkg/lib/ex/",
            "description": "ISO-C++ style exception handling library for the ISO-C language",
            "long_description": "OSSP ex is a small ISO-C++ style exception handling library for use in the ISO-C language. It allows you to use the paradigm of throwing and catching exceptions in order to reduce the amount of error handling code without making your program less robust.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ossp-fsl",
            "portdir": "devel/ossp-fsl",
            "version": "1.6.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ossp.org/pkg/lib/fsl/",
            "description": "syslog API compatible wrapper for ossp-l2",
            "long_description": "OSSP fsl offers the syslog(3) API otherwise provided by the Standard C Library (libc). Instead of writing to the syslogd(8) process, it uses the powerful OSSP l2 logging capabilities.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ossp-cfg",
                        "ossp-l2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ossp-l2",
            "portdir": "devel/ossp-l2",
            "version": "0.9.11",
            "license": "ISC and Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://ossp-l2.sourceforge.net/",
            "description": "C library for a flexible and sophisticated Unix logging facility",
            "long_description": "C library for a flexible and sophisticated Unix logging facility",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ossp-fsl"
                    ]
                }
            ]
        },
        {
            "name": "ossp-mm",
            "portdir": "devel/ossp-mm",
            "version": "1.4.2",
            "license": "BSD-old",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ossp.org/pkg/lib/mm/",
            "description": "Shared Memory Allocation",
            "long_description": "OSSP mm is a 2-layer abstraction library which simplifies the usage of shared memory between forked (and this way strongly related) processes under Unix platforms. On the first (lower) layer it hides all platform dependent implementation details (allocation and locking) when dealing with shared memory segments and on the second (higher) layer it provides a high-level malloc(3)-style API for a convenient and well known way to work with data-structures inside those shared memory segments.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ossp-sa",
            "portdir": "devel/ossp-sa",
            "version": "1.2.4",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ossp.org/pkg/lib/sa/",
            "description": "An abstraction library for the Unix socket API",
            "long_description": "An abstraction library for the Unix socket API",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ossp-sio",
            "portdir": "devel/ossp-sio",
            "version": "0.9.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ossp.org/pkg/lib/sio/",
            "description": "I/O abstraction library for layered stream communication",
            "long_description": "I/O abstraction library for layered stream communication",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ossp-str",
            "portdir": "devel/ossp-str",
            "version": "0.9.12",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ossp.org/pkg/lib/str/",
            "description": "generic string library",
            "long_description": "OSSP str is a generic string library written in ISO-C which provides functions for handling, matching, parsing, searching and formatting of ISO-C strings. So it can be considered as a superset of POSIX string(3), but its main intention is to provide a more convenient and compact API plus a more generalized functionality.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ossp-val",
            "portdir": "devel/ossp-val",
            "version": "0.9.4",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ossp.org/pkg/lib/val/",
            "description": "flexible name to value mapping library for C variables",
            "long_description": "flexible name to value mapping library for C variables",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-12"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ossp-var",
            "portdir": "devel/ossp-var",
            "version": "1.1.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ossp.org/pkg/lib/var/",
            "description": "A flexible, full-featured and fast variable expansion library",
            "long_description": "A flexible, full-featured and fast variable expansion library",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ossp-xds",
            "portdir": "devel/ossp-xds",
            "version": "0.9.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ossp.org/pkg/lib/xds/",
            "description": "generic encoding and decoding serialization framework for ISO C",
            "long_description": "The OSSP xds library is generic and extensible encoding and decoding framework for the serialization of arbitrary ISO C data types.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ott",
            "portdir": "devel/ott",
            "version": "0.25",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.cl.cam.ac.uk/~pes20/ott/",
            "description": "tool for writing definitions of programming languages",
            "long_description": "Ott is a tool for writing definitions of programming languages and calculi. It takes as input a definition of a language syntax and semantics, in a concise and readable ASCII notation that is close to what one would write in informal mathematics. It generates LaTeX to build a typeset version of the definition, and Coq, HOL, and Isabelle versions of the definition.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ggreif",
                    "github": "",
                    "ports_count": 2
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "otx",
            "portdir": "devel/otx",
            "version": "0.16b-r560",
            "license": "public-domain",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://otx.osxninja.com/",
            "description": "otool's bastard son",
            "long_description": "otx stands for \"object tool extended\". otx uses otool(object tool) to disassemble a Mach-O executable file, then enhances the disassembled output. Simple enhancements include adding the machine code of each instruction and the offset of each instruction from the beginning of a function. More complicated enhancements include displaying the names and data types of Objective-C methods even if symbols have been stripped, and adding comments that describe member variables, function calls, static data and more.",
            "active": true,
            "categories": [
                "devel",
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "subversion"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p4delta",
            "portdir": "devel/p4delta",
            "version": "1.3.2",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://p4delta.sourceforge.net",
            "description": "Summarizes and manages differences between local files and Perforce",
            "long_description": "p4delta works with a project that is in the Perforce configuration management system. It lists the local files that have been added, changed, or deleted. Content differences are summarized, i.e., the number of lines of code that have been added, changed, and deleted. It can also add, edit, and remove the appropriate files to/from Perforce.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "perforce"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "patchutils",
            "portdir": "devel/patchutils",
            "version": "0.4.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://cyberelk.net/tim/patchutils",
            "description": "small collection of programs that operate on patch files",
            "long_description": "Patchutils is a small collection of programs that operate on patch files. They are the following: interdiff, combinediff, filterdiff, fixcvsdiff, lsdiff, splitdiff, rediff, grepdiff, recountdiff, unwrapdiff, dehtmldiff, flipdiff, espdiff",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "perl5.28"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "bugzilla"
                    ]
                }
            ]
        },
        {
            "name": "pbtomake",
            "portdir": "devel/pbtomake",
            "version": "4.0",
            "license": "none",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://members.bellatlantic.net/~vze35xda/software.html",
            "description": "Project Builder pbproj file to standard Makefile converter",
            "long_description": "pbtomake is an application to convert from an Apple Project Builder pbproj file to standard Makefile. It will convert simple projects to allow them to be built on other platforms.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pccts",
            "portdir": "devel/pccts",
            "version": "1.33",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.polhode.com/pccts.html",
            "description": "Purdue Compiler-Construction Tool Set (parser-generator)",
            "long_description": "The Purdue Compiler-Compiler Tool Set (PCCTS) is a set of public domain software tools designed to facilitate the implementation of compilers and other translation systems. These tools currently include antlr, dlg and support code. In many ways, PCCTS is similar to a highly integrated version of YACC and LEX; where antlr (ANother Tool for Language Recognition) corresponds to YACC and dlg (DFA-based Lexical analyzer Generator) functions like LEX. However, PCCTS has many additional features which make it easier to use for a wider range of translation problems.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pcrexx",
            "portdir": "devel/pcrexx",
            "version": "0.9.5",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.daemon.de/PCRE",
            "description": "C++ wrapper for the Perl Compatible Regular Expressions Library",
            "long_description": "PCRE++ is a C++ wrapper-class for the great library PCRE (Perl Compatible Regular Expressions) by Philip Hazel. This class allows you to use perl alike regular expressions in your C++ applications. You can use it to search in strings, to split strings into parts using expressions or to search and replace a part of a string with another part.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libtool",
                        "pcre"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "cadabra2"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "aff4"
                    ]
                }
            ]
        },
        {
            "name": "perforce",
            "portdir": "devel/perforce",
            "version": "2010.1",
            "license": "unknown",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.perforce.com",
            "description": "Fast source code management system",
            "long_description": "Perforce is a commercial revision control system that can be used gratis for developing free software. (see the WWW page for details).",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "server",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "p4delta"
                    ]
                }
            ]
        },
        {
            "name": "physfs",
            "portdir": "devel/physfs",
            "version": "3.0.2",
            "license": "zlib",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://icculus.org/physfs/",
            "description": "PhysicsFS is a library providing abstract archive access",
            "long_description": "PhysicsFS is a library providing abstract archive access to various archives. It is intended for use in video games, and the design was somewhat inspired by Quake 3's file subsystem.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "doxygen",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "ncurses",
                        "readline"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "fbg",
                        "lincity-ng",
                        "netpanzer",
                        "neverball",
                        "raceintospace",
                        "libsdl_sound",
                        "VVVVVV",
                        "warzone2100",
                        "supertux",
                        "allegro5",
                        "love-0.7",
                        "love-0.8",
                        "love-0.10",
                        "love-0.9"
                    ]
                }
            ]
        },
        {
            "name": "pick",
            "portdir": "devel/pick",
            "version": "4.0.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mptre/pick",
            "description": "Command-line tool to fuzzy select anything",
            "long_description": "The pick utility allows users to choose one option from a set of choices using an interface with fuzzy search functionality.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "chenguokai17",
                    "github": "chenguokai",
                    "ports_count": 6
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "piklab",
            "portdir": "devel/piklab",
            "version": "0.16.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://piklab.sourceforge.net/",
            "description": "IDE for applications based on Microchip PIC microcontrollers",
            "long_description": "Piklab is an integrated development environment (IDE) for applications based on Microchip PIC and dsPIC microcontrollers similar to the MPLAB environment. It integrates with several compiler and assembler toolchains (like gputils, sdcc, c18) and with the GPSim simulator. It supports the most common programmers (serial, parallel, ICD2, Pickit2, PicStart+), the ICD2 debugger, and several bootloaders (Tiny, Pickit2, and Picdem).",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "cmake",
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libusb-compat",
                        "kdelibs4",
                        "qt4-mac"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "plib",
            "portdir": "devel/plib",
            "version": "1.8.5",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://plib.sourceforge.net/",
            "description": "A Suite of Portable Game Libraries",
            "long_description": "PLIB includes sound effects, music, a complete 3D engine, font rendering, a GUI, networking, 3D math library and a collection of handy utility functions. All are 100% portable across nearly all modern computing platforms.",
            "active": true,
            "categories": [
                "devel",
                "graphics",
                "games"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "SimGear"
                    ]
                }
            ]
        },
        {
            "name": "polylib",
            "portdir": "devel/polylib",
            "version": "5.22.5",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://icps.u-strasbg.fr/PolyLib/",
            "description": "PolyLib - A library of polyhedral functions",
            "long_description": "The Polyhedral Library (PolyLib for short) operates on objects made up of unions of polyhedra of any dimension.",
            "active": true,
            "categories": [
                "devel",
                "math"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ppl",
            "portdir": "devel/ppl",
            "version": "1.2",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.bugseng.com/parma-polyhedra-library",
            "description": "Parma Polyhedra Library",
            "long_description": "The Parma Polyhedra Library (PPL) provides numerical abstractions especially targeted at applications in the field of analysis and verification of complex systems. These abstractions include convex polyhedra, some special classes of polyhedra shapes that offer interesting complexity/precision tradeoffs, and grids which represent regularly spaced points that satisfy a set of linear congruence relations. The library also supports finite powersets and products of polyhedra and grids, a mixed integer linear programming problem solver using an exact-arithmetic version of the simplex algorithm, a parametric integer programming solver, and primitives for termination analysis via the automatic synthesis of linear ranking functions.",
            "active": true,
            "categories": [
                "devel",
                "math"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "automake",
                        "libtool",
                        "m4",
                        "autoconf"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glpk",
                        "gmp"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "polymake",
                        "gcc46",
                        "gcc47"
                    ]
                }
            ]
        }
    ]
}