HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 51501,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=798",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=796",
"results": [
{
"name": "p5.34-perl-tidy",
"portdir": "perl/p5-perl-tidy",
"version": "20260204",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Perl::Tidy",
"description": "Perl::Tidy - Parses and beautifies perl source",
"long_description": "Perl::Tidy - Parses and beautifies perl source",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-perl-tidy",
"p5.34-perl-critic",
"p5.34-text-template-simple",
"p5.34-test-perltidy",
"p5.34-devel-cover"
]
}
]
},
{
"name": "p5.32-perl-tidy",
"portdir": "perl/p5-perl-tidy",
"version": "20260204",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Perl::Tidy",
"description": "Perl::Tidy - Parses and beautifies perl source",
"long_description": "Perl::Tidy - Parses and beautifies perl source",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.32"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.32-perl-critic",
"p5.32-text-template-simple",
"p5.32-test-perltidy",
"p5.32-devel-cover"
]
}
]
},
{
"name": "mtxclient",
"portdir": "net/mtxclient",
"version": "0.9.2",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 2,
"replaced_by": null,
"homepage": "https://github.com/Nheko-Reborn/mtxclient",
"description": "Client API for Matrix",
"long_description": "Client API library for the Matrix protocol, built on top of Boost.Asio.",
"active": true,
"categories": [
"devel",
"net",
"chat"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"nlohmann-json",
"pkgconfig",
"clang-21"
]
},
{
"type": "lib",
"ports": [
"openssl",
"re2",
"abseil",
"coeurl",
"spdlog-fmt8",
"boost176",
"libevent",
"libsodium",
"olm"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"nheko"
]
}
]
},
{
"name": "abseil",
"portdir": "devel/abseil",
"version": "20260107.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/abseil/abseil-cpp",
"description": "Abseil - C++ Common Libraries",
"long_description": "Abseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's own C++ code base, has been extensively tested and used in production.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 654
}
],
"variants": [
"debug",
"test",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-20"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"mtxclient",
"Bear",
"py39-grpcio",
"py39-grpcio-tools",
"protobuf3-cpp-upstream",
"protobuf5-cpp",
"Chatty",
"s2geometry",
"re2",
"py37-pyarrow",
"py38-pyarrow",
"bloaty",
"protobuf",
"py37-grpcio",
"py37-grpcio-tools",
"libphonenumber-cpp",
"qt6-qtgrpc",
"py38-grpcio",
"py38-grpcio-tools",
"qt610-qtgrpc",
"grpc",
"py310-grpcio",
"py310-grpcio-tools",
"apache-arrow"
]
}
]
},
{
"name": "Bear",
"portdir": "devel/Bear",
"version": "3.1.6",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rizsotto/Bear",
"description": "Bear is a tool to generate compilation database for clang tooling.",
"long_description": "Bear is a tool to generate compilation database for clang tooling. The JSON compilation database is used in clang project to provide information how a single compilation unit was processed. When that is available then it is easy to re-run the compilation with different programs.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "cal",
"github": "neverpanic",
"ports_count": 53
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-20",
"cmake",
"nlohmann-json",
"pkgconfig",
"spdlog"
]
},
{
"type": "lib",
"ports": [
"grpc",
"protobuf3-cpp",
"libfmt10",
"abseil"
]
}
],
"depends_on": []
},
{
"name": "protobuf3-cpp-upstream",
"portdir": "devel/protobuf3-cpp-upstream",
"version": "3.29.5",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://protobuf.dev",
"description": "Encode data in an efficient yet extensible format.",
"long_description": "Google Protocol Buffers are a flexible, efficient, automated mechanism for serializing structured data -- think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the old format. You specify how you want the information you're serializing to be structured by defining protocol buffer message types in .proto files. Each protocol buffer message is a small logical record of information, containing a series of name-value pairs.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 355
}
],
"variants": [
"debug",
"tests",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"zlib",
"abseil"
]
}
],
"depends_on": []
},
{
"name": "protobuf5-cpp",
"portdir": "devel/protobuf5-cpp",
"version": "5.29.5",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://protobuf.dev",
"description": "Encode data in an efficient yet extensible format.",
"long_description": "Google Protocol Buffers are a flexible, efficient, automated mechanism for serializing structured data -- think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the old format. You specify how you want the information you're serializing to be structured by defining protocol buffer message types in .proto files. Each protocol buffer message is a small logical record of information, containing a series of name-value pairs.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 355
}
],
"variants": [
"debug",
"tests",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"zlib",
"abseil"
]
}
],
"depends_on": []
},
{
"name": "Chatty",
"portdir": "gnome/Chatty",
"version": "0.8.5",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gitlab.gnome.org/World/Chatty",
"description": "SMS/MMS, Matrix and (optionally) XMPP messaging",
"long_description": "SMS/MMS, Matrix and (optionally) XMPP messaging via ModemManager, mmsd-tng, libcmatrix and libpurple.",
"active": true,
"categories": [
"gnome"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"appstream",
"gettext",
"meson",
"ninja",
"pkgconfig",
"itstool"
]
},
{
"type": "lib",
"ports": [
"cairo",
"gdk-pixbuf2",
"libpurple",
"pango",
"gettext-runtime",
"gtk4",
"gtksourceview5",
"sqlite3",
"libmm-glib",
"libcmatrix",
"evolution-data-server-gtk4",
"gnome-desktop-gtk4",
"libfeedback",
"libadwaita",
"abseil",
"glib2",
"libphonenumber-cpp",
"desktop-file-utils",
"gobject-introspection",
"gstreamer1"
]
},
{
"type": "run",
"ports": [
"libsecret",
"gsettings-desktop-schemas"
]
}
],
"depends_on": []
},
{
"name": "s2geometry",
"portdir": "math/s2geometry",
"version": "0.11.1",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://s2geometry.io",
"description": "Computational geometry and spatial indexing on the sphere",
"long_description": "Computational geometry and spatial indexing on the sphere",
"active": true,
"categories": [
"science",
"math"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"debug",
"tests",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"abseil",
"openssl3"
]
}
],
"depends_on": []
},
{
"name": "py-id",
"portdir": "python/py-id",
"version": "1.6.1",
"license": "Apache-2.0",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/di/id",
"description": "A tool for generating OIDC identities",
"long_description": "A tool for generating OIDC identities",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2104
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-id"
]
}
],
"depends_on": []
},
{
"name": "py313-id",
"portdir": "python/py-id",
"version": "1.6.1",
"license": "Apache-2.0",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/di/id",
"description": "A tool for generating OIDC identities",
"long_description": "A tool for generating OIDC identities",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2104
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-flit_core",
"py313-installer",
"clang-18",
"py313-build"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-requests"
]
},
{
"type": "test",
"ports": [
"py313-pytest",
"py313-pretend"
]
}
],
"depends_on": []
},
{
"name": "py314-id",
"portdir": "python/py-id",
"version": "1.6.1",
"license": "Apache-2.0",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/di/id",
"description": "A tool for generating OIDC identities",
"long_description": "A tool for generating OIDC identities",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2104
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-flit_core",
"py314-installer",
"clang-18",
"py314-build"
]
},
{
"type": "lib",
"ports": [
"python314",
"py314-requests"
]
},
{
"type": "test",
"ports": [
"py314-pretend",
"py314-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"twine",
"py-id"
]
}
]
},
{
"name": "re2",
"portdir": "devel/re2",
"version": "2025-11-05",
"license": "BSD",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/google/re2",
"description": "an efficient, principled regular expression library",
"long_description": "RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.",
"active": true,
"categories": [
"devel",
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1041
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"abseil"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-re2",
"py39-re2",
"py38-re2",
"mtxclient",
"py39-grpcio",
"py39-grpcio-tools",
"py310-re2",
"py311-re2",
"py312-re2",
"py313-re2",
"py37-pyarrow",
"py38-pyarrow",
"py37-re2",
"percona",
"bloaty",
"qt5-qtwebengine",
"qt513-qtwebengine",
"warzone2100",
"py37-grpcio",
"py37-grpcio-tools",
"py38-grpcio",
"py38-grpcio-tools",
"grpc",
"py310-grpcio",
"py310-grpcio-tools",
"apache-arrow"
]
}
]
},
{
"name": "libccp4",
"portdir": "science/libccp4",
"version": "8.0.0",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/cctbx/ccp4io/tree/master/libccp4",
"description": "C++ toolkit for superposition of macromolecules",
"long_description": "SSM is a macromolecular coordinate superposition library, written by Eugene Krissinel of the EBI. It implements the SSM algorithm of protein structure comparison in three dimensions, which includes an original procedure of matching graphs built on the protein's secondary-structure elements, followed by an iterative three-dimensional alignment of protein backbone Calpha atoms.",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2104
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"m4",
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"mmdb2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"ssm",
"clipper"
]
}
]
},
{
"name": "git-town",
"portdir": "devel/git-town",
"version": "22.5.0",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.git-town.com/",
"description": "High-level command-line interface for Git",
"long_description": "High-level command-line interface for Git",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "alexei",
"github": "akarpenko",
"ports_count": 1
},
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1041
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "p5.26-mail-message",
"portdir": "perl/p5-mail-message",
"version": "3.10.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Mail::Message",
"description": "Mail::Message - general message object",
"long_description": "Mail::Message - general message object",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"p5.26-encode",
"p5.26-html-formatter",
"p5.26-html-tree",
"p5.26-io-stringy",
"p5.26-mailtools",
"perl5.26",
"p5.26-mime-types",
"p5.26-time-hires",
"p5.26-timedate",
"p5.26-uri",
"p5.26-user-identity",
"p5.26-mime-tools"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-mail-box",
"p5.26-mail-box-imap4",
"p5.26-mail-box-pop3",
"p5.26-mail-transport"
]
}
]
},
{
"name": "p5-mail-message",
"portdir": "perl/p5-mail-message",
"version": "4.40.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": "p5.34-mail-message",
"homepage": "https://metacpan.org/pod/Mail::Message",
"description": "Mail::Message - general message object",
"long_description": "Mail::Message - general message object",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.34-mail-message"
]
}
],
"depends_on": []
},
{
"name": "p5.30-mail-message",
"portdir": "perl/p5-mail-message",
"version": "4.40.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Mail::Message",
"description": "Mail::Message - general message object",
"long_description": "Mail::Message - general message object",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.30-encode",
"p5.30-file-temp",
"p5.30-io-stringy",
"p5.30-mailtools",
"p5.30-mime-base64",
"p5.30-mime-types",
"p5.30-scalar-list-utils",
"perl5.30",
"p5.30-timedate",
"p5.30-uri",
"p5.30-user-identity",
"p5.30-log-report",
"p5.30-string-print",
"p5.30-hash-case",
"p5.30-time-hires"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-mail-box-imap4",
"p5.30-mail-box",
"p5.30-mail-transport",
"p5.30-mail-box-pop3"
]
}
]
},
{
"name": "p5.28-mail-message",
"portdir": "perl/p5-mail-message",
"version": "4.40.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Mail::Message",
"description": "Mail::Message - general message object",
"long_description": "Mail::Message - general message object",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.28-encode",
"p5.28-file-temp",
"p5.28-io-stringy",
"p5.28-mailtools",
"p5.28-mime-base64",
"p5.28-mime-types",
"p5.28-scalar-list-utils",
"perl5.28",
"p5.28-timedate",
"p5.28-uri",
"p5.28-user-identity",
"p5.28-log-report",
"p5.28-string-print",
"p5.28-hash-case",
"p5.28-time-hires"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.28-mail-box-imap4",
"p5.28-mail-box",
"p5.28-mail-transport",
"p5.28-mail-box-pop3"
]
}
]
},
{
"name": "p5.32-mail-message",
"portdir": "perl/p5-mail-message",
"version": "4.40.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Mail::Message",
"description": "Mail::Message - general message object",
"long_description": "Mail::Message - general message object",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.32-encode",
"p5.32-scalar-list-utils",
"p5.32-file-temp",
"p5.32-io-stringy",
"p5.32-mailtools",
"p5.32-mime-base64",
"p5.32-mime-types",
"perl5.32",
"p5.32-timedate",
"p5.32-uri",
"p5.32-user-identity",
"p5.32-log-report",
"p5.32-string-print",
"p5.32-hash-case",
"p5.32-time-hires"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.32-mail-box-imap4",
"p5.32-mail-box",
"p5.32-mail-transport",
"p5.32-mail-box-pop3"
]
}
]
},
{
"name": "p5.34-mail-message",
"portdir": "perl/p5-mail-message",
"version": "4.40.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Mail::Message",
"description": "Mail::Message - general message object",
"long_description": "Mail::Message - general message object",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.34-encode",
"p5.34-file-temp",
"p5.34-io-stringy",
"p5.34-mailtools",
"p5.34-mime-base64",
"p5.34-mime-types",
"p5.34-scalar-list-utils",
"perl5.34",
"p5.34-timedate",
"p5.34-uri",
"p5.34-user-identity",
"p5.34-log-report",
"p5.34-string-print",
"p5.34-hash-case",
"p5.34-time-hires"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-mail-message",
"p5.34-mail-box-imap4",
"p5.34-mail-box",
"p5.34-mail-transport",
"p5.34-mail-box-pop3"
]
}
]
},
{
"name": "p5.26-sub-handlesvia",
"portdir": "perl/p5-sub-handlesvia",
"version": "0.16.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Sub::HandlesVia",
"description": "Sub::HandlesVia - alternative handles_via implementation",
"long_description": "Sub::HandlesVia - alternative handles_via implementation",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-test-fatal",
"p5.26-test-requires"
]
},
{
"type": "lib",
"ports": [
"p5.26-exporter-tiny",
"p5.26-role-tiny",
"perl5.26",
"p5.26-type-tiny",
"p5.26-scalar-list-utils",
"p5.26-class-method-modifiers",
"p5.26-class-tiny"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-moox-late"
]
}
]
},
{
"name": "p5-sub-handlesvia",
"portdir": "perl/p5-sub-handlesvia",
"version": "0.53.5",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": "p5.34-sub-handlesvia",
"homepage": "https://metacpan.org/pod/Sub::HandlesVia",
"description": "Sub::HandlesVia - alternative handles_via implementation",
"long_description": "Sub::HandlesVia - alternative handles_via implementation",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.34-sub-handlesvia"
]
}
],
"depends_on": []
},
{
"name": "p5.28-sub-handlesvia",
"portdir": "perl/p5-sub-handlesvia",
"version": "0.53.5",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Sub::HandlesVia",
"description": "Sub::HandlesVia - alternative handles_via implementation",
"long_description": "Sub::HandlesVia - alternative handles_via implementation",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"p5.28-moox-typetiny",
"p5.28-mouse",
"p5.28-test-fatal",
"p5.28-test-requires",
"p5.28-try-tiny",
"p5.28-moosex-extended",
"p5.28-object-pad",
"p5.28-class-tiny",
"p5.28-moo",
"p5.28-moose",
"p5.28-moosex-arrayref",
"p5.28-moosex-insideout"
]
},
{
"type": "lib",
"ports": [
"p5.28-class-method-modifiers",
"p5.28-exporter-tiny",
"p5.28-role-tiny",
"p5.28-scalar-list-utils",
"p5.28-type-tiny",
"p5.28-role-hooks",
"perl5.28"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.28-moox-late"
]
}
]
},
{
"name": "p5.30-sub-handlesvia",
"portdir": "perl/p5-sub-handlesvia",
"version": "0.53.5",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Sub::HandlesVia",
"description": "Sub::HandlesVia - alternative handles_via implementation",
"long_description": "Sub::HandlesVia - alternative handles_via implementation",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"p5.30-moox-typetiny",
"p5.30-mouse",
"p5.30-test-fatal",
"p5.30-test-requires",
"p5.30-try-tiny",
"p5.30-moosex-extended",
"p5.30-object-pad",
"p5.30-class-tiny",
"p5.30-moo",
"p5.30-moose",
"p5.30-moosex-arrayref",
"p5.30-moosex-insideout"
]
},
{
"type": "lib",
"ports": [
"p5.30-class-method-modifiers",
"p5.30-exporter-tiny",
"p5.30-role-tiny",
"p5.30-scalar-list-utils",
"p5.30-type-tiny",
"p5.30-role-hooks",
"perl5.30"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-moox-late"
]
}
]
},
{
"name": "p5.32-sub-handlesvia",
"portdir": "perl/p5-sub-handlesvia",
"version": "0.53.5",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Sub::HandlesVia",
"description": "Sub::HandlesVia - alternative handles_via implementation",
"long_description": "Sub::HandlesVia - alternative handles_via implementation",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"p5.32-moox-typetiny",
"p5.32-mouse",
"p5.32-test-fatal",
"p5.32-test-requires",
"p5.32-try-tiny",
"p5.32-moosex-extended",
"p5.32-object-pad",
"p5.32-class-tiny",
"p5.32-moo",
"p5.32-moose",
"p5.32-moosex-arrayref",
"p5.32-moosex-insideout"
]
},
{
"type": "lib",
"ports": [
"p5.32-scalar-list-utils",
"p5.32-class-method-modifiers",
"p5.32-exporter-tiny",
"p5.32-role-tiny",
"p5.32-type-tiny",
"p5.32-role-hooks",
"perl5.32"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.32-moox-late"
]
}
]
},
{
"name": "p5.34-sub-handlesvia",
"portdir": "perl/p5-sub-handlesvia",
"version": "0.53.5",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Sub::HandlesVia",
"description": "Sub::HandlesVia - alternative handles_via implementation",
"long_description": "Sub::HandlesVia - alternative handles_via implementation",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"p5.34-moox-typetiny",
"p5.34-mouse",
"p5.34-test-fatal",
"p5.34-test-requires",
"p5.34-try-tiny",
"p5.34-moosex-extended",
"p5.34-object-pad",
"p5.34-class-tiny",
"p5.34-moo",
"p5.34-moose",
"p5.34-moosex-arrayref",
"p5.34-moosex-insideout"
]
},
{
"type": "lib",
"ports": [
"p5.34-class-method-modifiers",
"p5.34-exporter-tiny",
"p5.34-role-tiny",
"p5.34-scalar-list-utils",
"p5.34-type-tiny",
"p5.34-role-hooks",
"perl5.34"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.34-moox-late",
"p5-sub-handlesvia"
]
}
]
},
{
"name": "kicad",
"portdir": "science/kicad",
"version": "7.0.11",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.kicad.org/",
"description": "KiCad is an electronic design automation software suite",
"long_description": "KiCad is an EDA software suite for the creation of professional schematics and printed circuit boards up to 32 copper layers with additional technical layers.",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "ra1nb0w",
"github": "ra1nb0w",
"ports_count": 151
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"swig",
"swig-python",
"doxygen",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libpixman",
"curl",
"ngspice",
"opencascade",
"kicad-docs",
"kicad-symbols",
"zlib",
"kicad-packages3D",
"kicad-templates",
"boost181",
"python314",
"py314-pybind11",
"py314-wxpython-4.0",
"kicad-footprints",
"unixODBC",
"glm",
"cairo",
"glew",
"harfbuzz"
]
}
],
"depends_on": []
},
{
"name": "kicad-docs",
"portdir": "science/kicad",
"version": "7.0.11",
"license": "GPL-3+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.kicad.org/",
"description": "KiCad documentation",
"long_description": "KiCad documentation",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "ra1nb0w",
"github": "ra1nb0w",
"ports_count": 151
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"legacy-support",
"macports-libcxx",
"boost176"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"kicad"
]
}
]
},
{
"name": "kicad-footprints",
"portdir": "science/kicad",
"version": "7.0.11",
"license": "GPL-3+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.kicad.org/",
"description": "Kicad footprints",
"long_description": "Kicad footprints",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "ra1nb0w",
"github": "ra1nb0w",
"ports_count": 151
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"legacy-support",
"macports-libcxx",
"boost176"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"kicad"
]
}
]
},
{
"name": "kicad-packages3D",
"portdir": "science/kicad",
"version": "7.0.11",
"license": "GPL-3+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.kicad.org/",
"description": "Kicad package 3D",
"long_description": "Kicad package 3D",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "ra1nb0w",
"github": "ra1nb0w",
"ports_count": 151
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"legacy-support",
"macports-libcxx",
"boost176"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"kicad"
]
}
]
},
{
"name": "kicad-templates",
"portdir": "science/kicad",
"version": "7.0.11",
"license": "GPL-3+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.kicad.org/",
"description": "Kicad templates",
"long_description": "Kicad templates",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "ra1nb0w",
"github": "ra1nb0w",
"ports_count": 151
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"legacy-support",
"macports-libcxx",
"boost176"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"kicad"
]
}
]
},
{
"name": "kicad-symbols",
"portdir": "science/kicad",
"version": "7.0.11",
"license": "GPL-3+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.kicad.org/",
"description": "Kicad symbols",
"long_description": "Kicad symbols",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "ra1nb0w",
"github": "ra1nb0w",
"ports_count": 151
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"legacy-support",
"macports-libcxx",
"boost176"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"kicad"
]
}
]
},
{
"name": "libtins",
"portdir": "devel/libtins",
"version": "4.5",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://libtins.github.io/",
"description": "high-level, multiplatform C++ network packet sniffing and crafting library",
"long_description": "libtins is a high-level, multiplatform C++ network packet sniffing and crafting library.",
"active": true,
"categories": [
"devel",
"net"
],
"maintainers": [
{
"name": "l2dy",
"github": "l2dy",
"ports_count": 97
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"openssl",
"libpcap"
]
}
],
"depends_on": []
},
{
"name": "dar",
"portdir": "archivers/dar",
"version": "2.8.3",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dar.sourceforge.io",
"description": "Disk Archiver",
"long_description": "dar is a shell command that backs up directory trees and files.",
"active": true,
"categories": [
"archivers"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2084
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"gettext",
"pkgconfig",
"doxygen",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"zlib",
"zstd",
"argon2",
"gpgme",
"libgcrypt",
"bzip2",
"openssl",
"curl",
"librsync",
"libiconv",
"gettext-runtime",
"libssh",
"lz4",
"lzo2",
"xz"
]
}
],
"depends_on": []
},
{
"name": "openjdk21-zulu",
"portdir": "java/openjdk21-zulu",
"version": "21.48.17",
"license": "GPL-2 and NoMirror",
"platforms": "{ darwin any >= 20 }",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.azul.com/downloads/",
"description": "Azul Zulu Community OpenJDK 21 (Long Term Support until December 2030)",
"long_description": "Azul Zulu Community OpenJDK 21 (Long Term Support until December 2030) \n\nOpenJDK 21 (Java Development Kit) distribution from Azul.",
"active": true,
"categories": [
"devel",
"java"
],
"maintainers": [
{
"name": "breun",
"github": "breun",
"ports_count": 105
}
],
"variants": [
"Applets",
"BundledApp",
"JNI",
"WebStart"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"openjdk22",
"openjdk21"
]
}
]
},
{
"name": "lucky-commit",
"portdir": "devel/lucky-commit",
"version": "2.2.5",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/not-an-aardvark/lucky-commit",
"description": "Customize your git commit hashes!",
"long_description": "With this simple tool, you can change the start of your git commit hashes to whatever you want.",
"active": true,
"categories": [
"devel",
"amusements"
],
"maintainers": [
{
"name": "zapdotzip",
"github": "ZapDotZip",
"ports_count": 3
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
},
{
"type": "run",
"ports": [
"git"
]
}
],
"depends_on": []
},
{
"name": "JOSM",
"portdir": "gis/JOSM",
"version": "19481",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://josm.openstreetmap.de",
"description": "An extensible editor for OpenStreetMap",
"long_description": "JOSM is a feature-rich editor for the experienced OSM mappers.",
"active": true,
"categories": [
"java",
"editors",
"gis"
],
"maintainers": [
{
"name": "sikmir",
"github": "sikmir",
"ports_count": 44
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
}
],
"depends_on": []
},
{
"name": "openjdk25-zulu",
"portdir": "java/openjdk25-zulu",
"version": "25.32.21",
"license": "GPL-2 and NoMirror",
"platforms": "{darwin any >= 20}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.azul.com/downloads/",
"description": "Azul Zulu Community OpenJDK 25 (Long Term Support until September 2033)",
"long_description": "Azul Zulu Community OpenJDK 25 (Long Term Support until September 2033) \n\nOpenJDK 25 (Java Development Kit) distribution from Azul.",
"active": true,
"categories": [
"devel",
"java"
],
"maintainers": [
{
"name": "breun",
"github": "breun",
"ports_count": 105
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"openjdk26"
]
}
]
},
{
"name": "dos2unix",
"portdir": "textproc/dos2unix",
"version": "7.5.4",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://waterlan.home.xs4all.nl/dos2unix.html",
"description": "Convert text files with DOS or Mac line breaks to Unix line breaks and vice versa",
"long_description": "This is an update of Benjamin Lin's implementations of dos2unix and unix2dos. Benjamin Lin's implementations of dos2unix and unix2dos were distributed via SunSITE.unc.edu (later MetaLab.unc.edu, now ibiblio) and became part of several Linux distributions such as RedHat, Suse, Gentoo, and others. This update includes all RedHat patches and fixes several other problems. Internationalization has been added and ports to DOS, Windows, Cygwin and OS/2 Warp have been made.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "therealketo",
"github": "therealketo",
"ports_count": 17
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"gettext",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"gettext-runtime"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"kchmviewer",
"fluid-soundfont",
"hunspell-en_AU",
"hunspell-en_AU_large",
"hunspell-en_CA",
"hunspell-en_CA_large",
"hunspell-en_GB_ise",
"hunspell-en_GB_ize",
"hunspell-en_GB_large",
"hunspell-en_US",
"hunspell-en_US_large"
]
},
{
"type": "patch",
"ports": [
"pdb2pqr"
]
},
{
"type": "run",
"ports": [
"gutils-suite-core"
]
}
]
},
{
"name": "p5.26-cgi-alternatives",
"portdir": "perl/p5-cgi-alternatives",
"version": "0.180.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/CGI::Alternatives",
"description": "Documentation for alternative solutions to CGI.pm",
"long_description": "Documentation for alternative solutions to CGI.pm",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-test-pod",
"p5.26-test-pod-coverage"
]
},
{
"type": "lib",
"ports": [
"perl5.26"
]
}
],
"depends_on": []
},
{
"name": "py38-asdf-coordinates-schemas",
"portdir": "python/py-asdf-coordinates-schemas",
"version": "0.3.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/asdf-format/asdf-coordinates-schemas",
"description": "This package provides ASDF schemas for validating coordinates tags.",
"long_description": "This package provides ASDF schemas for validating coordinates tags.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1354
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py38-build",
"py38-installer",
"py38-setuptools",
"py38-setuptools_scm",
"py38-toml",
"py38-wheel"
]
},
{
"type": "lib",
"ports": [
"py38-asdf",
"python38"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-asdf-astropy"
]
}
]
},
{
"name": "py39-asdf-coordinates-schemas",
"portdir": "python/py-asdf-coordinates-schemas",
"version": "0.4.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/asdf-format/asdf-coordinates-schemas",
"description": "This package provides ASDF schemas for validating coordinates tags.",
"long_description": "This package provides ASDF schemas for validating coordinates tags.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1354
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py39-build",
"py39-installer",
"py39-setuptools",
"py39-setuptools_scm",
"py39-toml",
"py39-wheel"
]
},
{
"type": "lib",
"ports": [
"py39-asdf",
"python39"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-asdf-astropy"
]
}
]
},
{
"name": "p5.26-netpacket",
"portdir": "perl/p5-netpacket",
"version": "1.7.2",
"license": "Artistic-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/NetPacket",
"description": "Modules to assemble/disassemble network packets at the protocol level",
"long_description": "NetPacket provides a base class for a cluster of modules related to decoding and encoding of network protocols. Each NetPacket descendent module knows how to encode and decode packets for the network protocol it implements.",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "jpo",
"github": "jpoliv",
"ports_count": 60
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-net-pcap",
"p5.26-net-pcaputils"
]
}
],
"depends_on": []
},
{
"name": "p5-cgi-alternatives",
"portdir": "perl/p5-cgi-alternatives",
"version": "0.200.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": "p5.34-cgi-alternatives",
"homepage": "https://metacpan.org/pod/CGI::Alternatives",
"description": "CGI::Alternatives - Documentation for alternative solutions to CGI.pm",
"long_description": "CGI::Alternatives - Documentation for alternative solutions to CGI.pm",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.34-cgi-alternatives"
]
}
],
"depends_on": []
},
{
"name": "p5.28-cgi-alternatives",
"portdir": "perl/p5-cgi-alternatives",
"version": "0.200.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/CGI::Alternatives",
"description": "CGI::Alternatives - Documentation for alternative solutions to CGI.pm",
"long_description": "CGI::Alternatives - Documentation for alternative solutions to CGI.pm",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.28-test-pod",
"p5.28-test-pod-coverage",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.28"
]
}
],
"depends_on": []
},
{
"name": "p5.30-cgi-alternatives",
"portdir": "perl/p5-cgi-alternatives",
"version": "0.200.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/CGI::Alternatives",
"description": "CGI::Alternatives - Documentation for alternative solutions to CGI.pm",
"long_description": "CGI::Alternatives - Documentation for alternative solutions to CGI.pm",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-test-pod",
"p5.30-test-pod-coverage",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.30"
]
}
],
"depends_on": []
},
{
"name": "p5.34-cgi-alternatives",
"portdir": "perl/p5-cgi-alternatives",
"version": "0.200.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/CGI::Alternatives",
"description": "CGI::Alternatives - Documentation for alternative solutions to CGI.pm",
"long_description": "CGI::Alternatives - Documentation for alternative solutions to CGI.pm",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-pod-parser",
"p5.34-test-pod",
"p5.34-test-pod-coverage",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-cgi-alternatives"
]
}
]
},
{
"name": "p5.32-cgi-alternatives",
"portdir": "perl/p5-cgi-alternatives",
"version": "0.200.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/CGI::Alternatives",
"description": "CGI::Alternatives - Documentation for alternative solutions to CGI.pm",
"long_description": "CGI::Alternatives - Documentation for alternative solutions to CGI.pm",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.32-test-pod",
"p5.32-test-pod-coverage",
"p5.32-pod-parser",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.32"
]
}
],
"depends_on": []
},
{
"name": "p5-netpacket",
"portdir": "perl/p5-netpacket",
"version": "1.8.0",
"license": "Artistic-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": "p5.34-netpacket",
"homepage": "https://metacpan.org/pod/NetPacket",
"description": "NetPacket - assemble/disassemble network packets at the protocol level",
"long_description": "NetPacket - assemble/disassemble network packets at the protocol level",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "jpo",
"github": "jpoliv",
"ports_count": 60
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.34-netpacket"
]
}
],
"depends_on": []
}
]
}