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

{
    "count": 51588,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=1025",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=1023",
    "results": [
        {
            "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": "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": "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": "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": "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": "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": 100
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "dbus-glib-sharp",
                        "dbus-sharp",
                        "mono",
                        "gtk-sharp2"
                    ]
                }
            ],
            "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": "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": "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": "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",
            "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": "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": 1596
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mono"
                    ]
                }
            ],
            "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": "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": 2893
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "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": "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": "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": "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": "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": "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": "log4c",
            "portdir": "devel/log4c",
            "version": "1.2.4",
            "license": "LGPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://log4c.sourceforge.net/",
            "description": "Log4c C logging library.",
            "long_description": "Log4c is a library of C for flexible logging to files, syslog and other destinations. It is modeled after the Log for Java library, staying as close to their API as is reasonable.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "skroll",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "expat"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "localizer",
            "portdir": "devel/localizer",
            "version": "0.3.3",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.incremental.de/products/localizer/",
            "description": "library to provide location-based content",
            "long_description": "Library that determines location based on IP number.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "linc",
            "portdir": "devel/linc",
            "version": "1.0.3",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnome.org/projects/ORBit2",
            "description": "linc is a library for writing networked servers/clients.",
            "long_description": "linc is a library that eases the task of writing networked servers & clients. It takes care of connection initiation and maintainance, and the details of various transports. Previously used by ORBit2 to handle message transmission/receipt, now obsolete.",
            "active": true,
            "categories": [
                "devel",
                "gnome"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libyaml",
            "portdir": "devel/libyaml",
            "version": "0.2.5",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pyyaml.org/wiki/LibYAML",
            "description": "YAML parser and emitter library",
            "long_description": "LibYAML is a YAML parser and emitter library.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "toby",
                    "github": "tobypeterson",
                    "ports_count": 249
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "mongodb",
                        "mongodb-devel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-yaml",
                        "py310-yaml",
                        "py311-yaml",
                        "py312-yaml",
                        "py313-yaml",
                        "py314-yaml",
                        "appstream-glib",
                        "ruby19",
                        "ruby20",
                        "ruby21",
                        "ruby22",
                        "ruby23",
                        "ruby24",
                        "ruby25",
                        "swi-prolog-devel",
                        "ruby32",
                        "fluent-bit",
                        "ruby30",
                        "qore-yaml-module",
                        "suricata",
                        "py39-yaml",
                        "php53-yaml",
                        "php54-yaml",
                        "php55-yaml",
                        "php56-yaml",
                        "php70-yaml",
                        "php71-yaml",
                        "php73-yaml",
                        "php72-yaml",
                        "php74-yaml",
                        "php80-yaml",
                        "php81-yaml",
                        "php82-yaml",
                        "php83-yaml",
                        "php84-yaml",
                        "php85-yaml",
                        "ruby26",
                        "ruby27",
                        "fdroidserver",
                        "ruby34",
                        "ruby33",
                        "ruby40",
                        "py35-yaml",
                        "py36-yaml",
                        "ejabberd",
                        "libcyaml",
                        "py38-yaml",
                        "stubby",
                        "ruby-devel",
                        "py37-yaml",
                        "py27-jenkins-job-builder",
                        "netdata",
                        "universal-ctags",
                        "appstream",
                        "shards",
                        "ruby31",
                        "swi-prolog"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pympress",
                        "ruby-build",
                        "crystal"
                    ]
                }
            ]
        },
        {
            "name": "libuuid",
            "portdir": "devel/libuuid",
            "version": "1.0.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sourceforge.net/projects/libuuid/",
            "description": "Portable uuid C library",
            "long_description": "Portable uuid C library",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-alien-libuuid",
                        "php53-uuid",
                        "php54-uuid",
                        "php56-uuid",
                        "php55-uuid",
                        "php70-uuid",
                        "php71-uuid",
                        "php72-uuid",
                        "php73-uuid",
                        "php74-uuid",
                        "php81-uuid",
                        "php80-uuid",
                        "php82-uuid",
                        "php83-uuid",
                        "php85-uuid",
                        "php84-uuid",
                        "erofs-utils",
                        "p5.30-alien-libuuid",
                        "p5.28-alien-libuuid",
                        "p5.32-alien-libuuid",
                        "p5.34-alien-libuuid",
                        "netdata"
                    ]
                }
            ]
        },
        {
            "name": "libusb-legacy",
            "portdir": "devel/libusb-legacy",
            "version": "0.1.12",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://libusb.info/",
            "description": "Library providing access to USB devices",
            "long_description": "A library originally developed under Linux to give userland programs an API to access to USB hardware.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                },
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 465
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libtar",
            "portdir": "devel/libtar",
            "version": "1.2.20",
            "license": "BSD and MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tklauser/libtar",
            "description": "library for manipulating POSIX tar files",
            "long_description": "libtar is a C library for manipulating POSIX tar files. It handles adding and extracting files to/from a tar archive.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "hydrogen"
                    ]
                }
            ]
        },
        {
            "name": "libsl",
            "portdir": "devel/libsl",
            "version": "0.3.4",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/stig/libsimplelist",
            "description": "yet another generic linked list C-library",
            "long_description": "libsimplelist is yet another generic linked list C-library.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libsigsegv",
            "portdir": "devel/libsigsegv",
            "version": "2.14",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/libsigsegv",
            "description": "Library for handling page faults in user mode.",
            "long_description": "GNU libsigsegv is a library for handling page faults in user mode. A page fault occurs when a program tries to access to a region of memory that is currently not available. Catching and handling a page fault is a useful technique for implementing pageable virtual memory, memory-mapped access to persistent databases, generational garbage collectors, stack overflow handlers, distributed shared memory, etc.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "Maude",
                        "gst",
                        "asymptote",
                        "clisp"
                    ]
                }
            ]
        },
        {
            "name": "libsdl_ttf-framework",
            "portdir": "devel/libsdl_ttf-framework",
            "version": "20110120",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.libsdl.org/projects/SDL_ttf/",
            "description": "Framework version of libsdl_ttf",
            "long_description": "Framework version of libsdl_ttf",
            "active": true,
            "categories": [
                "devel",
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 352
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libsdl-framework",
                        "libsdl_ttf"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libsdl_net-framework",
            "portdir": "devel/libsdl_net-framework",
            "version": "1.2.8",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.libsdl.org/projects/SDL_net/",
            "description": "Framework version of libsdl_net",
            "long_description": "Framework version of libsdl_net",
            "active": true,
            "categories": [
                "devel",
                "net"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 352
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libsdl-framework",
                        "libsdl_net"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libsdl_image-framework",
            "portdir": "devel/libsdl_image-framework",
            "version": "20110119",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.libsdl.org/projects/SDL_image/",
            "description": "Framework version of libsdl_image",
            "long_description": "Framework version of libsdl_image",
            "active": true,
            "categories": [
                "devel",
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 352
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libsdl-framework",
                        "libsdl_image"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libsdl-framework",
            "portdir": "devel/libsdl-framework",
            "version": "20110119",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.libsdl.org/",
            "description": "Framework version of libsdl",
            "long_description": "Framework version of libsdl",
            "active": true,
            "categories": [
                "devel",
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 352
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libsdl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "esdl",
                        "libsdl_sound-framework",
                        "cfxr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libsdl_mixer-framework",
                        "libsdl_gfx-framework",
                        "libsdl_ttf-framework",
                        "libsdl_image-framework",
                        "libsdl_net-framework"
                    ]
                }
            ]
        },
        {
            "name": "libpub",
            "portdir": "devel/libpub",
            "version": "0.40",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://code.google.com/p/publib/",
            "description": "library of C functions for various purposes",
            "long_description": "publib is a library of C functions for various purposes.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libptp2",
            "portdir": "devel/libptp2",
            "version": "1.1.10",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://libptp.sourceforge.net/",
            "description": "libptp2 is a library used to communicate with PTP devices like digital cameras.",
            "long_description": "libptp2 is a library used to communicate with PTP devices like still imaging cameras or MP3 players (KODAK mc3). You can download files or tweak camera properties using ptpcam program bundled with libptp2.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libusb-compat"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libpst",
            "portdir": "devel/libpst",
            "version": "0.6.76",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.five-ten-sg.com/libpst/",
            "description": "library to convert pst files to mbox and other formats",
            "long_description": "library to convert pst files to mbox and other formats",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgsf",
                        "ImageMagick",
                        "gd2",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libproplist",
            "portdir": "devel/libproplist",
            "version": "0.10.1",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.windowmaker.org/",
            "description": "Property library for GNOME and Window Maker",
            "long_description": "The purpose of libPropList is to closely mimick the behaviour of the property lists used in GNUstep/OPENSTEP and to be compatible with it.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libpointing",
            "portdir": "devel/libpointing",
            "version": "1.0.7",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://libpointing.org",
            "description": "An open-source cross-platform library to get raw events from pointing devices and master transfer functions.",
            "long_description": "Libpointing is an open-source cross-platform library that provides direct access to HID pointing devices and supports the design of pointing transfer functions.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "gery.casiez",
                    "github": "casiez",
                    "ports_count": 1
                },
                {
                    "name": "izzatbek",
                    "github": "Izzatbek",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libpdel",
            "portdir": "devel/libpdel",
            "version": "0.6.1",
            "license": "Permissive and BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20080925073208/http://www.dellroad.org/pdel/index",
            "description": "Packet Design multi-purpose C library for embedded applications.",
            "long_description": "The Packet Design Embedded Library (PDEL) is a kitchen sink C library containing an assorted collection of code useful for developing embedded applications: - C data structure run-time introspection library - Threaded HTTP client/server library with SSL and XML-RPC support - PPP library using netgraph(4) with PPTP and L2TP servers - Application configuration framework - Heap memory accounting and sanity checking - Generic template processing library - Routines to configure networking interfaces, ARP and routing tables - Logging library - Generic TCP server - Generic hash table implementation - Generic balanced tree implementation - Miscellaneous FILE * enhancements - Base-64 encoding/decoding - Events and actions with automated locking - Generalized per-thread variables - Message ports - Digital signature creation/verification - Filesystem mounting/unmounting - String quoting/parsing",
            "active": true,
            "categories": [
                "devel",
                "www"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "expat"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "lws"
                    ]
                }
            ]
        },
        {
            "name": "libowfat",
            "portdir": "devel/libowfat",
            "version": "0.28",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.fefe.de/libowfat/",
            "description": "reimplementation of the libdjb under GPL",
            "long_description": "reimplementation of the libdjb under GPL",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ncp"
                    ]
                }
            ]
        },
        {
            "name": "liboil",
            "portdir": "devel/liboil",
            "version": "0.3.17",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://liboil.freedesktop.org/",
            "description": "A library of simple functions that are optimized for various CPUs.",
            "long_description": "A library of simple functions that are optimized for various CPUs.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "gtk-doc",
                        "clang-14"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libnifalcon",
            "portdir": "devel/libnifalcon",
            "version": "1.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://libnifalcon.github.io/libnifalcon/",
            "description": "Novint Falcon hardware support",
            "long_description": "Driver and development library for the Novint Falcon haptic device",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "richardsjohnt",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libusb"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libmemcached",
            "portdir": "devel/libmemcached",
            "version": "1.0.18",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://libmemcached.org/",
            "description": "libmemcached is a C and C++ client library to the memcached server",
            "long_description": "libmemcached is a C and C++ client library for memcached. It has been designed to be light on memory usage, thread safe, and provide full access to server side methods.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "hsieh",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "umem",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "memcached",
                        "cyrus-sasl2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-pylibmc",
                        "py35-pylibmc",
                        "py36-pylibmc",
                        "py313-pylibmc",
                        "php53-memcached",
                        "php54-memcached",
                        "php55-memcached",
                        "php56-memcached",
                        "php70-memcached",
                        "php71-memcached",
                        "php72-memcached",
                        "php73-memcached",
                        "php74-memcached",
                        "php80-memcached",
                        "php81-memcached",
                        "php82-memcached",
                        "php83-memcached",
                        "php84-memcached",
                        "php85-memcached",
                        "py37-pylibmc",
                        "py38-pylibmc",
                        "Io"
                    ]
                }
            ]
        },
        {
            "name": "libmemcache",
            "portdir": "devel/libmemcache",
            "version": "1.4.0.rc2",
            "license": "MIT and BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://people.freebsd.org/~seanc/libmemcache/",
            "description": "C library for memcached.",
            "long_description": "The libmemcache C API to memcached is a high-performance library with support for multiple servers, memory contexts, and client-side hashes. Using the callback interface, it is possible to lump many gets together into a single get request with a great deal of ease.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "memcached"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libmba",
            "portdir": "devel/libmba",
            "version": "0.9.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ioplex.com/~miallen/libmba/",
            "description": "A collection of C modules potentially useful to any project",
            "long_description": "The libmba package is a collection of mostly independent C modules potentially useful to any project. There are hashmap, linkedlist, and stack ADTs, a DOM-like interface that can load and store XML files for simple XML processing, a module for managing error codes and associated messages across separate C libraries, and more.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libmaa",
            "portdir": "devel/libmaa",
            "version": "1.3.2",
            "license": "LGPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sourceforge.net/projects/dict/",
            "description": "Low-level data structures helpful for writing compilers",
            "long_description": "Low-level data structures helpful for writing compilers",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "libtool",
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "dict"
                    ]
                }
            ]
        },
        {
            "name": "liblxqt",
            "portdir": "devel/liblxqt",
            "version": "0.15.1",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/lxqt/liblxqt",
            "description": "Core utility library for all LXQt components",
            "long_description": "Core utility library for all LXQt components",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "cmake",
                        "lxqt-build-tools",
                        "pkgconfig",
                        "qt5-qttools"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libqtxdg",
                        "qt5-qtbase"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "lxqt-openssh-askpass"
                    ]
                }
            ]
        },
        {
            "name": "liblinebreak",
            "portdir": "devel/liblinebreak",
            "version": "2.0",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://vimgadgets.sourceforge.net/",
            "description": "Unicode linebreak library",
            "long_description": "liblinebreak, an implementation of the line breaking algorithm as described in Unicode 5.2.0 Standard Annex 14, Revision 24, available at http://www.unicode.org/reports/tr14/tr14-24.html",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libjit",
            "portdir": "devel/libjit",
            "version": "0.1.2",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://dotgnu.org/",
            "description": "A Just-In-Time library.",
            "long_description": "The libjit library has an extensive set of routines that takes care of the bulk of the Just-In-Time compilation process, without tying the programmer down with language or bytecode specifics.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libinchi-1",
            "portdir": "devel/libinchi-1",
            "version": "1.03",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.iupac.org/inchi/",
            "description": "IUPAC InChI identifier generation library",
            "long_description": "IUPAC library for standard and non-standard International Chemical Identifier (InChI) non-proprietary identifiers for chemical substances.",
            "active": true,
            "categories": [
                "devel",
                "science"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}