HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50641,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=863",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=861",
"results": [
{
"name": "rb-multi_json",
"portdir": "ruby/rb-multi_json",
"version": "1.15.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/intridea/multi_json",
"description": "A generic swappable back-end for JSON handling",
"long_description": "A generic swappable back-end for JSON handling",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "rb-multipart-post",
"portdir": "ruby/rb-multipart-post",
"version": "2.4.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/socketry/multipart-post",
"description": "A multipart form post accessory for Net::HTTP",
"long_description": "A multipart form post accessory for Net::HTTP",
"active": true,
"categories": [
"net",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "rb-multiton",
"portdir": "ruby/rb-multiton",
"version": "1.0.2",
"license": "unknown",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.codeforpeople.com/lib/ruby/multiton/",
"description": "The Multiton Design Pattern",
"long_description": "The multiton pattern is similar to a singleton, but instead of only one instance, there are several similar instances. it's usefull when you want to avoid constructing objects many times because of some huge expence (connecting to a database for example), require a set of similar but not identical objects, and cannot easily control how many time a contructor may be called.",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby"
]
}
],
"depends_on": []
},
{
"name": "rb-mustache",
"portdir": "ruby/rb-mustache",
"version": "1.1.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mustache/mustache",
"description": "Logic-less templates, implemented in Ruby.",
"long_description": "Inspired by ctemplate and et, Mustache is a framework-agnostic way to render logic-free views.",
"active": true,
"categories": [
"www",
"ruby"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 652
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "rb-mysql",
"portdir": "ruby/rb-mysql",
"version": "2.7.5",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.tmtm.org/mysql/ruby/",
"description": "Ruby API for the Mysql database",
"long_description": "This is the Ruby library for accessing Mysql databases from within Ruby. It works with Mysql 5.",
"active": true,
"categories": [
"databases",
"ruby"
],
"maintainers": [
{
"name": "roberto",
"github": "",
"ports_count": 1
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"ruby"
]
},
{
"type": "lib",
"ports": [
"mysql5"
]
}
],
"depends_on": []
},
{
"name": "rb-nanoc",
"portdir": "ruby/rb-nanoc",
"version": "3.1.3",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://nanoc.stoneship.org/",
"description": "A Ruby site compiler that produces static HTML",
"long_description": "nanoc is a tool for building static web sites. It can transform content from one format (e.g. Haml or Markdown) into another (usually HTML) and lay out pages so that the site’s look and feel is consistent across all pages.",
"active": true,
"categories": [
"www",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"rb18-rake",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby",
"rb-rubygems"
]
},
{
"type": "run",
"ports": [
"rb-nanoc3"
]
}
],
"depends_on": []
},
{
"name": "rb-nanoc3",
"portdir": "ruby/rb-nanoc3",
"version": "3.1.3",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://nanoc.stoneship.org/",
"description": "A Ruby site compiler that produces static HTML",
"long_description": "nanoc is a tool for building static web sites. It can transform content from one format (e.g. Haml or Markdown) into another (usually HTML) and lay out pages so that the site’s look and feel is consistent across all pages.",
"active": true,
"categories": [
"www",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"rb18-rake",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby",
"rb-rubygems"
]
},
{
"type": "run",
"ports": [
"rb-cri"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb-nanoc"
]
}
]
},
{
"name": "rb-narray",
"portdir": "ruby/rb-narray",
"version": "0.6.1.2",
"license": "(Ruby or GPL-2) and BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://masa16.github.io/narray",
"description": "Numerical array package for Ruby",
"long_description": "NArray is a class of Numerical N-dimensional Array, whose elements are 1/2/4-byte Integer, single/double-precision Real/Complex and Ruby Object. This extension library incorporates fast calculation and easy manipulation of large numerical arrays into the Ruby language. NArray has features similar to NumPy, but NArray has vector and matrix subclasses.",
"active": true,
"categories": [
"math",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"coreutils",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby"
]
}
],
"depends_on": []
},
{
"name": "rb-native-package-installer",
"portdir": "ruby/rb-native-package-installer",
"version": "1.1.9",
"license": "LGPL-3+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby-gnome/native-package-installer",
"description": "Helps to install native packages",
"long_description": "Helps to install native packages",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "rb-naught",
"portdir": "ruby/rb-naught",
"version": "1.1.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/avdi/naught",
"description": "Toolkit for building Null Object classes",
"long_description": "Toolkit for building Null Object classes",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "R-bnclassify",
"portdir": "R/R-bnclassify",
"version": "0.4.8",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=bnclassify",
"description": "Learning discrete Bayesian network classifiers from data",
"long_description": "Learning discrete Bayesian network classifiers from data",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"R-BH",
"R-matrixStats",
"R-entropy",
"R-Rcpp",
"R-assertthat"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-gRbase",
"R-ParamHelpers",
"R-mlr",
"R-knitr",
"R-testthat",
"R-rmarkdown",
"R-covr",
"R-graph",
"R-mlbench",
"R-Rgraphviz",
"R-gRain"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-dagHMM"
]
}
]
},
{
"name": "rb-ncurses-ruby",
"portdir": "ruby/rb-ncurses-ruby",
"version": "1.3.0",
"license": "LGPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://developer.berlios.de/projects/ncurses-ruby",
"description": "Ruby access to ncurses functionality",
"long_description": "ncurses-ruby is an extension module that makes the functions and constants of the FSF's ncurses library accessible from the ruby programming language",
"active": false,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"ncurses",
"ruby"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"sup"
]
}
]
},
{
"name": "rb-ncursesw",
"portdir": "ruby/rb-ncursesw",
"version": "1.4.11",
"license": "LGPL-2.1",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sup-heliotrope/ncursesw-ruby",
"description": "Ruby bindings to the ncursesw library",
"long_description": "Ruby bindings to the ncursesw library",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "rb-netaddr",
"portdir": "ruby/rb-netaddr",
"version": "1.5.0",
"license": "(Ruby or GPL-2)",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.rubygems.org/gems/netaddr",
"description": "Ruby package for working with network addresses",
"long_description": "NetAddr (formerly IPAdmin) is a package for working with network addresses. Includes: ability to subnet/supernet IPv4 and IPv6 space, create CIDR-based hierarchical trees, manipulate MAC addresses, and much more.",
"active": true,
"categories": [
"net",
"ruby"
],
"maintainers": [
{
"name": "matt",
"github": "",
"ports_count": 1
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"rb18-rake",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby",
"rb-rubygems"
]
}
],
"depends_on": []
},
{
"name": "rb-net-dns",
"portdir": "ruby/rb-net-dns",
"version": "0.20.0",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby-dns/net-dns",
"description": "Net::DNS is a DNS library written in Ruby",
"long_description": "Net::DNS is a DNS library written in Ruby",
"active": true,
"categories": [
"net",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "rb-net-ftp",
"portdir": "ruby/rb-net-ftp",
"version": "0.3.8",
"license": "BSD and Ruby",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/net-ftp",
"description": "Support for the File Transfer Protocol",
"long_description": "Support for the File Transfer Protocol",
"active": true,
"categories": [
"net",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "rb-net-irc",
"portdir": "ruby/rb-net-irc",
"version": "0.0.9",
"license": "Ruby",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/cho45/net-irc",
"description": "IRC library. This is mostly conform to RFC1459 but partly not for convenience.",
"long_description": "IRC library. This is mostly conform to RFC1459 but partly not for convenience.",
"active": true,
"categories": [
"irc",
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 110
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"rb18-rake",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby",
"rb-rubygems"
]
}
],
"depends_on": []
},
{
"name": "rb-net-pingsimple",
"portdir": "ruby/rb-net-pingsimple",
"version": "0.3.0",
"license": "Ruby",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sourceforge.net/projects/ruby-netutils",
"description": "A simple Ruby interface to the 'ping' command",
"long_description": "Wrapper for ping (TCP, UDP, External)",
"active": true,
"categories": [
"net",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby"
]
}
],
"depends_on": []
},
{
"name": "rb-net-protocol",
"portdir": "ruby/rb-net-protocol",
"version": "0.2.2",
"license": "BSD and Ruby",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/net-protocol",
"description": "The abstract interface for net-* client",
"long_description": "The abstract interface for net-* client",
"active": true,
"categories": [
"net",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "rb-netrc",
"portdir": "ruby/rb-netrc",
"version": "0.11.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/geemus/netrc",
"description": "This library reads and writes .netrc files",
"long_description": "This library reads and writes .netrc files",
"active": true,
"categories": [
"devel",
"www",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "rb-net-scp",
"portdir": "ruby/rb-net-scp",
"version": "4.1.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/net-ssh/net-scp",
"description": "A pure-Ruby implementation of the SCP client protocol",
"long_description": "A pure-Ruby implementation of the SCP client protocol",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"rb18-rake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby",
"rb-net-ssh",
"rb-rubygems"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb-capistrano"
]
}
]
},
{
"name": "rb-net-sftp",
"portdir": "ruby/rb-net-sftp",
"version": "2.0.2",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/net-ssh/net-sftp",
"description": "A pure Ruby implementation of the SFTP client protocol",
"long_description": "A pure Ruby implementation of the SFTP client protocol",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"rb18-rake",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby",
"rb-rubygems"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb-capistrano"
]
}
]
},
{
"name": "rb-net-ssh",
"portdir": "ruby/rb-net-ssh",
"version": "7.3.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://net-ssh.github.io/net-ssh",
"description": "A pure-Ruby implementation of the SSH2 client protocol",
"long_description": "A pure-Ruby implementation of the SSH2 client protocol",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"ruby",
"rb-rubygems"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"sup",
"rb-net-scp"
]
},
{
"type": "run",
"ports": [
"rb-capistrano"
]
}
]
},
{
"name": "rb-net-ssh-gateway",
"portdir": "ruby/rb-net-ssh-gateway",
"version": "2.0.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/net-ssh/net-ssh-gateway",
"description": "A simple library to assist in establishing tunneled Net::SSH connection",
"long_description": "A simple library to assist in establishing tunneled Net::SSH connection",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby",
"rb-rubygems"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb-capistrano"
]
}
]
},
{
"name": "rb-net-yail",
"portdir": "ruby/rb-net-yail",
"version": "1.3.2",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.rubygems.org/gems/net-yail",
"description": "a ruby IRC library",
"long_description": "Net::YAIL is a library built for dealing with IRC communications in Ruby.",
"active": true,
"categories": [
"net",
"irc",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"rb-rake",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"ruby",
"rb-rubygems"
]
}
],
"depends_on": []
},
{
"name": "rb-nfsstore",
"portdir": "ruby/rb-nfsstore",
"version": "0.5.0",
"license": "unknown",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.codeforpeople.com",
"description": "A ruby library for creating NFS safe PStores.",
"long_description": "A ruby library for creating NFS safe PStores.",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby",
"rb-lockfile"
]
}
],
"depends_on": []
},
{
"name": "rb-nice-ffi",
"portdir": "ruby/rb-nice-ffi",
"version": "0.4",
"license": "Ruby",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jacius/nice-ffi",
"description": "Convenience layer atop Ruby-FFI",
"long_description": "Convenience layer atop Ruby-FFI",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "rb-nitpick",
"portdir": "ruby/rb-nitpick",
"version": "1.0.2",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/kevinclark/nitpick",
"description": "A lint-like static code analyzer for Ruby",
"long_description": "A lint-like static code analyzer for Ruby",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby",
"rb-parsetree",
"rb-rubygems",
"rb-trollop"
]
}
],
"depends_on": []
},
{
"name": "R-bnlearn",
"portdir": "R/R-bnlearn",
"version": "5.0.1",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.bnlearn.com",
"description": "Bayesian network structure learning, parameter learning and inference",
"long_description": "Bayesian network structure learning, parameter learning and inference",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"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": [
"libgcc13",
"libgcc",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-gRbase",
"R-Rmpfr",
"R-gmp",
"R-igraph",
"R-graph",
"R-Rgraphviz",
"R-gRain"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-BNSL",
"R-bayesvl",
"R-bnmr2",
"R-pchc",
"R-BayesianNetwork",
"R-imbalance",
"R-mDAG",
"R-dagHMM",
"R-r.blip",
"R-BayesNetBP",
"R-bnmonitor",
"R-GroupBN"
]
},
{
"type": "test",
"ports": [
"R-rbmn",
"R-gRain"
]
}
]
},
{
"name": "R-bnma",
"portdir": "R/R-bnma",
"version": "1.6.0",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=bnma",
"description": "Bayesian Network Meta-Analysis using JAGS",
"long_description": "Bayesian Network Meta-Analysis using JAGS",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-igraph",
"R-CRAN-recommended",
"R-coda",
"R-rjags",
"R-ggplot2"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-rmarkdown"
]
}
],
"depends_on": []
},
{
"name": "R-bnmonitor",
"portdir": "R/R-bnmonitor",
"version": "0.2.2",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://manueleleonelli.github.io/bnmonitor",
"description": "Implementation of sensitivity analysis in Bayesian networks",
"long_description": "Implementation of sensitivity analysis in Bayesian networks",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-purrr",
"R-reshape2",
"R-tidyr",
"R-RColorBrewer",
"R-ggplot2",
"R-igraph",
"R-qgraph",
"R-bnlearn",
"R-gRain",
"R-gRbase",
"R-CRAN-recommended",
"R-rlang",
"R-dplyr"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-testthat",
"R-rmarkdown"
]
}
],
"depends_on": []
},
{
"name": "R-bnmr",
"portdir": "R/R-bnmr",
"version": "0.4.02",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/AnderWilson/bnmr",
"description": "Bayesian Non-parametric Monotone Regression",
"long_description": "Bayesian Non-parametric Monotone Regression",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"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-RcppArmadillo"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-bnmr2",
"portdir": "R/R-bnmr2",
"version": "0.3.1",
"license": "GPL",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sjl-sjtu/bnmr2",
"description": "R package to conduct causal estimation between exposure and outcome on GWAS data",
"long_description": "R package to conduct causal estimation between exposure and outcome on GWAS data using the Bayesian Network-based Mendelian Randomization (BNMR).",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-purrr",
"R-rstan",
"R-AER",
"R-bnlearn",
"R-plyr",
"R-MendelianRandomization",
"R-CRAN-recommended",
"R-ivmodel",
"R-dplyr"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "rb-nokogiri",
"portdir": "ruby/rb-nokogiri",
"version": "1.16.7",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://nokogiri.org",
"description": "Nokogiri is an HTML, XML, SAX, and Reader parser.",
"long_description": "Nokogiri is an HTML, XML, SAX, and Reader parser. Among Nokogiri's many features is the ability to search documents via XPath or CSS3 selectors.",
"active": true,
"categories": [
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 110
},
{
"name": "judaew",
"github": "judaew",
"ports_count": 652
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "rb-notificationcenter",
"portdir": "ruby/rb-notificationcenter",
"version": "0.1",
"license": "GPL-2+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.ringworld.org/~kbullock/ruby/",
"description": "A notification center implementation",
"long_description": "This class enables an object to broadcast a notification that an event occurred to other objects, without having any knowledge of the objects that it is broadcasting to. An object posts a notification (identified by a string and possibly an associated object) to a NotificationCenter (generally the default one). The NotificationCenter then takes care of sending the notification to all of the objects that have registered to receive it.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby"
]
}
],
"depends_on": []
},
{
"name": "R-bnpmr",
"portdir": "R/R-bnpmr",
"version": "1.2",
"license": "GPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=bnpmr",
"description": "Bayesian Monotonic Non-parametric Regression",
"long_description": "Implements the Bayesian nonparametric monotonic regression method.",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"gsl",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-BNSL",
"portdir": "R/R-BNSL",
"version": "0.1.4",
"license": "(GPL-2 or GPL-3)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=BNSL",
"description": "Bayesian network structure learning",
"long_description": "Bayesian network structure learning",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-bnlearn",
"R-Rcpp",
"R-CRAN-recommended",
"R-igraph"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "R-BNSP",
"portdir": "R/R-BNSP",
"version": "2.2.3",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=BNSP",
"description": "Bayesian non- and semi-parametric model fitting",
"long_description": "Bayesian non- and semi-parametric model fitting",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-cubature",
"R-plyr",
"R-ggplot2",
"R-gridExtra",
"R-threejs",
"R-Formula",
"R-corrplot",
"R-label.switching",
"R-plot3D",
"R-CRAN-recommended",
"gsl",
"R-coda"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-mvtnorm",
"R-np"
]
}
],
"depends_on": []
},
{
"name": "R-bnstruct",
"portdir": "R/R-bnstruct",
"version": "1.0.15",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=bnstruct",
"description": "Bayesian network structure learning from data with missing values",
"long_description": "Bayesian network structure learning from data with missing values",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"R-igraph",
"R-bitops"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-testthat",
"R-qgraph",
"R-graph",
"R-Rgraphviz"
]
}
],
"depends_on": []
},
{
"name": "rb-numo-gsl",
"portdir": "ruby/rb-numo-gsl",
"version": "0.1.2",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby-numo/numo-gsl",
"description": "GSL interface for Ruby/Numo::NArray",
"long_description": "GSL interface for Ruby/Numo::NArray",
"active": true,
"categories": [
"math",
"ruby"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "rb-numo-linalg",
"portdir": "ruby/rb-numo-linalg",
"version": "0.1.7",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby-numo/numo-linalg",
"description": "Linear algebra library with interface to BLAS/LAPACK",
"long_description": "Linear algebra library with interface to BLAS/LAPACK",
"active": true,
"categories": [
"math",
"ruby"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "rb-numo-narray",
"portdir": "ruby/rb-numo-narray",
"version": "0.9.2.1",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://ruby-numo.github.io/narray",
"description": "New NArray class library",
"long_description": "New NArray class library",
"active": true,
"categories": [
"math",
"ruby"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "rb-oauth",
"portdir": "ruby/rb-oauth",
"version": "1.1.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/oauth-xx/oauth-ruby",
"description": "OAuth Core Ruby implementation",
"long_description": "OAuth Core Ruby implementation",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "rb-oauth-tty",
"portdir": "ruby/rb-oauth-tty",
"version": "1.0.5",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gitlab.com/oauth-xx/oauth-tty",
"description": "OAuth 1.0 TTY Command Line Interface",
"long_description": "OAuth 1.0 TTY Command Line Interface",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "rb-observable",
"portdir": "ruby/rb-observable",
"version": "0.5",
"license": "Ruby",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://redshift.sourceforge.net/observable/",
"description": "Mechanism for notifying obervers of state changes",
"long_description": "A variation on the observer pattern. Allows the state of a variable to be exposed to observers. An observer registers code to execute when the variable changes (and also a pattern to detect changes of interest). Notification happens when the writer method is called.",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby"
]
}
],
"depends_on": []
},
{
"name": "rb-odbc",
"portdir": "ruby/rb-odbc",
"version": "0.99998",
"license": "(Ruby or GPL-2)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.ch-werner.de/rubyodbc",
"description": "An extension library for ODBC from ruby.",
"long_description": "Extension library to use ODBC data sources from Ruby. Supports Ruby 1.6.x and 1.8 on Win32 OSes and UN*X",
"active": true,
"categories": [
"databases",
"ruby"
],
"maintainers": [],
"variants": [
"utf8",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"libiodbc",
"ruby"
]
}
],
"depends_on": []
},
{
"name": "rb-og",
"portdir": "ruby/rb-og",
"version": "0.9.5",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.rubygems.org/gems/og",
"description": "Og provides transparent serialization of object graphs to a RDBMS backend",
"long_description": "Unlike other similar libraries Og maps standard Ruby objects to SQL tables and not vice versa. Og provides a meta language to describe the relations between objects, a flexible and intuitive api for querieng the database, raw access to the SQL language if needed (for example to fine tune the automatically generated SQL tables, or for custom queries), supports deserialization to Ruby objects or tuples, automatically generates join tables for many_to_many relations and provides a collection of usefull Mixins to synthesize common Entities.",
"active": true,
"categories": [
"databases",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"rb18-rake",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby",
"rb-rubygems"
]
}
],
"depends_on": []
},
{
"name": "R-boinet",
"portdir": "R/R-boinet",
"version": "1.1.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=boinet",
"description": "Conduct simulation study of Bayesian optimal interval design with BOIN-ET family",
"long_description": "Conduct simulation study of Bayesian optimal interval design with BOIN-ET family",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-Iso",
"R-mfp",
"R-CRAN-recommended",
"R-copula"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat"
]
}
],
"depends_on": []
},
{
"name": "R-bolasso",
"portdir": "R/R-bolasso",
"version": "0.3.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.dmolitor.com/bolasso",
"description": "Model-consistent lasso estimation via bootstrap",
"long_description": "Model-consistent lasso estimation via bootstrap",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-progressr",
"R-ggplot2",
"R-future.apply",
"R-glmnet",
"R-gamlr",
"R-CRAN-recommended",
"R-tibble",
"R-generics"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat",
"R-covr",
"R-mlbench"
]
}
],
"depends_on": []
},
{
"name": "R-Bolstad",
"portdir": "R/R-Bolstad",
"version": "0.2.42",
"license": "(GPL-2 or GPL-3)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=Bolstad",
"description": "Functions for elementary Bayesian inference",
"long_description": "A set of R functions and data sets for the book Introduction to Bayesian Statistics by W.M. Bolstad (2017).",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-mvtnorm",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
}
]
}