HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 51590,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=695",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=693",
"results": [
{
"name": "R-LOPART",
"portdir": "R/R-LOPART",
"version": "2024.6.19",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tdhock/LOPART",
"description": "Labelled Optimal Partitioning",
"long_description": "Labelled Optimal Partitioning",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"R-Rcpp",
"R-data.table"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-ggplot2",
"R-testthat"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-atime"
]
}
]
},
{
"name": "R-FLOPART",
"portdir": "R/R-FLOPART",
"version": "2024.6.19",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=FLOPART",
"description": "Functional Labelled Optimal Partitioning",
"long_description": "Functional Labelled Optimal Partitioning",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"R-Rcpp",
"R-data.table"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-ggplot2",
"R-knitr",
"R-testthat",
"R-markdown",
"R-PeakError"
]
}
],
"depends_on": []
},
{
"name": "R-BiocStyle",
"portdir": "R/R-BiocStyle",
"version": "2.32.1",
"license": "Artistic-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bioconductor.org/packages/BiocStyle",
"description": "Provides standard formatting styles for Bioconductor PDF and HTML documents",
"long_description": "Provides standard formatting styles for Bioconductor PDF and HTML documents",
"active": true,
"categories": [
"science",
"R",
"bioconductor"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-rmarkdown",
"R-BiocManager",
"R-bookdown",
"R-CRAN-recommended",
"R-yaml",
"R-knitr"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-RUnit",
"R-htmltools",
"R-BiocGenerics"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-Biobase",
"R-BiocCheck",
"R-BiocNeighbors",
"R-ChemmineR",
"R-SQLDataFrame",
"R-ShortRead",
"R-Structstrings",
"R-UCSC.utils",
"R-genefilter",
"R-glmGamPoi",
"R-graph",
"R-metapod",
"R-mixOmics",
"R-PlackettLuce",
"R-biocViews",
"R-biocthis",
"R-biomaRt",
"R-edgeR",
"R-MultiAssayExperiment",
"R-RaggedExperiment",
"R-ChemmineDrugs",
"R-BiocParallel",
"R-BiocSingular",
"R-DelayedMatrixStats",
"R-DelayedRandomArray",
"R-systemPipeR",
"R-systemPipeRdata",
"R-IRanges",
"R-ChemmineOB",
"R-EBImage",
"R-InteractionSet",
"R-MassSpecWavelet",
"R-Rhtslib",
"R-fmcsR",
"R-S4Vectors",
"R-RBGL",
"R-vsclust",
"R-rjsoncons",
"R-ResidualMatrix",
"R-Rhdf5lib",
"R-dir.expiry",
"R-SingleCellExperiment",
"R-S4Arrays",
"R-ScaledMatrix",
"R-SparseArray",
"R-TileDBArray",
"R-beachmat",
"R-BSgenomeForge",
"R-BiocBaseUtils",
"R-BiocFileCache",
"R-BiocIO",
"R-BiocManager",
"R-rworkflows",
"R-rhdf5",
"R-rhdf5filters",
"R-sparseMatrixStats",
"R-zlibbioc"
]
}
]
},
{
"name": "peg",
"portdir": "devel/peg",
"version": "0.1.19",
"license": "MIT",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://www.piumarta.com/software/peg/",
"description": "recursive-descent parser generators for C",
"long_description": "peg and leg are tools for generating recursive-descent parsers: programs that perform pattern matching on text. They processes a Parsing Expression Grammar (PEG) [Ford 2004] to produce a program that recognises legal sentences of that grammar. peg processes PEGs written using the original syntax described by Ford; leg processes PEGs written using slightly different syntax and conventions that are intended to make it an attractive replacement for parsers built with lex and yacc. Unlike lex and yacc, peg and leg support unlimited backtracking, provide ordered choice as a means for disambiguation, and can combine scanning (lexical analysis) and parsing (syntactic analysis) into a single activity.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1044
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"ngs"
]
}
]
},
{
"name": "rtmpdump",
"portdir": "www/rtmpdump",
"version": "2.4-20210219",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://rtmpdump.mplayerhq.hu/",
"description": "a tool for downloading RTMP streaming media",
"long_description": "A small dumper for media content streamed over the RTMP protocol. Supplying an rtmp url will result in a dumped flv file, which can be played or transcoded using ffmpeg/mplayer, etc.",
"active": true,
"categories": [
"net",
"www"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"gnutls"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gstreamer1-gst-plugins-bad",
"gstreamer010-gst-plugins-bad"
]
}
]
},
{
"name": "p5.34-calendar-simple",
"portdir": "perl/p5-calendar-simple",
"version": "2.1.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Calendar::Simple",
"description": "Perl extension to create simple calendar",
"long_description": "Perl extension to create simple calendar",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-module-build",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-datetime"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-calendar-simple"
]
}
]
},
{
"name": "p5.32-calendar-simple",
"portdir": "perl/p5-calendar-simple",
"version": "2.1.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Calendar::Simple",
"description": "Perl extension to create simple calendar",
"long_description": "Perl extension to create simple calendar",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.32-module-build",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"perl5.32",
"p5.32-datetime"
]
}
],
"depends_on": []
},
{
"name": "p5.30-calendar-simple",
"portdir": "perl/p5-calendar-simple",
"version": "2.1.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Calendar::Simple",
"description": "Perl extension to create simple calendar",
"long_description": "Perl extension to create simple calendar",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-module-build",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"perl5.30",
"p5.30-datetime"
]
}
],
"depends_on": []
},
{
"name": "p5.28-calendar-simple",
"portdir": "perl/p5-calendar-simple",
"version": "2.1.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Calendar::Simple",
"description": "Perl extension to create simple calendar",
"long_description": "Perl extension to create simple calendar",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.28-module-build",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"perl5.28",
"p5.28-datetime"
]
}
],
"depends_on": []
},
{
"name": "p5-calendar-simple",
"portdir": "perl/p5-calendar-simple",
"version": "2.1.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": "p5.34-calendar-simple",
"homepage": "https://metacpan.org/pod/Calendar::Simple",
"description": "Perl extension to create simple calendar",
"long_description": "Perl extension to create simple calendar",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"p5.34-calendar-simple"
]
}
],
"depends_on": []
},
{
"name": "p5.26-calendar-simple",
"portdir": "perl/p5-calendar-simple",
"version": "2.0.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Calendar::Simple",
"description": "Perl extension to create simple calendar",
"long_description": "Perl extension to create simple calendar",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-datetime",
"p5.26-module-build"
]
}
],
"depends_on": []
},
{
"name": "p5.34-math-random-mt-auto",
"portdir": "perl/p5-math-random-mt-auto",
"version": "6.230.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Math::Random::MT::Auto",
"description": "Math::Random::MT::Auto - Auto-seeded Mersenne Twister PRNGs",
"long_description": "Math::Random::MT::Auto - Auto-seeded Mersenne Twister PRNGs",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"p5.34-data-dumper",
"p5.34-exception-class",
"perl5.34",
"p5.34-test-simple",
"p5.34-object-insideout",
"p5.34-scalar-list-utils"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.34-data-uuid-mt",
"p5-math-random-mt-auto"
]
}
]
},
{
"name": "p5.32-math-random-mt-auto",
"portdir": "perl/p5-math-random-mt-auto",
"version": "6.230.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Math::Random::MT::Auto",
"description": "Math::Random::MT::Auto - Auto-seeded Mersenne Twister PRNGs",
"long_description": "Math::Random::MT::Auto - Auto-seeded Mersenne Twister PRNGs",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"p5.32-scalar-list-utils",
"p5.32-data-dumper",
"perl5.32",
"p5.32-test-simple",
"p5.32-object-insideout",
"p5.32-exception-class"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.32-data-uuid-mt"
]
}
]
},
{
"name": "p5.30-math-random-mt-auto",
"portdir": "perl/p5-math-random-mt-auto",
"version": "6.230.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Math::Random::MT::Auto",
"description": "Math::Random::MT::Auto - Auto-seeded Mersenne Twister PRNGs",
"long_description": "Math::Random::MT::Auto - Auto-seeded Mersenne Twister PRNGs",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"p5.30-data-dumper",
"p5.30-exception-class",
"perl5.30",
"p5.30-test-simple",
"p5.30-object-insideout",
"p5.30-scalar-list-utils"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-data-uuid-mt"
]
}
]
},
{
"name": "p5.28-math-random-mt-auto",
"portdir": "perl/p5-math-random-mt-auto",
"version": "6.230.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Math::Random::MT::Auto",
"description": "Math::Random::MT::Auto - Auto-seeded Mersenne Twister PRNGs",
"long_description": "Math::Random::MT::Auto - Auto-seeded Mersenne Twister PRNGs",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"p5.28-data-dumper",
"p5.28-exception-class",
"perl5.28",
"p5.28-test-simple",
"p5.28-object-insideout",
"p5.28-scalar-list-utils"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.28-data-uuid-mt"
]
}
]
},
{
"name": "p5-math-random-mt-auto",
"portdir": "perl/p5-math-random-mt-auto",
"version": "6.230.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "p5.34-math-random-mt-auto",
"homepage": "https://metacpan.org/pod/Math::Random::MT::Auto",
"description": "Math::Random::MT::Auto - Auto-seeded Mersenne Twister PRNGs",
"long_description": "Math::Random::MT::Auto - Auto-seeded Mersenne Twister PRNGs",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"p5.34-math-random-mt-auto"
]
}
],
"depends_on": []
},
{
"name": "p5.34-data-uuid-mt",
"portdir": "perl/p5-data-uuid-mt",
"version": "1.1.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Data::UUID::MT",
"description": "Data::UUID::MT - Fast random UUID generator using the Mersenne Twister algorithm",
"long_description": "Data::UUID::MT - Fast random UUID generator using the Mersenne Twister algorithm",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"p5.34-extutils-makemaker",
"p5.34-list-allutils",
"p5.34-test-simple"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-scalar-list-utils",
"p5.34-time-hires",
"p5.34-math-random-mt-auto"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-data-uuid-mt"
]
}
]
},
{
"name": "p5.32-data-uuid-mt",
"portdir": "perl/p5-data-uuid-mt",
"version": "1.1.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Data::UUID::MT",
"description": "Data::UUID::MT - Fast random UUID generator using the Mersenne Twister algorithm",
"long_description": "Data::UUID::MT - Fast random UUID generator using the Mersenne Twister algorithm",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"p5.32-extutils-makemaker",
"p5.32-list-allutils",
"p5.32-test-simple"
]
},
{
"type": "lib",
"ports": [
"perl5.32",
"p5.32-scalar-list-utils",
"p5.32-time-hires",
"p5.32-math-random-mt-auto"
]
}
],
"depends_on": []
},
{
"name": "p5.30-data-uuid-mt",
"portdir": "perl/p5-data-uuid-mt",
"version": "1.1.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Data::UUID::MT",
"description": "Data::UUID::MT - Fast random UUID generator using the Mersenne Twister algorithm",
"long_description": "Data::UUID::MT - Fast random UUID generator using the Mersenne Twister algorithm",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"p5.30-extutils-makemaker",
"p5.30-list-allutils",
"p5.30-test-simple"
]
},
{
"type": "lib",
"ports": [
"perl5.30",
"p5.30-scalar-list-utils",
"p5.30-time-hires",
"p5.30-math-random-mt-auto"
]
}
],
"depends_on": []
},
{
"name": "p5.28-data-uuid-mt",
"portdir": "perl/p5-data-uuid-mt",
"version": "1.1.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Data::UUID::MT",
"description": "Data::UUID::MT - Fast random UUID generator using the Mersenne Twister algorithm",
"long_description": "Data::UUID::MT - Fast random UUID generator using the Mersenne Twister algorithm",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"p5.28-extutils-makemaker",
"p5.28-list-allutils",
"p5.28-test-simple"
]
},
{
"type": "lib",
"ports": [
"perl5.28",
"p5.28-scalar-list-utils",
"p5.28-time-hires",
"p5.28-math-random-mt-auto"
]
}
],
"depends_on": []
},
{
"name": "p5-data-uuid-mt",
"portdir": "perl/p5-data-uuid-mt",
"version": "1.1.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": "p5.34-data-uuid-mt",
"homepage": "https://metacpan.org/pod/Data::UUID::MT",
"description": "Data::UUID::MT - Fast random UUID generator using the Mersenne Twister algorithm",
"long_description": "Data::UUID::MT - Fast random UUID generator using the Mersenne Twister algorithm",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"p5.34-data-uuid-mt"
]
}
],
"depends_on": []
},
{
"name": "p5.34-object-insideout",
"portdir": "perl/p5-object-insideout",
"version": "4.50.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Object::InsideOut",
"description": "Object::InsideOut - Comprehensive inside-out object support module",
"long_description": "Object::InsideOut - Comprehensive inside-out object support module",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-data-dumper",
"p5.34-exception-class",
"p5.34-scalar-list-utils",
"p5.34-test-simple"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-object-insideout",
"p5.34-math-random-mt-auto"
]
}
]
},
{
"name": "p5.32-object-insideout",
"portdir": "perl/p5-object-insideout",
"version": "4.50.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Object::InsideOut",
"description": "Object::InsideOut - Comprehensive inside-out object support module",
"long_description": "Object::InsideOut - Comprehensive inside-out object support module",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"perl5.32",
"p5.32-scalar-list-utils",
"p5.32-data-dumper",
"p5.32-exception-class",
"p5.32-test-simple"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.32-math-random-mt-auto"
]
}
]
},
{
"name": "p5.30-object-insideout",
"portdir": "perl/p5-object-insideout",
"version": "4.50.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Object::InsideOut",
"description": "Object::InsideOut - Comprehensive inside-out object support module",
"long_description": "Object::InsideOut - Comprehensive inside-out object support module",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"perl5.30",
"p5.30-data-dumper",
"p5.30-exception-class",
"p5.30-scalar-list-utils",
"p5.30-test-simple"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-math-random-mt-auto"
]
}
]
},
{
"name": "p5.28-object-insideout",
"portdir": "perl/p5-object-insideout",
"version": "4.50.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Object::InsideOut",
"description": "Object::InsideOut - Comprehensive inside-out object support module",
"long_description": "Object::InsideOut - Comprehensive inside-out object support module",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"perl5.28",
"p5.28-data-dumper",
"p5.28-exception-class",
"p5.28-scalar-list-utils",
"p5.28-test-simple"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.28-math-random-mt-auto"
]
}
]
},
{
"name": "p5-object-insideout",
"portdir": "perl/p5-object-insideout",
"version": "4.50.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": "p5.34-object-insideout",
"homepage": "https://metacpan.org/pod/Object::InsideOut",
"description": "Object::InsideOut - Comprehensive inside-out object support module",
"long_description": "Object::InsideOut - Comprehensive inside-out object support module",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"p5.34-object-insideout"
]
}
],
"depends_on": []
},
{
"name": "oci-cli",
"portdir": "net/oci-cli",
"version": "3.43.2",
"license": "(Permissive or Apache-2)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://docs.oracle.com/en-us/iaas/Content/API/Concepts/cliconcepts.htm",
"description": "Command-line client for Oracle Cloud Infrastructure",
"long_description": "The OCI CLI is a small-footprint tool that you can use on its own or with the Console to complete Oracle Cloud Infrastructure tasks. The OCI CLI provides the same core functionality as the Console, plus additional commands. Some of these, such as the ability to run scripts, extend Console functionality.",
"active": true,
"categories": [
"net"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"py311-cryptography",
"py311-openssl",
"py311-click",
"py311-prompt_toolkit",
"python311",
"py311-jmespath",
"py311-arrow",
"py311-terminaltables",
"py311-oci",
"py311-yaml",
"py311-certifi",
"py311-dateutil",
"py311-six",
"py311-tz"
]
}
],
"depends_on": []
},
{
"name": "bitchx",
"portdir": "irc/bitchx",
"version": "1.2.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sourceforge.net/projects/bitchx/",
"description": "BitchX - An IRC Client based on ircII w/ ANSI color and much much more.",
"long_description": "BitchX is an IRC (Internet Relay Chat) client by Colten Edwards aka panasync@efnet, it is based on it's predecessors ircII and EPIC. BitchX was originally started as a script by Trench and HappyCrappy for the popular UNIX IRC client ircII. Around Christmas of 1994 the script was patched directly into the client by panasync.",
"active": true,
"categories": [
"irc"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"openssl"
]
}
],
"depends_on": []
},
{
"name": "xfractint",
"portdir": "graphics/xfractint",
"version": "20.04p16",
"license": "Permissive",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.fractint.net/",
"description": "A highly versatile fractal generator",
"long_description": "Fractint is a freeware fractal generator created for PCs and ported to Unix/X Window. It has been in development since 1988. Fractint can also draw cellular automata and stereoscopic images.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "justin_flude",
"github": "jflude",
"ports_count": 4
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"Xft2"
]
}
],
"depends_on": []
},
{
"name": "AtomicParsley",
"portdir": "multimedia/AtomicParsley",
"version": "20240608.083822.1ed9031",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/wez/atomicparsley",
"description": "MPEG-4 command line tool",
"long_description": "AtomicParsley is a lightweight command line program for reading, parsing and setting metadata into MPEG-4 files, in particular, iTunes-style metadata.",
"active": true,
"categories": [
"multimedia"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-16"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"zlib"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"youtube-dl",
"yt-dlp",
"get_iplayer"
]
}
]
},
{
"name": "p5.34-rdf-query",
"portdir": "perl/p5-rdf-query",
"version": "2.919.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/RDF::Query",
"description": "RDF::Query - A complete SPARQL 1.1 Query and Update implementation for use with RDF::Trine",
"long_description": "RDF::Query - A complete SPARQL 1.1 Query and Update implementation for use with RDF::Trine",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-test-exception",
"p5.34-test-json",
"p5.34-yaml",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"p5.34-json",
"p5.34-module-pluggable",
"p5.34-parse-recdescent",
"perl5.34",
"p5.34-set-scalar",
"p5.34-uri",
"p5.34-rdf-trine",
"p5.34-data-uuid",
"p5.34-datetime-format-w3cdtf",
"p5.34-error"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-rdf-query",
"p5.34-bio-phylo"
]
}
]
},
{
"name": "p5.32-rdf-query",
"portdir": "perl/p5-rdf-query",
"version": "2.919.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/RDF::Query",
"description": "RDF::Query - A complete SPARQL 1.1 Query and Update implementation for use with RDF::Trine",
"long_description": "RDF::Query - A complete SPARQL 1.1 Query and Update implementation for use with RDF::Trine",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.32-test-exception",
"p5.32-test-json",
"p5.32-yaml",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"p5.32-json",
"p5.32-module-pluggable",
"p5.32-parse-recdescent",
"perl5.32",
"p5.32-set-scalar",
"p5.32-uri",
"p5.32-rdf-trine",
"p5.32-data-uuid",
"p5.32-datetime-format-w3cdtf",
"p5.32-error"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.32-bio-phylo"
]
}
]
},
{
"name": "p5.30-rdf-query",
"portdir": "perl/p5-rdf-query",
"version": "2.919.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/RDF::Query",
"description": "RDF::Query - A complete SPARQL 1.1 Query and Update implementation for use with RDF::Trine",
"long_description": "RDF::Query - A complete SPARQL 1.1 Query and Update implementation for use with RDF::Trine",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-test-exception",
"p5.30-test-json",
"p5.30-yaml",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"p5.30-json",
"p5.30-module-pluggable",
"p5.30-parse-recdescent",
"perl5.30",
"p5.30-set-scalar",
"p5.30-uri",
"p5.30-rdf-trine",
"p5.30-data-uuid",
"p5.30-datetime-format-w3cdtf",
"p5.30-error"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-bio-phylo"
]
}
]
},
{
"name": "p5.28-rdf-query",
"portdir": "perl/p5-rdf-query",
"version": "2.919.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/RDF::Query",
"description": "RDF::Query - A complete SPARQL 1.1 Query and Update implementation for use with RDF::Trine",
"long_description": "RDF::Query - A complete SPARQL 1.1 Query and Update implementation for use with RDF::Trine",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.28-test-exception",
"p5.28-test-json",
"p5.28-yaml",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"p5.28-json",
"p5.28-module-pluggable",
"p5.28-parse-recdescent",
"perl5.28",
"p5.28-set-scalar",
"p5.28-uri",
"p5.28-rdf-trine",
"p5.28-data-uuid",
"p5.28-datetime-format-w3cdtf",
"p5.28-error"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.28-bio-phylo"
]
}
]
},
{
"name": "p5-rdf-query",
"portdir": "perl/p5-rdf-query",
"version": "2.919.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": "p5.34-rdf-query",
"homepage": "https://metacpan.org/pod/RDF::Query",
"description": "RDF::Query - A complete SPARQL 1.1 Query and Update implementation for use with RDF::Trine",
"long_description": "RDF::Query - A complete SPARQL 1.1 Query and Update implementation for use with RDF::Trine",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"p5.34-rdf-query"
]
}
],
"depends_on": []
},
{
"name": "p5.26-rdf-query",
"portdir": "perl/p5-rdf-query",
"version": "2.918.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/RDF::Query",
"description": "RDF::Query - A complete SPARQL 1.1 Query and Update implementation for use with RDF::Trine",
"long_description": "RDF::Query - A complete SPARQL 1.1 Query and Update implementation for use with RDF::Trine",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2631
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-test-exception",
"p5.26-test-json",
"p5.26-yaml"
]
},
{
"type": "lib",
"ports": [
"p5.26-json",
"p5.26-module-pluggable",
"p5.26-parse-recdescent",
"perl5.26",
"p5.26-set-scalar",
"p5.26-uri",
"p5.26-rdf-trine",
"p5.26-data-uuid",
"p5.26-datetime-format-w3cdtf",
"p5.26-error"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-bio-phylo"
]
}
]
},
{
"name": "R-scam",
"portdir": "R/R-scam",
"version": "1.2-17",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=scam",
"description": "Shape-Constrained Additive Models",
"long_description": "Shape-Constrained Additive Models",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [
"clang10",
"clang11",
"clang12",
"clang13",
"clang14",
"clang15",
"clang16",
"clang50",
"clang60",
"clang70",
"clang80",
"clang90",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gccdevel",
"gfortran"
],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16",
"gcc13"
]
},
{
"type": "lib",
"ports": [
"libgcc",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-FlexGAM",
"R-GJRM"
]
},
{
"type": "test",
"ports": [
"R-gratia"
]
}
]
},
{
"name": "rb30-ffi",
"portdir": "ruby/rb-ffi",
"version": "1.17.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ffi/ffi/wiki",
"description": "Ruby FFI library",
"long_description": "Ruby FFI library",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby30"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb30-ffi-compiler"
]
}
]
},
{
"name": "rb31-ffi",
"portdir": "ruby/rb-ffi",
"version": "1.17.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ffi/ffi/wiki",
"description": "Ruby FFI library",
"long_description": "Ruby FFI library",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby31"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"rb31-inotify"
]
},
{
"type": "run",
"ports": [
"rb31-bzip2-ffi",
"rb31-curl_ffi",
"rb31-ffi-czmq",
"rb31-ffi-icu",
"rb31-ffi-inline",
"rb31-ffi-libarchive",
"rb31-ffi-libsodium",
"rb31-ffi-openmpt",
"rb31-ffi-compiler",
"rb31-ffi-proj4",
"rb31-ffi-rzmq-core",
"rb31-ffi-tk",
"rb31-nice-ffi",
"rb31-rb_sdl2",
"rb31-rubysdl",
"rb31-sdl2-bindings",
"rb31-ffi-portaudio"
]
}
]
},
{
"name": "rb32-ffi",
"portdir": "ruby/rb-ffi",
"version": "1.17.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ffi/ffi/wiki",
"description": "Ruby FFI library",
"long_description": "Ruby FFI library",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby32"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"rb32-inotify"
]
},
{
"type": "run",
"ports": [
"rb32-bzip2-ffi",
"rb32-curl_ffi",
"rb32-ffi-czmq",
"rb32-ffi-icu",
"rb32-ffi-inline",
"rb32-ffi-libarchive",
"rb32-ffi-libsodium",
"rb32-ffi-openmpt",
"rb32-ffi-compiler",
"rb32-ffi-proj4",
"rb32-ffi-rzmq-core",
"rb32-ffi-tk",
"rb32-nice-ffi",
"rb32-rb_sdl2",
"rb32-rubysdl",
"rb32-sdl2-bindings",
"rb32-ffi-portaudio"
]
}
]
},
{
"name": "rb33-ffi",
"portdir": "ruby/rb-ffi",
"version": "1.17.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ffi/ffi/wiki",
"description": "Ruby FFI library",
"long_description": "Ruby FFI library",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"rb33-inotify"
]
},
{
"type": "run",
"ports": [
"rb33-bzip2-ffi",
"rb33-curl_ffi",
"rb33-ffi-czmq",
"rb33-ffi-icu",
"rb33-ffi-inline",
"rb33-ffi-libarchive",
"rb33-ffi-libsodium",
"rb33-ffi-openmpt",
"rb33-ffi-compiler",
"rb33-ffi-proj4",
"rb33-ffi-rzmq-core",
"rb33-ffi-tk",
"rb33-nice-ffi",
"rb33-rb_sdl2",
"rb33-rubysdl",
"rb33-sdl2-bindings",
"rb33-ffi-portaudio"
]
}
]
},
{
"name": "rb-ffi",
"portdir": "ruby/rb-ffi",
"version": "1.17.0",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ffi/ffi/wiki",
"description": "Ruby FFI library",
"long_description": "Ruby FFI library",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "R-tdaunif",
"portdir": "R/R-tdaunif",
"version": "0.2.0",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://corybrunson.github.io/tdaunif",
"description": "Uniform manifold samplers for topological data analysis",
"long_description": "Uniform manifold samplers for topological data analysis",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat",
"R-rmarkdown",
"R-vdiffr",
"R-knitr"
]
}
],
"depends_on": []
},
{
"name": "R-panelView",
"portdir": "R/R-panelView",
"version": "1.1.18",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://yiqingxu.org/packages/panelview/index.html",
"description": "Visualize panel data",
"long_description": "Visualize panel data",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-gridExtra",
"R-dplyr",
"R-CRAN-recommended",
"R-ggplot2"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-mokken",
"portdir": "R/R-mokken",
"version": "3.1.2",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sites.google.com/a/tilburguniversity.edu/avdrark/mokken",
"description": "Conducts Mokken scale analysis",
"long_description": "Conducts Mokken scale analysis",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [
"clang10",
"clang11",
"clang12",
"clang13",
"clang14",
"clang15",
"clang16",
"clang50",
"clang60",
"clang70",
"clang80",
"clang90",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gccdevel",
"gfortran"
],
"dependencies": [
{
"type": "build",
"ports": [
"gcc13",
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"libgcc",
"R-Rcpp",
"R-poLCA"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-mhurdle",
"portdir": "R/R-mhurdle",
"version": "1.3-1",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=mhurdle",
"description": "Multiple Hurdle Tobit models",
"long_description": "Multiple Hurdle Tobit models",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [
"clang10",
"clang11",
"clang12",
"clang13",
"clang14",
"clang15",
"clang16",
"clang50",
"clang60",
"clang70",
"clang80",
"clang90",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gccdevel",
"gfortran"
],
"dependencies": [
{
"type": "build",
"ports": [
"gcc13",
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-generics",
"R-CompQuadForm",
"R-nonnest2",
"R-Formula",
"R-Rdpack",
"R-maxLik",
"R-margins",
"R-prediction",
"R-truncreg",
"R-CRAN-recommended",
"libgcc",
"R-numDeriv",
"R-sandwich"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-xtable",
"R-tibble",
"R-knitr",
"R-testthat",
"R-rmarkdown",
"R-lmtest",
"R-texreg",
"R-bookdown"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-texreg"
]
}
]
},
{
"name": "R-lamW",
"portdir": "R/R-lamW",
"version": "2.2.4",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/aadler/lamW",
"description": "Lambert W-function",
"long_description": "Lambert W-function",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"R-Rcpp",
"R-RcppParallel"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-covr",
"R-tinytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-frair",
"R-mexhaz",
"R-LambertW",
"R-BayesRep"
]
}
]
},
{
"name": "R-ggsci",
"portdir": "R/R-ggsci",
"version": "3.2.0",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://nanx.me/ggsci",
"description": "Scientific journal and sci-fi themed color palettes",
"long_description": "Scientific journal and sci-fi themed color palettes for R-ggplot2.",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"R-ggplot2",
"R-scales"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-reshape2",
"R-gridExtra",
"R-knitr",
"R-rmarkdown",
"R-ragg"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-ggpubr"
]
}
]
},
{
"name": "R-aplot",
"portdir": "R/R-aplot",
"version": "0.2.3",
"license": "Artistic-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=aplot",
"description": "Decorate a ggplot with associated information",
"long_description": "Decorate a ggplot with associated information",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-ggfun",
"R-patchwork",
"R-ggplotify",
"R-CRAN-recommended",
"R-magrittr",
"R-ggplot2"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-ggtree"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-ggbreak",
"R-ggtree"
]
},
{
"type": "test",
"ports": [
"R-ggplotify"
]
}
]
},
{
"name": "R-Delaporte",
"portdir": "R/R-Delaporte",
"version": "8.4.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=Delaporte",
"description": "Statistical functions for the Delaporte distribution",
"long_description": "Statistical functions for the Delaporte distribution",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [
"clang10",
"clang11",
"clang12",
"clang13",
"clang14",
"clang15",
"clang16",
"clang50",
"clang60",
"clang70",
"clang80",
"clang90",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gccdevel",
"gfortran"
],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16",
"gcc13"
]
},
{
"type": "lib",
"ports": [
"libgcc",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-covr",
"R-tinytest"
]
}
],
"depends_on": []
}
]
}