HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 52323,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=185",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=183",
"results": [
{
"name": "rb19-addressable",
"portdir": "ruby/rb19-addressable",
"version": "2.2.6",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.rubygems.org/gems/addressable",
"description": "replacement URI implementation",
"long_description": "Addressable is a replacement for the URI implementation that is part of Ruby's standard library. It more closely conforms to the relevant RFCs and adds support for IRIs and URI templates. Additionally, it provides extensive support for URI templates.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby19"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb19-em-websocket"
]
}
]
},
{
"name": "rb19-activesupport",
"portdir": "ruby/rb19-activesupport",
"version": "3.0.5",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.rubyonrails.org/",
"description": "Rails utility library",
"long_description": "A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby19"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"rb19-activemodel"
]
},
{
"type": "run",
"ports": [
"rb19-activerecord",
"rb19-activeresource",
"rb19-authlogic",
"rb19-hoptoad_notifier",
"rb19-mail",
"rb19-metric_fu",
"rb19-rails",
"rb19-actionpack",
"rb19-railties"
]
}
]
},
{
"name": "rb19-activeresource",
"portdir": "ruby/rb19-activeresource",
"version": "3.0.5",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://rubyonrails.org/",
"description": "REST on Rails",
"long_description": "Active Resource (ARes) connects business objects and Representational State Transfer (REST) web services. It implements object-relational mapping for REST web services to provide transparent proxying capabilities between a client (ActiveResource) and a RESTful service (which is provided by Simply RESTful routing in ActionController::Resources).",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby19"
]
},
{
"type": "run",
"ports": [
"rb19-activesupport"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb19-rails"
]
}
]
},
{
"name": "rb19-activerecord",
"portdir": "ruby/rb19-activerecord",
"version": "3.0.5",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.rubyonrails.org/",
"description": "Ruby ORM",
"long_description": "Active Record connects classes to relational database tables to establish an almost zero-configuration persistence layer for applications. The library provides a base class that, when subclassed, sets up a mapping between the new class and an existing table in the database. In context of an application, these classes are commonly referred to as models. Models can also be connected to other models; this is done by defining associations.",
"active": true,
"categories": [
"databases",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby19"
]
},
{
"type": "run",
"ports": [
"rb19-activemodel",
"rb19-activesupport",
"rb19-arel",
"rb19-tzinfo"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb19-factory_girl",
"rb19-rails"
]
}
]
},
{
"name": "rb19-activemodel",
"portdir": "ruby/rb19-activemodel",
"version": "3.0.5",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.rubygems.org/gems/activemodel",
"description": "toolkit for building modeling frameworks",
"long_description": "A toolkit for building modeling frameworks like Active Record and Active Resource. Rich support for attributes, callbacks, validations, observers, serialization, internationalization, and testing.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby19",
"rb19-activesupport",
"rb19-builder",
"rb19-i18n"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb19-actionpack",
"rb19-activerecord"
]
}
]
},
{
"name": "rb19-actionpack",
"portdir": "ruby/rb19-actionpack",
"version": "3.0.5",
"license": "GPL",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.rubyonrails.org/",
"description": "Web apps on Rails",
"long_description": "Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server.",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby19"
]
},
{
"type": "run",
"ports": [
"rb19-activesupport",
"rb19-builder",
"rb19-erubis",
"rb19-i18n",
"rb19-rack",
"rb19-rack-mount",
"rb19-rack-test",
"rb19-tzinfo",
"rb19-activemodel"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb19-actionmailer",
"rb19-rails",
"rb19-railties"
]
}
]
},
{
"name": "rb19-actionmailer",
"portdir": "ruby/rb19-actionmailer",
"version": "3.0.5",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.rubyonrails.org/",
"description": "Email on Rails",
"long_description": "Action Mailer is a framework for designing email-service layers. These layers are used to consolidate code for sending out forgotten passwords, welcome wishes on signup, invoices for billing, and any other use case that requires a written notification to either a person or another system. Action Mailer is in essence a wrapper around Action Controller and the Mail gem. It provides a way to make emails using templates in the same way that Action Controller renders views using templates.",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby19"
]
},
{
"type": "run",
"ports": [
"rb19-actionpack",
"rb19-mail"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb19-rails"
]
}
]
},
{
"name": "rb19-abstract",
"portdir": "ruby/rb19-abstract",
"version": "1.0.0",
"license": "(Ruby or GPL-2)",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.rubygems.org/gems/abstract",
"description": "define abstract methods in Ruby",
"long_description": "define abstract methods in Ruby",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby19"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb19-erubis"
]
}
]
},
{
"name": "rb18-rake",
"portdir": "ruby/rb-rake",
"version": "0.8.7",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/rake",
"description": "Ruby make-like utility using standard Ruby syntax",
"long_description": "This package contains Rake, a simple ruby build program with capabilities similar to make. Rake has the following features: * Rakefiles (rakeʼs version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) * Users can specify tasks with prerequisites. * Rake supports rule patterns to sythesize implicit tasks. * Rake is lightweight. It can be distributed with other projects as a single file. Projects that depend upon rake do not require that rake be installed on target systems.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby",
"rb-rubygems"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"rb-actionmailer",
"rb-actionpack",
"rb-actionwebservice",
"rb-activeldap",
"rb-activerecord",
"rb-activeresource",
"rb-activesupport",
"rb-acts_as_taggable",
"rb-builder",
"rb-capistrano",
"rb-captcha",
"rb-cgi_multipart_eof_fix",
"rb-coderay",
"rb-compass",
"rb-cucumber",
"rb-daemons",
"rb-diff-lcs",
"rb-dnssd",
"rb-easyjour",
"rb-erubis",
"rb-fastthread",
"rb-flickr",
"rb-fxruby",
"rb-gd2",
"rb-gem_plugin",
"rb-getopt-declare",
"rb-haml",
"rb-haml-edge",
"rb-hikidoc",
"rb-hpricot",
"rb-hoe",
"rb-http_parser",
"rb-innate",
"rb-jabber4r",
"rb-kwartz",
"rb-lafcadio",
"rb-lazylist",
"rb-mini_portile",
"rb-minitest",
"rb-mocha",
"rb-mofo",
"rb-mongrel",
"rb-mongrel_cluster",
"rb-msgpack",
"rb-nanoc",
"rb-nanoc3",
"rb-net-irc",
"rb-net-scp",
"rb-net-sftp",
"rb-net-yail",
"rb-netaddr",
"rb-og",
"rb-pluginfactory",
"rb-polyglot",
"rb-rack",
"rb-rails",
"rb-ramaze",
"rb-rbot",
"rb-rcov",
"rb-rflickr",
"rb-rgl",
"rb-rio",
"rb-rspec",
"rb-rspec-rails",
"rb-ruby-debug",
"rb-ruby-debug-base",
"rb-ruby-openid",
"rb-slave",
"rb-snmp",
"rb-sqlite",
"rb-stomp",
"rb-stream",
"rb-technorati-ruby",
"rb-term-ansicolor",
"rb-text-format",
"rb-treetop",
"xmlresume2x"
]
}
]
},
{
"name": "rb18-pdumpfs",
"portdir": "ruby/rb-pdumpfs",
"version": "1.3",
"license": "GPL-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://0xcc.net/pdumpfs/",
"description": "simply daily backup system similar to Plan9's dumpfs",
"long_description": "pdumpfs is a simple daily backup system similar to Plan9's dumpfs which preserves every daily snapshot. pdumpfs is written in Ruby. You can access the past snapshots at any time for retrieving a certain day's file. Let's backup your home directory with pdumpfs!",
"active": true,
"categories": [
"sysutils",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby"
]
}
],
"depends_on": []
},
{
"name": "raylib",
"portdir": "multimedia/raylib",
"version": "6.0",
"license": "zlib",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.raylib.com",
"description": "A simple and easy-to-use library to enjoy videogames programming",
"long_description": "A simple and easy-to-use library to enjoy videogames programming. raylib is highly inspired by the Borland BGI graphics lib and the XNA framework and it's specially well suited for prototyping, tooling, graphical applications, embedded systems and education.",
"active": true,
"categories": [
"devel",
"multimedia"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1069
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"pkgconfig",
"glfw"
]
}
],
"depends_on": []
},
{
"name": "raxml",
"portdir": "science/raxml",
"version": "8.2.12",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.exelixis-lab.org/",
"description": "Estimation of phylogenetic trees",
"long_description": "RAxML is a program for sequential and parallel estimation of phylogenetic trees written by Alexandros Stamatakis.",
"active": true,
"categories": [
"science",
"biology"
],
"maintainers": [
{
"name": "mattoates",
"github": "",
"ports_count": 1
}
],
"variants": [
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang18",
"clang19",
"clang20",
"clang21",
"clang22",
"clangdevel",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gcc15",
"gccdevel",
"mpich",
"openmpi",
"hybrid",
"pthreads",
"sse3",
"avx",
"avx2",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "rawtherapee",
"portdir": "graphics/rawtherapee",
"version": "5.10",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.rawtherapee.com",
"description": "raw photo processing program",
"long_description": "RawTherapee is a powerful, cross-platform raw photo processing program. It is designed for developing raw files from a broad range of digital cameras, as well as HDR DNG files and non-raw image formats (JPEG, TIFF, and PNG).",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "",
"github": "jasonliu--",
"ports_count": 37
}
],
"variants": [
"debug",
"openmp",
"quartz",
"x11",
"tcmalloc",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-18"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"gtk3",
"cairo",
"exiv2",
"gdk-pixbuf2",
"lcms2",
"lensfun",
"libiptcdata",
"libjpeg-turbo",
"zlib",
"librsvg",
"tiff",
"libomp",
"fftw-3",
"fftw-3-single",
"gtkmm3",
"glibmm-2.4",
"cairomm-1.0",
"libpng",
"glib2",
"libsigcxx2",
"adwaita-icon-theme"
]
}
],
"depends_on": []
},
{
"name": "rawstudio",
"portdir": "graphics/rawstudio",
"version": "20210603",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://rawstudio.org",
"description": "Raw-image converter",
"long_description": "Rawstudio is a modern raw-image converter and organizer with many features. * Reads all dcraw supported formats * Internal 16-bit rgb * Various post-shot controls (white balance, saturation and exposure compensation among others) * Realtime histogram * Easy sorting of images * Fullscreen mode for better overview",
"active": true,
"categories": [
"graphics"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"gettext",
"libtool",
"pkgconfig",
"clang-14"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"lcms2",
"lensfun",
"libjpeg-turbo",
"tiff",
"fftw-3",
"sqlite3",
"curl",
"libxml2",
"xorg-libX11",
"openssl3",
"gettext-runtime",
"fftw-3-single",
"dbus",
"flickcurl",
"libgphoto2",
"gconf",
"gtk3",
"exiv2"
]
}
],
"depends_on": []
},
{
"name": "R-aws.signature",
"portdir": "R/R-aws.signature",
"version": "0.6.0",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/cloudyr/aws.signature",
"description": "Amazon Web Services request signatures",
"long_description": "Amazon Web Services request signatures",
"active": true,
"categories": [
"net",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"R-base64enc",
"R-digest"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat",
"R-aws.ec2metadata"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-aws.s3"
]
},
{
"type": "test",
"ports": [
"R-gargle"
]
}
]
},
{
"name": "R-aws.s3",
"portdir": "R/R-aws.s3",
"version": "0.3.21",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/cloudyr/aws.s3",
"description": "AWS S3 client package",
"long_description": "AWS S3 client package",
"active": true,
"categories": [
"net",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-xml2",
"R-digest",
"R-httr",
"R-CRAN-recommended",
"R-aws.signature",
"R-base64enc",
"R-curl"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-cloudfs"
]
},
{
"type": "test",
"ports": [
"R-memoise"
]
}
]
},
{
"name": "R-awsMethods",
"portdir": "R/R-awsMethods",
"version": "1.1-1",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=awsMethods",
"description": "Defines the method extract and provides openMP support as needed in several packages",
"long_description": "Defines the method extract and provides openMP support as needed in several packages",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-aws"
]
}
]
},
{
"name": "R-aws.ec2metadata",
"portdir": "R/R-aws.ec2metadata",
"version": "0.2.0",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/cloudyr/aws.ec2metadata",
"description": "Get EC2 instance metadata",
"long_description": "Retrieve Amazon EC2 instance metadata from within the running instance.",
"active": true,
"categories": [
"net",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-curl",
"R-jsonlite",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-aws.signature",
"R-gargle"
]
}
]
},
{
"name": "R-aws",
"portdir": "R/R-aws",
"version": "2.5-5",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=aws",
"description": "Adaptive Weights Smoothing",
"long_description": "Adaptive Weights Smoothing",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang18",
"clang19",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gccdevel",
"gfortran"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R",
"gcc14"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"libgcc",
"libgcc14",
"R-gsl",
"R-awsMethods"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "rawproc",
"portdir": "graphics/rawproc",
"version": "1.4",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/butcherg/rawproc",
"description": "Select RAW processing routines",
"long_description": "This is a project that aims to make some of RawTherapeeʼs highly optimized raw processing routines readily available for other FOSS photo editing software.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"wget",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libpng",
"libraw",
"tiff",
"exiv2",
"libomp",
"librtprocess",
"wxWidgets-3.2",
"lcms2",
"lensfun",
"libjpeg-turbo"
]
}
],
"depends_on": []
},
{
"name": "rawhide",
"portdir": "sysutils/rawhide",
"version": "3.3",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://raf.org/rawhide/",
"description": "(rh) find files using pretty C expressions",
"long_description": "(rh) find files using pretty C expressions \n\nRawhide (rh) lets you search for files on the command line using expressions and user-defined functions in a mini-language inspired by C. It's like find(1), but more fun to use. Search criteria can be very readable and self-explanatory and/or very concise and typeable, and you can create your own lexicon of search terms. The output can include lots of detail, like ls(1).",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "raf",
"github": "macportsraf",
"ports_count": 33
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"pcre2",
"libmagic"
]
}
],
"depends_on": []
},
{
"name": "R-avar",
"portdir": "R/R-avar",
"version": "0.1.3",
"license": "AGPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://smac-group.github.io/avar",
"description": "Allan Variance",
"long_description": "Implements the allan variance and allan variance linear regression estimator for latent time series models.",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-RcppArmadillo",
"R-simts",
"R-CRAN-recommended",
"R-Rcpp"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-rmarkdown"
]
}
],
"depends_on": []
},
{
"name": "rav1e",
"portdir": "multimedia/rav1e",
"version": "0.8.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/xiph/rav1e",
"description": "the fastest and safest AV1 encoder",
"long_description": "the fastest and safest AV1 encoder",
"active": true,
"categories": [
"multimedia"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1599
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"cargo-c",
"legacy-support",
"nasm",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind",
"libiconv"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"av1an"
]
}
]
},
{
"name": "R-av",
"portdir": "R/R-av",
"version": "0.9.6",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://docs.ropensci.org/av",
"description": "Bindings to FFmpeg AV library for working with audio and video in R",
"long_description": "Bindings to FFmpeg AV library for working with audio and video in R",
"active": true,
"categories": [
"science",
"multimedia",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"ffmpeg",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-ps",
"R-ggplot2",
"R-testthat",
"R-gapminder"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-gganimate",
"R-magick"
]
}
]
},
{
"name": "R-autoTS",
"portdir": "R/R-autoTS",
"version": "0.9.11",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=autoTS",
"description": "Automatic model selection and prediction for univariate time series",
"long_description": "Automatic model selection and prediction for univariate time series",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-rlang",
"R-dplyr",
"R-tidyr",
"R-ggplot2",
"R-lubridate",
"R-shiny",
"R-forecast",
"R-prophet",
"R-plotly",
"R-shinycssloaders",
"R-CRAN-recommended",
"R-RcppRoll",
"R-magrittr"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-stringr",
"R-knitr",
"R-rmarkdown"
]
}
],
"depends_on": []
},
{
"name": "R-AutoTransQF",
"portdir": "R/R-AutoTransQF",
"version": "0.1.3",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=AutoTransQF",
"description": "Novel automatic shifted log transformation",
"long_description": "Novel automatic shifted log transformation",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-VGAM",
"R-matlab2r",
"R-CRAN-recommended",
"R-moments"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-nortest"
]
}
],
"depends_on": []
},
{
"name": "R-autostsm",
"portdir": "R/R-autostsm",
"version": "3.1.5",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=autostsm",
"description": "Automatic Structural Time Series Models",
"long_description": "Automatic Structural Time Series Models",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-progress",
"R-ggplot2",
"R-gridExtra",
"R-lubridate",
"R-forecast",
"R-lmtest",
"R-foreach",
"R-ggrepel",
"R-maxLik",
"R-strucchange",
"R-doSNOW",
"R-kalmanfilter",
"R-CRAN-recommended",
"R-data.table",
"R-sandwich"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-testthat",
"R-rmarkdown"
]
}
],
"depends_on": []
},
{
"name": "R-autometric",
"portdir": "R/R-autometric",
"version": "0.1.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://wlandau.github.io/autometric",
"description": "Background resource logging",
"long_description": "Background resource logging",
"active": true,
"categories": [
"sysutils",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-ps",
"R-tinytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-crew"
]
},
{
"type": "test",
"ports": [
"R-targets"
]
}
]
},
{
"name": "R-automap",
"portdir": "R/R-automap",
"version": "1.1-12",
"license": "GPL",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=automap",
"description": "Automatic interpolation package",
"long_description": "Automatic interpolation package",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-ggplot2",
"R-sf",
"R-gstat",
"R-sp",
"R-CRAN-recommended",
"R-stars",
"R-reshape"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-FeedbackTS",
"R-intamap",
"R-psgp"
]
}
]
},
{
"name": "R-autoFRK",
"portdir": "R/R-autoFRK",
"version": "1.4.3",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=autoFRK",
"description": "Automatic Fixed Rank Kriging",
"long_description": "Automatic Fixed Rank Kriging",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang18",
"clang19",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gccdevel",
"gfortran"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R",
"gcc14"
]
},
{
"type": "lib",
"ports": [
"R-RcppParallel",
"R-FNN",
"R-filehash",
"R-RSpectra",
"R-fields",
"R-spam",
"libgcc",
"R-CRAN-recommended",
"R-LatticeKrig",
"R-filehashSQLite",
"libgcc14",
"R-filematrix",
"R-Rcpp",
"R-RcppEigen"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-autocogs",
"portdir": "R/R-autocogs",
"version": "0.1.4",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=autocogs",
"description": "Automatic Cognostic Summaries",
"long_description": "Automatic Cognostic Summaries",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-checkmate",
"R-dplyr",
"R-progress",
"R-ggplot2",
"R-broom",
"R-hexbin",
"R-mclust",
"R-diptest",
"R-CRAN-recommended",
"R-moments",
"R-tibble"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat",
"R-covr"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-trelliscopejs"
]
}
]
},
{
"name": "R-audrex",
"portdir": "R/R-audrex",
"version": "2.0.1",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=audrex",
"description": "Automatic dynamic regression using extreme gradient boosting",
"long_description": "Automatic dynamic regression using extreme gradient boosting",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-purrr",
"R-ggplot2",
"R-lubridate",
"R-scales",
"R-readr",
"R-imputeTS",
"R-modeest",
"R-moments",
"R-fANCOVA",
"R-narray",
"R-tictoc",
"R-Metrics",
"R-rBayesianOptimization",
"R-CRAN-recommended",
"R-xgboost",
"R-stringr"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-audio",
"portdir": "R/R-audio",
"version": "0.1-11",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.rforge.net/audio",
"description": "Audio interface for R",
"long_description": "Audio interface for R",
"active": true,
"categories": [
"science",
"audio",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-beepr"
]
},
{
"type": "test",
"ports": [
"R-async"
]
}
]
},
{
"name": "R-AUC",
"portdir": "R/R-AUC",
"version": "0.3.2",
"license": "(GPL-2 or GPL-3)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=AUC",
"description": "Threshold-independent performance measures for probabilistic classifiers",
"long_description": "Threshold-independent performance measures for probabilistic classifiers",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-broom",
"R-cvms"
]
}
]
},
{
"name": "ratty",
"portdir": "sysutils/ratty",
"version": "0.4.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/orhun/ratty",
"description": "A GPU-rendered terminal emulator that supports inline 3D graphics",
"long_description": "A GPU-rendered terminal emulator that supports inline 3D graphics. ratty features a spinning rat cursor, traditional 2D and 3D modes, inline 3D objects, GPU-backed text rendering, and image support via the Kitty Graphics Protocol. Inspired by TempleOS and built with Rust and Ratatui.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1069
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "R-attempt",
"portdir": "R/R-attempt",
"version": "0.3.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=attempt",
"description": "Tools for defensive programming",
"long_description": "Tools for defensive programming",
"active": true,
"categories": [
"devel",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-rlang",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-curl",
"R-knitr",
"R-testthat",
"R-rmarkdown"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-dockerfiler",
"R-golem"
]
}
]
},
{
"name": "R-attachment",
"portdir": "R/R-attachment",
"version": "0.4.2",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://thinkr-open.github.io/attachment",
"description": "Manage dependencies during package development",
"long_description": "Manage dependencies during package development",
"active": true,
"categories": [
"devel",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-desc",
"R-glue",
"R-stringr",
"R-withr",
"R-yaml",
"R-knitr",
"R-rmarkdown",
"R-roxygen2",
"R-CRAN-recommended",
"R-cli",
"R-magrittr"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-lifecycle",
"R-testthat",
"R-rstudioapi",
"R-renv"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-fusen"
]
},
{
"type": "test",
"ports": [
"R-golem"
]
}
]
},
{
"name": "R-aTSA",
"portdir": "R/R-aTSA",
"version": "3.1.2.1",
"license": "(GPL-2 or GPL-3)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=aTSA",
"description": "Alternative Time Series Analysis",
"long_description": "Alternative Time Series Analysis",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-WaveletML"
]
}
]
},
{
"name": "rats",
"portdir": "security/rats",
"version": "2.4",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/rough-auditing-tool-for-security/",
"description": "Rough Auditing Tool for Security",
"long_description": "RATS is a tool for scanning C, Perl, PHP and Python source code and flagging common security related programming errors such as buffer overflows and TOCTOU (Time Of Check, Time Of Use) race conditions.",
"active": true,
"categories": [
"devel",
"security"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"expat"
]
}
],
"depends_on": []
},
{
"name": "R-ATR",
"portdir": "R/R-ATR",
"version": "0.1-1",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=ATR",
"description": "Alternative Tree Representation",
"long_description": "Plot party trees in left-right orientation instead of the classical top-down layout.",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-partykit",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-trtf",
"R-mlbench"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-TH.data",
"R-tram"
]
}
]
},
{
"name": "ratpoison",
"portdir": "x11/ratpoison",
"version": "1.4.5",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.nongnu.org/ratpoison/",
"description": "Ratpoison is a simple Window Manager",
"long_description": "Ratpoison is a simple Window Manager with no fat library dependencies, no fancy graphics, no window decorations, and no rodent dependence. It is largely modelled after GNU Screen which has done wonders in the virtual terminal market. The screen can be split into non-overlapping frames. All windows are kept maximized inside their frames to take full advantage of your precious screen real estate. All interaction with the window manager is done through keystrokes. ratpoison has a prefix map to minimize the key clobbering that cripples Emacs and other quality pieces of software.",
"active": true,
"categories": [
"x11",
"x11-wm"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"xorg-libXinerama",
"xorg-libXtst"
]
}
],
"depends_on": []
},
{
"name": "R-atime",
"portdir": "R/R-atime",
"version": "2024.11.19",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tdhock/atime",
"description": "Asymptotic timing",
"long_description": "Asymptotic timing",
"active": true,
"categories": [
"devel",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-git2r",
"R-data.table",
"R-bench",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-testthat",
"R-markdown",
"R-readr",
"R-fpop",
"R-LOPART",
"R-PeakSegDisk",
"R-binsegRcpp",
"R-changepoint",
"R-cumstats",
"R-directlabels",
"R-nc",
"R-re2",
"R-wbs",
"R-stringi",
"R-dplyr",
"R-tidyr",
"R-RColorBrewer",
"R-callr",
"R-ggplot2"
]
}
],
"depends_on": []
},
{
"name": "ratchet",
"portdir": "devel/ratchet",
"version": "0.11.4",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sethvargo/ratchet",
"description": "A tool for securing CI/CD workflows with version pinning.",
"long_description": "Ratchet is a tool for improving the security of CI/CD workflows by automating the process of pinning and unpinning upstream versions. It's like Bundler, Cargo, Go modules, NPM, Pip, or Yarn, but for CI/CD workflows. Ratchet supports GitHub Actions & Google Cloud Build.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1069
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "R-atable",
"portdir": "R/R-atable",
"version": "0.1.15",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/arminstroebel/atable",
"description": "Create tables for reporting clinical trials",
"long_description": "Create tables for reporting clinical trials",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-Hmisc",
"R-effsize",
"R-doBy",
"R-DescTools",
"R-settings",
"R-CRAN-recommended",
"R-plyr",
"R-reshape2"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-testthat",
"R-rmarkdown"
]
}
],
"depends_on": []
},
{
"name": "R-async",
"portdir": "R/R-async",
"version": "0.3.2",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://crowding.github.io/async",
"description": "Asynchronous code constructs: generators, yield, async, await",
"long_description": "Asynchronous code constructs: generators, yield, async, await",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-nseval",
"R-stringr",
"R-testthat",
"R-iterors",
"R-CRAN-recommended",
"R-later",
"R-promises"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-curl",
"R-dplyr",
"R-ggplot2",
"R-knitr",
"R-rmarkdown",
"R-profvis",
"R-XML",
"R-audio"
]
}
],
"depends_on": []
},
{
"name": "R-asymmetry.measures",
"portdir": "R/R-asymmetry.measures",
"version": "0.2",
"license": "(GPL-2 or GPL-3)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=asymmetry.measures",
"description": "Asymmetry measures for probability density functions",
"long_description": "Asymmetry measures for probability density functions",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-gamlss.dist",
"R-skewt",
"R-CRAN-recommended",
"R-sn"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-astsa",
"portdir": "R/R-astsa",
"version": "2.1",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dsstoffer.github.io",
"description": "Applied Statistical Time Series Analysis",
"long_description": "Applied Statistical Time Series Analysis",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-ForeCA",
"R-bayesforecast",
"R-ctsfeatures",
"R-tswge"
]
},
{
"type": "test",
"ports": [
"R-VLMC"
]
}
]
},
{
"name": "R-ast2ast",
"portdir": "R/R-ast2ast",
"version": "0.3.2",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Konrad1991/ast2ast",
"description": "Translates an R function to a C++ function",
"long_description": "Translates an R function to a C++ function",
"active": true,
"categories": [
"devel",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-RcppArmadillo",
"R-rlang",
"R-purrr",
"R-dfdr",
"R-CRAN-recommended",
"R-R6",
"R-Rcpp"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-ggplot2",
"R-knitr",
"R-rmarkdown",
"R-tinytest",
"R-microbenchmark",
"R-kableExtra",
"R-RcppXPtrUtils"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-FLORAL",
"R-paropt"
]
}
]
},
{
"name": "R-assortnet",
"portdir": "R/R-assortnet",
"version": "0.20",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=assortnet",
"description": "Calculate the assortativity coefficient of weighted and binary networks",
"long_description": "Calculate the assortativity coefficient of weighted and binary networks",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-19"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-BGGM"
]
}
]
},
{
"name": "R-AssetCorr",
"portdir": "R/R-AssetCorr",
"version": "1.0.4",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=AssetCorr",
"description": "Estimation of asset correlations from default data",
"long_description": "Estimation of asset correlations from default data",
"active": true,
"categories": [
"science",
"finance",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-19",
"R"
]
},
{
"type": "lib",
"ports": [
"R-ggplot2",
"R-knitr",
"R-Rdpack",
"R-qpdf",
"R-mvQuad",
"R-VineCopula",
"R-CRAN-recommended",
"R-mvtnorm",
"R-numDeriv"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-markdown"
]
}
],
"depends_on": []
}
]
}