HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50278,
"next": null,
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=1005",
"results": [
{
"name": "zsh-autosuggestions",
"portdir": "sysutils/zsh-autosuggestions",
"version": "0.7.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/zsh-users/zsh-autosuggestions",
"description": "Fish-like fast/unobtrusive autosuggestions for zsh",
"long_description": "Fish-like fast/unobtrusive autosuggestions for zsh. It suggests commands as you type based on history and completions.",
"active": true,
"categories": [
"sysutils",
"shells"
],
"maintainers": [
{
"name": "franklinyu",
"github": "FranklinYu",
"ports_count": 4
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "zsh-completions",
"portdir": "sysutils/zsh-completions",
"version": "0.35.0",
"license": "Permissive and Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/zsh-users/zsh-completions",
"description": "Additional completion definitions for Zsh.",
"long_description": "Additional completion definitions for Zsh. This package includes the completion files for the MacPorts port command.",
"active": true,
"categories": [
"sysutils",
"shells"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-15"
]
}
],
"depends_on": []
},
{
"name": "zshdb",
"portdir": "devel/zshdb",
"version": "1.1.4",
"license": "GPL-3",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rocky/zshdb",
"description": "GDB-like debugger for zsh scripts.",
"long_description": "GDB-like debugger for zsh scripts. Zshdb can run your script, stop it on specified conditions, help you examine what has happened when it has stopped, and allow you to modify parts of your script so that you can experiment with your code and fix problems once they are identified.",
"active": true,
"categories": [
"devel",
"shells"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"zsh"
]
}
],
"depends_on": []
},
{
"name": "zsh-fpm-completions",
"portdir": "sysutils/zsh-fpm-completions",
"version": "0.2",
"license": "MIT",
"platforms": "any",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/ShinobuAmasaki/fpm-completions",
"description": "Command-line completion functions for the Fortran Package Manager",
"long_description": "Command-line completion functions for the Fortran Package Manager",
"active": true,
"categories": [
"sysutils",
"shells",
"fortran"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "zsh-history-substring-search",
"portdir": "sysutils/zsh-history-substring-search",
"version": "1.1.0",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/zsh-users/zsh-history-substring-search",
"description": "Zsh port of Fish shell's history search.",
"long_description": "This is a clean-room implementation of the Fish shell's history search feature, where you can type in any part of any command from history and then press chosen keys, such as the UP and DOWN arrows, to cycle through matches.",
"active": true,
"categories": [
"sysutils",
"shells"
],
"maintainers": [
{
"name": "bashu.was.here",
"github": "bashu",
"ports_count": 40
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-15"
]
},
{
"type": "run",
"ports": [
"zsh"
]
}
],
"depends_on": []
},
{
"name": "zsh-syntax-highlighting",
"portdir": "sysutils/zsh-syntax-highlighting",
"version": "0.8.0",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/zsh-users/zsh-syntax-highlighting",
"description": "Fish shell-like like syntax highlighting for Zsh.",
"long_description": "This package provides syntax highlighing for the shell zsh. It enables highlighing of commands whilst they are typed at a zsh prompt into an interactive terminal. This helps in reviewing commands before running them, particularly in catching syntax errors. Please note that you must load zsh-syntax-highlighting after all other custom widgets, at the end of your .zshrc file.",
"active": true,
"categories": [
"sysutils",
"shells"
],
"maintainers": [
{
"name": "danchr",
"github": "danchr",
"ports_count": 171
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "run",
"ports": [
"zsh"
]
}
],
"depends_on": []
},
{
"name": "zsh-templates-osx",
"portdir": "sysutils/zsh-templates-osx",
"version": "2.0.5",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/archive/p/zsh-templates-osx/",
"description": "Customization of the zsh shell for OS X",
"long_description": "This is a collection of files that help the user to customize the zsh shell for the Mac OS X operating system. It is entirely optional and is not part of the zsh shell distribution. It is designed to 'work out of the box' but to be amenable to customization.",
"active": true,
"categories": [
"sysutils",
"shells"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "run",
"ports": [
"zsh"
]
}
],
"depends_on": []
},
{
"name": "zssh",
"portdir": "comms/zssh",
"version": "1.5c",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://zssh.sourceforge.net/",
"description": "interactive file transfer wrapper for ssh",
"long_description": "zssh (Zmodem SSH) is a program for interactively transferring files to a remote machine while using SSH. It acts as an alternative to scp.",
"active": true,
"categories": [
"security",
"comms"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"readline"
]
},
{
"type": "run",
"ports": [
"lrzsz"
]
}
],
"depends_on": []
},
{
"name": "zstd",
"portdir": "archivers/zstd",
"version": "1.5.7",
"license": "(BSD or GPL-2)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/facebook/zstd",
"description": "Zstandard - Fast real-time compression algorithm",
"long_description": "Zstd, short for Zstandard, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios.",
"active": true,
"categories": [
"devel",
"archivers"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1504
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"lz4",
"xz",
"zlib"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"libgcc14",
"duckdb",
"libgcc13",
"libgcc15",
"libgcc-devel",
"libgcc11",
"wasmedge"
]
},
{
"type": "extract",
"ports": [
"kubetail"
]
},
{
"type": "lib",
"ports": [
"fizz",
"folly",
"libxmlb",
"mvfst",
"proxygen",
"tiff",
"mesa",
"ncdu",
"n2n",
"gnutls-devel",
"py310-llvmlite",
"py311-llvmlite",
"py312-llvmlite",
"py313-llvmlite",
"py314-llvmlite",
"llvm-19",
"py36-scikit-hep-uproot4",
"wireshark4",
"i386-elf-gcc",
"x86_64-elf-gcc",
"py39-scikit-hep-uproot",
"py37-imagecodecs",
"py38-imagecodecs",
"p5.28-sereal-decoder",
"p5.30-sereal-decoder",
"p5.32-sereal-decoder",
"p5.34-sereal-decoder",
"p5.28-sereal-encoder",
"p5.30-sereal-encoder",
"p5.32-sereal-encoder",
"p5.34-sereal-encoder",
"py37-scikit-hep-uproot",
"py37-scikit-hep-uproot4",
"py38-scikit-hep-uproot4",
"py39-scikit-hep-uproot4",
"py310-scikit-hep-uproot4",
"py311-scikit-hep-uproot4",
"castxml",
"appstream",
"root6",
"blosc",
"py38-scikit-hep-uproot",
"squashfs-tools",
"py311-zstd",
"py310-zstd",
"py312-zstd",
"py313-zstd",
"py314-zstd",
"qt69-qtbase",
"qt69-qttools",
"py37-pyarrow",
"py38-pyarrow",
"R-ijtiff",
"lwan",
"R-qs2",
"py38-pytorch",
"erofs-utils",
"rsync",
"Aseprite",
"netcdf",
"php71-mysql_xdevapi",
"php72-mysql_xdevapi",
"php73-mysql_xdevapi",
"php80-mysql_xdevapi",
"php74-mysql_xdevapi",
"php81-mysql_xdevapi",
"php82-mysql_xdevapi",
"php83-mysql_xdevapi",
"fluent-bit",
"ugrep",
"PDAL",
"powerpc-linux-binutils",
"powerpc-aix-binutils",
"powerpc-eabi-binutils",
"powerpc-elf-binutils",
"powerpc-darwin-binutils",
"powerpc-freebsd-binutils",
"powerpc-netbsd-binutils",
"powerpc-openbsd-binutils",
"powerpc-embedded-binutils",
"powerpc-wii-binutils",
"x86_64-linux-binutils",
"x86_64-dragonfly-binutils",
"x86_64-freebsd-binutils",
"x86_64-haiku-binutils",
"x86_64-netbsd-binutils",
"x86_64-openbsd-binutils",
"x86_64-solaris-binutils",
"x86_64-embedded-binutils",
"llvm-15",
"libmamba",
"arm-none-eabi-binutils",
"avr-binutils",
"blosc2",
"littleutils",
"qt5-qtbase",
"file",
"libmagic",
"py310-imagecodecs",
"py311-imagecodecs",
"py312-imagecodecs",
"py313-imagecodecs",
"py314-imagecodecs",
"git-cinnabar",
"py39-pytorch",
"rspamd",
"py310-scikit-hep-uproot",
"py311-scikit-hep-uproot",
"qemu",
"avr-gcc",
"arm-none-eabi-gcc",
"llvm-devel",
"llvm-20",
"zig",
"R-fstcore",
"qt64-qtbase",
"qt64-qttools",
"libarchive",
"qt67-qtbase",
"qt67-qttools",
"gcc10",
"gcc11",
"gcc12",
"qt68-qtbase",
"qt68-qttools",
"rocksdb",
"R-ragg",
"mongodb-devel",
"mongodb",
"godot",
"godot-3.2",
"ccache",
"py310-pytorch",
"py311-pytorch",
"py312-pytorch",
"py313-pytorch",
"gcc15",
"wget2",
"boost171",
"boost176",
"boost178",
"boost181",
"librasterlite2",
"avarice",
"edencommon",
"netdata",
"llvm-21",
"librdkafka",
"gcc14",
"binutils",
"R-qs",
"taisei",
"py39-zstd",
"php53-zstd",
"php54-zstd",
"php55-zstd",
"php70-zstd",
"php56-zstd",
"php71-zstd",
"php72-zstd",
"php74-zstd",
"php80-zstd",
"php81-zstd",
"php82-zstd",
"php83-zstd",
"php73-zstd",
"gdal",
"gdal-hdf5",
"gdal-kea",
"gdal-netcdf",
"luanti",
"rizin",
"qt6-qtbase",
"qt6-qttools",
"python314",
"python314-freethreading",
"zstdConfig.cmake",
"neomutt",
"i686-w64-mingw32-binutils",
"x86_64-w64-mingw32-binutils",
"gcc13",
"llvm-16",
"x86_64-w64-mingw32-gcc",
"i686-w64-mingw32-gcc",
"x86_64-w64-mingw32-gcc-bootstrap",
"x86_64-w64-mingw32-gcc-nothreads",
"i686-w64-mingw32-gcc-nothreads",
"i686-w64-mingw32-gcc-bootstrap",
"gcc-devel",
"ispc",
"ispc-clang",
"sbcl",
"sbcl-devel",
"py39-imagecodecs",
"dar",
"boost188",
"boost187",
"python315-devel",
"python315-freethreading-devel",
"llvm-18",
"curl",
"py37-zstd",
"p5.26-sereal-decoder",
"p5.26-sereal-encoder",
"py36-zstd",
"py38-zstd",
"goldendict",
"fbzmq",
"py37-pytorch",
"minizip-ng",
"dnscap",
"lighttpd",
"llvm-17",
"postgresql16",
"postgresql17",
"postgresql18",
"borgbackup",
"apache-arrow",
"mysql8"
]
},
{
"type": "run",
"ports": [
"cgit"
]
}
]
},
{
"name": "zstdConfig.cmake",
"portdir": "archivers/zstd",
"version": "1.5.7",
"license": "(BSD or GPL-2)",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/facebook/zstd",
"description": "CMake files for zstd",
"long_description": "Installs CMake files for zstd.",
"active": true,
"categories": [
"devel",
"archivers"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1504
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"zstd"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"libmamba",
"micromamba"
]
},
{
"type": "lib",
"ports": [
"tiledb"
]
},
{
"type": "run",
"ports": [
"minizip-ng"
]
}
]
},
{
"name": "zsv",
"portdir": "textproc/zsv",
"version": "0.3.8-alpha",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/liquidaty/zsv",
"description": "zsv: world's fastest (simd) CSV parser, with an extensible CLI",
"long_description": "zsv is a fast CSV parser library and extensible command-line utility. It achieves high performance using SIMD operations, efficient memory use and other optimization techniques.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"realpath",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ncurses",
"jq",
"libutf8proc",
"libzsv"
]
}
],
"depends_on": []
},
{
"name": "zsync",
"portdir": "net/zsync",
"version": "0.6.2",
"license": "Artistic-2 and Zlib",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://zsync.moria.org.uk/",
"description": "file transfer program",
"long_description": "zsync file transfer program. It allows you to download a file from a remote web server, where you have a copy of an older version of the file on your computer already. zsync downloads only the new parts of the file. It uses the same algorithm as rsync.",
"active": true,
"categories": [
"net"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "zthread",
"portdir": "devel/zthread",
"version": "2.3.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://zthread.sourceforge.net",
"description": "object-oriented threading and synchronization library",
"long_description": "ZThread is an advanced object-oriented threading and synchronization library, implemented in C++. It provides an excellent and powerful abstraction from native threads. It includes interruptible thread objects and several other synchronization control objects and lets you safely terminate threads without the complications of using cancellation handlers or other similar constructs.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"docs",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"automake",
"doxygen",
"clang-14"
]
}
],
"depends_on": []
},
{
"name": "zulu-jdk",
"portdir": "java/zulu-jdk",
"version": "11.45.27",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "openjdk11-zulu",
"homepage": "https://www.azul.com/downloads/zulu-community/",
"description": "Obsolete port, replaced by openjdk11-zulu",
"long_description": "This port has been replaced by openjdk11-zulu.",
"active": false,
"categories": [
"devel",
"java"
],
"maintainers": [],
"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": "zulu-jdk10",
"portdir": "java/zulu-jdk",
"version": "10.3.5",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "openjdk11-zulu",
"homepage": "https://www.azul.com/downloads/zulu-community/",
"description": "Obsolete port, replaced by openjdk11-zulu",
"long_description": "This port has been replaced by openjdk11-zulu.",
"active": false,
"categories": [
"devel",
"java"
],
"maintainers": [],
"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": "zulu-jdk11",
"portdir": "java/zulu-jdk",
"version": "11.45.27",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "openjdk11-zulu",
"homepage": "https://www.azul.com/downloads/zulu-community/",
"description": "Obsolete port, replaced by openjdk11-zulu",
"long_description": "This port has been replaced by openjdk11-zulu.",
"active": false,
"categories": [
"devel",
"java"
],
"maintainers": [],
"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": "zulu-jdk12",
"portdir": "java/zulu-jdk",
"version": "12.3.11",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "openjdk13-zulu",
"homepage": "https://www.azul.com/downloads/zulu-community/",
"description": "Obsolete port, replaced by openjdk13-zulu",
"long_description": "This port has been replaced by openjdk13-zulu.",
"active": false,
"categories": [
"devel",
"java"
],
"maintainers": [],
"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": "zulu-jdk13",
"portdir": "java/zulu-jdk",
"version": "13.37.21",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "openjdk13-zulu",
"homepage": "https://www.azul.com/downloads/zulu-community/",
"description": "Obsolete port, replaced by openjdk13-zulu",
"long_description": "This port has been replaced by openjdk13-zulu.",
"active": false,
"categories": [
"devel",
"java"
],
"maintainers": [],
"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": "zulu-jdk14",
"portdir": "java/zulu-jdk",
"version": "14.29.23",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "openjdk15-zulu",
"homepage": "https://www.azul.com/downloads/zulu-community/",
"description": "Obsolete port, replaced by openjdk15-zulu",
"long_description": "This port has been replaced by openjdk15-zulu.",
"active": false,
"categories": [
"devel",
"java"
],
"maintainers": [],
"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": "zulu-jdk15",
"portdir": "java/zulu-jdk",
"version": "15.29.15",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "openjdk15-zulu",
"homepage": "https://www.azul.com/downloads/zulu-community/",
"description": "Obsolete port, replaced by openjdk15-zulu",
"long_description": "This port has been replaced by openjdk15-zulu.",
"active": false,
"categories": [
"devel",
"java"
],
"maintainers": [],
"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": "zulu-jdk16",
"portdir": "java/zulu-jdk",
"version": "16.0.83",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "openjdk17-zulu",
"homepage": "https://www.azul.com/downloads/zulu-community/",
"description": "Obsolete port, replaced by openjdk17-zulu",
"long_description": "This port has been replaced by openjdk17-zulu.",
"active": false,
"categories": [
"devel",
"java"
],
"maintainers": [],
"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": "zulu-jdk17",
"portdir": "java/zulu-jdk",
"version": "17.0.21",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "openjdk17-zulu",
"homepage": "https://www.azul.com/downloads/zulu-community/",
"description": "Obsolete port, replaced by openjdk17-zulu",
"long_description": "This port has been replaced by openjdk17-zulu.",
"active": false,
"categories": [
"devel",
"java"
],
"maintainers": [],
"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": "zulu-jdk7",
"portdir": "java/zulu-jdk",
"version": "7.42.0.51",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "openjdk8-zulu",
"homepage": "https://www.azul.com/downloads/zulu-community/",
"description": "Obsolete port, replaced by openjdk8-zulu",
"long_description": "This port has been replaced by openjdk8-zulu.",
"active": false,
"categories": [
"devel",
"java"
],
"maintainers": [],
"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": "zulu-jdk8",
"portdir": "java/zulu-jdk",
"version": "8.52.0.23",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "openjdk8-zulu",
"homepage": "https://www.azul.com/downloads/zulu-community/",
"description": "Obsolete port, replaced by openjdk8-zulu",
"long_description": "This port has been replaced by openjdk8-zulu.",
"active": false,
"categories": [
"devel",
"java"
],
"maintainers": [],
"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": "zulu-jdk9",
"portdir": "java/zulu-jdk",
"version": "9.0.7.1",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "openjdk11-zulu",
"homepage": "https://www.azul.com/downloads/zulu-community/",
"description": "Obsolete port, replaced by openjdk11-zulu",
"long_description": "This port has been replaced by openjdk11-zulu.",
"active": false,
"categories": [
"devel",
"java"
],
"maintainers": [],
"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": "zunda",
"portdir": "textproc/zunda",
"version": "1.6",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://jmizuno.github.io/zunda/",
"description": "Japanese Extended Modality Analyzer",
"long_description": "Japanese Extended Modality Analyzer",
"active": true,
"categories": [
"textproc",
"japanese"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"cabocha",
"boost171"
]
}
],
"depends_on": []
},
{
"name": "zvbi",
"portdir": "multimedia/zvbi",
"version": "0.2.35",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://zapping.sourceforge.net/ZVBI",
"description": "A library to capture and decode vertical blanking interval data",
"long_description": "The Zapping VBI library, in short ZVBI, provides functions to capture and decode VBI data. The vertical blanking interval (VBI) is an interval in a television signal that temporarily suspends transmission of the signal before next screen field begins. The VBI can be used to carry data, since anything sent during the VBI would naturally not be displayed. This includes Closed Captions, Teletext, VPS, WSS, and XDS.",
"active": true,
"categories": [
"multimedia"
],
"maintainers": [],
"variants": [
"x11",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"automake",
"gettext",
"libtool",
"autoconf"
]
},
{
"type": "lib",
"ports": [
"libiconv",
"gettext-runtime",
"libpng"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"ffmpeg",
"ffmpeg-devel",
"ffmpeg4",
"ffmpeg8",
"VLC2",
"libVLC2",
"ffmpeg6",
"ffmpeg7"
]
}
]
},
{
"name": "zzuf",
"portdir": "security/zzuf",
"version": "0.15",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://caca.zoy.org/wiki/zzuf",
"description": "zzuf is a transparent application input fuzzer",
"long_description": "zzuf is a transparent application input fuzzer. Its purpose is to find bugs in applications by corrupting their user-contributed data (which more than often comes from untrusted sources on the Internet). It works by intercepting file and network operations and changing random bits in the program's input. zzuf's behaviour is deterministic, making it easier to reproduce bugs.",
"active": true,
"categories": [
"security"
],
"maintainers": [
{
"name": "normen",
"github": "Gminfly",
"ports_count": 11
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
}
]
}