HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50429,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=760",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=758",
"results": [
{
"name": "x86_64-haiku-binutils",
"portdir": "cross/x86_64-binutils",
"version": "2.45",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/binutils/binutils.html",
"description": "FSF Binutils for x86_64-haiku cross development",
"long_description": "Free Software Foundation development toolchain (\"binutils\") for x86_64-haiku cross development.",
"active": true,
"categories": [
"devel",
"cross"
],
"maintainers": [
{
"name": "karl-michael.schindler",
"github": "kamischi",
"ports_count": 56
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"texinfo",
"clang-18"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"zlib",
"x86_64-binutils",
"zstd",
"gettext"
]
}
],
"depends_on": []
},
{
"name": "x86_64-netbsd-binutils",
"portdir": "cross/x86_64-binutils",
"version": "2.45",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/binutils/binutils.html",
"description": "FSF Binutils for x86_64-netbsd cross development",
"long_description": "Free Software Foundation development toolchain (\"binutils\") for x86_64-netbsd cross development.",
"active": true,
"categories": [
"devel",
"cross"
],
"maintainers": [
{
"name": "karl-michael.schindler",
"github": "kamischi",
"ports_count": 56
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"texinfo",
"clang-18"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"zlib",
"x86_64-binutils",
"zstd",
"gettext"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"fpc-cross-x86_64-netbsd"
]
}
]
},
{
"name": "x86_64-openbsd-binutils",
"portdir": "cross/x86_64-binutils",
"version": "2.45",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/binutils/binutils.html",
"description": "FSF Binutils for x86_64-openbsd cross development",
"long_description": "Free Software Foundation development toolchain (\"binutils\") for x86_64-openbsd cross development.",
"active": true,
"categories": [
"devel",
"cross"
],
"maintainers": [
{
"name": "karl-michael.schindler",
"github": "kamischi",
"ports_count": 56
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"texinfo",
"clang-18"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"zlib",
"x86_64-binutils",
"zstd",
"gettext"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"fpc-cross-x86_64-openbsd"
]
}
]
},
{
"name": "x86_64-solaris-binutils",
"portdir": "cross/x86_64-binutils",
"version": "2.45",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/binutils/binutils.html",
"description": "FSF Binutils for x86_64-solaris cross development",
"long_description": "Free Software Foundation development toolchain (\"binutils\") for x86_64-solaris cross development.",
"active": true,
"categories": [
"devel",
"cross"
],
"maintainers": [
{
"name": "karl-michael.schindler",
"github": "kamischi",
"ports_count": 56
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"texinfo",
"clang-18"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"zlib",
"x86_64-binutils",
"zstd",
"gettext"
]
}
],
"depends_on": []
},
{
"name": "x86_64-embedded-binutils",
"portdir": "cross/x86_64-binutils",
"version": "2.45",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/binutils/binutils.html",
"description": "FSF Binutils for x86_64-embedded cross development",
"long_description": "Free Software Foundation development toolchain (\"binutils\") for x86_64-embedded cross development.",
"active": true,
"categories": [
"devel",
"cross"
],
"maintainers": [
{
"name": "karl-michael.schindler",
"github": "kamischi",
"ports_count": 56
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"texinfo",
"clang-18"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"zlib",
"x86_64-binutils",
"zstd",
"gettext"
]
}
],
"depends_on": []
},
{
"name": "kustomize",
"portdir": "devel/kustomize",
"version": "5.8.0",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://kustomize.io",
"description": "Customize raw, template-free YAML files for multiple purposes, like Kubernetes",
"long_description": "kustomize lets you customize raw, template-free YAML files for multiple purposes, leaving the original YAML untouched and usable as is. kustomize targets kubernetes; it understands and can patch kubernetes style API objects. It's like make, in that what it does is declared in a file, and it's like sed, in that it emits edited text.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "breun",
"github": "breun",
"ports_count": 97
},
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"flux"
]
}
]
},
{
"name": "py39-app-model",
"portdir": "python/py-app-model",
"version": "0.5.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/app-model/",
"description": "Generic application schema implemented in python.",
"long_description": "Generic application schema implemented in python. This is a schema for declarative organization of application data, such as menus, keybindings, actions/commands, etc...",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1184
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py39-build",
"py39-hatchling",
"py39-hatch-vcs",
"py39-installer"
]
},
{
"type": "lib",
"ports": [
"python39",
"py39-pydantic",
"py39-typing_extensions",
"py39-psygnal",
"py39-in-n-out"
]
}
],
"depends_on": []
},
{
"name": "py37-app-model",
"portdir": "python/py-app-model",
"version": "0.2.2",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/app-model/",
"description": "Generic application schema implemented in python.",
"long_description": "Generic application schema implemented in python. This is a schema for declarative organization of application data, such as menus, keybindings, actions/commands, etc...",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1184
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-15",
"py37-build",
"py37-hatchling",
"py37-hatch-vcs",
"py37-installer"
]
},
{
"type": "lib",
"ports": [
"python37",
"py37-pydantic",
"py37-typing_extensions",
"py37-psygnal",
"py37-in-n-out"
]
}
],
"depends_on": []
},
{
"name": "py38-app-model",
"portdir": "python/py-app-model",
"version": "0.3.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/app-model/",
"description": "Generic application schema implemented in python.",
"long_description": "Generic application schema implemented in python. This is a schema for declarative organization of application data, such as menus, keybindings, actions/commands, etc...",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1184
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-build",
"py38-hatchling",
"py38-hatch-vcs",
"py38-installer",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python38",
"py38-pydantic-compat",
"py38-pydantic",
"py38-typing_extensions",
"py38-psygnal",
"py38-in-n-out"
]
}
],
"depends_on": []
},
{
"name": "bash50",
"portdir": "shells/bash",
"version": "5.0.18",
"license": "GPL-3+",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/bash/bash.html",
"description": "Bash (bourne-again shell) is a UNIX command interpreter",
"long_description": "Bash is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh). It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers functional improvements over sh for both programming and interactive use. In addition, most sh scripts can be run by Bash without modification.",
"active": false,
"categories": [
"shells"
],
"maintainers": [
{
"name": "raimue",
"github": "raimue",
"ports_count": 57
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"bison",
"cctools",
"gettext",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"ncurses",
"gettext-runtime"
]
}
],
"depends_on": []
},
{
"name": "py-app-model",
"portdir": "python/py-app-model",
"version": "0.5.1",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/app-model/",
"description": "Generic application schema implemented in python.",
"long_description": "Generic application schema implemented in python. This is a schema for declarative organization of application data, such as menus, keybindings, actions/commands, etc...",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1184
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-app-model"
]
}
],
"depends_on": []
},
{
"name": "py311-app-model",
"portdir": "python/py-app-model",
"version": "0.5.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/app-model/",
"description": "Generic application schema implemented in python.",
"long_description": "Generic application schema implemented in python. This is a schema for declarative organization of application data, such as menus, keybindings, actions/commands, etc...",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1184
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-build",
"py311-installer",
"py311-hatchling",
"py311-hatch-vcs"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-typing_extensions",
"py311-pydantic",
"py311-psygnal",
"py311-in-n-out"
]
}
],
"depends_on": []
},
{
"name": "py310-app-model",
"portdir": "python/py-app-model",
"version": "0.5.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/app-model/",
"description": "Generic application schema implemented in python.",
"long_description": "Generic application schema implemented in python. This is a schema for declarative organization of application data, such as menus, keybindings, actions/commands, etc...",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1184
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py310-build",
"py310-hatchling",
"py310-hatch-vcs",
"py310-installer"
]
},
{
"type": "lib",
"ports": [
"python310",
"py310-typing_extensions",
"py310-pydantic",
"py310-psygnal",
"py310-in-n-out"
]
}
],
"depends_on": []
},
{
"name": "py313-app-model",
"portdir": "python/py-app-model",
"version": "0.5.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/app-model/",
"description": "Generic application schema implemented in python.",
"long_description": "Generic application schema implemented in python. This is a schema for declarative organization of application data, such as menus, keybindings, actions/commands, etc...",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1184
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-hatch-vcs",
"clang-18",
"py313-build",
"py313-installer",
"py313-hatchling"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-typing_extensions",
"py313-psygnal",
"py313-pydantic",
"py313-in-n-out"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"napari",
"py-app-model"
]
}
]
},
{
"name": "py312-app-model",
"portdir": "python/py-app-model",
"version": "0.5.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/app-model/",
"description": "Generic application schema implemented in python.",
"long_description": "Generic application schema implemented in python. This is a schema for declarative organization of application data, such as menus, keybindings, actions/commands, etc...",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1184
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py312-build",
"py312-installer",
"py312-hatchling",
"py312-hatch-vcs"
]
},
{
"type": "lib",
"ports": [
"python312",
"py312-typing_extensions",
"py312-pydantic",
"py312-in-n-out",
"py312-psygnal"
]
}
],
"depends_on": []
},
{
"name": "bash",
"portdir": "shells/bash",
"version": "5.3.3",
"license": "GPL-3+",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/bash/bash.html",
"description": "Bash (bourne-again shell) is a UNIX command interpreter",
"long_description": "Bash is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh). It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers functional improvements over sh for both programming and interactive use. In addition, most sh scripts can be run by Bash without modification.",
"active": true,
"categories": [
"shells"
],
"maintainers": [
{
"name": "raimue",
"github": "raimue",
"ports_count": 57
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"bison",
"cctools",
"gettext",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ncurses",
"gettext-runtime"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py313-pyarrow",
"openjdk15",
"openjdk18",
"openjdk20",
"openjdk19",
"openjdk8",
"py38-tensorflow-addons",
"mlton",
"py37-tensorflow-addons",
"paramonte",
"py37-pyarrow",
"py38-pyarrow",
"R-highs",
"avidemux",
"openjdk8-powerpc",
"gcli",
"openjdk17",
"openjdk11",
"openjdk21",
"openjdk25",
"lfortran",
"lpython",
"oc",
"ghc",
"kubectl-1.35",
"kubectl-1.34",
"kubectl-1.33",
"kubectl-1.32",
"kubectl-1.31",
"kubectl-1.30",
"kubectl-1.29",
"kubectl-1.28",
"kubectl-1.27",
"kubectl-1.26",
"kubectl-1.25",
"kubectl-1.24",
"kubectl-1.23",
"kubectl-1.22",
"kubectl-1.20",
"kubectl-1.19",
"z3",
"z3-fstar",
"z3-fstar-legacy",
"openjdk22",
"openjdk23",
"openjdk24",
"py39-pyarrow",
"py310-pyarrow",
"py311-pyarrow",
"py312-pyarrow",
"py314-pyarrow",
"openjdk13",
"cvc4",
"py39-tensorflow-addons"
]
},
{
"type": "lib",
"ports": [
"bashdb",
"prips",
"ocaml-camlp5-buildscripts",
"ugit",
"littleutils",
"json.bash",
"bashunit",
"bat-extras",
"lesspipe",
"prips.sh",
"nb"
]
},
{
"type": "run",
"ports": [
"flang-18",
"nsh",
"sloccount",
"exploitdb",
"vim2html",
"wifi-password",
"git-recall",
"flang-14",
"apple-completion",
"git-fuzzy",
"git-secret",
"dokku-client",
"flang-13",
"mole-cleaner",
"flang-15",
"bash-completion",
"tlssled",
"gng",
"screenfetch",
"adblock2privoxy",
"flang-17",
"dbtool",
"flang-16",
"bats-core",
"gutils-suite-core",
"gws",
"ruby-completion",
"nvimpager",
"biabam",
"wireguard-tools",
"shared-mime-info",
"maven-completion"
]
},
{
"type": "test",
"ports": [
"enca",
"libxc5",
"libxc6"
]
}
]
},
{
"name": "bash-devel",
"portdir": "shells/bash",
"version": "20241126",
"license": "GPL-3+",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/bash/bash.html",
"description": "Bash (bourne-again shell) is a UNIX command interpreter",
"long_description": "Bash is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh). It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers functional improvements over sh for both programming and interactive use. In addition, most sh scripts can be run by Bash without modification.",
"active": true,
"categories": [
"shells"
],
"maintainers": [
{
"name": "raimue",
"github": "raimue",
"ports_count": 57
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cctools",
"bison",
"gettext",
"clang-18"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"gettext-runtime",
"ncurses"
]
}
],
"depends_on": []
},
{
"name": "p5.26-dist-zilla",
"portdir": "perl/p5-dist-zilla",
"version": "6.17.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla",
"description": "Dist::Zilla - distribution builder, installer not included!",
"long_description": "Dist::Zilla - distribution builder, installer not included!",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2610
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-cpan-meta-check",
"p5.26-test-failwarnings",
"p5.26-test-fatal",
"p5.26-test-file-sharedir"
]
},
{
"type": "lib",
"ports": [
"p5.26-config-mvp",
"p5.26-config-mvp-reader-ini",
"p5.26-cpan-meta",
"p5.26-cpan-meta-requirements",
"p5.26-cpan-uploader",
"p5.26-data-dumper",
"p5.26-data-optlist",
"p5.26-datetime",
"p5.26-digest-md5",
"p5.26-encode",
"p5.26-extutils-manifest",
"p5.26-file-copy-recursive",
"p5.26-file-find-rule",
"p5.26-file-path",
"p5.26-file-pushd",
"p5.26-file-sharedir",
"p5.26-file-sharedir-install",
"p5.26-file-temp",
"p5.26-json-maybexs",
"p5.26-log-dispatchouli",
"p5.26-mixin-linewise",
"p5.26-module-runtime",
"p5.26-moose",
"p5.26-moosex-lazyrequire",
"p5.26-moosex-role-parameterized",
"p5.26-moosex-setonce",
"p5.26-moosex-types",
"p5.26-moosex-types-perl",
"p5.26-namespace-clean",
"p5.26-params-util",
"p5.26-path-tiny",
"p5.26-perl-prereqscanner",
"p5.26-pod-simple",
"p5.26-ppi",
"p5.26-ppi-xs",
"p5.26-software-license",
"p5.26-string-formatter",
"p5.26-string-rewriteprefix",
"p5.26-sub-exporter",
"p5.26-sub-exporter-formethods",
"p5.26-term-encoding",
"p5.26-term-readkey",
"p5.26-term-readline",
"p5.26-term-readline-gnu",
"p5.26-term-ui",
"p5.26-test-deep",
"p5.26-text-glob",
"perl5.26",
"p5.26-try-tiny",
"p5.26-yaml-tiny",
"p5.26-text-template",
"p5.26-app-cmd",
"p5.26-archive-tar",
"p5.26-class-load",
"p5.26-config-ini"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.26-dist-zilla-role-modulemetadata",
"p5.26-dist-zilla-plugin-modulebuildtiny-fallback",
"p5.26-dist-zilla-plugin-twitter"
]
},
{
"type": "lib",
"ports": [
"p5.26-dist-zilla-plugin-autometaresources",
"p5.26-dist-zilla-plugin-bumpversionafterrelease",
"p5.26-dist-zilla-plugin-checkextratests",
"p5.26-dist-zilla-plugin-checkissues",
"p5.26-dist-zilla-plugin-checkmetaresources",
"p5.26-dist-zilla-plugin-checkprereqsindexed",
"p5.26-dist-zilla-plugin-checkselfdependency",
"p5.26-dist-zilla-plugin-checkstrictversion",
"p5.26-dist-zilla-plugin-config-git",
"p5.26-dist-zilla-plugin-contributorsfromgit",
"p5.26-dist-zilla-plugin-copyfilesfromrelease",
"p5.26-dist-zilla-plugin-dynamicprereqs",
"p5.26-dist-zilla-plugin-emailnotify",
"p5.26-dist-zilla-plugin-ensurelatestperl",
"p5.26-dist-zilla-plugin-ffi",
"p5.26-dist-zilla-plugin-generatefile-fromsharedir",
"p5.26-dist-zilla-plugin-git",
"p5.26-dist-zilla-plugin-git-contributors",
"p5.26-dist-zilla-plugin-git-describe",
"p5.26-dist-zilla-plugin-git-pushinitial",
"p5.26-dist-zilla-plugin-git-remote-check",
"p5.26-dist-zilla-plugin-github",
"p5.26-dist-zilla-plugin-githubmeta",
"p5.26-dist-zilla-plugin-installguide",
"p5.26-dist-zilla-plugin-keywords",
"p5.26-dist-zilla-plugin-makemaker-awesome",
"p5.26-dist-zilla-plugin-makemaker-fallback",
"p5.26-dist-zilla-plugin-metaprovides",
"p5.26-dist-zilla-plugin-metaprovides-package",
"p5.26-dist-zilla-plugin-minimumperl",
"p5.26-dist-zilla-plugin-modulebuildtiny",
"p5.26-dist-zilla-plugin-mojibaketests",
"p5.26-dist-zilla-plugin-ourpkgversion",
"p5.26-dist-zilla-plugin-pod2readme",
"p5.26-dist-zilla-plugin-podweaver",
"p5.26-dist-zilla-plugin-prereqs-authordeps",
"p5.26-dist-zilla-plugin-promptifstale",
"p5.26-dist-zilla-plugin-readmeanyfrompod",
"p5.26-dist-zilla-plugin-rewriteversion-transitional",
"p5.26-dist-zilla-plugin-run",
"p5.26-dist-zilla-plugin-test-compile",
"p5.26-dist-zilla-plugin-test-minimumversion",
"p5.26-dist-zilla-plugin-test-reportprereqs",
"p5.26-dist-zilla-plugin-twitter",
"p5.26-dist-zilla-plugin-versionfrommainmodule",
"p5.26-dist-zilla-pluginbundle-git-checkfor",
"p5.26-dist-zilla-pluginbundle-git-versionmanager",
"p5.26-dist-zilla-pluginbundle-starter",
"p5.26-dist-zilla-role-dynamicconfig",
"p5.26-dist-zilla-role-filewatcher",
"p5.26-dist-zilla-role-pluginbundle-pluginremover",
"p5.26-dist-zilla-role-registerstash",
"p5.26-dist-zilla-role-repofileinjector",
"p5.26-dist-zilla-role-stash-plugins",
"p5.26-dist-zilla-app-command-regenerate",
"p5.26-pod-weaver-section-generatesection",
"p5.26-dist-zilla-config-slicer",
"p5.26-dist-zilla-plugin-authority"
]
}
]
},
{
"name": "p5-dist-zilla",
"portdir": "perl/p5-dist-zilla",
"version": "6.36.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": "p5.34-dist-zilla",
"homepage": "https://metacpan.org/pod/Dist::Zilla",
"description": "Dist::Zilla - distribution builder, installer not included!",
"long_description": "Dist::Zilla - distribution builder, installer not included!",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2610
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.34-dist-zilla"
]
}
],
"depends_on": []
},
{
"name": "p5.28-dist-zilla",
"portdir": "perl/p5-dist-zilla",
"version": "6.36.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla",
"description": "Dist::Zilla - distribution builder, installer not included!",
"long_description": "Dist::Zilla - distribution builder, installer not included!",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2610
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.28-cpan-meta-check",
"p5.28-test-failwarnings",
"p5.28-test-fatal",
"p5.28-test-file-sharedir",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.28-config-mvp",
"p5.28-config-mvp-reader-ini",
"p5.28-cpan-meta",
"p5.28-cpan-meta-requirements",
"p5.28-cpan-uploader",
"p5.28-data-dumper",
"p5.28-datetime",
"p5.28-digest-md5",
"p5.28-encode",
"p5.28-extutils-manifest",
"p5.28-file-copy-recursive",
"p5.28-file-find-rule",
"p5.28-file-path",
"p5.28-file-pushd",
"p5.28-file-sharedir",
"p5.28-file-sharedir-install",
"p5.28-file-temp",
"p5.28-json-maybexs",
"p5.28-log-dispatchouli",
"p5.28-mixin-linewise",
"p5.28-module-runtime",
"p5.28-moose",
"p5.28-moosex-lazyrequire",
"p5.28-moosex-role-parameterized",
"p5.28-moosex-setonce",
"p5.28-moosex-types",
"p5.28-moosex-types-perl",
"p5.28-namespace-clean",
"p5.28-params-util",
"p5.28-path-tiny",
"p5.28-perl-prereqscanner",
"p5.28-pod-simple",
"p5.28-ppi",
"p5.28-ppi-xs",
"p5.28-software-license",
"p5.28-string-formatter",
"p5.28-string-rewriteprefix",
"p5.28-sub-exporter",
"p5.28-sub-exporter-formethods",
"p5.28-term-ansicolor",
"p5.28-term-encoding",
"p5.28-term-readkey",
"p5.28-term-readline",
"p5.28-term-ui",
"p5.28-test-deep",
"p5.28-text-glob",
"perl5.28",
"p5.28-try-tiny",
"p5.28-yaml-tiny",
"p5.28-text-template",
"p5.28-app-cmd",
"p5.28-archive-tar",
"p5.28-class-load",
"p5.28-config-ini"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.28-dist-zilla-plugin-modulebuildtiny-fallback",
"p5.28-dist-zilla-role-modulemetadata",
"p5.28-dist-zilla-plugin-twitter"
]
},
{
"type": "lib",
"ports": [
"p5.28-dist-zilla-plugin-podweaver",
"p5.28-dist-zilla-config-slicer",
"p5.28-dist-zilla-plugin-authority",
"p5.28-dist-zilla-plugin-autometaresources",
"p5.28-dist-zilla-plugin-bumpversionafterrelease",
"p5.28-dist-zilla-plugin-checkextratests",
"p5.28-dist-zilla-plugin-checkissues",
"p5.28-dist-zilla-plugin-checkmetaresources",
"p5.28-dist-zilla-plugin-checkselfdependency",
"p5.28-dist-zilla-plugin-checkstrictversion",
"p5.28-dist-zilla-plugin-config-git",
"p5.28-dist-zilla-plugin-contributorsfromgit",
"p5.28-dist-zilla-plugin-copyfilesfromrelease",
"p5.28-dist-zilla-plugin-dynamicprereqs",
"p5.28-dist-zilla-plugin-emailnotify",
"p5.28-dist-zilla-plugin-generatefile-fromsharedir",
"p5.28-dist-zilla-plugin-git-pushinitial",
"p5.28-dist-zilla-plugin-git-remote-check",
"p5.28-dist-zilla-plugin-githubmeta",
"p5.28-dist-zilla-plugin-installguide",
"p5.28-dist-zilla-plugin-keywords",
"p5.28-dist-zilla-plugin-makemaker-awesome",
"p5.28-dist-zilla-plugin-metaprovides",
"p5.28-dist-zilla-plugin-metaprovides-package",
"p5.28-dist-zilla-plugin-minimumperl",
"p5.28-dist-zilla-plugin-mojibaketests",
"p5.28-dist-zilla-plugin-ourpkgversion",
"p5.28-dist-zilla-plugin-pod2readme",
"p5.28-dist-zilla-plugin-prereqs-authordeps",
"p5.28-dist-zilla-plugin-readmeanyfrompod",
"p5.28-dist-zilla-plugin-rewriteversion-transitional",
"p5.28-dist-zilla-plugin-twitter",
"p5.28-dist-zilla-plugin-versionfrommainmodule",
"p5.28-dist-zilla-pluginbundle-git-checkfor",
"p5.28-dist-zilla-pluginbundle-git-versionmanager",
"p5.28-dist-zilla-role-dynamicconfig",
"p5.28-dist-zilla-role-filewatcher",
"p5.28-dist-zilla-role-pluginbundle-pluginremover",
"p5.28-dist-zilla-role-registerstash",
"p5.28-dist-zilla-role-repofileinjector",
"p5.28-dist-zilla-role-stash-plugins",
"p5.28-dist-zilla-plugin-git-describe",
"p5.28-dist-zilla-plugin-ensurelatestperl",
"p5.28-dist-zilla-plugin-makemaker-fallback",
"p5.28-dist-zilla-plugin-promptifstale",
"p5.28-dist-zilla-plugin-run",
"p5.28-dist-zilla-plugin-ffi",
"p5.28-dist-zilla-plugin-git-contributors",
"p5.28-dist-zilla-plugin-test-minimumversion",
"p5.28-dist-zilla-plugin-git",
"p5.28-dist-zilla-plugin-test-compile",
"p5.28-dist-zilla-plugin-distbuild",
"p5.28-dist-zilla-plugin-modulebuildtiny",
"p5.28-dist-zilla-app-command-regenerate",
"p5.28-dist-zilla-plugin-metamergefile",
"p5.28-dist-zilla-plugin-github",
"p5.28-dist-zilla-pluginbundle-starter",
"p5.28-dist-zilla-plugin-test-reportprereqs",
"p5.28-dist-zilla-plugin-checkprereqsindexed"
]
}
]
},
{
"name": "p5.30-dist-zilla",
"portdir": "perl/p5-dist-zilla",
"version": "6.36.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla",
"description": "Dist::Zilla - distribution builder, installer not included!",
"long_description": "Dist::Zilla - distribution builder, installer not included!",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2610
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-cpan-meta-check",
"p5.30-test-failwarnings",
"p5.30-test-fatal",
"p5.30-test-file-sharedir",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.30-config-mvp",
"p5.30-config-mvp-reader-ini",
"p5.30-cpan-meta",
"p5.30-cpan-meta-requirements",
"p5.30-cpan-uploader",
"p5.30-data-dumper",
"p5.30-datetime",
"p5.30-digest-md5",
"p5.30-encode",
"p5.30-extutils-manifest",
"p5.30-file-copy-recursive",
"p5.30-file-find-rule",
"p5.30-file-path",
"p5.30-file-pushd",
"p5.30-file-sharedir",
"p5.30-file-sharedir-install",
"p5.30-file-temp",
"p5.30-json-maybexs",
"p5.30-log-dispatchouli",
"p5.30-mixin-linewise",
"p5.30-module-runtime",
"p5.30-moose",
"p5.30-moosex-lazyrequire",
"p5.30-moosex-role-parameterized",
"p5.30-moosex-setonce",
"p5.30-moosex-types",
"p5.30-moosex-types-perl",
"p5.30-namespace-clean",
"p5.30-params-util",
"p5.30-path-tiny",
"p5.30-perl-prereqscanner",
"p5.30-pod-simple",
"p5.30-ppi",
"p5.30-ppi-xs",
"p5.30-software-license",
"p5.30-string-formatter",
"p5.30-string-rewriteprefix",
"p5.30-sub-exporter",
"p5.30-sub-exporter-formethods",
"p5.30-term-ansicolor",
"p5.30-term-encoding",
"p5.30-term-readkey",
"p5.30-term-readline",
"p5.30-term-ui",
"p5.30-test-deep",
"p5.30-text-glob",
"perl5.30",
"p5.30-try-tiny",
"p5.30-yaml-tiny",
"p5.30-text-template",
"p5.30-app-cmd",
"p5.30-archive-tar",
"p5.30-class-load",
"p5.30-config-ini"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.30-dist-zilla-plugin-modulebuildtiny-fallback",
"p5.30-dist-zilla-role-modulemetadata",
"p5.30-dist-zilla-plugin-twitter"
]
},
{
"type": "lib",
"ports": [
"p5.30-dist-zilla-plugin-podweaver",
"p5.30-dist-zilla-config-slicer",
"p5.30-dist-zilla-plugin-authority",
"p5.30-dist-zilla-plugin-autometaresources",
"p5.30-dist-zilla-plugin-bumpversionafterrelease",
"p5.30-dist-zilla-plugin-checkextratests",
"p5.30-dist-zilla-plugin-checkissues",
"p5.30-dist-zilla-plugin-checkmetaresources",
"p5.30-dist-zilla-plugin-checkselfdependency",
"p5.30-dist-zilla-plugin-checkstrictversion",
"p5.30-dist-zilla-plugin-config-git",
"p5.30-dist-zilla-plugin-contributorsfromgit",
"p5.30-dist-zilla-plugin-copyfilesfromrelease",
"p5.30-dist-zilla-plugin-dynamicprereqs",
"p5.30-dist-zilla-plugin-emailnotify",
"p5.30-dist-zilla-plugin-generatefile-fromsharedir",
"p5.30-dist-zilla-plugin-git-pushinitial",
"p5.30-dist-zilla-plugin-git-remote-check",
"p5.30-dist-zilla-plugin-githubmeta",
"p5.30-dist-zilla-plugin-installguide",
"p5.30-dist-zilla-plugin-keywords",
"p5.30-dist-zilla-plugin-makemaker-awesome",
"p5.30-dist-zilla-plugin-metaprovides",
"p5.30-dist-zilla-plugin-metaprovides-package",
"p5.30-dist-zilla-plugin-minimumperl",
"p5.30-dist-zilla-plugin-mojibaketests",
"p5.30-dist-zilla-plugin-ourpkgversion",
"p5.30-dist-zilla-plugin-pod2readme",
"p5.30-dist-zilla-plugin-prereqs-authordeps",
"p5.30-dist-zilla-plugin-readmeanyfrompod",
"p5.30-dist-zilla-plugin-rewriteversion-transitional",
"p5.30-dist-zilla-plugin-twitter",
"p5.30-dist-zilla-plugin-versionfrommainmodule",
"p5.30-dist-zilla-pluginbundle-git-checkfor",
"p5.30-dist-zilla-pluginbundle-git-versionmanager",
"p5.30-dist-zilla-role-dynamicconfig",
"p5.30-dist-zilla-role-filewatcher",
"p5.30-dist-zilla-role-pluginbundle-pluginremover",
"p5.30-dist-zilla-role-registerstash",
"p5.30-dist-zilla-role-repofileinjector",
"p5.30-dist-zilla-role-stash-plugins",
"p5.30-dist-zilla-plugin-git-describe",
"p5.30-dist-zilla-plugin-ensurelatestperl",
"p5.30-dist-zilla-plugin-makemaker-fallback",
"p5.30-dist-zilla-plugin-promptifstale",
"p5.30-dist-zilla-plugin-run",
"p5.30-dist-zilla-plugin-ffi",
"p5.30-dist-zilla-plugin-git-contributors",
"p5.30-dist-zilla-plugin-test-minimumversion",
"p5.30-dist-zilla-plugin-git",
"p5.30-dist-zilla-plugin-test-compile",
"p5.30-dist-zilla-plugin-distbuild",
"p5.30-dist-zilla-plugin-modulebuildtiny",
"p5.30-dist-zilla-app-command-regenerate",
"p5.30-dist-zilla-plugin-metamergefile",
"p5.30-dist-zilla-plugin-github",
"p5.30-dist-zilla-pluginbundle-starter",
"p5.30-dist-zilla-plugin-test-reportprereqs",
"p5.30-dist-zilla-plugin-checkprereqsindexed"
]
}
]
},
{
"name": "p5.32-dist-zilla",
"portdir": "perl/p5-dist-zilla",
"version": "6.36.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla",
"description": "Dist::Zilla - distribution builder, installer not included!",
"long_description": "Dist::Zilla - distribution builder, installer not included!",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2610
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.32-cpan-meta-check",
"p5.32-test-failwarnings",
"p5.32-test-fatal",
"p5.32-test-file-sharedir",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.32-app-cmd",
"p5.32-archive-tar",
"p5.32-class-load",
"p5.32-config-ini",
"p5.32-config-mvp",
"p5.32-config-mvp-reader-ini",
"p5.32-cpan-uploader",
"p5.32-data-dumper",
"p5.32-datetime",
"p5.32-digest-md5",
"p5.32-extutils-manifest",
"p5.32-file-copy-recursive",
"p5.32-file-find-rule",
"p5.32-file-path",
"p5.32-file-pushd",
"p5.32-file-sharedir",
"p5.32-file-sharedir-install",
"p5.32-file-temp",
"p5.32-json-maybexs",
"p5.32-log-dispatchouli",
"p5.32-mixin-linewise",
"p5.32-module-runtime",
"p5.32-moose",
"p5.32-moosex-lazyrequire",
"p5.32-moosex-role-parameterized",
"p5.32-moosex-setonce",
"p5.32-moosex-types",
"p5.32-moosex-types-perl",
"p5.32-namespace-clean",
"p5.32-params-util",
"p5.32-path-tiny",
"p5.32-perl-prereqscanner",
"p5.32-ppi",
"p5.32-ppi-xs",
"p5.32-software-license",
"p5.32-string-formatter",
"p5.32-string-rewriteprefix",
"p5.32-sub-exporter",
"p5.32-sub-exporter-formethods",
"p5.32-term-ansicolor",
"p5.32-term-encoding",
"p5.32-term-readkey",
"p5.32-term-readline",
"p5.32-term-ui",
"p5.32-test-deep",
"p5.32-text-glob",
"perl5.32",
"p5.32-try-tiny",
"p5.32-yaml-tiny",
"p5.32-text-template",
"p5.32-cpan-meta",
"p5.32-cpan-meta-requirements",
"p5.32-encode",
"p5.32-pod-simple"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.32-dist-zilla-plugin-modulebuildtiny-fallback",
"p5.32-dist-zilla-role-modulemetadata",
"p5.32-dist-zilla-plugin-twitter"
]
},
{
"type": "lib",
"ports": [
"p5.32-dist-zilla-plugin-podweaver",
"p5.32-dist-zilla-config-slicer",
"p5.32-dist-zilla-plugin-authority",
"p5.32-dist-zilla-plugin-autometaresources",
"p5.32-dist-zilla-plugin-bumpversionafterrelease",
"p5.32-dist-zilla-plugin-checkextratests",
"p5.32-dist-zilla-plugin-checkissues",
"p5.32-dist-zilla-plugin-checkmetaresources",
"p5.32-dist-zilla-plugin-checkselfdependency",
"p5.32-dist-zilla-plugin-checkstrictversion",
"p5.32-dist-zilla-plugin-config-git",
"p5.32-dist-zilla-plugin-contributorsfromgit",
"p5.32-dist-zilla-plugin-copyfilesfromrelease",
"p5.32-dist-zilla-plugin-dynamicprereqs",
"p5.32-dist-zilla-plugin-emailnotify",
"p5.32-dist-zilla-plugin-generatefile-fromsharedir",
"p5.32-dist-zilla-plugin-git-pushinitial",
"p5.32-dist-zilla-plugin-git-remote-check",
"p5.32-dist-zilla-plugin-githubmeta",
"p5.32-dist-zilla-plugin-installguide",
"p5.32-dist-zilla-plugin-keywords",
"p5.32-dist-zilla-plugin-makemaker-awesome",
"p5.32-dist-zilla-plugin-metaprovides",
"p5.32-dist-zilla-plugin-metaprovides-package",
"p5.32-dist-zilla-plugin-minimumperl",
"p5.32-dist-zilla-plugin-mojibaketests",
"p5.32-dist-zilla-plugin-ourpkgversion",
"p5.32-dist-zilla-plugin-pod2readme",
"p5.32-dist-zilla-plugin-prereqs-authordeps",
"p5.32-dist-zilla-plugin-readmeanyfrompod",
"p5.32-dist-zilla-plugin-rewriteversion-transitional",
"p5.32-dist-zilla-plugin-twitter",
"p5.32-dist-zilla-plugin-versionfrommainmodule",
"p5.32-dist-zilla-pluginbundle-git-checkfor",
"p5.32-dist-zilla-pluginbundle-git-versionmanager",
"p5.32-dist-zilla-role-dynamicconfig",
"p5.32-dist-zilla-role-filewatcher",
"p5.32-dist-zilla-role-pluginbundle-pluginremover",
"p5.32-dist-zilla-role-registerstash",
"p5.32-dist-zilla-role-repofileinjector",
"p5.32-dist-zilla-role-stash-plugins",
"p5.32-dist-zilla-plugin-git-describe",
"p5.32-dist-zilla-plugin-ensurelatestperl",
"p5.32-dist-zilla-plugin-makemaker-fallback",
"p5.32-dist-zilla-plugin-promptifstale",
"p5.32-dist-zilla-plugin-run",
"p5.32-dist-zilla-plugin-ffi",
"p5.32-dist-zilla-plugin-git-contributors",
"p5.32-dist-zilla-plugin-test-minimumversion",
"p5.32-dist-zilla-plugin-git",
"p5.32-dist-zilla-plugin-test-compile",
"p5.32-dist-zilla-plugin-distbuild",
"p5.32-dist-zilla-plugin-modulebuildtiny",
"p5.32-dist-zilla-app-command-regenerate",
"p5.32-dist-zilla-plugin-metamergefile",
"p5.32-dist-zilla-plugin-github",
"p5.32-dist-zilla-pluginbundle-starter",
"p5.32-dist-zilla-plugin-test-reportprereqs",
"p5.32-dist-zilla-plugin-checkprereqsindexed"
]
}
]
},
{
"name": "p5.34-dist-zilla",
"portdir": "perl/p5-dist-zilla",
"version": "6.36.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla",
"description": "Dist::Zilla - distribution builder, installer not included!",
"long_description": "Dist::Zilla - distribution builder, installer not included!",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2610
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-cpan-meta-check",
"p5.34-test-failwarnings",
"p5.34-test-fatal",
"p5.34-test-file-sharedir",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.34-config-mvp",
"p5.34-config-mvp-reader-ini",
"p5.34-cpan-meta",
"p5.34-cpan-meta-requirements",
"p5.34-cpan-uploader",
"p5.34-data-dumper",
"p5.34-datetime",
"p5.34-digest-md5",
"p5.34-encode",
"p5.34-extutils-manifest",
"p5.34-file-copy-recursive",
"p5.34-file-find-rule",
"p5.34-file-path",
"p5.34-file-pushd",
"p5.34-file-sharedir",
"p5.34-file-sharedir-install",
"p5.34-file-temp",
"p5.34-json-maybexs",
"p5.34-log-dispatchouli",
"p5.34-mixin-linewise",
"p5.34-module-runtime",
"p5.34-moose",
"p5.34-moosex-lazyrequire",
"p5.34-moosex-role-parameterized",
"p5.34-moosex-setonce",
"p5.34-moosex-types",
"p5.34-moosex-types-perl",
"p5.34-namespace-clean",
"p5.34-params-util",
"p5.34-path-tiny",
"p5.34-perl-prereqscanner",
"p5.34-pod-simple",
"p5.34-ppi",
"p5.34-ppi-xs",
"p5.34-software-license",
"p5.34-string-formatter",
"p5.34-string-rewriteprefix",
"p5.34-sub-exporter",
"p5.34-sub-exporter-formethods",
"p5.34-term-ansicolor",
"p5.34-term-encoding",
"p5.34-term-readkey",
"p5.34-term-readline",
"p5.34-term-ui",
"p5.34-test-deep",
"p5.34-text-glob",
"perl5.34",
"p5.34-try-tiny",
"p5.34-yaml-tiny",
"p5.34-text-template",
"p5.34-app-cmd",
"p5.34-archive-tar",
"p5.34-class-load",
"p5.34-config-ini"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.34-dist-zilla-role-modulemetadata",
"p5.34-dist-zilla-plugin-twitter",
"p5.34-dist-zilla-plugin-modulebuildtiny-fallback"
]
},
{
"type": "lib",
"ports": [
"p5.34-dist-zilla-plugin-podweaver",
"p5.34-dist-zilla-config-slicer",
"p5.34-dist-zilla-plugin-authority",
"p5.34-dist-zilla-plugin-autometaresources",
"p5.34-dist-zilla-plugin-bumpversionafterrelease",
"p5.34-dist-zilla-plugin-checkextratests",
"p5.34-dist-zilla-plugin-checkissues",
"p5.34-dist-zilla-plugin-checkmetaresources",
"p5.34-dist-zilla-plugin-checkselfdependency",
"p5.34-dist-zilla-plugin-checkstrictversion",
"p5.34-dist-zilla-plugin-config-git",
"p5.34-dist-zilla-plugin-contributorsfromgit",
"p5.34-dist-zilla-plugin-copyfilesfromrelease",
"p5.34-dist-zilla-plugin-dynamicprereqs",
"p5.34-dist-zilla-plugin-emailnotify",
"p5.34-dist-zilla-plugin-generatefile-fromsharedir",
"p5.34-dist-zilla-plugin-git-pushinitial",
"p5.34-dist-zilla-plugin-git-remote-check",
"p5.34-dist-zilla-plugin-githubmeta",
"p5.34-dist-zilla-plugin-installguide",
"p5.34-dist-zilla-plugin-keywords",
"p5.34-dist-zilla-plugin-makemaker-awesome",
"p5.34-dist-zilla-plugin-metaprovides",
"p5.34-dist-zilla-plugin-metaprovides-package",
"p5.34-dist-zilla-plugin-minimumperl",
"p5.34-dist-zilla-plugin-mojibaketests",
"p5.34-dist-zilla-plugin-ourpkgversion",
"p5.34-dist-zilla-plugin-pod2readme",
"p5.34-dist-zilla-plugin-prereqs-authordeps",
"p5.34-dist-zilla-plugin-readmeanyfrompod",
"p5.34-dist-zilla-plugin-rewriteversion-transitional",
"p5.34-dist-zilla-plugin-twitter",
"p5.34-dist-zilla-plugin-versionfrommainmodule",
"p5.34-dist-zilla-pluginbundle-git-checkfor",
"p5.34-dist-zilla-pluginbundle-git-versionmanager",
"p5.34-dist-zilla-role-dynamicconfig",
"p5.34-dist-zilla-role-filewatcher",
"p5.34-dist-zilla-role-pluginbundle-pluginremover",
"p5.34-dist-zilla-role-registerstash",
"p5.34-dist-zilla-role-repofileinjector",
"p5.34-dist-zilla-role-stash-plugins",
"p5.34-dist-zilla-plugin-git-describe",
"p5.34-dist-zilla-plugin-ensurelatestperl",
"p5.34-dist-zilla-plugin-makemaker-fallback",
"p5-dist-zilla",
"p5.34-dist-zilla-plugin-promptifstale",
"p5.34-dist-zilla-plugin-run",
"p5.34-dist-zilla-plugin-ffi",
"p5.34-dist-zilla-plugin-git-contributors",
"p5.34-dist-zilla-plugin-test-minimumversion",
"p5.34-dist-zilla-plugin-git",
"p5.34-dist-zilla-plugin-test-compile",
"p5.34-dist-zilla-plugin-distbuild",
"p5.34-dist-zilla-plugin-modulebuildtiny",
"p5.34-dist-zilla-app-command-regenerate",
"p5.34-dist-zilla-plugin-metamergefile",
"p5.34-dist-zilla-plugin-github",
"p5.34-dist-zilla-pluginbundle-starter",
"p5.34-dist-zilla-plugin-test-reportprereqs",
"p5.34-dist-zilla-plugin-checkprereqsindexed"
]
}
]
},
{
"name": "xmlsec",
"portdir": "security/xmlsec",
"version": "1.3.9",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.aleksey.com/xmlsec/",
"description": "XML Security Library is a C library based on LibXML2.",
"long_description": "XML Security Library is a C library based on LibXML2.. The library supports major XML security standards. XML Signature, XML Encryption, Canonical XML and Exclusive Canonical XML.",
"active": true,
"categories": [
"devel",
"textproc",
"security"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1184
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libgcrypt",
"libtool",
"nspr",
"gnutls",
"nss",
"libxml2",
"libxslt",
"openssl",
"icu"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-xmlsec",
"py36-xmlsec",
"qore-xmlsec-module",
"py38-xmlsec",
"py310-xmlsec",
"py311-xmlsec",
"py312-xmlsec",
"py313-xmlsec",
"py314-xmlsec",
"py39-xmlsec",
"oath-toolkit"
]
}
]
},
{
"name": "djvulibre",
"portdir": "graphics/djvulibre",
"version": "3.5.29",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://djvu.sourceforge.net/",
"description": "Web centric format and software platform for distributing documents and images.",
"long_description": "DjVu can advantageously replace PDF, PS, TIFF, JPEG, and GIF for distributing scanned documents, digital documents, or high- resolution pictures. DjVu content downloads faster, displays and renders faster, looks nicer onscreen and consumes fewer client resources than competing formats.",
"active": true,
"categories": [
"graphics",
"www"
],
"maintainers": [
{
"name": "nicos",
"github": "NicosPavlov",
"ports_count": 16
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"tiff",
"libiconv",
"libjpeg-turbo"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"pdf2djvu",
"py35-djvubind",
"py36-djvubind",
"ImageMagick7",
"okular",
"geeqie",
"djview",
"ImageMagick",
"zathura-plugin-djvu"
]
},
{
"type": "run",
"ports": [
"djvu2pdf"
]
}
]
},
{
"name": "py38-pipdeptree",
"portdir": "python/py-pipdeptree",
"version": "2.23.4",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/naiquevin/pipdeptree",
"description": "Command line utility to show dependency tree of packages",
"long_description": "Command line utility to show dependency tree of packages",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-hatchling",
"py38-installer",
"clang-16",
"py38-build",
"py38-hatch-vcs"
]
},
{
"type": "lib",
"ports": [
"py38-pip",
"python38"
]
}
],
"depends_on": []
},
{
"name": "py39-pipdeptree",
"portdir": "python/py-pipdeptree",
"version": "2.23.4",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/naiquevin/pipdeptree",
"description": "Command line utility to show dependency tree of packages",
"long_description": "Command line utility to show dependency tree of packages",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-hatchling",
"py39-installer",
"clang-17",
"py39-build",
"py39-hatch-vcs"
]
},
{
"type": "lib",
"ports": [
"py39-pip",
"python39"
]
}
],
"depends_on": []
},
{
"name": "py-pipdeptree",
"portdir": "python/py-pipdeptree",
"version": "2.29.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/naiquevin/pipdeptree",
"description": "Command line utility to show dependency tree of packages",
"long_description": "Command line utility to show dependency tree of packages",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-pipdeptree"
]
}
],
"depends_on": []
},
{
"name": "py310-pipdeptree",
"portdir": "python/py-pipdeptree",
"version": "2.29.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/naiquevin/pipdeptree",
"description": "Command line utility to show dependency tree of packages",
"long_description": "Command line utility to show dependency tree of packages",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-hatchling",
"py310-installer",
"clang-18",
"py310-build",
"py310-hatch-vcs"
]
},
{
"type": "lib",
"ports": [
"py310-pip",
"python310"
]
}
],
"depends_on": []
},
{
"name": "py311-pipdeptree",
"portdir": "python/py-pipdeptree",
"version": "2.29.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/naiquevin/pipdeptree",
"description": "Command line utility to show dependency tree of packages",
"long_description": "Command line utility to show dependency tree of packages",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-installer",
"py311-hatch-vcs",
"clang-18",
"py311-build",
"py311-hatchling"
]
},
{
"type": "lib",
"ports": [
"py311-pip",
"python311"
]
}
],
"depends_on": []
},
{
"name": "py312-pipdeptree",
"portdir": "python/py-pipdeptree",
"version": "2.29.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/naiquevin/pipdeptree",
"description": "Command line utility to show dependency tree of packages",
"long_description": "Command line utility to show dependency tree of packages",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py312-installer",
"py312-hatch-vcs",
"clang-18",
"py312-build",
"py312-hatchling"
]
},
{
"type": "lib",
"ports": [
"py312-pip",
"python312"
]
}
],
"depends_on": []
},
{
"name": "py313-pipdeptree",
"portdir": "python/py-pipdeptree",
"version": "2.29.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/naiquevin/pipdeptree",
"description": "Command line utility to show dependency tree of packages",
"long_description": "Command line utility to show dependency tree of packages",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-build",
"py313-hatchling",
"py313-hatch-vcs",
"clang-18",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"py313-pip",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-pipdeptree"
]
}
]
},
{
"name": "libunistring",
"portdir": "textproc/libunistring",
"version": "1.4.1",
"license": "(LGPL-3+ or GPL-2+)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/libunistring/",
"description": "library for manipulating Unicode strings",
"long_description": "Text files are nowadays usually encoded in Unicode, and may consist of very different scripts – from Latin letters to Chinese Hanzi –, with many kinds of special characters – accents, right-to-left writing marks, hyphens, Roman numbers, and much more. But the POSIX platform APIs for text do not contain adequate functions for dealing with particular properties of many Unicode characters. In fact, the POSIX APIs for text have several assumptions at their base which don't hold for Unicode text. This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libiconv"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gnutls",
"gnutls-devel",
"mailutils",
"guile-2.2",
"clisp",
"notcurses",
"podofo",
"libidn2",
"termdebug",
"zmap",
"texinfo",
"the_Foundation",
"rygel",
"libt3window",
"libt3widget",
"tilde",
"libpsl",
"libpsl-docs",
"podofo-0.10",
"guile-3.0",
"gnome-characters",
"wget"
]
}
]
},
{
"name": "py38-xlsx2csv",
"portdir": "python/py-xlsx2csv",
"version": "0.8.3",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dilshod/xlsx2csv",
"description": "xlsx to csv converter",
"long_description": "Converts xslx files to csv format. Handles large XLSX files. Fast and easy to use.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 431
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py38-setuptools",
"py38-setuptools_scm",
"py38-wheel",
"py38-build",
"py38-installer"
]
},
{
"type": "lib",
"ports": [
"python38"
]
},
{
"type": "test",
"ports": [
"py38-pytest"
]
}
],
"depends_on": []
},
{
"name": "py36-xlsx2csv",
"portdir": "python/py-xlsx2csv",
"version": "0.7.8",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dilshod/xlsx2csv",
"description": "xlsx to csv converter",
"long_description": "Converts xslx files to csv format. Handles large XLSX files. Fast and easy to use.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 431
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py36-setuptools"
]
},
{
"type": "lib",
"ports": [
"python36"
]
}
],
"depends_on": []
},
{
"name": "py27-xlsx2csv",
"portdir": "python/py-xlsx2csv",
"version": "0.7.8",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dilshod/xlsx2csv",
"description": "xlsx to csv converter",
"long_description": "Converts xslx files to csv format. Handles large XLSX files. Fast and easy to use.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 431
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": []
},
{
"name": "py37-xlsx2csv",
"portdir": "python/py-xlsx2csv",
"version": "0.8.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dilshod/xlsx2csv",
"description": "xlsx to csv converter",
"long_description": "Converts xslx files to csv format. Handles large XLSX files. Fast and easy to use.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 431
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-15",
"py37-setuptools",
"py37-setuptools_scm",
"py37-wheel",
"py37-build",
"py37-installer"
]
},
{
"type": "lib",
"ports": [
"python37"
]
},
{
"type": "test",
"ports": [
"py37-pytest"
]
}
],
"depends_on": []
},
{
"name": "py39-xlsx2csv",
"portdir": "python/py-xlsx2csv",
"version": "0.8.4",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dilshod/xlsx2csv",
"description": "xlsx to csv converter",
"long_description": "Converts xslx files to csv format. Handles large XLSX files. Fast and easy to use.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 431
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py39-setuptools",
"py39-setuptools_scm",
"py39-wheel",
"py39-build",
"py39-installer"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "test",
"ports": [
"py39-pytest"
]
}
],
"depends_on": []
},
{
"name": "py39-zbar",
"portdir": "python/py-zbar",
"version": "0.1.9",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/NaturalHistoryMuseum/pyzbar",
"description": "Read one-dimensional barcodes and QR codes from Python 2 and 3.",
"long_description": "Read one-dimensional barcodes and QR codes from Python 2 and 3.",
"active": false,
"categories": [
"devel",
"graphics",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-build",
"clang-18",
"py39-installer",
"py39-setuptools",
"py39-wheel"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "run",
"ports": [
"zbar",
"py39-Pillow"
]
},
{
"type": "test",
"ports": [
"py39-imageio",
"py39-nose",
"py39-numpy"
]
}
],
"depends_on": []
},
{
"name": "py37-zbar",
"portdir": "python/py-zbar",
"version": "0.1.9",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/NaturalHistoryMuseum/pyzbar",
"description": "Read one-dimensional barcodes and QR codes from Python 2 and 3.",
"long_description": "Read one-dimensional barcodes and QR codes from Python 2 and 3.",
"active": false,
"categories": [
"devel",
"graphics",
"python"
],
"maintainers": [
{
"name": "kirill",
"github": "catap",
"ports_count": 120
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python37"
]
},
{
"type": "run",
"ports": [
"zbar",
"py37-Pillow"
]
},
{
"type": "test",
"ports": [
"py37-pytest-cov",
"py37-python-coveralls",
"py37-imageio",
"py37-nose",
"py37-numpy",
"py37-pytest"
]
}
],
"depends_on": []
},
{
"name": "py38-zbar",
"portdir": "python/py-zbar",
"version": "0.1.9",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/NaturalHistoryMuseum/pyzbar",
"description": "Read one-dimensional barcodes and QR codes from Python 2 and 3.",
"long_description": "Read one-dimensional barcodes and QR codes from Python 2 and 3.",
"active": false,
"categories": [
"devel",
"graphics",
"python"
],
"maintainers": [
{
"name": "kirill",
"github": "catap",
"ports_count": 120
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-setuptools",
"clang-15"
]
},
{
"type": "lib",
"ports": [
"python38"
]
},
{
"type": "run",
"ports": [
"zbar",
"py38-Pillow"
]
},
{
"type": "test",
"ports": [
"py38-pytest-cov",
"py38-python-coveralls",
"py38-imageio",
"py38-nose",
"py38-numpy",
"py38-pytest"
]
}
],
"depends_on": []
},
{
"name": "py38-zope-configuration",
"portdir": "python/py-zope-configuration",
"version": "4.4.0",
"license": "ZPL-2.1",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/zopefoundation/zope.configuration",
"description": "Zope Configuration Markup Language (ZCML)",
"long_description": "The Zope configuration system provides an extensible system for supporting various kinds of configurations. It is based on the idea of configuration directives. Users of the configuration system provide configuration directives in some language that express configuration choices. The intent is that the language be pluggable. An XML language is provided by default.",
"active": false,
"categories": [
"python",
"zope"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python38"
]
},
{
"type": "run",
"ports": [
"py38-zopeinterface",
"py38-zope-schema",
"py38-zope-i18nmessageid"
]
}
],
"depends_on": []
},
{
"name": "py39-zope-configuration",
"portdir": "python/py-zope-configuration",
"version": "4.4.0",
"license": "ZPL-2.1",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/zopefoundation/zope.configuration",
"description": "Zope Configuration Markup Language (ZCML)",
"long_description": "The Zope configuration system provides an extensible system for supporting various kinds of configurations. It is based on the idea of configuration directives. Users of the configuration system provide configuration directives in some language that express configuration choices. The intent is that the language be pluggable. An XML language is provided by default.",
"active": false,
"categories": [
"python",
"zope"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "run",
"ports": [
"py39-zopeinterface",
"py39-zope-schema",
"py39-zope-i18nmessageid"
]
}
],
"depends_on": []
},
{
"name": "py38-wordcloud",
"portdir": "python/py-wordcloud",
"version": "1.8.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/amueller/word_cloud",
"description": "A little word cloud generator",
"long_description": "A little word cloud generator.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py38-wheel",
"clang-16",
"py38-installer",
"py38-build",
"py38-setuptools"
]
},
{
"type": "lib",
"ports": [
"python38"
]
},
{
"type": "run",
"ports": [
"py38-numpy",
"py38-matplotlib",
"py38-Pillow"
]
},
{
"type": "test",
"ports": [
"py38-pytest"
]
}
],
"depends_on": []
},
{
"name": "py37-wordcloud",
"portdir": "python/py-wordcloud",
"version": "1.8.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/amueller/word_cloud",
"description": "A little word cloud generator",
"long_description": "A little word cloud generator.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py37-setuptools",
"py37-wheel",
"clang-16",
"py37-installer",
"py37-build"
]
},
{
"type": "lib",
"ports": [
"python37",
"py37-setuptools"
]
},
{
"type": "run",
"ports": [
"py37-numpy",
"py37-matplotlib",
"py37-Pillow"
]
},
{
"type": "test",
"ports": [
"py37-pytest"
]
}
],
"depends_on": []
},
{
"name": "py39-wordcloud",
"portdir": "python/py-wordcloud",
"version": "1.9.3",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/amueller/word_cloud",
"description": "A little word cloud generator",
"long_description": "A little word cloud generator.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py39-wheel",
"clang-17",
"py39-installer",
"py39-build",
"py39-cython",
"py39-setuptools",
"py39-setuptools_scm"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "run",
"ports": [
"py39-numpy",
"py39-matplotlib",
"py39-Pillow"
]
},
{
"type": "test",
"ports": [
"py39-pytest"
]
}
],
"depends_on": []
},
{
"name": "py39-jsonlines",
"portdir": "python/py-jsonlines",
"version": "4.0.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/wbolster/jsonlines",
"description": "jsonlines is a Python library to simplify working with jsonlines and ndjson data.",
"long_description": "jsonlines is a Python library to simplify working with jsonlines and ndjson data.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1184
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py39-wheel",
"py39-build",
"py39-installer",
"py39-setuptools"
]
},
{
"type": "lib",
"ports": [
"py39-attrs",
"py39-typing_extensions",
"python39"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-maggma",
"py39-cloudflare2"
]
}
]
},
{
"name": "py37-jsonlines",
"portdir": "python/py-jsonlines",
"version": "3.1.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/wbolster/jsonlines",
"description": "jsonlines is a Python library to simplify working with jsonlines and ndjson data.",
"long_description": "jsonlines is a Python library to simplify working with jsonlines and ndjson data.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1184
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python37",
"py37-attrs",
"py37-typing_extensions"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py37-cloudflare"
]
}
]
},
{
"name": "py38-jsonlines",
"portdir": "python/py-jsonlines",
"version": "4.0.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/wbolster/jsonlines",
"description": "jsonlines is a Python library to simplify working with jsonlines and ndjson data.",
"long_description": "jsonlines is a Python library to simplify working with jsonlines and ndjson data.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1184
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py38-wheel",
"py38-build",
"py38-installer",
"py38-setuptools"
]
},
{
"type": "lib",
"ports": [
"py38-attrs",
"py38-typing_extensions",
"python38"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-cloudflare"
]
}
]
},
{
"name": "py37-wxutils",
"portdir": "python/py-wxutils",
"version": "0.2.6",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/newville/wxutils",
"description": "Provides wxPython utilities and convenience functions.",
"long_description": "Provides wxPython utilities and convenience functions. The wxutils library is a small collection of functions and classes, and is by no means comprehensive. The aim is to simplify code, reduce boiler-plate, make wxPython coding a bit more python-like, and prevent repeating code across several projects.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "joe.fowler",
"github": "joefowler",
"ports_count": 98
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-setuptools_scm",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python37"
]
},
{
"type": "run",
"ports": [
"py37-wxpython-4.0"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py37-wxmplot",
"py37-xraylarch"
]
}
]
}
]
}