HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50307,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=664",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=662",
"results": [
{
"name": "p5.34-pdl-graphics-simple",
"portdir": "perl/p5-pdl-graphics-simple",
"version": "1.16.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/PDL::Graphics::Simple",
"description": "PDL::Graphics::Simple - Simple backend-independent plotting for PDL",
"long_description": "PDL::Graphics::Simple - Simple backend-independent plotting for PDL",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2610
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-pdl",
"p5.34-time-hires"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-pdl-graphics-simple"
]
}
]
},
{
"name": "p5.34-pdl-graphics-plplot",
"portdir": "perl/p5-pdl-graphics-plplot",
"version": "0.740.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/PDL::Graphics::PLplot",
"description": "PDL::Graphics::PLplot - An object-oriented interface from Perl/PDL to the PLPLOT plotting library",
"long_description": "PDL::Graphics::PLplot - An object-oriented interface from Perl/PDL to the PLPLOT plotting library",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"plplot",
"perl5.34",
"p5.34-pdl"
]
}
],
"depends_on": []
},
{
"name": "p5.34-pdl-graphics-gnuplot",
"portdir": "perl/p5-pdl-graphics-gnuplot",
"version": "2.32.0",
"license": "(Artistic-1 or GPL-1+)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/PDL::Graphics::Gnuplot",
"description": "PDL::Graphics::Gnuplot - Gnuplot-based plotting for PDL",
"long_description": "PDL::Graphics::Gnuplot - Gnuplot-based plotting for PDL",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"p5.34-alien-gnuplot",
"p5.34-ipc-run",
"p5.34-pdl",
"perl5.34",
"p5.34-safe-isa",
"p5.34-time-hires",
"p5.34-pdl-transform-color"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-pdl-graphics-gnuplot"
]
}
]
},
{
"name": "p5.34-pdl-graphics-colorspace",
"portdir": "perl/p5-pdl-graphics-colorspace",
"version": "0.206.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/PDL::Graphics::ColorSpace",
"description": "PDL::Graphics::ColorSpace - colour-space conversions for PDL",
"long_description": "PDL::Graphics::ColorSpace - colour-space conversions for PDL",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2610
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-pdl"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-pdl-graphics-colorspace",
"p5.34-pdl-transform-color"
]
}
]
},
{
"name": "p5.34-pdl-fftw3",
"portdir": "perl/p5-pdl-fftw3",
"version": "0.203.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/PDL::FFTW3",
"description": "PDL::FFTW3 - PDL interface to the Fastest Fourier Transform in the West v3",
"long_description": "PDL::FFTW3 - PDL interface to the Fastest Fourier Transform in the West v3",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"pkgconfig",
"p5.34-ipc-run",
"p5.34-test-simple"
]
},
{
"type": "lib",
"ports": [
"fftw-3",
"fftw-3-single",
"perl5.34",
"p5.34-pdl"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-pdl-fftw3"
]
}
]
},
{
"name": "p5.34-pdl",
"portdir": "perl/p5-pdl",
"version": "2.100.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/PDL",
"description": "Perl Data Language - scientific computing capability for perl",
"long_description": "The perlDL project aims to turn perl into an efficient numerical language for scientific computing. The PDL module gives standard perl the ability to COMPACTLY store and SPEEDILY manipulate the large N-dimensional data sets which are the bread and butter of scientific computing.",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "mgrimes",
"github": "mvgrimes",
"ports_count": 6
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-devel-checklib",
"p5.34-extutils-makemaker",
"p5.34-file-path",
"p5.34-test-deep",
"p5.34-test-exception",
"p5.34-test-warn",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"p5.34-filter-simple",
"p5.34-inline",
"p5.34-inline-c",
"netpbm",
"p5.34-pod-parser",
"p5.34-term-readkey",
"p5.34-text-balanced",
"p5.34-math-complex",
"perl5.34",
"p5.34-astro-fits-header",
"p5.34-data-dumper",
"p5.34-file-map",
"p5.34-file-which",
"p5.34-filter"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.34-pdl-graphics-plplot",
"p5-pdl",
"p5.34-pdl-gsl",
"p5.34-pdl-io-hdf5",
"p5.34-gimp",
"demeter",
"p5.34-pdl-fftw3",
"p5.34-pdl-graphics-colorspace",
"p5.34-pdl-graphics-gnuplot",
"p5.34-pdl-graphics-simple",
"p5.34-pdl-io-gd",
"p5.34-pdl-io-hdf",
"p5.34-pdl-transform-color",
"p5.34-pdl-stats",
"pdl-cli"
]
}
]
},
{
"name": "p5.34-pdf-reuse",
"portdir": "perl/p5-pdf-reuse",
"version": "0.390.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/PDF::Reuse",
"description": "Reuse and mass produce PDF documents",
"long_description": "Reuse and mass produce PDF documents",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-test-deep",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-font-ttf",
"p5.34-io-compress",
"p5.34-text-pdf"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-pdf-reuse"
]
}
]
},
{
"name": "p5.34-pdf-builder",
"portdir": "perl/p5-pdf-builder",
"version": "3.28.0",
"license": "LGPL-2.1",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/PDF::Builder",
"description": "PDF::Builder - Facilitates the creation and modification of PDF files",
"long_description": "PDF::Builder - Facilitates the creation and modification of PDF files",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-test-exception",
"p5.34-test-memory-cycle",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.34-font-ttf",
"p5.34-gd",
"ImageMagick",
"p5.34-graphics-tiff",
"p5.34-image-png-libpng",
"p5.34-io-compress",
"ghostscript",
"perl5.34"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-pdf-builder",
"gscan2pdf"
]
}
]
},
{
"name": "p5.34-pdf-api2-xs",
"portdir": "perl/p5-pdf-api2-xs",
"version": "1.2.0",
"license": "(Artistic-1 or GPL-1+)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/PDF::API2::XS",
"description": "PDF::API2::XS - Optional PDF::API2 add-on using XS to speed up expensive operations",
"long_description": "PDF::API2::XS - Optional PDF::API2 add-on using XS to speed up expensive operations",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-pdf-api2",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-pdf-api2-xs"
]
}
]
},
{
"name": "p5.34-pdf-api2",
"portdir": "perl/p5-pdf-api2",
"version": "2.48.0",
"license": "LGPL-2.1",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/PDF::API2",
"description": "PDF::API2 - Create, modify, and examine PDF files",
"long_description": "PDF::API2 - Create, modify, and examine PDF files",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-test-exception",
"p5.34-test-memory-cycle",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-font-ttf",
"p5.34-io-compress"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.34-pdf-api2-xs"
]
},
{
"type": "lib",
"ports": [
"p5-pdf-api2",
"p5.34-bio-phylo"
]
},
{
"type": "run",
"ports": [
"fntsample"
]
}
]
},
{
"name": "p5.34-pcsc",
"portdir": "perl/p5-pcsc",
"version": "1.4.14",
"license": "none",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "p5.34-chipcard-pcsc",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by p5.34-chipcard-pcsc",
"long_description": "This port has been replaced by p5.34-chipcard-pcsc.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "extract",
"ports": [
null
]
},
{
"type": "fetch",
"ports": [
null
]
},
{
"type": "lib",
"ports": [
null
]
},
{
"type": "patch",
"ports": [
null
]
},
{
"type": "run",
"ports": [
null
]
},
{
"type": "test",
"ports": [
null
]
}
],
"depends_on": []
},
{
"name": "p5.34-pathtools",
"portdir": "perl/p5-pathtools",
"version": "3.750.0",
"license": "(Artistic-1 or GPL) and BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/release/PathTools",
"description": "PathTools contains path building and modification classes.",
"long_description": "PathTools contains path building and modification classes.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"po4a",
"p5.34-dist-zilla-plugin-checkstrictversion"
]
},
{
"type": "lib",
"ports": [
"p5.34-file-pushd",
"p5.34-svn-notify",
"clusterssh",
"p5.34-data-hexdump",
"intltool",
"p5.34-authen-radius",
"youtube-viewer",
"p5.34-extutils-builder",
"lcov",
"smokeping",
"p5.34-path-tiny",
"p5.34-dist-zilla-plugin-git-pushinitial"
]
}
]
},
{
"name": "p5.34-path-tiny",
"portdir": "perl/p5-path-tiny",
"version": "0.150.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Path::Tiny",
"description": "Path::Tiny - File path utility",
"long_description": "Path::Tiny - File path utility",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-test-failwarnings",
"p5.34-test-mockrandom",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-encode",
"p5.34-pathtools"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.34-dist-zilla-pluginbundle-git-versionmanager",
"p5.34-dist-zilla-role-filewatcher",
"p5.34-dist-zilla-plugin-ensurelatestperl",
"p5.34-file-copy-recursive-reduced",
"p5.34-dist-zilla-role-modulemetadata",
"p5.34-alien-sqlite",
"p5.34-lwp-consolelogger",
"p5.34-dist-zilla-plugin-keywords",
"p5.34-file-copy-recursive",
"p5.34-log-dispatch-filerotate",
"p5.34-dist-zilla-plugin-test-reportprereqs",
"p5.34-path-iterator-rule",
"p5.34-dist-zilla-plugin-metaprovides",
"p5.34-alien-rust",
"p5.34-ffi-c",
"p5.34-dist-zilla-plugin-metaprovides-package",
"p5.34-dist-zilla-plugin-checkissues",
"p5.34-pithub",
"p5.34-dist-zilla-plugin-ourpkgversion",
"p5.34-dist-zilla-plugin-checkselfdependency",
"p5.34-test-lwp-useragent",
"p5.34-dist-zilla-plugin-githubmeta",
"p5.34-dist-zilla-plugin-ffi",
"p5.34-dist-zilla-plugin-installguide",
"p5.34-alien-libtiff",
"p5.34-www-mechanize-cached",
"p5.34-alien-cmake3",
"p5.34-xml-xpath",
"p5.34-dist-zilla-plugin-github",
"p5.34-alien-proj",
"p5.34-dist-zilla-plugin-git-describe",
"p5.34-dist-zilla-plugin-distbuild",
"p5.34-dist-zilla-plugin-modulebuildtiny",
"p5.34-dist-zilla-plugin-versionfrommainmodule",
"p5.34-www-mechanize",
"p5.34-dist-zilla-pluginbundle-git-checkfor",
"p5.34-moosex-getopt",
"p5.34-datetime-locale",
"p5.34-dist-zilla-pluginbundle-starter"
]
},
{
"type": "lib",
"ports": [
"p5.34-dist-zilla-plugin-git-contributors",
"p5.34-alien-build",
"p5.34-dist-zilla-plugin-git",
"p5.34-dist-zilla-plugin-test-compile",
"p5.34-dist-zilla-app-command-regenerate",
"p5.34-dancer2",
"p5-path-tiny",
"p5.34-cli-osprey",
"p5.34-test-perltidy",
"p5.34-app-nopaste",
"p5.34-dist-zilla-plugin-bumpversionafterrelease",
"p5.34-dist-zilla-plugin-checkextratests",
"p5.34-dist-zilla-plugin-copyfilesfromrelease",
"p5.34-dist-zilla-plugin-dynamicprereqs",
"p5.34-dist-zilla-plugin-generatefile-fromsharedir",
"p5.34-dist-zilla-plugin-makemaker-awesome",
"p5.34-dist-zilla-plugin-modulebuildtiny-fallback",
"p5.34-dist-zilla-plugin-prereqs-authordeps",
"p5.34-dist-zilla-plugin-readmeanyfrompod",
"p5.34-dist-zilla-plugin-rewriteversion-transitional",
"p5.34-dist-zilla-role-repofileinjector",
"p5.34-moosex-types-path-tiny",
"p5.34-pod-readme",
"p5.34-specio-library-path-tiny",
"p5.34-test-file-sharedir",
"p5.34-test-filename",
"p5.34-test-inline",
"p5.34-text-trac",
"p5.34-types-path-tiny",
"p5.34-directory-scratch",
"p5.34-file-sharedir-projectdistdir",
"p5.34-path-finddev",
"p5.34-path-isdev",
"p5.34-file-mimeinfo",
"p5.34-dist-zilla-plugin-makemaker-fallback",
"p5.34-alien-base-modulebuild",
"p5.34-alien-build-plugin-cleanse-builddir",
"p5.34-alien-build-plugin-download-github",
"p5.34-alien-build-plugin-download-gitlab",
"p5.34-alien-build-plugin-pkgconfig-ppwrapper",
"p5.34-ffi-platypus-lang-rust",
"p5.34-test2-plugin-cover",
"p5.34-dist-zilla",
"p5.34-dist-zilla-plugin-promptifstale",
"p5.34-dist-zilla-plugin-run",
"p5.34-code-tidyall"
]
}
]
},
{
"name": "p5.34-path-iterator-rule",
"portdir": "perl/p5-path-iterator-rule",
"version": "1.15.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Path::Iterator::Rule",
"description": "Path::Iterator::Rule - Iterative, recursive file finder",
"long_description": "Path::Iterator::Rule - Iterative, recursive file finder",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14",
"p5.34-file-pushd",
"p5.34-path-tiny",
"p5.34-test-deep",
"p5.34-test-filename"
]
},
{
"type": "lib",
"ports": [
"p5.34-number-compare",
"p5.34-text-glob",
"p5.34-try-tiny",
"perl5.34"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.34-dist-zilla-plugin-checkextratests",
"p5-path-iterator-rule"
]
}
]
},
{
"name": "p5.34-path-iter",
"portdir": "perl/p5-path-iter",
"version": "0.200.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Path::Iter",
"description": "Path::Iter - Simple Efficient Path Iteration",
"long_description": "Path::Iter - Simple Efficient Path Iteration",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-path-iter"
]
}
]
},
{
"name": "p5.34-path-isdev",
"portdir": "perl/p5-path-isdev",
"version": "1.1.3",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Path::IsDev",
"description": "Determine if a given Path resembles a development source tree",
"long_description": "Determine if a given Path resembles a development source tree",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 431
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-test-fatal",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"p5.34-file-homedir",
"p5.34-module-runtime",
"perl5.34",
"p5.34-role-tiny",
"p5.34-sub-exporter",
"p5.34-path-tiny",
"p5.34-class-tiny"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.34-file-sharedir-projectdistdir",
"p5.34-path-finddev",
"p5-path-isdev"
]
}
]
},
{
"name": "p5.34-path-finddev",
"portdir": "perl/p5-path-finddev",
"version": "0.5.3",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Path::FindDev",
"description": "Find a development path somewhere in an upper hierarchy.",
"long_description": "Find a development path somewhere in an upper hierarchy.",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 431
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-class-tiny",
"p5.34-path-isdev",
"p5.34-path-tiny",
"p5.34-sub-exporter"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.34-file-sharedir-projectdistdir",
"p5-path-finddev"
]
}
]
},
{
"name": "p5.34-path-class",
"portdir": "perl/p5-path-class",
"version": "0.370.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Path::Class",
"description": "This Perl extension provides cross-platform path specification manipulation.",
"long_description": "Path::Class is a module for manipulation of file and directory specifications in a cross-platform manner.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-module-build",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.34-mouse",
"p5.34-catalyst-view-html-mason",
"p5.34-crypt-ssleay",
"p5.34-dist-zilla-plugin-checkmetaresources",
"p5.34-file-flock-tiny",
"p5.34-forest",
"p5.34-git-wrapper",
"p5.34-moosex-attributeshortcuts",
"p5.34-html-masonx-free"
]
},
{
"type": "lib",
"ports": [
"p5.34-dist-zilla-plugin-contributorsfromgit",
"p5.34-directory-scratch",
"p5.34-net-cli-interact",
"p5.34-catalyst-runtime",
"p5.34-catalyst-view-tt",
"p5.34-module-refresh",
"p5.34-dbix-class",
"p5.34-moosex-types-path-class",
"p5-path-class",
"p5.34-catalyst-devel",
"p5.34-catalyst-plugin-session-store-chi",
"p5.34-text-vimcolor",
"p5.34-catalyst-view-xslt",
"p5.34-config-jfdi",
"p5.34-treepath",
"p5.34-catalyst-plugin-session-store-fastmmap"
]
}
]
},
{
"name": "p5.34-patchreader",
"portdir": "perl/p5-patchreader",
"version": "0.9.6",
"license": "unknown",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/PatchReader",
"description": "Utilities to read and manipulate patches and CVS",
"long_description": "PatchReader is a set of utilities for reading in, transforming, and doing various other things with a patch. It basically allows you to create a chain of readers that can read a patch, remove files from a patch, add CVS context, fix up the patch root according to CVS, and output the patch as raw unified or through a template processor (used in some places to output a patch as HTML).",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"bugzilla",
"p5-patchreader"
]
}
]
},
{
"name": "p5.34-parse-yapp",
"portdir": "perl/p5-parse-yapp",
"version": "1.210.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 1,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Parse::Yapp",
"description": "Perl extension for generating and using LALR parsers.",
"long_description": "Perl extension for generating and using LALR parsers.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"samba4"
]
},
{
"type": "lib",
"ports": [
"p5-parse-yapp"
]
}
]
},
{
"name": "p5.34-parse-win32registry",
"portdir": "perl/p5-parse-win32registry",
"version": "1.100.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Parse::Win32Registry",
"description": "Perl Module to parse Windows Registry",
"long_description": "Perl Module to parse Windows Registry",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-encode",
"p5.34-time-local"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-parse-win32registry",
"log2timeline"
]
}
]
},
{
"name": "p5.34-parse-recdescent",
"portdir": "perl/p5-parse-recdescent",
"version": "1.967.15",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Parse::RecDescent",
"description": "Generate Recursive-Descent Parsers",
"long_description": "RecDescent incrementally generates top-down recursive-descent text parsers from simple yacc-like grammar specifications. It provides: * Regular expressions or literal strings as terminals (tokens), * Multiple (non-contiguous) productions for any rule, * Repeated, optional and alternate subrules within productions, * Late-bound (run-time dispatched) subrules * Full access to Perl within actions specified as part of the grammar, * Simple automated error reporting during parser generation and parsing, * The ability to commit to, uncommit to, or reject particular productions during a parse, * Incremental extension of the parsing grammar (even during a parse), * Precompilation of parser objects, * User-definable reduce-reduce conflict resolution via scoring of matching productions. See the file RecDescent.pod for excruciating detail on all of this.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-test-warn",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-text-balanced"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.34-inline-python"
]
},
{
"type": "lib",
"ports": [
"p5.34-extutils-xsbuilder",
"p5.34-gedcom",
"p5.34-html-template-compiled",
"p5.34-inline-c",
"p5.34-rdf-query",
"p5.34-mail-imapclient",
"p5-parse-recdescent",
"p5.34-google-protocolbuffers",
"p5.34-spreadsheet-writeexcel",
"biblatex-biber",
"p5.34-sql-translator",
"p5.34-mail-audit",
"p5.34-graphviz",
"LaTeXML",
"p5.34-css",
"p5.34-math-symbolic"
]
}
]
},
{
"name": "p5.34-parse-mime",
"portdir": "perl/p5-parse-mime",
"version": "1.6.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Parse::MIME",
"description": "Parse::MIME - Parse mime-types, match against media ranges",
"long_description": "Parse::MIME - Parse mime-types, match against media ranges",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2610
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-parse-mime",
"p5.34-lwp-consolelogger"
]
}
]
},
{
"name": "p5.34-parse-mediawikidump",
"portdir": "perl/p5-parse-mediawikidump",
"version": "1.0.6",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Parse::MediaWikiDump",
"description": "Access various MediaWiki dump files in perl",
"long_description": "Parse::MediaWikiDump is a collection of classes for processing various MediaWiki dump files such as those at http://download.wikimedia.org/wikipedia/en/. Using this software it is nearly trivial to get access to the information in supported dump files.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"p5.34-object-destroyer",
"p5.34-padwalker",
"p5.34-test-exception",
"perl5.34",
"p5.34-test-warn",
"p5.34-xml-parser",
"p5.34-test-memory-cycle"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-parse-mediawikidump"
]
}
]
},
{
"name": "p5.34-parse-edid",
"portdir": "perl/p5-parse-edid",
"version": "1.0.7",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Parse::EDID",
"description": "Parse::EDID - Extended display identification data (EDID) parser",
"long_description": "Parse::EDID - Extended display identification data (EDID) parser",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2610
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-test-warn",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-parse-edid",
"fusioninventory-agent"
]
}
]
},
{
"name": "p5.34-parse-cpan-packages-fast",
"portdir": "perl/p5-parse-cpan-packages-fast",
"version": "0.90.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Parse::CPAN::Packages::Fast",
"description": "Parse::CPAN::Packages::Fast - parse CPAN's package index",
"long_description": "Parse::CPAN::Packages::Fast - parse CPAN's package index",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2610
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-cpan-distnameinfo",
"p5.34-io-compress"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-parse-cpan-packages-fast",
"p5.34-dist-zilla-plugin-promptifstale"
]
}
]
},
{
"name": "p5.34-parent",
"portdir": "perl/p5-parent",
"version": "0.244.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/parent",
"description": "parent - Establish an ISA relationship with base classes at compile time",
"long_description": "parent - Establish an ISA relationship with base classes at compile time",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.34-dist-zilla-pluginbundle-git-versionmanager",
"po4a"
]
},
{
"type": "lib",
"ports": [
"p5.34-starman",
"p5.34-syntax-keyword-junction",
"p5.34-sys-info-base",
"p5-parent",
"p5.34-dbix-class-schema-loader",
"p5.34-crypt-passphrase-argon2",
"p5.34-sys-hostip",
"p5.34-www-mechanize",
"p5.34-b-hooks-op-check-stashchange"
]
}
]
},
{
"name": "p5.34-par-dist",
"portdir": "perl/p5-par-dist",
"version": "0.530.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/PAR::Dist",
"description": "Create and manipulate PAR distributions",
"long_description": "Create and manipulate PAR distributions",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-archive-zip",
"p5.34-yaml-libyaml",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.34-module-install",
"p5-par-dist"
]
}
]
},
{
"name": "p5.34-params-validationcompiler",
"portdir": "perl/p5-params-validationcompiler",
"version": "0.310.0",
"license": "Artistic-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Params::ValidationCompiler",
"description": "Params::ValidationCompiler - Build an optimized subroutine parameter validator once, use it forever",
"long_description": "Params::ValidationCompiler - Build an optimized subroutine parameter validator once, use it forever",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2610
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"p5.34-specio",
"p5.34-test-simple",
"p5.34-test-without-module",
"p5.34-test2-plugin-nowarnings"
]
},
{
"type": "lib",
"ports": [
"p5.34-class-xsaccessor",
"p5.34-eval-closure",
"p5.34-exception-class",
"perl5.34"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.34-datetime-timezone",
"p5.34-datetime-format-iso8601",
"p5.34-log-dispatch",
"p5-params-validationcompiler",
"p5.34-datetime",
"p5.34-datetime-locale"
]
}
]
},
{
"name": "p5.34-params-validate",
"portdir": "perl/p5-params-validate",
"version": "1.310.0",
"license": "Artistic-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Params::Validate",
"description": "Validate method/function parameters",
"long_description": "The Params::Validate module allows you to validate method or function call parameters to an arbitrary level of specificity. At the simplest level, it is capable of validating the required parameters were given and that no unspecified additional parameters were passed in. It is also capable of determining that a parameter is of a specific type, that it is an object of a certain class hierarchy, that it possesses certain methods, or applying validation callbacks to arguments.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14",
"p5.34-test-requires",
"p5.34-test-taint",
"p5.34-module-build",
"p5.34-readonly",
"p5.34-test-fatal"
]
},
{
"type": "lib",
"ports": [
"p5.34-module-implementation",
"perl5.34"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.34-apache-session-wrapper",
"p5.34-class-container",
"p5.34-html-masonx-free",
"p5.34-authen-simple",
"p5.34-catalyst-action-rest",
"p5.34-catalyst-log-log4perl",
"p5.34-datetime-format-builder",
"p5.34-datetime-format-mail",
"p5.34-datetime-set",
"p5.34-html-wikiconverter",
"p5.34-log-handler",
"p5.34-moosex-params-validate",
"p5-params-validate",
"p5.34-uri-fromhash",
"p5.34-datetime-format-natural",
"p5.34-html-mason",
"log2timeline",
"p5.34-getopt-long-descriptive",
"p5.34-datetime-format-strptime"
]
}
]
},
{
"name": "p5.34-params-util",
"portdir": "perl/p5-params-util",
"version": "1.102.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Params::Util",
"description": "Simple, compact and correct param-checking functions",
"long_description": "Provides a basic set of importable functions that makes checking parameters a hell of a lot easier",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.34-config-autoconf",
"p5.34-test-leaktrace",
"p5.34-test-simple"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-xsloader"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.34-dist-zilla-plugin-twitter",
"p5.34-dist-zilla-plugin-checkextratests"
]
},
{
"type": "lib",
"ports": [
"p5.34-algorithm-dependency",
"p5.34-string-errf",
"p5.34-string-formatter",
"p5.34-file-find-rule-perl",
"p5.34-file-sharedir",
"p5.34-number-witherror",
"p5.34-ppi-html",
"p5.34-sql-statement",
"p5.34-string-flogger",
"p5.34-sys-filesystem",
"p5.34-test-classapi",
"p5.34-test-inline",
"p5.34-config-mvp",
"p5.34-perl-minimumversion",
"p5.34-email-stuffer",
"p5.34-sub-exporter",
"p5.34-moosex-types-perl",
"p5.34-module-manifest",
"p5.34-log-dispatchouli",
"p5.34-pod-elemental-perlmunger",
"p5.34-data-optlist",
"p5.34-dist-zilla",
"p5.34-pod-weaver",
"p5.34-moose",
"p5.34-dumbbench",
"p5.34-perl-prereqscanner",
"p5.34-ppi",
"p5.34-package-deprecationmanager"
]
}
]
},
{
"name": "p5.34-params-classify",
"portdir": "perl/p5-params-classify",
"version": "0.15.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Params::Classify",
"description": "Params::Classify - argument type classification",
"long_description": "Params::Classify - argument type classification",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-module-build"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.34-authen-passphrase",
"p5.34-class-mix",
"p5.34-data-entropy"
]
}
]
},
{
"name": "p5.34-params-check",
"portdir": "perl/p5-params-check",
"version": "0.380.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Params::Check",
"description": "A generic input parsing/checking mechanism",
"long_description": "A generic input parsing/checking mechanism",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-locale-maketext-simple"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.34-archive-extract",
"p5.34-ipc-cmd",
"p5.34-module-load-conditional",
"p5-params-check"
]
}
]
},
{
"name": "p5.34-parallel-iterator",
"portdir": "perl/p5-parallel-iterator",
"version": "1.2.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Parallel::Iterator",
"description": "Parallel::Iterator - Simple parallel execution",
"long_description": "Parallel::Iterator - Simple parallel execution",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2610
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-parallel-iterator",
"p5.34-devel-cover"
]
}
]
},
{
"name": "p5.34-parallel-forkmanager",
"portdir": "perl/p5-parallel-forkmanager",
"version": "2.40.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Parallel::ForkManager",
"description": "Parallel::ForkManager - A simple parallel processing fork manager",
"long_description": "Parallel::ForkManager - A simple parallel processing fork manager",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2610
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-test-warn",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-moo"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"rex"
]
},
{
"type": "lib",
"ports": [
"p5-parallel-forkmanager",
"fusioninventory-agent",
"p5.34-code-tidyall"
]
},
{
"type": "run",
"ports": [
"cloc"
]
}
]
},
{
"name": "p5.34-panotools-script",
"portdir": "perl/p5-panotools-script",
"version": "0.290.0",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Panotools::Script",
"description": "Tools for manipulating Hugin script files",
"long_description": "Library and utilities for manipulating project files created by the Hugin photo stitching software (available as port hugin-app). This file format is shared with various other tools, in particular this module is also capable of working with Panorama Tools script files.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-graphviz",
"p5.34-image-exiftool",
"p5.34-image-size"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-panotools-script"
]
}
]
},
{
"name": "p5.34-pango",
"portdir": "perl/p5-pango",
"version": "1.227.0",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Pango",
"description": "Perl bindings to Pango",
"long_description": "Perl bindings to Pango",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "ryandesign",
"github": "",
"ports_count": 218
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"pango",
"perl5.34",
"p5.34-cairo",
"p5.34-glib"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gnome-bindings-perl5",
"p5.34-gtk2"
]
}
]
},
{
"name": "p5.34-palm-pdb",
"portdir": "perl/p5-palm-pdb",
"version": "1.400.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Palm::PDB",
"description": "Palm::PDB - Parse Palm database files",
"long_description": "Palm::PDB - Parse Palm database files",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.34-palm",
"p5-palm-pdb"
]
}
]
},
{
"name": "p5.34-palm",
"portdir": "perl/p5-palm",
"version": "1.400.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Palm",
"description": "Palm OS utility functions",
"long_description": "Perl modules for creating and manipulating Palm OS databases, including raw PDB and PRC files as well as application-specific databases (Address, DateBook, Mail, Memo, ToDo, and ZirePhoto).",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-palm-pdb"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-palm"
]
}
]
},
{
"name": "p5.34-padwalker",
"portdir": "perl/p5-padwalker",
"version": "2.500.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/PadWalker",
"description": "play with other peoples' lexical variables",
"long_description": "PadWalker is a module which allows you to inspect (and even change!) lexical variables in any subroutine which called you.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.34-dist-zilla-plugin-dynamicprereqs",
"p5.34-eval-closure"
]
},
{
"type": "lib",
"ports": [
"p5.34-data-dumper-names",
"p5.34-lexical-persistence",
"p5.34-parse-mediawikidump",
"p5.34-test-memory-cycle",
"p5.34-perl-languageserver",
"p5.34-data-dump-streamer",
"p5.34-devel-caller",
"p5.34-devel-dumptrace",
"p5.34-catalystx-leakchecker"
]
}
]
},
{
"name": "p5.34-package-variant",
"portdir": "perl/p5-package-variant",
"version": "1.3.2",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Package::Variant",
"description": "Package::Variant - Parameterizable packages",
"long_description": "This module allows you to build a variable package that contains a package template and can use it to build variant packages at runtime.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-test-fatal",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-import-into",
"p5.34-module-runtime",
"p5.34-strictures"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-package-variant",
"p5.34-sql-translator"
]
}
]
},
{
"name": "p5.34-package-stash-xs",
"portdir": "perl/p5-package-stash-xs",
"version": "0.300.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Package::Stash::XS",
"description": "faster and more correct implementation of Package::Stash",
"long_description": "faster and more correct implementation of Package::Stash",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-test-needs",
"p5.34-scalar-list-utils",
"p5.34-test-fatal",
"clang-14",
"p5.34-test-simple",
"p5.34-variable-magic"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.34-package-stash",
"p5.34-test-cleannamespaces",
"p5.34-moose",
"p5.34-const-exporter"
]
}
]
},
{
"name": "p5.34-package-stash",
"portdir": "perl/p5-package-stash",
"version": "0.400.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Package::Stash",
"description": "routines for manipulating stashes",
"long_description": "routines for manipulating stashes",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14",
"p5.34-cpan-meta-check",
"p5.34-test-fatal",
"p5.34-test-needs"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-dist-checkconflicts",
"p5.34-module-implementation",
"p5.34-package-stash-xs"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.34-alien-cfitsio",
"p5.34-class-accessor-grouped"
]
},
{
"type": "lib",
"ports": [
"p5.34-namespace-clean",
"p5-package-stash",
"p5.34-test-cleannamespaces",
"p5.34-test-spec",
"p5.34-search-elasticsearch",
"p5.34-moose",
"p5.34-const-exporter",
"p5.34-package-deprecationmanager",
"p5.34-devel-overloadinfo",
"p5.34-class-load"
]
}
]
},
{
"name": "p5.34-package-pkg",
"portdir": "perl/p5-package-pkg",
"version": "0.2.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Package::Pkg",
"description": "Package::Pkg - Handy package munging utilities",
"long_description": "Package::Pkg - Handy package munging utilities",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2610
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-test-most",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"p5.34-clone",
"p5.34-mouse",
"perl5.34",
"p5.34-try-tiny",
"p5.34-sub-install",
"p5.34-class-load"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.34-getopt-usaginator",
"p5-package-pkg"
]
}
]
},
{
"name": "p5.34-package-deprecationmanager",
"portdir": "perl/p5-package-deprecationmanager",
"version": "0.180.0",
"license": "Artistic-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Package::DeprecationManager",
"description": "Manage deprecation warnings for your distribution",
"long_description": "Manage deprecation warnings for your distribution",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-test-fatal",
"p5.34-test-simple",
"p5.34-test-warnings",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-sub-install",
"p5.34-package-stash",
"p5.34-params-util",
"p5.34-scalar-list-utils"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-package-deprecationmanager",
"p5.34-moose"
]
}
]
},
{
"name": "p5.34-package-constants",
"portdir": "perl/p5-package-constants",
"version": "0.60.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Package::Constants",
"description": "List all constants declared in a package",
"long_description": "Package::Constants lists all the constants defined in a certain package. This can be useful for, among others, setting up an autogenerated @EXPORT/@EXPORT_OK for a Constants.pm file.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-package-constants"
]
}
]
},
{
"name": "p5.34-openoffice-oodoc",
"portdir": "perl/p5-openoffice-oodoc",
"version": "2.125.0",
"license": "LGPL-2.1",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/OpenOffice::OODoc",
"description": "The Open OpenDocument Connector",
"long_description": "The Open OpenDocument Connector",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "clot",
"github": "",
"ports_count": 6
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
},
{
"type": "run",
"ports": [
"p5.34-archive-zip",
"p5.34-xml-twig"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-openoffice-oodoc"
]
},
{
"type": "run",
"ports": [
"auto-multiple-choice",
"auto-multiple-choice-devel"
]
}
]
},
{
"name": "p5.34-opengl-modern",
"portdir": "perl/p5-opengl-modern",
"version": "0.40.100",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/OpenGL::Modern",
"description": "OpenGL::Modern - Perl extension to Modern OpenGL API up to 4.6",
"long_description": "OpenGL::Modern - Perl extension to Modern OpenGL API up to 4.6",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2610
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-capture-tiny",
"p5.34-devel-checklib",
"p5.34-extutils-makemaker",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.34-opengl-glfw"
]
},
{
"type": "lib",
"ports": [
"p5-opengl-modern"
]
}
]
},
{
"name": "p5.34-opengl-glut",
"portdir": "perl/p5-opengl-glut",
"version": "0.720.0",
"license": "none",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "p5.34-opengl",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by p5.34-opengl",
"long_description": "This port has been replaced by p5.34-opengl.",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "extract",
"ports": [
null
]
},
{
"type": "fetch",
"ports": [
null
]
},
{
"type": "lib",
"ports": [
null
]
},
{
"type": "patch",
"ports": [
null
]
},
{
"type": "run",
"ports": [
null
]
},
{
"type": "test",
"ports": [
null
]
}
],
"depends_on": []
},
{
"name": "p5.34-opengl-glfw",
"portdir": "perl/p5-opengl-glfw",
"version": "0.40.300",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/OpenGL::GLFW",
"description": "OpenGL::GLFW - Perl bindings for the GLFW library",
"long_description": "OpenGL::GLFW - Perl bindings for the GLFW library",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2610
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"p5.34-opengl-modern"
]
},
{
"type": "lib",
"ports": [
"glfw",
"perl5.34"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-opengl-glfw"
]
}
]
}
]
}