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

{
    "count": 50173,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&page=989",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&page=987",
    "results": [
        {
            "name": "star",
            "portdir": "archivers/star",
            "version": "1.7.0-2024-03-21",
            "license": "CDDL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://codeberg.org/schilytools/schilytools",
            "description": "The Schily fully POSIX compliant implementations of the cpio, tar and pax archivers including various utilities.",
            "long_description": "The star port provides fully POSIX compliant implementations of the cpio, tar and pax archivers including various utilities. In particular, the star port provides the Schily star, suntar, ustar, gnutar (renamed sgnutar), scpio and spax archivers. \n \nThe Schily star archiver provides many advantages over GNU tar or BSD tar including a built in 'find', fast fifo, selectable cli, accurate sparse files, pattern matcher, sophiticated 'diff', no name length limitations, the handling of ctimes, atimes and mtimes for files, the prevention of the clobbering of more recent files during extraction, automatic byte swap (when needed), automatic format detect, automatic compression detect, support for ACLs and file flags, support for all inode metadata, sophticated error control, 'ed' like pattern subsitutions, fast built in -copy mode and true incremental dump and restore features. \n \nExcept for the Schily cpio (or scpio) archiver, all the Schily archivers are fully compliant with the POSIX 1003.1-2001 standard! \n \nThe Schily cpio (or scpio) archiver is fully compliant with the previous POSIX 1003.1-1988 standard. (The cpio archiver was dropped from the POSIX 1003.1-2001 standard). \n \nPLEASE NOTE: Unlike the pax archiver provided by macOS, Schily's pax (or spax) archiver is fully compliant with the POSIX 1003.1-2001 standard! In other words, unlike the pax archiver provided by macOS, the Schily pax (or spax) archiver will actually create and read archives in the POSIX 1003.1-2001 pax archive format! \n \nAlso included is the Schily tartest utility used to test whether a tar archive is POSIX compliant and the star_sym utility which reads a inode database file from a previous incremental restore via the star archiver and prints the database in a human readable format. \n \nOmitted from the port are the mt, smt and rmt binaries to control magnetic tape drives.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "amtor",
                    "github": "RobK88",
                    "ports_count": 10
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "gettext",
                        "smake",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "snappy",
            "portdir": "archivers/snappy",
            "version": "1.2.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://google.github.io/snappy/",
            "description": "A fast compressor/decompressor",
            "long_description": "Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library. Instead it aims for very high speeds and reasonable compression. For instance, compared to the fastest mode of zlib, Snappy is an order of magnitude faster for most inputs, but the resulting compressed files are anywhere from 20% to 100% bigger. On a single core of a Core i7 processor in 64-bit mode, Snappy compresses at about 250 MB/sec or more and decompresses at about 500 MB/sec or more.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "lz4",
                        "lzo2",
                        "zlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py313-python-snappy",
                        "py310-python-snappy",
                        "py312-python-snappy",
                        "py38-python-snappy",
                        "py311-python-snappy",
                        "py39-python-snappy"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "aff4",
                        "py39-python-snappy",
                        "blosc",
                        "py38-python-snappy",
                        "py310-python-snappy",
                        "py311-python-snappy",
                        "py313-python-snappy",
                        "py312-python-snappy",
                        "py37-pyarrow",
                        "py38-pyarrow",
                        "shogun",
                        "shogun-devel",
                        "qt5-qtwebengine",
                        "py310-imagecodecs",
                        "py311-imagecodecs",
                        "py312-imagecodecs",
                        "py313-imagecodecs",
                        "py314-imagecodecs",
                        "mongo-c-driver",
                        "qemu",
                        "sparkey",
                        "rocksdb",
                        "mongodb-devel",
                        "mongodb",
                        "leveldb",
                        "netdata",
                        "qt513-qtwebengine",
                        "caffe",
                        "folly",
                        "py39-imagecodecs",
                        "mvfst",
                        "hadoop",
                        "apache-arrow",
                        "py37-imagecodecs",
                        "py38-imagecodecs"
                    ]
                }
            ]
        },
        {
            "name": "slimdata",
            "portdir": "archivers/slimdata",
            "version": "2.7.1",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://slimdata.sourceforge.net/",
            "description": "Fast data compression for scientific data.",
            "long_description": "Slim is a data compression system for scientific data sets, a binary and a library with C linkage. Slim works with integer data from one or more channels in a file, which it can compress more effectively and more rapidly than general tools like gzip.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sharutils",
            "portdir": "archivers/sharutils",
            "version": "4.15.2",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/sharutils/",
            "description": "Makes so-called shell archives out of many files",
            "long_description": "GNU shar makes so-called shell archives out of many files, preparing them for transmission by electronic mail services. A shell archive is a collection of files that can be unpacked by /bin/sh. A wide range of features provide extensive flexibility in manufacturing shars and in specifying shar smartness. For example, shar may compress files, uuencode binary files, split long files and construct multi-part mailings, ensure correct unsharing order, and provide simplistic checksums.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 639
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rzip64",
            "portdir": "archivers/rzip64",
            "version": "3.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://rzip64.ghsi.eu",
            "description": "a parallelized large file compression program",
            "long_description": "rzip64 is a file compression program designed for very large files. rzip64 can utilize multiple CPU cores. rzip64 can also be interrupted at any time and be restarted later. rzip64 uses very large amounts of memory.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "bzip2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rzip",
            "portdir": "archivers/rzip",
            "version": "2.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://rzip.samba.org/",
            "description": "Compression program similar to gzip or bzip2",
            "long_description": "rzip is a compression program, similar in functionality to gzip or bzip2, but able to take advantage from long distance redundancies in files, which can sometimes allow rzip to produce much better compression ratios than other programs.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "bzip2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "quazip",
            "portdir": "archivers/quazip",
            "version": "0.9.1",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://github.com/stachenov/quazip",
            "description": "Qt/C++ wrapper over minizip",
            "long_description": "The C++ wrapper for Gilles Vollant's ZIP/UNZIP package (AKA Minizip) using Trolltech's Qt library.",
            "active": true,
            "categories": [
                "devel",
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "zlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "texstudio"
                    ]
                }
            ]
        },
        {
            "name": "ppmd",
            "portdir": "archivers/ppmd",
            "version": "20050811",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://packages.debian.org/unstable/utils/ppmd",
            "description": "A fast archiver with a good compression ratio",
            "long_description": "PPMD is a fast archiver with a good compression ratio. It is written for embedding in user programs mainly it is not intended for immediate use. Speed and performance improvements of abstract PPM model 1-6 are the main goal.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bsdmake",
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pixz",
            "portdir": "archivers/pixz",
            "version": "1.0.7",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/vasi/pixz",
            "description": "Pixz (pronounced 'pixie') is a parallel, indexing version of XZ",
            "long_description": "The existing XZ Utils provide great compression in the .xz file format, but they have two significant problems: \n\n* They are single-threaded, while most users now have multi-core computers. \n* The .xz files they produce are just one big block of compressed data, rather than a collection of smaller blocks. This makes random access to the original data impossible. \n\nWith pixz, both these problems are solved.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0",
                        "asciidoc"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libarchive",
                        "xz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pigz",
            "portdir": "archivers/pigz",
            "version": "2.8",
            "license": "zlib and Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.zlib.net/pigz/",
            "description": "parallel gzip",
            "long_description": "pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data. pigz was written by Mark Adler, and uses the zlib and pthread libraries.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "danchr",
                    "github": "danchr",
                    "ports_count": 171
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "gutils-suite-core"
                    ]
                }
            ]
        },
        {
            "name": "pbzx",
            "portdir": "archivers/pbzx",
            "version": "20180319",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://newosxbook.com/articles/OTA5.html",
            "description": "utility to decode pbzx streams in xip files",
            "long_description": "pbzx is a utility to decode pbzx streams in xip files.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pbzip2",
            "portdir": "archivers/pbzip2",
            "version": "1.1.13",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://compression.ca/pbzip2/",
            "description": "parallel bzip2",
            "long_description": "PBZIP2 is a parallel implementation of the bzip2 block-sorting file compressor that uses pthreads and achieves near-linear speedup on SMP machines.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "bzip2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "VIBES"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gutils-suite-core"
                    ]
                }
            ]
        },
        {
            "name": "par2",
            "portdir": "archivers/par2",
            "version": "1.0.0",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Parchive/par2cmdline",
            "description": "Parchive: Parity Archive Volume Set for data recovery",
            "long_description": "Parchive takes .par files and can regenerate missing data based upon a Reed-Soloman Code. This is useful for restoring missing pieces of a multi-part archive like the kinds used on Usenet. Version 2 does not require like-sized pieces, so it is useful for many more kinds of data recovery.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "backuppc"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "hellanzb"
                    ]
                }
            ]
        },
        {
            "name": "paq8",
            "portdir": "archivers/paq8",
            "version": "8p",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://mattmahoney.net/dc/",
            "description": "PAQ8, a tight but slow compressor",
            "long_description": "PAQ is a series of open source data compression archivers that have evolved through collaborative development to top rankings on several benchmarks measuring compression ratio (although at the expense of speed and memory usage).",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 349
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "packddir",
            "portdir": "archivers/packddir",
            "version": "0.0.6-1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.nongnu.org/packddir/",
            "description": "creates and unpacks PackdDir archives",
            "long_description": "packddir creates and unpacks PackdDir archives, which are used in Quake (I and II) and others.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p7zip",
            "portdir": "archivers/p7zip",
            "version": "16.02",
            "license": "LGPL-2.1+ and Restrictive/Distributable",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://p7zip.sourceforge.net/",
            "description": "7-Zip implementation",
            "long_description": "p7zip is a port of 7-Zip, a file archiver with highest compression ratio.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "gnat-booch95",
                        "MoltenVK-1.1.9"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "allegro5",
                        "gecode",
                        "stardict",
                        "gnat-booch95",
                        "lzma",
                        "glm",
                        "keka"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ufo-ai",
                        "keka",
                        "littleutils"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "julia",
                        "gutils-suite-core"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "p5.30-io-compress-lzma",
                        "p5.26-io-compress-lzma",
                        "p5.34-io-compress-lzma",
                        "p5.32-io-compress-lzma",
                        "p5.28-io-compress-lzma"
                    ]
                }
            ]
        },
        {
            "name": "ota",
            "portdir": "archivers/ota",
            "version": "20211019",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://newosxbook.com/articles/OTA8.html",
            "description": "iOS OTA/PBZX expander/unpacker/lister/searcher",
            "long_description": "ota is an iOS OTA/PBZX expander/unpacker/lister/searcher.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ncompress",
            "portdir": "archivers/ncompress",
            "version": "5.0",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/vapier/ncompress",
            "description": "fast, simple LZW file compressor",
            "long_description": "Compress is a fast, simple LZW file compressor. Compress does not have the highest compression rate, but it is one of the fastest programs to compress data. Compress is the de facto standard in the UNIX community for compressing files.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "minizip2",
            "portdir": "archivers/minizip2",
            "version": "3.0.3",
            "license": "zlib",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "minizip-ng",
            "homepage": "https://www.macports.org",
            "description": "Obsolete port, replaced by minizip-ng",
            "long_description": "This port has been replaced by minizip-ng.",
            "active": false,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mgzip",
            "portdir": "archivers/mgzip",
            "version": "1.2c",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20110415162704/http://lemley.net/mgzip.html",
            "description": "a multi-processor capable .gz file creator.",
            "long_description": "mgzip is a program that makes use of SMP machines and zlib to use as many processors as you have to quickly compress files into gzip compatible format.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "makeself",
            "portdir": "archivers/makeself",
            "version": "2.7.1",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://makeself.io",
            "description": "A small shell script that generates a self-extractable archives",
            "long_description": "makeself.sh is a small shell script that generates a self-extractable tar.gz archive from a directory. The resulting file appears as a shell script (many of those have a .run suffix), and can be launched as is.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "makepak",
            "portdir": "archivers/makepak",
            "version": "0.0.2",
            "license": "GPL-3+",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Luiji/MakePAK",
            "description": "Quake I/II .PAK Archiving Utility",
            "long_description": "MakePAK is a command-line tool for the creation of Quake .PAK files.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "texinfo"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "lzo2",
            "portdir": "archivers/lzo2",
            "version": "2.10",
            "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.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "tinc",
                        "tinc-devel",
                        "dact",
                        "goldendict",
                        "wandio",
                        "lzop",
                        "squashfs-tools",
                        "ht",
                        "py37-tables",
                        "py35-tables",
                        "py36-tables",
                        "blender",
                        "ffmpeg",
                        "ffmpeg-devel",
                        "ffmpeg4",
                        "ffmpeg8",
                        "mkvtoolnix-legacy",
                        "transcode",
                        "shogun",
                        "shogun-devel",
                        "py38-tables",
                        "qemu",
                        "openvpn2",
                        "libarchive",
                        "openttd",
                        "bacula",
                        "snappy",
                        "py27-tables",
                        "lrzip",
                        "ffmpeg6",
                        "ffmpeg7",
                        "py39-tables",
                        "Io",
                        "MPlayer",
                        "mplayer-devel",
                        "dar",
                        "mkvtoolnix-devel",
                        "mkvtoolnix",
                        "cairo-devel",
                        "py310-tables",
                        "py311-tables",
                        "py312-tables",
                        "py313-tables"
                    ]
                }
            ]
        },
        {
            "name": "lzma",
            "portdir": "archivers/lzma",
            "version": "25.01",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.7-zip.org/sdk.html",
            "description": "high compression ratio archiver",
            "long_description": "LZMA is default and general compression method of 7z format in 7-Zip program. LZMA provides high compression ratio and very fast decompression.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "p7zip"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "botan",
                        "folly",
                        "root6",
                        "root5",
                        "R-ijtiff",
                        "libarchive-qt",
                        "ugrep",
                        "ouch",
                        "littleutils",
                        "R-Rhtslib",
                        "fnm",
                        "R-ragg",
                        "wget2",
                        "boost171",
                        "boost176",
                        "boost178",
                        "boost181",
                        "librasterlite2",
                        "boost188",
                        "boost187"
                    ]
                }
            ]
        },
        {
            "name": "lzip",
            "portdir": "archivers/lzip",
            "version": "1.25",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 20091025,
            "replaced_by": null,
            "homepage": "https://www.nongnu.org/lzip/lzip.html",
            "description": "Compression program based on LZMA similar to gzip or bzip2",
            "long_description": "Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses better than bzip2, which makes it well suited for software distribution and data archiving.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "extract",
                    "ports": [
                        "ddrescue",
                        "gmake",
                        "moe",
                        "ed",
                        "wget2",
                        "mtools",
                        "wget",
                        "re2c",
                        "blackbox",
                        "expat",
                        "flex",
                        "rcs",
                        "ocrad",
                        "lzlib"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libarchive-qt",
                        "littleutils"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "cgit",
                        "gutils-suite-core"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "p5.28-io-compress-lzma",
                        "p5.32-io-compress-lzma",
                        "p5.30-io-compress-lzma",
                        "p5.26-io-compress-lzma",
                        "p5.34-io-compress-lzma"
                    ]
                }
            ]
        },
        {
            "name": "lzfse",
            "portdir": "archivers/lzfse",
            "version": "1.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/lzfse/lzfse",
            "description": "compression library and command line tool",
            "long_description": "LZFSE is a Lempel-Ziv style data compression algorithm using Finite State Entropy coding. It targets similar compression rates at higher compression and decompression speed compared to deflate using zlib.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "qemu"
                    ]
                }
            ]
        },
        {
            "name": "lz4",
            "portdir": "archivers/lz4",
            "version": "1.10.0",
            "license": "BSD and GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.lz4.org/",
            "description": "Extremely Fast Compression algorithm",
            "long_description": "LZ4 is a very fast lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "libosmium-doc",
                        "libosmium"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "wireshark30",
                        "py27-lz4",
                        "py35-lz4",
                        "py36-lz4",
                        "fizz",
                        "folly",
                        "mvfst",
                        "apache-arrow",
                        "tiledb",
                        "py36-scikit-hep-uproot4",
                        "wireshark3",
                        "wireshark4",
                        "flann",
                        "spice-gtk",
                        "py39-scikit-hep-uproot",
                        "py37-scikit-hep-uproot",
                        "py37-lz4",
                        "py37-scikit-hep-uproot4",
                        "py38-scikit-hep-uproot4",
                        "py39-scikit-hep-uproot4",
                        "py310-scikit-hep-uproot4",
                        "py311-scikit-hep-uproot4",
                        "HDF5-External-Filter-Plugins",
                        "mysql57",
                        "dovecot",
                        "subversion-pythonbindings-3.9",
                        "root6",
                        "blosc",
                        "py38-scikit-hep-uproot",
                        "squashfs-tools",
                        "subversion-python27bindings",
                        "subversion-pythonbindings-2.7",
                        "subversion-pythonbindings-3.5",
                        "subversion-pythonbindings-3.6",
                        "subversion-pythonbindings-3.7",
                        "hugin-app",
                        "py37-pyarrow",
                        "py38-pyarrow",
                        "py39-lz4",
                        "groonga",
                        "erofs-utils",
                        "py27-hgexperimental",
                        "rsync",
                        "percona",
                        "vte",
                        "Aseprite",
                        "chez-scheme",
                        "php71-mysql_xdevapi",
                        "php72-mysql_xdevapi",
                        "php73-mysql_xdevapi",
                        "php80-mysql_xdevapi",
                        "php74-mysql_xdevapi",
                        "php81-mysql_xdevapi",
                        "php82-mysql_xdevapi",
                        "php83-mysql_xdevapi",
                        "ugrep",
                        "paraview",
                        "subversion",
                        "subversion-javahlbindings",
                        "subversion-perlbindings-5.28",
                        "subversion-perlbindings-5.30",
                        "subversion-perlbindings-5.32",
                        "subversion-perlbindings-5.34",
                        "subversion-pythonbindings-3.8",
                        "subversion-rubybindings",
                        "blosc2",
                        "py38-lz4",
                        "py310-scikit-hep-uproot",
                        "py311-scikit-hep-uproot",
                        "racket",
                        "openvpn2",
                        "R-fstcore",
                        "libarchive",
                        "rocksdb",
                        "snappy",
                        "osmium-tool",
                        "subversion-pythonbindings-3.10",
                        "subversion-pythonbindings-3.11",
                        "subversion-pythonbindings-3.12",
                        "librasterlite2",
                        "edencommon",
                        "netdata",
                        "openconnect",
                        "librdkafka",
                        "py310-lz4",
                        "py311-lz4",
                        "py312-lz4",
                        "py314-lz4",
                        "py313-lz4",
                        "R-qs",
                        "lrzip",
                        "gdal",
                        "gdal-hdf5",
                        "gdal-kea",
                        "gdal-netcdf",
                        "bitkeeper",
                        "rizin",
                        "zstd",
                        "neomutt",
                        "proxmark3-iceman",
                        "spice-server",
                        "dar",
                        "openvpn3",
                        "dnscap",
                        "postgresql16",
                        "postgresql17",
                        "postgresql18",
                        "subversion-perlbindings-5.26",
                        "borgbackup",
                        "wireshark2"
                    ]
                }
            ]
        },
        {
            "name": "lunzip",
            "portdir": "archivers/lunzip",
            "version": "1.14",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.nongnu.org/lzip/lunzip.html",
            "description": "Decompressor for lzip files",
            "long_description": "Lunzip is a decompressor for lzip files. It is written in C and its small size makes it well suited for embedded devices or software installers that need to decompress files but do not need compression capabilities. Lunzip is fully compatible with lzip-1.4 or newer.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "lrzip",
            "portdir": "archivers/lrzip",
            "version": "0.651",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://ck.kolivas.org/apps/lrzip/",
            "description": "Long Range ZIP or Lzma RZIP",
            "long_description": "lrzip is a compression program optimised for large files. The larger the file and the more memory you have, the better the compression advantage this will provide, especially once the files are larger than 100MB. The advantage can be chosen to be either size (much smaller than bzip2) or speed (much faster than bzip2).",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "clang-18",
                        "nasm",
                        "libtool",
                        "autoconf"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "lzo2",
                        "lz4",
                        "bzip2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libarchive-qt"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gutils-suite-core"
                    ]
                }
            ]
        },
        {
            "name": "libzzip",
            "portdir": "archivers/libzzip",
            "version": "0.13.80",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gdraheim/zziplib",
            "description": "library providing read access on ZIP-archives",
            "long_description": "The ZZIPlib provides read access on ZIP-archives. The library uses only the patent-free compression-algorithms supported by Zlib. It provides functions that transparently access files being either real files or zipped files, both with the same filepath.",
            "active": true,
            "categories": [
                "devel",
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "sdl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "cmake",
                        "pkgconfig",
                        "python313"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "zip",
                        "unzip"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cmconvert",
                        "texlive-bin",
                        "lua54-luazip",
                        "lua52-luazip",
                        "lua53-luazip",
                        "lua51-luazip",
                        "mpd"
                    ]
                }
            ]
        },
        {
            "name": "libzip",
            "portdir": "archivers/libzip",
            "version": "1.11.4",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://libzip.org/",
            "description": "libzip is a C library for reading, creating, and modifying zip archives",
            "long_description": "libzip is a C library for reading, creating, and modifying zip archives. Files can be added from data buffers, files, or compressed data copied directly from other zip archives. Changes made without closing the archive can be reverted.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "gnutls",
                "mbedtls",
                "openssl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "coreutils",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "bzip2",
                        "zlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "openrct2",
                        "freedink",
                        "routino",
                        "gwyddion",
                        "pstoedit",
                        "ds9",
                        "xournalpp",
                        "subsurface",
                        "openscad",
                        "openscad-devel",
                        "kchmviewer",
                        "sc-im",
                        "warzone2100",
                        "tldr-cpp-client",
                        "ebook-tools",
                        "php53-zip",
                        "php52-zip",
                        "php54-zip",
                        "php55-zip",
                        "php56-zip",
                        "php71-zip",
                        "php70-zip",
                        "php72-zip",
                        "php73-zip",
                        "php74-zip",
                        "php80-zip",
                        "php81-zip",
                        "php82-zip",
                        "php83-zip",
                        "ideviceinstaller",
                        "ideviceinstaller-devel",
                        "idevicerestore",
                        "idevicerestore-devel",
                        "GraphicsMagick",
                        "qgis3",
                        "qgis3-ltr",
                        "radare2",
                        "taisei",
                        "rizin",
                        "lib3mf"
                    ]
                }
            ]
        },
        {
            "name": "libpar2",
            "portdir": "archivers/libpar2",
            "version": "0.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://parchive.sourceforge.net/",
            "description": "libpar2 is a library for par2.",
            "long_description": "libpar2 is a library for par2, extracted from par2cmdline 0.4",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "arno+macports",
                    "github": "fracai",
                    "ports_count": 13
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsigcxx2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libarxx",
            "portdir": "archivers/libarxx",
            "version": "0.7.9",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://libarxx.sourceforge.net/",
            "description": "C++ library for using ARX archives",
            "long_description": "libarxx is a C++ implementation for accessing ARX archives. ARX archives are compressed and structured collections of data items with advanced features like data synchronization, references for external data items, and merging multiple archives.",
            "active": true,
            "categories": [
                "devel",
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "bzip2",
                        "zlib"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pkgconfig"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libarchive",
            "portdir": "archivers/libarchive",
            "version": "3.8.4",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://libarchive.org/",
            "description": "functions for reading and writing streaming archives",
            "long_description": "Libarchive is a programming library that can create and read several different streaming archive formats, including most popular tar variants, several cpio formats, 7zip and rar. It can also write shar archives.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "toby",
                    "github": "tobypeterson",
                    "ports_count": 249
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xz",
                        "zlib",
                        "zstd",
                        "bzip2",
                        "libiconv",
                        "libxml2",
                        "libb2",
                        "lz4",
                        "lzo2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "extract",
                    "ports": [
                        "MacOSX10.11.sdk",
                        "MacOSX10.10.sdk",
                        "MacOSX10.9.sdk",
                        "MacOSX10.8.sdk",
                        "MacOSX10.6.sdk",
                        "MacOSX10.7.sdk",
                        "MacOSX12.sdk",
                        "MacOSX11.sdk",
                        "MacOSX10.15.sdk",
                        "MacOSX10.14.sdk",
                        "MacOSX10.13.sdk",
                        "MacOSX10.12.sdk"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cmake-devel",
                        "pixz",
                        "osinfo-db-tools",
                        "cmake-devel-docs",
                        "zathura-plugin-cb",
                        "mpv-legacy",
                        "swi-prolog",
                        "file-roller",
                        "photoqt",
                        "melonds",
                        "mupdf",
                        "e2fsprogs",
                        "swi-prolog-devel",
                        "lms",
                        "poac",
                        "libhttpseverywhere",
                        "appstream-glib",
                        "gnome-autoar",
                        "libtifiles2",
                        "samba4",
                        "evince",
                        "elftoolchain",
                        "glom",
                        "R-archive",
                        "qmmp",
                        "libextractor",
                        "zeal",
                        "zorba",
                        "grilo-plugins",
                        "geeqie",
                        "libarchive-qt",
                        "vips",
                        "Aseprite",
                        "epic5",
                        "lnav",
                        "lnav-devel",
                        "mpv",
                        "hydrogen",
                        "tesseract",
                        "tesseract-training",
                        "libmamba",
                        "micromamba",
                        "totem-pl-parser",
                        "gvfs",
                        "claws-mail",
                        "archivemount",
                        "cmake",
                        "cmake-docs",
                        "cmake-gui",
                        "ark",
                        "cmake-devel-gui"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py36-libarchive-c",
                        "py35-libarchive-c",
                        "py27-libarchive-c",
                        "py37-libarchive-c",
                        "rb33-ffi-libarchive",
                        "rb32-ffi-libarchive",
                        "py39-libarchive-c",
                        "rb31-ffi-libarchive",
                        "py38-libarchive-c",
                        "py313-libarchive-c",
                        "py310-libarchive-c",
                        "py311-libarchive-c",
                        "py312-libarchive-c"
                    ]
                }
            ]
        },
        {
            "name": "libaec",
            "portdir": "archivers/libaec",
            "version": "1.1.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.dkrz.de/k202009/libaec",
            "description": "Adaptive Entropy Coding library",
            "long_description": "libaec provides fast lossless compression of 1 up to 32 bit wide signed or unsigned integers (samples). The library achieves best results for low entropy data as often encountered in space imaging instrument data or numerical model output from weather or climate simulations. While floating point representations are not directly supported, they can also be efficiently coded by grouping exponents and mantissa.",
            "active": true,
            "categories": [
                "science",
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "takeshi",
                    "github": "tenomoto",
                    "ports_count": 54
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-16"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-imagecodecs",
                        "py38-imagecodecs",
                        "hdfeos5",
                        "hdf5",
                        "metview",
                        "libminc",
                        "wgrib2",
                        "py310-imagecodecs",
                        "py311-imagecodecs",
                        "py312-imagecodecs",
                        "py313-imagecodecs",
                        "py314-imagecodecs",
                        "gnudatalanguage",
                        "gdal",
                        "gdal-hdf5",
                        "gdal-kea",
                        "gdal-netcdf",
                        "InsightToolkit",
                        "InsightToolkit4",
                        "py310-InsightToolkit",
                        "py311-InsightToolkit",
                        "py312-InsightToolkit",
                        "py313-InsightToolkit",
                        "py310-InsightToolkit4",
                        "py311-InsightToolkit4",
                        "py312-InsightToolkit4",
                        "py313-InsightToolkit4",
                        "py39-imagecodecs",
                        "ecCodes"
                    ]
                }
            ]
        },
        {
            "name": "lha",
            "portdir": "archivers/lha",
            "version": "20211125",
            "license": "Restrictive/Distributable",
            "platforms": "darwin",
            "epoch": 20211125,
            "replaced_by": null,
            "homepage": "https://lha.osdn.jp",
            "description": "Utility for creating and opening lzh archives",
            "long_description": "Utility for creating and opening lzh archives",
            "active": true,
            "categories": [
                "sysutils",
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "ptex-sfmacros"
                    ]
                }
            ]
        },
        {
            "name": "lcab",
            "portdir": "archivers/lcab",
            "version": "1.0b12",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://coding.wooyayhoopla.be/lcab/",
            "description": "Linux CABinet file creator",
            "long_description": "LCAB is a small program for linux that creates an uncompressed MS Cabinet File from a set of input files.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "lbzip2",
            "portdir": "archivers/lbzip2",
            "version": "2.5",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kjn/lbzip2",
            "description": "lbzip2 - parallel bzip2 compression utility",
            "long_description": "lbzip2 is a free, multi-threaded compression utility with support for bzip2 compressed file format.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "eborisch",
                    "github": "eborisch",
                    "ports_count": 221
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "grpc",
                        "py39-grpcio",
                        "py39-grpcio-tools",
                        "py310-grpcio",
                        "py310-grpcio-tools",
                        "QSopt_ex",
                        "py37-grpcio",
                        "py37-grpcio-tools",
                        "py38-grpcio",
                        "py38-grpcio-tools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gutils-suite-core"
                    ]
                }
            ]
        },
        {
            "name": "keka",
            "portdir": "archivers/keka",
            "version": "0.1.4.3",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://kekaosx.com/",
            "description": "7-Zip GUI for Mac",
            "long_description": "keka is a Mac OSX GUI for p7zip (7-zip/7zip port), Unrar and Unace. keka tries to be the easiest and quickest archiver for Mac.",
            "active": true,
            "categories": [
                "aqua",
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "p7zip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p7zip",
                        "unrar"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "innoextract",
            "portdir": "archivers/innoextract",
            "version": "1.9",
            "license": "zlib",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://constexpr.org/innoextract/",
            "description": "A tool to unpack installers created by Inno Setup",
            "long_description": "Inno Setup is a tool to create installers for Microsoft Windows applications. innoextract allows to extract such installers under non-windows systems without running the actual installer using Wine.",
            "active": true,
            "categories": [
                "sysutils",
                "archivers",
                "compression"
            ],
            "maintainers": [
                {
                    "name": "fjoe",
                    "github": "mkhon",
                    "ports_count": 2
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xz",
                        "boost181"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "fheroes2"
                    ]
                }
            ]
        },
        {
            "name": "hfstar",
            "portdir": "archivers/hfstar",
            "version": "1.13.19",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.metaobject.com/Products.html",
            "description": "gnutar with HFS+ support",
            "long_description": "A version of gnutar for Mac OS X that supports archiving HFS+ specific information such as resource forks, type and creator codes as well as other finder flags.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "hffzip",
            "portdir": "archivers/hffzip",
            "version": "1.01",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://retis.sssup.it/~scordino/projects/hffzip.html",
            "description": "HFFzip is a file compressor based upon Huffman coding.",
            "long_description": "The Huffman algorithm uses a binary tree, and has complexity O(N*N) for compression and O(NlogN) for decompression. Although this file compressor is not so good as other compression programs (like gzip), HFFzip is right for embedded systems, because of its little size and the simple algorithm used.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ha",
            "portdir": "archivers/ha",
            "version": "0.999",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "ftp://ftp.kiarchive.ru/pub/unix/arcers/",
            "description": "The \"HA\" archiver, based on arithmetic/Markov coder.",
            "long_description": "The {\"HA\"} archiver, based on arithmetic/Markov coder.",
            "active": true,
            "categories": [
                "sysutils",
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gzrecover",
            "portdir": "archivers/gzrecover",
            "version": "0.8",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.urbanophile.com/arenn/hacking/gzrt/",
            "description": "attempts to extract bad gzip archives",
            "long_description": "Gzrecover attempts to skip over bad data in a gzip archive. It will try to to skip over bad data and extract whatever files might be there.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gzip",
            "portdir": "archivers/gzip",
            "version": "1.14",
            "license": "GPL-3+",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gzip.org/",
            "description": "gnu replacement utility for unix compress",
            "long_description": "gzip (GNU zip) is a compression utility designed to be a replacement for compress. Its main advantages over compress are much better compression and freedom from patented algorithms.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "texinfo",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "font-bh-75dpi",
                        "gstreamer010",
                        "efont-unicode",
                        "font-isas-misc",
                        "font-jis-misc",
                        "font-micro-misc",
                        "font-misc-cyrillic",
                        "font-misc-ethiopic",
                        "font-misc-meltho",
                        "font-misc-misc",
                        "font-mutt-misc",
                        "font-schumacher-misc",
                        "font-screen-cyrillic",
                        "font-sony-misc",
                        "font-spleen",
                        "font-sun-misc",
                        "font-winitzki-cyrillic",
                        "font-xfree86-type1",
                        "simulavr",
                        "gstreamer1",
                        "prips",
                        "ghc",
                        "xorg-encodings",
                        "font-adobe-100dpi",
                        "font-adobe-75dpi",
                        "font-adobe-utopia-100dpi",
                        "font-adobe-utopia-75dpi",
                        "font-adobe-utopia-type1",
                        "font-arabic-misc",
                        "font-bh-100dpi",
                        "font-bh-lucidatypewriter-100dpi",
                        "font-bh-lucidatypewriter-75dpi",
                        "font-bh-ttf",
                        "font-bh-type1",
                        "font-bitstream-100dpi",
                        "font-bitstream-75dpi",
                        "font-bitstream-speedo",
                        "font-bitstream-type1",
                        "font-cronyx-cyrillic",
                        "font-cursor-misc",
                        "font-daewoo-misc",
                        "font-dec-misc",
                        "font-ibm-type1"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "djjr"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "littleutils",
                        "uhd",
                        "uhd-39lts",
                        "uhd-devel",
                        "shogun",
                        "shogun-devel",
                        "rsyncrypto",
                        "R",
                        "man",
                        "dpkg",
                        "fsdb",
                        "backuppc"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "rpm54",
                        "logrotate",
                        "lv",
                        "rpm",
                        "diffoscope"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "osxbom"
                    ]
                }
            ]
        },
        {
            "name": "gnutar",
            "portdir": "archivers/gnutar",
            "version": "1.35",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/tar/",
            "description": "GNU version of the tar archiving utility",
            "long_description": "the gnutar program creates, adds files to, or extracts files from an archive file in gnutar format, called a tarfile. A tarfile is often a magnetic tape, but can be a floppy diskette or any regular disk file.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15",
                        "libtool",
                        "help2man",
                        "texinfo",
                        "autoconf",
                        "automake"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "gettext"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "bazaar",
                        "prometheus",
                        "viking",
                        "R-duckdb"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "pngquant",
                        "metview",
                        "wgrib2",
                        "sundials6"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "dpkg",
                        "backuppc",
                        "R"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gutils-suite-core",
                        "diffoscope",
                        "noahstrap",
                        "tardiff"
                    ]
                }
            ]
        },
        {
            "name": "fastjar",
            "portdir": "archivers/fastjar",
            "version": "0.94",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://fastjar.sourceforge.net/",
            "description": "fast implementation of Sun's jar utility in C",
            "long_description": "Fastjar is an implementation of Sun's jar utility that comes with the JDK, written entirely in C, and runs in a fraction of the time while being 100% feature compatible.",
            "active": true,
            "categories": [
                "java",
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "edelta",
            "portdir": "archivers/edelta",
            "version": "0.10b",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jacobgorm/edelta",
            "description": "EDelta is a fast XDelta-style binary differ",
            "long_description": "EDelta is a fast (linear time) XDelta-style binary differ, but optimized for executables that have a very systematic way of changing between versions.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ecm",
            "portdir": "archivers/ecm",
            "version": "1.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20130502135203/http://www.neillcorlett.com/ecm/",
            "description": "CD image file error code modeler",
            "long_description": "ECM (Error Code Modeler) lets you prepare CD image files - such as BIN, CDI, NRG, CCD, or similar - so that they'll compress far better.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dzip",
            "portdir": "archivers/dzip",
            "version": "3.2",
            "license": "MPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kugelrund/dzip",
            "description": "file compression tool",
            "long_description": "Dzip is a program for file compression. Its advantage over more popular compression software is in the size of the program, easily fitting on a floppy disk. Dzip's original purpose was to compress demo recordings of the id software game Quake.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}