HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 51976,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=453",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=451",
"results": [
{
"name": "qore-xml-module",
"portdir": "lang/qore-xml-module",
"version": "2.0.0",
"license": "(LGPL-2.1 or MIT)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://qore.org",
"description": "xml module for Qore",
"long_description": "Module providing XML, XPath, XML-RPC, etc functionality to Qore",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "davidnichols",
"github": "davidnich",
"ports_count": 26
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"openssl",
"qore",
"libxml2"
]
}
],
"depends_on": []
},
{
"name": "qore-uuid-module",
"portdir": "lang/qore-uuid-module",
"version": "1.4.1",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://qore.org",
"description": "uuid module for Qore",
"long_description": "Module providing the ability to generate, manipulate and parse UUIDs",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "davidnichols",
"github": "davidnich",
"ports_count": 26
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ossp-uuid",
"qore"
]
}
],
"depends_on": []
},
{
"name": "qore-xmlsec-module",
"portdir": "lang/qore-xmlsec-module",
"version": "1.0.0",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://qore.org",
"description": "xmlsec module for Qore",
"long_description": "Module providing xmlsec functionality to Qore",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "davidnichols",
"github": "davidnich",
"ports_count": 26
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"qore",
"xmlsec"
]
}
],
"depends_on": []
},
{
"name": "qore-yaml-module",
"portdir": "lang/qore-yaml-module",
"version": "0.7.3",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://qore.org",
"description": "YAML module for Qore",
"long_description": "Module allowing for de/serialization to/from YAML strings and Qore data structures",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "davidnichols",
"github": "davidnich",
"ports_count": 26
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libyaml",
"qore"
]
}
],
"depends_on": []
},
{
"name": "racket",
"portdir": "lang/racket",
"version": "9.1",
"license": "Apache-2 and MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://racket-lang.org",
"description": "Scheme programming environment",
"long_description": "Interactive, integrated, graphical Scheme programming environment.",
"active": true,
"categories": [
"lang",
"scheme"
],
"maintainers": [],
"variants": [
"x11",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cctools",
"libtool",
"openssl",
"file",
"grep",
"gsed",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ncurses",
"openssl",
"ossp-uuid",
"cairo",
"fontconfig",
"harfbuzz",
"libjpeg-turbo",
"libpixman",
"lz4",
"poppler",
"freetype",
"expat",
"fribidi",
"libiconv",
"pango",
"gettext-runtime",
"MMTabBarView",
"libpng",
"zlib",
"atk",
"glib2",
"libedit",
"libffi",
"mpfr"
]
}
],
"depends_on": []
},
{
"name": "qore-zmq-module",
"portdir": "lang/qore-zmq-module",
"version": "1.0.2",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://qore.org",
"description": "zmq module for Qore",
"long_description": "Module providing zmq functionality to Qore",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "davidnichols",
"github": "davidnich",
"ports_count": 26
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"czmq",
"qore"
]
}
],
"depends_on": []
},
{
"name": "ragel-devel",
"portdir": "lang/ragel-devel",
"version": "7.0.4",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.colm.net/open-source/ragel/",
"description": "Ragel is a state machine compiler.",
"long_description": "Ragel compiles executable finite state machines from regular languages. Ragel targets C, C++ and ASM. Ragel state machines can not only recognize byte sequences as regular expression machines do, but can also execute code at arbitrary points in the recognition of a regular language.",
"active": true,
"categories": [
"devel",
"lang"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"libtool",
"autoconf",
"automake",
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"colm"
]
},
{
"type": "test",
"ports": [
"gsed"
]
}
],
"depends_on": []
},
{
"name": "ragel",
"portdir": "lang/ragel",
"version": "6.10",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "http://www.colm.net/open-source/ragel/",
"description": "Ragel is a state machine compiler.",
"long_description": "Ragel compiles executable finite state machines from regular languages. Ragel targets C, C++ and ASM. Ragel state machines can not only recognize byte sequences as regular expression machines do, but can also execute code at arbitrary points in the recognition of a regular language.",
"active": true,
"categories": [
"devel",
"lang"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"colm"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"vectorscan",
"textmate2",
"gpick",
"trojita",
"hyperscan",
"ohcount",
"ackmate"
]
},
{
"type": "lib",
"ports": [
"openscad",
"lib2geom",
"lib2geom-devel",
"rspamd",
"openscad-devel"
]
}
]
},
{
"name": "rexx",
"portdir": "lang/rexx",
"version": "3.9.6",
"license": "LGPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://regina-rexx.sourceforge.net/",
"description": "Regina Rexx is an interpreter for the Rexx language",
"long_description": "Regina is an implementation of the 1996 ANSI Standard for the Rexx language. Rexx is designed to be an easily readable, but powerful scripting and embedded macro language.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "yoav.nir",
"github": "",
"ports_count": 1
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"THE"
]
}
]
},
{
"name": "rakudo",
"portdir": "lang/rakudo",
"version": "2026.02",
"license": "Artistic-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://rakudo.org/",
"description": "Raku compiler",
"long_description": "Rakudo is a compiler for the Raku language Rakudo is built using NQP (Not Quite Perl), which in turn is targeting the Moar virtual machine. See https://raku.org for more information.",
"active": true,
"categories": [
"lang",
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"perl5",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"MoarVM",
"nqp"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"panda"
]
},
{
"type": "run",
"ports": [
"panda"
]
}
]
},
{
"name": "rhino",
"portdir": "lang/rhino",
"version": "1.7R2",
"license": "MPL-1.1 and GPL-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.mozilla.org/rhino/",
"description": "Mozilla JavaScript engine for Java",
"long_description": "Rhino is an open-source implementation of JavaScript written entirely in Java. It is typically embedded into Java applications to provide scripting to end users.",
"active": true,
"categories": [
"devel",
"lang",
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"kaffe"
]
}
],
"depends_on": []
},
{
"name": "rpcgen-mt",
"portdir": "lang/rpcgen-mt",
"version": "1.4.4",
"license": "BSD",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/thkukuk/rpcsvc-proto",
"description": "RPC protocol compiler",
"long_description": "The rpcgen utility is a tool that generates C code to implement an RPC protocol. The input to rpcgen is a language similar to C known as RPC Language (Remote Procedure Call Language). This port installs a FreeBSD fork with multithreading support.",
"active": true,
"categories": [
"devel",
"lang"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"gettext",
"clang-18"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "fetch",
"ports": [
"subversion"
]
},
{
"type": "lib",
"ports": [
"gettext-runtime"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"octave-instrument-control"
]
}
]
},
{
"name": "ruby",
"portdir": "lang/ruby",
"version": "1.8.7-p374",
"license": "(Ruby or GPL-2)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.ruby-lang.org/",
"description": "Powerful and clean object-oriented scripting language",
"long_description": "Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, extensible, and portable.",
"active": true,
"categories": [
"lang",
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
}
],
"variants": [
"tk",
"mactk",
"no_doc",
"dtrace",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"automake",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"openssl10",
"readline",
"zlib",
"libiconv",
"gdbm",
"ncurses"
]
},
{
"type": "run",
"ports": [
"ruby_select"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"rb-mysql"
]
},
{
"type": "lib",
"ports": [
"rb-net-ssh",
"rb-simple_oauth",
"rb-bones",
"rb-launchy",
"rb-rest-client",
"rb-redcloth",
"rb-locale",
"rb-pdumpfs",
"rb-rake",
"rb-gettext",
"rb-json_pure",
"sup",
"rb-twitter",
"rb-configuration",
"rb-eventmachine",
"rb-fcgi",
"rb-ferret",
"rb-json",
"rb-heroku",
"rb-narray",
"rb-ncurses-ruby",
"rb-rcairo",
"rb-tweetstream",
"rb-twitter-stream",
"rb-pkg-config",
"rb-rubytoc",
"rb-uuidtools",
"rb-net-ssh-gateway",
"rb-rubyinline",
"rb-xml-simple",
"rb-rexml",
"rb-archive-tar-minitar",
"rb-bee",
"rb-nitpick",
"rb-parsetree",
"rb-trollop",
"rb-lockfile",
"rb-mime-types",
"rb-rmail",
"rb-roauth",
"rb-arrayfields",
"rb-postgres",
"rb-crypt-isaac",
"rb-highline",
"pqa",
"subversion-rubybindings",
"kdewebdev",
"korundum",
"qtruby",
"rb-acl",
"rb-actionmailer",
"rb-actionpack",
"rb-actionwebservice",
"rb-activeldap",
"rb-activerecord",
"rb-activeresource",
"rb-activesupport",
"rb-acts_as_taggable",
"rb-aspectr",
"rb-audiofile",
"rb-bdb",
"rb-bioruby",
"rb-bitset",
"rb-builder",
"rb-bz2",
"rb-cache",
"rb-calendar",
"rb-capistrano",
"rb-captcha",
"rb-cgen",
"rb-cgi_multipart_eof_fix",
"rb-cgikit",
"rb-cocoa",
"rb-coderay",
"rb-compass",
"rb-cucumber",
"rb-cvs",
"rb-daemons",
"rb-devel-which",
"rb-diff-lcs",
"rb-div",
"rb-dnssd",
"rb-drb",
"rb-enum",
"rb-erubis",
"rb-fastthread",
"rb-flexmock",
"rb-flexo",
"rb-flickr",
"rb-fxruby",
"rb-gd2",
"rb-gem_plugin",
"rb-getopt-declare",
"rb-google",
"rb-haml",
"rb-haml-edge",
"rb-hmac",
"rb-hikidoc",
"rb-hpricot",
"rb-hoe",
"rb-htree",
"rb-http-access2",
"rb-http_parser",
"rb-hyperestraier",
"rb-io-reactor",
"rb-jabber4r",
"rb-kwartz",
"rb-lafcadio",
"rb-lazylist",
"rb-ldap",
"rb-libxml2",
"rb-log4r",
"rb-madeleine",
"rb-mecab",
"rb-memcache",
"rb-mindi",
"rb-mini_portile",
"rb-minitest",
"rb-mocha",
"rb-mofo",
"rb-mongrel",
"rb-mongrel_cluster",
"rb-msgpack",
"rb-multiton",
"rb-nanoc",
"rb-nanoc3",
"rb-net-irc",
"rb-net-pingsimple",
"rb-net-scp",
"rb-net-sftp",
"rb-net-yail",
"rb-netaddr",
"rb-nfsstore",
"rb-notificationcenter",
"rb-observable",
"rb-odbc",
"rb-og",
"rb-opengl",
"rb-password",
"rb-pcap",
"rb18-pdumpfs",
"rb-pluginfactory",
"rb-polyglot",
"rb-preferences",
"rb-product",
"rb-rack",
"rb-rails",
"rb18-rake",
"rb-rbot",
"rb-rcov",
"rb-rdtool",
"rb-rflickr",
"rb-rgl",
"rb-rio",
"rb-rrb",
"rb-rspec",
"rb-rspec-rails",
"rb-rss",
"rb-rttool",
"rb-ruby-debug",
"rb-ruby-debug-base",
"rb-ruby-openid",
"rb-rubycon",
"rb-rubygems",
"rb-runt",
"rb-session",
"rb-shout",
"rb-slave",
"rb-snmp",
"rb-sqlite",
"rb-sqlite3",
"rb-stomp",
"rb-stream",
"rb-sys-host",
"rb-sys-uname",
"rb-sys-uptime",
"rb-technorati-ruby",
"rb-term-ansicolor",
"rb-termios",
"rb-text-format",
"rb-tokyocabinet-ruby",
"rb-treetop",
"rb-uconv",
"rb-vorbisfile",
"rb-webfetcher",
"rb-webunit",
"rb-xml-xpath",
"rb-xmlparser",
"rb-xslt",
"xmlresume2x",
"rb-image_science",
"facter",
"puppet"
]
},
{
"type": "run",
"ports": [
"metasploit3"
]
}
]
},
{
"name": "ruby-devel",
"portdir": "lang/ruby-devel",
"version": "2024.11.16",
"license": "(Ruby or BSD)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.ruby-lang.org",
"description": "Powerful and clean object-oriented scripting language",
"long_description": "Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, extensible and portable.",
"active": true,
"categories": [
"lang",
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
}
],
"variants": [
"doc",
"gmp",
"jemalloc",
"yjit",
"relative"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"automake",
"bison",
"cctools",
"gperf",
"libtool",
"pkgconfig",
"ruby33",
"autoconf"
]
},
{
"type": "lib",
"ports": [
"readline",
"libffi",
"libyaml",
"gdbm",
"openssl3",
"zlib"
]
},
{
"type": "run",
"ports": [
"ruby_select"
]
}
],
"depends_on": []
},
{
"name": "ruby186",
"portdir": "lang/ruby186",
"version": "1.8.6-p420",
"license": "(Ruby or GPL-2)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.ruby-lang.org/",
"description": "Powerful and clean object-oriented scripting language",
"long_description": "Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, extensible, and portable. Note: this port conflicts with the ruby port, so you can have either that or this one active at one time.",
"active": true,
"categories": [
"lang",
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
}
],
"variants": [
"tk",
"mactk",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"gdbm",
"ncurses",
"zlib",
"readline",
"libiconv",
"openssl10"
]
}
],
"depends_on": []
},
{
"name": "ruby19",
"portdir": "lang/ruby19",
"version": "1.9.3-p551",
"license": "(Ruby or BSD)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.ruby-lang.org/",
"description": "Powerful and clean object-oriented scripting language",
"long_description": "Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, extensible, and portable. Version 1.9 contains a new VM called YARV, is faster and slightly incompatible from version 1.8.",
"active": true,
"categories": [
"lang",
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
}
],
"variants": [
"c_api_docs",
"doc",
"tk",
"mactk",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"automake",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"libyaml",
"ncurses",
"openssl10",
"zlib",
"libiconv",
"readline",
"gdbm",
"libffi"
]
},
{
"type": "run",
"ports": [
"ruby_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"rb19-multi_json",
"rb19-rufus-mnemo",
"rb19-sass",
"rb19-configuration",
"rb19-excon",
"rb19-heroku",
"rb19-launchy",
"rb19-netrc",
"rb19-rest-client",
"rb19-em-websocket",
"rb19-eventmachine",
"rb19-guard-livereload",
"rb19-json",
"rb19-racc",
"rb19-rcairo",
"rb19-redcloth",
"rb19-thin",
"rb19-mime-types",
"rb19-pkg-config",
"rb19-wirble",
"rb19-xml-simple",
"rb19-will_paginate",
"taskjuggler",
"rb19-bundler",
"rb19-abstract",
"rb19-actionmailer",
"rb19-actionpack",
"rb19-activemodel",
"rb19-activerecord",
"rb19-activeresource",
"rb19-activesupport",
"rb19-addressable",
"rb19-archive-tar-minitar",
"rb19-arel",
"rb19-arrayfields",
"rb19-authlogic",
"rb19-bcat",
"rb19-builder",
"rb19-capybara",
"rb19-chronic",
"rb19-churn",
"rb19-columnize",
"rb19-compass",
"rb19-core_source",
"rb19-crack",
"rb19-cri",
"rb19-cucumber",
"rb19-cucumber-rails",
"rb19-culerity",
"rb19-daemons",
"rb19-database_cleaner",
"rb19-debug",
"rb19-debug-base",
"rb19-diff-lcs",
"rb19-dotenv",
"rb19-erubis",
"rb19-factory_girl",
"rb19-fattr",
"rb19-ffi",
"rb19-flay",
"rb19-flog",
"rb19-foreman",
"rb19-gherkin",
"rb19-gli",
"rb19-guard",
"rb19-haml",
"rb19-hassle",
"rb19-hirb",
"rb19-hoe",
"rb19-hoptoad_notifier",
"rb19-hpricot",
"rb19-httparty",
"rb19-i18n",
"rb19-linecache",
"rb19-mail",
"rb19-main",
"rb19-mecab",
"rb19-mechanize",
"rb19-metric_fu",
"rb19-mini_portile",
"rb19-mocha",
"rb19-mp3info",
"rb19-mysql",
"rb19-mustache",
"rb19-nanoc",
"rb19-nanoc3",
"rb19-nokogiri",
"rb19-parser",
"rb19-polyglot",
"rb19-parsetree",
"rb19-rack",
"rb19-rack-mount",
"rb19-rack-test",
"rb19-rails",
"rb19-rails_best_practices",
"rb19-railties",
"rb19-rainbow",
"rb19-rake",
"rb19-rcov",
"rb19-rdiscount",
"rb19-ronn",
"rb19-reek",
"rb19-rr",
"rb19-roodi",
"rb19-rspec",
"rb19-ruby2ruby",
"rb19-saikuro",
"rb19-rubyzip",
"rb19-sequel",
"rb19-selenium-webdriver",
"rb19-shoulda",
"rb19-sexp_processor",
"rb19-sinatra",
"rb19-sqlite3",
"rb19-taps",
"rb19-term-ansicolor",
"rb19-tins",
"rb19-thor",
"rb19-trac4r",
"rb19-treetop",
"rb19-tzinfo",
"rb19-trollop",
"rb19-uconv",
"rb19-unicorn",
"rb19-yajl",
"rb19-yahoo_weatherman"
]
}
]
},
{
"name": "ruby20",
"portdir": "lang/ruby20",
"version": "2.0.0-p648",
"license": "(Ruby or BSD)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.ruby-lang.org/",
"description": "Powerful and clean object-oriented scripting language",
"long_description": "Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, extensible, and portable.",
"active": true,
"categories": [
"lang",
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
}
],
"variants": [
"doc",
"tk",
"mactk",
"universal",
"relative"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"automake",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"libyaml",
"ncurses",
"zlib",
"readline",
"openssl10",
"gdbm",
"libffi"
]
},
{
"type": "run",
"ports": [
"ruby_select"
]
}
],
"depends_on": []
},
{
"name": "ruby21",
"portdir": "lang/ruby21",
"version": "2.1.9",
"license": "(Ruby or BSD)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.ruby-lang.org/",
"description": "Powerful and clean object-oriented scripting language",
"long_description": "Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, extensible, and portable.",
"active": true,
"categories": [
"lang",
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
}
],
"variants": [
"doc",
"mactk",
"gmp",
"universal",
"relative"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"automake",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"libyaml",
"openssl10",
"zlib",
"readline",
"gdbm",
"libffi"
]
},
{
"type": "run",
"ports": [
"ruby_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"xapian-bindings-ruby21"
]
}
]
},
{
"name": "ruby22",
"portdir": "lang/ruby22",
"version": "2.2.10",
"license": "(Ruby or BSD)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.ruby-lang.org/",
"description": "Powerful and clean object-oriented scripting language",
"long_description": "Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, extensible, and portable. (ruby-2.2.x was EOLed at 2018-03-31)",
"active": true,
"categories": [
"lang",
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
}
],
"variants": [
"gmp",
"doc",
"mactk",
"jemalloc",
"universal",
"relative"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"automake",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"libyaml",
"openssl10",
"zlib",
"readline",
"gdbm",
"libffi"
]
},
{
"type": "run",
"ports": [
"ruby_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"xapian-bindings-ruby22",
"rb22-rake"
]
}
]
},
{
"name": "ruby23",
"portdir": "lang/ruby23",
"version": "2.3.8",
"license": "(Ruby or BSD)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.ruby-lang.org/",
"description": "Powerful and clean object-oriented scripting language",
"long_description": "Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straightforward, extensible, and portable.",
"active": true,
"categories": [
"lang",
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
}
],
"variants": [
"doc",
"mactk",
"gmp",
"jemalloc",
"universal",
"relative"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"automake",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"libyaml",
"openssl10",
"zlib",
"readline",
"gdbm",
"libffi"
]
},
{
"type": "run",
"ports": [
"ruby_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"xapian-bindings-ruby23",
"swig-ruby",
"swig3-ruby",
"nicinfo",
"rb23-bundler",
"rb23-kramdown",
"rb23-rake",
"rb23-rmagick",
"rb23-zentest"
]
}
]
},
{
"name": "ruby24",
"portdir": "lang/ruby24",
"version": "2.4.10",
"license": "(Ruby or BSD)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.ruby-lang.org/",
"description": "Powerful and clean object-oriented scripting language",
"long_description": "Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straightforward, extensible, and portable.",
"active": true,
"categories": [
"lang",
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
}
],
"variants": [
"doc",
"gmp",
"jemalloc",
"universal",
"relative"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"automake",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"libyaml",
"readline",
"zlib",
"openssl11",
"gdbm",
"libffi"
]
},
{
"type": "run",
"ports": [
"ruby_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"rb24-nokogiri",
"rb24-ronn-ng",
"xapian-bindings-ruby24",
"rb24-gem-patch",
"rb24-bundler",
"rb24-kramdown",
"rb24-mini_portile2",
"rb24-mustache",
"rb24-rdiscount",
"rb24-rmagick",
"rb24-rubyzip",
"rb24-zentest"
]
}
]
},
{
"name": "ruby25",
"portdir": "lang/ruby25",
"version": "2.5.9",
"license": "(Ruby or BSD)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.ruby-lang.org/",
"description": "Powerful and clean object-oriented scripting language",
"long_description": "Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straightforward, extensible, and portable.",
"active": true,
"categories": [
"lang",
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
}
],
"variants": [
"doc",
"gmp",
"jemalloc",
"universal",
"relative"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"automake",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"libyaml",
"readline",
"zlib",
"openssl11",
"gdbm",
"libffi"
]
},
{
"type": "run",
"ports": [
"ruby_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"rb25-nokogiri",
"rb25-ronn-ng",
"rb25-gettext",
"xapian-bindings-ruby25",
"rb25-text",
"rb25-gem-patch",
"rb25-locale",
"rb25-bundler",
"rb25-cri",
"rb25-kramdown",
"rb25-mini_portile2",
"rb25-mustache",
"rb25-rake",
"rb25-rdiscount",
"rb25-rmagick",
"rb25-rubyzip",
"rb25-threach",
"rb25-zentest"
]
}
]
},
{
"name": "ruby26",
"portdir": "lang/ruby26",
"version": "2.6.10",
"license": "(Ruby or BSD)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.ruby-lang.org/",
"description": "Powerful and clean object-oriented scripting language",
"long_description": "Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straightforward, extensible, and portable.",
"active": true,
"categories": [
"lang",
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
},
{
"name": "fw",
"github": "fhgwright",
"ports_count": 28
}
],
"variants": [
"doc",
"gmp",
"jemalloc",
"universal",
"relative"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"libffi",
"libyaml",
"zlib",
"openssl11",
"readline",
"gdbm"
]
},
{
"type": "run",
"ports": [
"ruby_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"rb26-gettext",
"rb26-nokogiri",
"xapian-bindings-ruby26",
"rb26-text",
"rb26-gem-patch",
"rb26-locale",
"rb26-ronn-ng",
"munin",
"rb26-cmdparse",
"rb26-cri",
"rb26-kramdown",
"rb26-mini_portile2",
"rb26-mustache",
"rb26-rake",
"rb26-rdiscount",
"rb26-rmagick",
"rb26-rubyzip",
"rb26-systemu",
"rb26-threach",
"rb26-zentest"
]
}
]
},
{
"name": "ruby27",
"portdir": "lang/ruby27",
"version": "2.7.8",
"license": "(Ruby or BSD)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.ruby-lang.org/",
"description": "Powerful and clean object-oriented scripting language",
"long_description": "Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, extensible, and portable.",
"active": true,
"categories": [
"lang",
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
},
{
"name": "fw",
"github": "fhgwright",
"ports_count": 28
}
],
"variants": [
"doc",
"gmp",
"jemalloc",
"universal",
"relative"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"libffi",
"libyaml",
"zlib",
"openssl11",
"readline",
"gdbm"
]
},
{
"type": "run",
"ports": [
"ruby_select"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"mruby"
]
},
{
"type": "lib",
"ports": [
"rb27-text",
"rb27-locale",
"xapian-bindings-ruby27",
"rb27-zentest",
"rb27-gettext",
"rb27-cmdparse",
"rb27-cri",
"rb27-fsevent-legacy",
"rb27-gem-patch",
"rb27-kramdown",
"rb27-mini_portile2",
"rb27-mustache",
"rb27-nokogiri",
"rb27-racc",
"rb27-rake",
"rb27-rdiscount",
"rb27-rmagick",
"rb27-ronn-ng",
"rb27-rubyzip",
"rb27-systemu",
"rb27-threach"
]
},
{
"type": "run",
"ports": [
"eplot"
]
}
]
},
{
"name": "ruby30",
"portdir": "lang/ruby30",
"version": "3.0.7",
"license": "(Ruby or BSD)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.ruby-lang.org/",
"description": "Powerful and clean object-oriented scripting language",
"long_description": "Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, extensible, and portable.",
"active": true,
"categories": [
"lang",
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
},
{
"name": "fw",
"github": "fhgwright",
"ports_count": 28
}
],
"variants": [
"doc",
"gmp",
"jemalloc",
"universal",
"relative"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"cctools",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"libyaml",
"readline",
"zlib",
"openssl11",
"gdbm",
"libffi"
]
},
{
"type": "run",
"ports": [
"ruby_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"xapian-bindings-ruby30",
"rb30-base32",
"rb30-base_convert",
"rb30-bigdecimal",
"rb30-cane",
"rb30-code_metrics",
"rb30-colorize",
"rb30-colours",
"rb30-concurrent-ruby",
"rb30-cri",
"rb30-curb",
"rb30-erubi",
"rb30-escape",
"rb30-ffi",
"rb30-ffi-compiler",
"rb30-fsevent-legacy",
"rb30-gem-patch",
"rb30-gettext",
"rb30-git-ui",
"rb30-gmp",
"rb30-help_parser",
"rb30-hessian2",
"rb30-i18n",
"rb30-json",
"rb30-kramdown",
"rb30-llhttp-ffi",
"rb30-locale",
"rb30-matrix",
"rb30-method_source",
"rb30-mini_portile2",
"rb30-mustache",
"rb30-native-package-installer",
"rb30-net-ftp",
"rb30-net-dns",
"rb30-net-protocol",
"rb30-nokogiri",
"rb30-packable",
"rb30-parallel",
"rb30-path_expander",
"rb30-pkg-config",
"rb30-plist",
"rb30-posix-spawn",
"rb30-progressbar",
"rb30-racc",
"rb30-rake",
"rb30-rbon",
"rb30-red-colors",
"rb30-redcloth",
"rb30-require_all",
"rb30-rexml",
"rb30-rice",
"rb30-rmagick",
"rb30-roauth",
"rb30-ronn-ng",
"rb30-rubyzip",
"rb30-rufus-mnemo",
"rb30-such",
"rb30-super_random",
"rb30-text",
"rb30-thor",
"rb30-threach",
"rb30-timeout",
"rb30-totp",
"rb30-user_space",
"rb30-uuidtools",
"rb30-will_paginate",
"rb30-wirble",
"rb30-xml-simple",
"rb30-yaml_zlib_blowfish",
"rb30-zentest"
]
}
]
},
{
"name": "ruby31",
"portdir": "lang/ruby31",
"version": "3.1.7",
"license": "(Ruby or BSD)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.ruby-lang.org/",
"description": "Powerful and clean object-oriented scripting language",
"long_description": "Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, extensible, and portable.",
"active": true,
"categories": [
"lang",
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
}
],
"variants": [
"doc",
"gmp",
"jemalloc",
"relative"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"cctools",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"libyaml",
"readline",
"zlib",
"openssl11",
"gdbm",
"libffi"
]
},
{
"type": "run",
"ports": [
"ruby_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"xapian-bindings-ruby31",
"rb31-2darray",
"rb31-3llo",
"rb31-addressable",
"rb31-aes",
"rb31-aes_key_wrap",
"rb31-aescrypt",
"rb31-archive-tar-minitar",
"rb31-arrayfields",
"rb31-ast",
"rb31-atk",
"rb31-base32",
"rb31-base64",
"rb31-base_convert",
"rb31-bee",
"rb31-bigdecimal",
"rb31-bones",
"rb31-buftok",
"rb31-bzip2-ffi",
"rb31-cairo",
"rb31-cairo-gobject",
"rb31-cane",
"rb31-chronic",
"rb31-citrus",
"rb31-clutter",
"rb31-clutter-gdk",
"rb31-code_metrics",
"rb31-colorator",
"rb31-colorize",
"rb31-colours",
"rb31-concurrent-ruby",
"rb31-concurrent-ruby-ext",
"rb31-configuration",
"rb31-cri",
"rb31-crypt-isaac",
"rb31-curb",
"rb31-curl_ffi",
"rb31-curses",
"rb31-diakonos",
"rb31-domain_name",
"rb31-em-websocket",
"rb31-equalizer",
"rb31-erubi",
"rb31-escape",
"rb31-eventmachine",
"rb31-excon",
"rb31-execjs",
"rb31-fcgi",
"rb31-ffi",
"rb31-ffi-compiler",
"rb31-ffi-czmq",
"rb31-ffi-icu",
"rb31-ffi-inline",
"rb31-ffi-libarchive",
"rb31-ffi-libsodium",
"rb31-ffi-openmpt",
"rb31-ffi-portaudio",
"rb31-ffi-proj4",
"rb31-ffi-rzmq",
"rb31-ffi-rzmq-core",
"rb31-ffi-tk",
"rb31-fiddle",
"rb31-forwardable",
"rb31-forwardable-extended",
"rb31-fsevent",
"rb31-fsevent-legacy",
"rb31-gdk3",
"rb31-gdk4",
"rb31-gdk_pixbuf2",
"rb31-gem-patch",
"rb31-geokit",
"rb31-gio2",
"rb31-gettext",
"rb31-git-ui",
"rb31-glib2",
"rb31-gmp",
"rb31-gnumeric",
"rb31-gobject-introspection",
"rb31-goffice",
"rb31-gpgme",
"rb31-gsf",
"rb31-gtk3",
"rb31-gtk4",
"rb31-gtk_paradise",
"rb31-gtksourceview4",
"rb31-hashie",
"rb31-help_parser",
"rb31-heroku-api",
"rb31-heroku",
"rb31-hessian2",
"rb31-highline",
"rb31-htmlentities",
"rb31-http",
"rb31-http-accept",
"rb31-http-cookie",
"rb31-http-form_data",
"rb31-http_parser.rb",
"rb31-i18n",
"rb31-iconv",
"rb31-idn-ruby",
"rb31-image_science",
"rb31-inotify",
"rb31-jekyll-sass-converter",
"rb31-jekyll-sitemap",
"rb31-jekyll-watch",
"rb31-json",
"rb31-json_pure",
"rb31-kramdown",
"rb31-kramdown-parser-gfm",
"rb31-launchy",
"rb31-liquid",
"rb31-listen",
"rb31-little-plugger",
"rb31-llhttp-ffi",
"rb31-locale",
"rb31-lockfile",
"rb31-loquacious",
"rb31-memoizable",
"rb31-mercenary",
"rb31-method_source",
"rb31-mime-types",
"rb31-mime-types-data",
"rb31-mini_portile2",
"rb31-minitar",
"rb31-minitar-cli",
"rb31-multi_json",
"rb31-multipart-post",
"rb31-mustache",
"rb31-narray",
"rb31-native-package-installer",
"rb31-naught",
"rb31-ncursesw",
"rb31-net-ftp",
"rb31-net-dns",
"rb31-net-protocol",
"rb31-net-ssh",
"rb31-net-ssh-gateway",
"rb31-netrc",
"rb31-nice-ffi",
"rb31-nitpick",
"rb31-nokogiri",
"rb31-numo-gsl",
"rb31-numo-linalg",
"rb31-numo-narray",
"rb31-oauth",
"rb31-oauth-tty",
"rb31-optimist",
"rb31-packable",
"rb31-pango",
"rb31-parallel",
"rb31-parser",
"rb31-parsetree",
"rb31-pastel",
"rb31-path_expander",
"rb31-pathutil",
"rb31-pdumpfs",
"rb31-pkg-config",
"rb31-plist",
"rb31-posix-spawn",
"rb31-powerbar",
"rb31-progressbar",
"rb31-protobuf",
"rb31-psych",
"rb31-public_suffix",
"rb31-racc",
"rb31-rake",
"rb31-rb_sdl2",
"rb31-rbon",
"rb31-rdoc",
"rb31-red-colors",
"rb31-redcloth",
"rb31-require_all",
"rb31-rest-client",
"rb31-retryable",
"rb31-rexml",
"rb31-rice",
"rb31-rmagick",
"rb31-rmail",
"rb31-roauth",
"rb31-ronn-ng",
"rb31-rouge",
"rb31-ruby_parser",
"rb31-rubydraw",
"rb31-rubyinline",
"rb31-rubysdl",
"rb31-rubytoc",
"rb31-rubyzip",
"rb31-rufus-mnemo",
"rb31-safe_yaml",
"rb31-sass",
"rb31-sass-embedded",
"rb31-sass-listen",
"rb31-sdl-ffi",
"rb31-sdl2",
"rb31-sdl2-bindings",
"rb31-sexp_processor",
"rb31-simple_oauth",
"rb31-singleton",
"rb31-snaky_hash",
"rb31-stringio",
"rb31-such",
"rb31-sup",
"rb31-super_random",
"rb31-t",
"rb31-t_algebra",
"rb31-terminal-notifier",
"rb31-terminal-table",
"rb31-text",
"rb31-thor",
"rb31-threach",
"rb31-timeout",
"rb31-thread_safe",
"rb31-toml-rb",
"rb31-topinambour",
"rb31-totp",
"rb31-trollop",
"rb31-tty-color",
"rb31-tty-cursor",
"rb31-tty-prompt",
"rb31-tty-reader",
"rb31-tty-screen",
"rb31-twitter",
"rb31-twitter-text",
"rb31-twterm",
"rb31-unf",
"rb31-unf_ext",
"rb31-unicode",
"rb31-unicode-display_width",
"rb31-user_space",
"rb31-uuidtools",
"rb31-version_gem",
"rb31-vte3",
"rb31-webrick",
"rb31-will_paginate",
"rb31-wirble",
"rb31-wisper",
"rb31-x",
"rb31-xml-simple",
"rb31-yaml_zlib_blowfish",
"rb31-zentest"
]
}
]
},
{
"name": "ruby32",
"portdir": "lang/ruby32",
"version": "3.2.11",
"license": "(Ruby or BSD)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.ruby-lang.org/",
"description": "Powerful and clean object-oriented scripting language",
"long_description": "Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straightforward, extensible, and portable.",
"active": true,
"categories": [
"lang",
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
},
{
"name": "fw",
"github": "fhgwright",
"ports_count": 28
}
],
"variants": [
"doc",
"gmp",
"jemalloc",
"yjit",
"relative"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"cctools",
"pkgconfig",
"rust"
]
},
{
"type": "lib",
"ports": [
"readline",
"zlib",
"openssl3",
"gdbm",
"libffi",
"libyaml"
]
},
{
"type": "run",
"ports": [
"ruby_select"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"mkvtoolnix-legacy"
]
},
{
"type": "lib",
"ports": [
"rb32-zentest",
"xapian-bindings-ruby32",
"rb32-2darray",
"rb32-3llo",
"rb32-addressable",
"rb32-aes",
"rb32-aes_key_wrap",
"rb32-aescrypt",
"rb32-archive-tar-minitar",
"rb32-arrayfields",
"rb32-ast",
"rb32-atk",
"rb32-base32",
"rb32-base64",
"rb32-base_convert",
"rb32-bee",
"rb32-bigdecimal",
"rb32-bones",
"rb32-buftok",
"rb32-bzip2-ffi",
"rb32-cairo",
"rb32-cairo-gobject",
"rb32-cane",
"rb32-chronic",
"rb32-citrus",
"rb32-clutter",
"rb32-clutter-gdk",
"rb32-code_metrics",
"rb32-colorator",
"rb32-colorize",
"rb32-colours",
"rb32-concurrent-ruby",
"rb32-concurrent-ruby-ext",
"rb32-configuration",
"rb32-cri",
"rb32-crypt-isaac",
"rb32-curb",
"rb32-curl_ffi",
"rb32-curses",
"rb32-diakonos",
"rb32-domain_name",
"rb32-em-websocket",
"rb32-equalizer",
"rb32-erubi",
"rb32-escape",
"rb32-eventmachine",
"rb32-excon",
"rb32-execjs",
"rb32-fcgi",
"rb32-ffi",
"rb32-ffi-compiler",
"rb32-ffi-czmq",
"rb32-ffi-icu",
"rb32-ffi-inline",
"rb32-ffi-libarchive",
"rb32-ffi-libsodium",
"rb32-ffi-openmpt",
"rb32-ffi-portaudio",
"rb32-ffi-proj4",
"rb32-ffi-rzmq",
"rb32-ffi-rzmq-core",
"rb32-ffi-tk",
"rb32-fiddle",
"rb32-forwardable",
"rb32-forwardable-extended",
"rb32-fsevent",
"rb32-fsevent-legacy",
"rb32-gdk3",
"rb32-gdk4",
"rb32-gdk_pixbuf2",
"rb32-gem-patch",
"rb32-geokit",
"rb32-gio2",
"rb32-gettext",
"rb32-git-ui",
"rb32-glib2",
"rb32-gmp",
"rb32-gnumeric",
"rb32-gobject-introspection",
"rb32-goffice",
"rb32-gpgme",
"rb32-gsf",
"rb32-gtk3",
"rb32-gtk4",
"rb32-gtk_paradise",
"rb32-gtksourceview4",
"rb32-hashie",
"rb32-help_parser",
"rb32-heroku-api",
"rb32-heroku",
"rb32-hessian2",
"rb32-highline",
"rb32-htmlentities",
"rb32-http",
"rb32-http-accept",
"rb32-http-cookie",
"rb32-http-form_data",
"rb32-http_parser.rb",
"rb32-i18n",
"rb32-iconv",
"rb32-idn-ruby",
"rb32-image_science",
"rb32-inotify",
"rb32-jekyll-sass-converter",
"rb32-jekyll-sitemap",
"rb32-jekyll-watch",
"rb32-json",
"rb32-json_pure",
"rb32-kramdown",
"rb32-kramdown-parser-gfm",
"rb32-launchy",
"rb32-liquid",
"rb32-listen",
"rb32-little-plugger",
"rb32-llhttp-ffi",
"rb32-locale",
"rb32-lockfile",
"rb32-loquacious",
"rb32-memoizable",
"rb32-mercenary",
"rb32-method_source",
"rb32-mime-types",
"rb32-mime-types-data",
"rb32-mini_portile2",
"rb32-minitar",
"rb32-minitar-cli",
"rb32-multi_json",
"rb32-multipart-post",
"rb32-mustache",
"rb32-narray",
"rb32-native-package-installer",
"rb32-naught",
"rb32-ncursesw",
"rb32-net-ftp",
"rb32-net-dns",
"rb32-net-protocol",
"rb32-net-ssh",
"rb32-net-ssh-gateway",
"rb32-netrc",
"rb32-nice-ffi",
"rb32-nitpick",
"rb32-nokogiri",
"rb32-numo-gsl",
"rb32-numo-linalg",
"rb32-numo-narray",
"rb32-oauth",
"rb32-oauth-tty",
"rb32-optimist",
"rb32-packable",
"rb32-pango",
"rb32-parallel",
"rb32-parser",
"rb32-parsetree",
"rb32-pastel",
"rb32-path_expander",
"rb32-pathutil",
"rb32-pkg-config",
"rb32-plist",
"rb32-posix-spawn",
"rb32-powerbar",
"rb32-progressbar",
"rb32-protobuf",
"rb32-psych",
"rb32-public_suffix",
"rb32-racc",
"rb32-rake",
"rb32-rb_sdl2",
"rb32-rbon",
"rb32-rdoc",
"rb32-red-colors",
"rb32-redcloth",
"rb32-require_all",
"rb32-rest-client",
"rb32-retryable",
"rb32-rexml",
"rb32-rice",
"rb32-rmagick",
"rb32-rmail",
"rb32-roauth",
"rb32-ronn-ng",
"rb32-rouge",
"rb32-ruby_parser",
"rb32-rubydraw",
"rb32-rubyinline",
"rb32-rubysdl",
"rb32-rubytoc",
"rb32-rubyzip",
"rb32-rufus-mnemo",
"rb32-safe_yaml",
"rb32-sass",
"rb32-sass-embedded",
"rb32-sass-listen",
"rb32-sdl-ffi",
"rb32-sdl2",
"rb32-sdl2-bindings",
"rb32-sexp_processor",
"rb32-simple_oauth",
"rb32-singleton",
"rb32-snaky_hash",
"rb32-stringio",
"rb32-such",
"rb32-sup",
"rb32-super_random",
"rb32-t",
"rb32-t_algebra",
"rb32-terminal-notifier",
"rb32-terminal-table",
"rb32-text",
"rb32-thor",
"rb32-threach",
"rb32-timeout",
"rb32-thread_safe",
"rb32-toml-rb",
"rb32-topinambour",
"rb32-totp",
"rb32-trollop",
"rb32-tty-color",
"rb32-tty-cursor",
"rb32-tty-prompt",
"rb32-tty-reader",
"rb32-tty-screen",
"rb32-twitter",
"rb32-twitter-text",
"rb32-twterm",
"rb32-unf",
"rb32-unf_ext",
"rb32-unicode",
"rb32-unicode-display_width",
"rb32-user_space",
"rb32-uuidtools",
"rb32-version_gem",
"rb32-vte3",
"rb32-webrick",
"rb32-will_paginate",
"rb32-wirble",
"rb32-wisper",
"rb32-x",
"rb32-xml-simple",
"rb32-yaml_zlib_blowfish"
]
},
{
"type": "run",
"ports": [
"mkvtoolnix-legacy"
]
}
]
},
{
"name": "ruby33",
"portdir": "lang/ruby33",
"version": "3.3.11",
"license": "(Ruby or BSD)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.ruby-lang.org/",
"description": "Powerful and clean object-oriented scripting language",
"long_description": "Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straightforward, extensible, and portable.",
"active": true,
"categories": [
"lang",
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
},
{
"name": "fw",
"github": "fhgwright",
"ports_count": 28
}
],
"variants": [
"doc",
"gmp",
"jemalloc",
"yjit",
"relative"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"cctools",
"pkgconfig",
"rust"
]
},
{
"type": "lib",
"ports": [
"openssl3",
"zlib",
"gdbm",
"libffi",
"libyaml"
]
},
{
"type": "run",
"ports": [
"ruby_select"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"ruby-devel"
]
},
{
"type": "lib",
"ports": [
"xapian-bindings-ruby33",
"rb33-2darray",
"rb33-3llo",
"rb33-addressable",
"rb33-aes",
"rb33-aes_key_wrap",
"rb33-aescrypt",
"rb33-archive-tar-minitar",
"rb33-arrayfields",
"rb33-ast",
"rb33-atk",
"rb33-base32",
"rb33-base64",
"rb33-base_convert",
"rb33-bee",
"rb33-bigdecimal",
"rb33-bones",
"rb33-buftok",
"rb33-bzip2-ffi",
"rb33-cairo",
"rb33-cairo-gobject",
"rb33-cane",
"rb33-chronic",
"rb33-citrus",
"rb33-clutter",
"rb33-clutter-gdk",
"rb33-code_metrics",
"rb33-colorator",
"rb33-colorize",
"rb33-colours",
"rb33-concurrent-ruby",
"rb33-concurrent-ruby-ext",
"rb33-configuration",
"rb33-crypt-isaac",
"rb33-curb",
"rb33-curl_ffi",
"rb33-curses",
"rb33-diakonos",
"rb33-domain_name",
"rb33-em-websocket",
"rb33-equalizer",
"rb33-erubi",
"rb33-escape",
"rb33-eventmachine",
"rb33-excon",
"rb33-execjs",
"rb33-fcgi",
"rb33-ffi",
"rb33-ffi-compiler",
"rb33-ffi-czmq",
"rb33-ffi-icu",
"rb33-ffi-inline",
"rb33-ffi-libarchive",
"rb33-ffi-libsodium",
"rb33-ffi-openmpt",
"rb33-ffi-portaudio",
"rb33-ffi-proj4",
"rb33-ffi-rzmq",
"rb33-ffi-rzmq-core",
"rb33-ffi-tk",
"rb33-fiddle",
"rb33-forwardable",
"rb33-forwardable-extended",
"rb33-fsevent",
"rb33-fsevent-legacy",
"rb33-gdk3",
"rb33-gdk4",
"rb33-gdk_pixbuf2",
"rb33-gem-patch",
"rb33-geokit",
"rb33-gio2",
"rb33-gettext",
"rb33-git-ui",
"rb33-glib2",
"rb33-gmp",
"rb33-gnumeric",
"rb33-gobject-introspection",
"rb33-goffice",
"rb33-gpgme",
"rb33-gsf",
"rb33-gtk3",
"rb33-gtk4",
"rb33-gtk_paradise",
"rb33-gtksourceview4",
"rb33-hashie",
"rb33-help_parser",
"rb33-heroku-api",
"rb33-heroku",
"rb33-hessian2",
"rb33-highline",
"rb33-htmlentities",
"rb33-http",
"rb33-http-accept",
"rb33-http-cookie",
"rb33-http-form_data",
"rb33-http_parser.rb",
"rb33-i18n",
"rb33-iconv",
"rb33-idn-ruby",
"rb33-image_science",
"rb33-inotify",
"rb33-jekyll-sass-converter",
"rb33-jekyll-sitemap",
"rb33-jekyll-watch",
"rb33-json",
"rb33-json_pure",
"rb33-kramdown",
"rb33-kramdown-parser-gfm",
"rb33-launchy",
"rb33-liquid",
"rb33-listen",
"rb33-little-plugger",
"rb33-llhttp-ffi",
"rb33-locale",
"rb33-lockfile",
"rb33-loquacious",
"rb33-memoizable",
"rb33-mercenary",
"rb33-method_source",
"rb33-mime-types",
"rb33-mime-types-data",
"rb33-mini_portile2",
"rb33-minitar",
"rb33-minitar-cli",
"rb33-multi_json",
"rb33-multipart-post",
"rb33-mustache",
"rb33-narray",
"rb33-native-package-installer",
"rb33-naught",
"rb33-ncursesw",
"rb33-net-dns",
"rb33-net-protocol",
"rb33-net-ssh",
"rb33-net-ssh-gateway",
"rb33-netrc",
"rb33-nice-ffi",
"rb33-nitpick",
"rb33-nokogiri",
"rb33-numo-gsl",
"rb33-numo-linalg",
"rb33-numo-narray",
"rb33-oauth",
"rb33-oauth-tty",
"rb33-optimist",
"rb33-packable",
"rb33-pango",
"rb33-parallel",
"rb33-parser",
"rb33-parsetree",
"rb33-pastel",
"rb33-path_expander",
"rb33-pathutil",
"rb33-pkg-config",
"rb33-plist",
"rb33-posix-spawn",
"rb33-powerbar",
"rb33-progressbar",
"rb33-protobuf",
"rb33-psych",
"rb33-public_suffix",
"rb33-rake",
"rb33-rb_sdl2",
"rb33-rbon",
"rb33-red-colors",
"rb33-redcloth",
"rb33-require_all",
"rb33-rest-client",
"rb33-retryable",
"rb33-rice",
"rb33-rmail",
"rb33-roauth",
"rb33-ronn-ng",
"rb33-rouge",
"rb33-ruby_parser",
"rb33-rubydraw",
"rb33-rubyinline",
"rb33-rubysdl",
"rb33-rubytoc",
"rb33-rubyzip",
"rb33-rufus-mnemo",
"rb33-safe_yaml",
"rb33-sass",
"rb33-sass-embedded",
"rb33-sass-listen",
"rb33-sdl-ffi",
"rb33-sdl2",
"rb33-sdl2-bindings",
"rb33-sexp_processor",
"rb33-simple_oauth",
"rb33-singleton",
"rb33-snaky_hash",
"rb33-stringio",
"rb33-such",
"rb33-sup",
"rb33-super_random",
"rb33-t",
"rb33-t_algebra",
"rb33-terminal-notifier",
"rb33-terminal-table",
"rb33-text",
"rb33-thor",
"rb33-timeout",
"rb33-thread_safe",
"rb33-toml-rb",
"rb33-topinambour",
"rb33-totp",
"rb33-trollop",
"rb33-tty-color",
"rb33-tty-cursor",
"rb33-tty-prompt",
"rb33-tty-reader",
"rb33-tty-screen",
"rb33-twitter",
"rb33-twitter-text",
"rb33-twterm",
"rb33-unf",
"rb33-unf_ext",
"rb33-unicode",
"rb33-unicode-display_width",
"rb33-user_space",
"rb33-uuidtools",
"rb33-version_gem",
"rb33-vte3",
"rb33-webrick",
"rb33-will_paginate",
"rb33-wirble",
"rb33-wisper",
"rb33-x",
"rb33-xml-simple",
"rb33-yaml_zlib_blowfish",
"rb33-zentest",
"asciidoctor",
"rb33-net-ftp",
"jekyll"
]
}
]
},
{
"name": "ruby34",
"portdir": "lang/ruby34",
"version": "3.4.9",
"license": "(Ruby or BSD)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.ruby-lang.org/",
"description": "Powerful and clean object-oriented scripting language",
"long_description": "Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straightforward, extensible, and portable.",
"active": true,
"categories": [
"lang",
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
},
{
"name": "fw",
"github": "fhgwright",
"ports_count": 28
}
],
"variants": [
"doc",
"gmp",
"jemalloc",
"yjit",
"relative"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"cctools",
"pkgconfig",
"rust"
]
},
{
"type": "lib",
"ports": [
"openssl3",
"zlib",
"gdbm",
"libffi",
"libyaml"
]
},
{
"type": "run",
"ports": [
"ruby_select"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"mkvtoolnix",
"mkvtoolnix-devel"
]
},
{
"type": "lib",
"ports": [
"xapian-bindings-ruby34",
"rb34-safe_yaml",
"rb34-sass-embedded",
"rb34-terminal-table",
"rb34-unicode-display_width",
"rb34-webrick",
"rb34-addressable",
"rb34-colorator",
"rb34-concurrent-ruby",
"rb34-em-websocket",
"rb34-eventmachine",
"rb34-ffi",
"rb34-forwardable-extended",
"rb34-fsevent",
"rb34-http_parser.rb",
"rb34-i18n",
"rb34-inotify",
"rb34-jekyll-sass-converter",
"rb34-jekyll-sitemap",
"rb34-jekyll-watch",
"rb34-kramdown",
"rb34-kramdown-parser-gfm",
"rb34-liquid",
"rb34-listen",
"rb34-mercenary",
"rb34-mime-types",
"rb34-mime-types-data",
"rb34-pathutil",
"rb34-protobuf",
"rb34-public_suffix",
"rb34-rake",
"rb34-rouge"
]
},
{
"type": "run",
"ports": [
"mkvtoolnix-devel",
"mkvtoolnix",
"macchanger",
"john-jumbo-devel",
"john-jumbo"
]
}
]
},
{
"name": "rune",
"portdir": "lang/rune",
"version": "0.14.0",
"license": "(Apache-2 or MIT)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rune-rs/rune",
"description": "An embeddable dynamic programming language for Rust.",
"long_description": "An embeddable dynamic programming language for Rust.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1057
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "rust",
"portdir": "lang/rust",
"version": "1.95.0",
"license": "(MIT or Apache-2) and BSD and zlib and NCSA and Permissive",
"platforms": "{darwin >= 9}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.rust-lang.org",
"description": "A safe, concurrent, practical language",
"long_description": "Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of \"programming in the large\", that is, of creating and maintaining boundaries -- both abstract and operational -- that preserve large-system integrity, availability and concurrency.",
"active": true,
"categories": [
"devel",
"lang"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1599
}
],
"variants": [
"mirror_all_architectures"
],
"dependencies": [
{
"type": "build",
"ports": [
"python314",
"cmake",
"legacy-support",
"ninja",
"pkgconfig",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"zlib",
"libgit2",
"libunwind",
"curl",
"libiconv",
"openssl3"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"xp3-tool",
"wezterm",
"binwalk",
"cargo",
"mdfried",
"nfd2nfc",
"rpg",
"llmfit",
"snowemu",
"icann-rdap",
"kasane",
"wasm-component-ld",
"mp3rgain",
"fnox",
"cloudflare-speed-cli",
"ratty",
"brusic",
"feedr",
"hittekaart",
"alacritty",
"cargo-c",
"dtool",
"git-interactive-rebase-tool",
"mesalink",
"racer",
"rust-analyzer",
"shellharden",
"stgit",
"tokei",
"wrangler",
"amp",
"ox",
"whitebox-tools",
"libopenraw",
"librsvg",
"pastel",
"pngquant",
"t-rec",
"alan",
"gleam",
"himalaya",
"rav1e",
"bandwhich",
"cjdns",
"dog",
"ffsend",
"gping",
"miniserve",
"newsboat",
"rustscan",
"teleport",
"websocat",
"xh",
"dijo",
"eureka",
"taskwarrior-tui",
"py35-bcrypt",
"py36-bcrypt",
"py37-bcrypt",
"py38-bcrypt",
"py39-bcrypt",
"py36-cryptography",
"py37-cryptography",
"py38-cryptography",
"py39-cryptography",
"py38-dulwich",
"py39-dulwich",
"py37-jellyfish",
"py38-jellyfish",
"py39-jellyfish",
"py-tokenizers",
"py37-tokenizers",
"py38-tokenizers",
"py39-tokenizers",
"sequoia-pgp",
"fish",
"asciinema",
"broot",
"bupstash",
"cargo2port",
"clamav",
"cloudman",
"diskonaut",
"diskus",
"dmux",
"dua-cli",
"fd",
"folderify",
"fselect",
"hexyl",
"hyperfine",
"influxdb",
"just",
"kubie",
"lsd",
"mask",
"mcfly",
"nomino",
"procs",
"skim",
"starship",
"tealdeer",
"topgrade",
"watchman",
"xplr",
"zellij",
"zenith",
"zoxide",
"tectonic",
"angle-grinder",
"bat",
"git-delta",
"mdcat",
"ripgrep",
"ripgrep-all",
"sd",
"xsv",
"blades",
"geckodriver",
"zola",
"sccache",
"hackernews-tui",
"atuin",
"oha",
"svgcleaner",
"grex",
"helix",
"nushell",
"choose",
"dust",
"bottom",
"git-cinnabar",
"monolith",
"pqrs",
"git-branchless",
"joshuto",
"kalker",
"gitweb",
"ned",
"ruplacer",
"reddsaver",
"fif",
"onefetch",
"as-tree",
"hck",
"stylua",
"jwt-cli",
"coreutils-uutils",
"gitui",
"phetch",
"fnm",
"kdash",
"navi",
"viddy",
"git-cliff",
"organize-rt",
"yj",
"code-minimap",
"shisho",
"tv",
"tree-sitter-cli",
"committed",
"htmlq",
"gobang",
"drill",
"sad",
"mdbook",
"cargo-generate",
"sniffglue",
"genact",
"hurl",
"hgrep",
"librsvg-devel",
"nsh",
"ouch",
"py310-cryptography",
"py310-dulwich",
"doctave",
"git-absorb",
"py310-jellyfish",
"dominant_colours",
"tre-tree",
"rhit",
"py310-bcrypt",
"backdown",
"cargo-asm",
"when",
"viu",
"cbindgen",
"wasmtime",
"binocle",
"cobalt.rs",
"t-rex",
"jless",
"hwatch",
"dura",
"wasmer",
"argc",
"igrep",
"qsv",
"toast",
"rust-script",
"gfold",
"arti",
"blake3",
"ddh",
"difftastic",
"bore-cli",
"bartib",
"wasm-pack",
"fclones",
"oxipng",
"fornjot",
"zee",
"scout",
"cfonts",
"py-maturin",
"py37-maturin",
"py38-maturin",
"py39-maturin",
"py310-maturin",
"py-orjson",
"py37-orjson",
"py38-orjson",
"py39-orjson",
"py310-orjson",
"tuc",
"texlab",
"bingrep",
"av1an",
"rsspls",
"replibyte",
"hunt",
"ares",
"dprint",
"lychee",
"modus",
"riff",
"cgrc",
"rustic",
"py310-tokenizers",
"rq",
"nixpacks",
"stork",
"meli",
"jot",
"roapi",
"columnq",
"lemmeknow",
"keysync",
"agg",
"felix",
"jujutsu",
"py311-cryptography",
"py311-maturin",
"garage",
"mqttui",
"py311-dulwich",
"ruby32",
"py311-orjson",
"hoard-cli",
"py311-bcrypt",
"kbs2",
"jlq",
"termusic",
"so",
"ruff",
"eva",
"typst",
"prips",
"py311-jellyfish",
"py-cryptg",
"py38-cryptg",
"py39-cryptg",
"py310-cryptg",
"fastmod",
"volta-node",
"taizen",
"wiki-tui",
"halloy",
"fend",
"sniprun",
"py311-cryptg",
"killport",
"tui-journal",
"py311-tokenizers",
"py-safetensors",
"py38-safetensors",
"py39-safetensors",
"py310-safetensors",
"py311-safetensors",
"repgrep",
"eza",
"pijul-devel",
"daktilo",
"py312-maturin",
"gdrive3",
"pueue",
"presenterm",
"gifski",
"libgifski",
"py312-orjson",
"py312-dulwich",
"silicon",
"lapce",
"py312-cryptography",
"gpg-tui",
"ascii-gen",
"hyfetch",
"wgshadertoy",
"jaq",
"jql",
"gql",
"ast-grep",
"rs-aggregate",
"py312-jellyfish",
"ruby33",
"PineFlash",
"tlrc",
"py311-tiktoken",
"py312-tiktoken",
"csvlens",
"py312-bcrypt",
"py-pydantic_core",
"py38-pydantic_core",
"py39-pydantic_core",
"py310-pydantic_core",
"py311-pydantic_core",
"py312-pydantic_core",
"czkawka",
"py37-pydantic_core",
"mise",
"conserve",
"gitoxide",
"srgn",
"rustpython",
"py-rustworkx",
"py310-rustworkx",
"py311-rustworkx",
"py312-rustworkx",
"yazi",
"kalc",
"uv",
"vrc-get",
"wstunnel",
"py312-cryptg",
"watchexec",
"ata",
"veryl",
"jnv",
"gitu",
"rune",
"orz",
"goku",
"tu",
"rotz",
"clavus",
"tiron",
"rye",
"hex",
"neocmakelsp",
"termscp",
"oxker",
"numbat",
"amber-lang",
"rio",
"sig",
"flawz",
"otree",
"envelope",
"qrtool",
"ferium",
"serpl",
"lucky-commit",
"shadowsocks-rust",
"kondo",
"aichat",
"inferno",
"rage",
"age-plugin-yubikey",
"kty",
"dune",
"ncmc",
"ncmdump",
"aq",
"elp",
"sequoia-sq",
"py313-maturin",
"py313-dulwich",
"py313-cryptography",
"neohtop",
"dufs",
"py313-orjson",
"diffr",
"rebels-in-the-sky",
"sshs",
"csview",
"macmon",
"rpg-cli",
"ruby34",
"py313-pydantic_core",
"py313-bcrypt",
"libkrun",
"krunkit",
"hk",
"vivid",
"zizmor",
"ab-av1",
"sequoia-chameleon-gnupg",
"jgenesis",
"cocogitto",
"taplo",
"xan",
"wiper",
"carl",
"py313-jellyfish",
"mercurial-rustext",
"tabiew",
"doge",
"alcom",
"edit",
"brush",
"idevice_pair",
"py314-maturin",
"py314-orjson",
"sequoia-keystore",
"py314-dulwich",
"kibi",
"py314-cryptography",
"py314-pydantic_core",
"run",
"py313-cryptg",
"prek",
"py314-bcrypt",
"macdisp",
"py314-jellyfish",
"rustup",
"ruby40",
"weathr",
"display-switch",
"codex",
"deff",
"sem",
"py312-safetensors",
"py313-safetensors",
"py314-safetensors",
"blogtato",
"parqeye",
"py312-tokenizers",
"py313-tokenizers",
"py314-tokenizers",
"googleworkspace-cli",
"purl",
"horizon",
"mergiraf",
"git-stack",
"tombi",
"spotify-player",
"py-kornia-rs",
"py313-kornia-rs",
"py314-kornia-rs"
]
},
{
"type": "lib",
"ports": [
"p5.30-alien-rust",
"p5.28-alien-rust",
"p5.32-alien-rust",
"p5.34-alien-rust",
"racer"
]
},
{
"type": "run",
"ports": [
"py37-setuptools-rust",
"py38-setuptools-rust",
"py39-setuptools-rust",
"py314-setuptools-rust",
"py313-setuptools-rust",
"cargo-bootstrap",
"py310-setuptools-rust",
"py311-setuptools-rust",
"cargo",
"py312-setuptools-rust",
"py36-setuptools-rust"
]
}
]
},
{
"name": "rust-bootstrap",
"portdir": "lang/rust-bootstrap",
"version": "1.77.0",
"license": "(MIT or Apache-2) and BSD and zlib and NCSA and Permissive",
"platforms": "{darwin any >= 16 < 18}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.rust-lang.org",
"description": "A safe, concurrent, practical language",
"long_description": "Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of \"programming in the large\", that is, of creating and maintaining boundaries -- both abstract and operational -- that preserve large-system integrity, availability and concurrency.",
"active": true,
"categories": [
"devel",
"lang"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1599
}
],
"variants": [
"mirror_all_architectures"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-20",
"cmake",
"ninja",
"pkgconfig",
"python312"
]
},
{
"type": "lib",
"ports": [
"curl",
"libiconv",
"openssl3",
"zlib"
]
}
],
"depends_on": []
},
{
"name": "rust-src",
"portdir": "lang/rust",
"version": "1.95.0",
"license": "(MIT or Apache-2) and BSD and zlib and NCSA and Permissive",
"platforms": "{darwin >= 9}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.rust-lang.org",
"description": "Rust source code for the Rust programming language",
"long_description": "Rust source code for the Rust programming language to trace `panic!` calls.",
"active": true,
"categories": [
"devel",
"lang"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1599
}
],
"variants": [
"mirror_all_architectures"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-20"
]
},
{
"type": "lib",
"ports": [
null
]
}
],
"depends_on": []
},
{
"name": "rust-bootstrap-10.7",
"portdir": "lang/rust-bootstrap",
"version": "1.77.0",
"license": "(MIT or Apache-2) and BSD and zlib and NCSA and Permissive",
"platforms": "{darwin any >= 16 < 18}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.rust-lang.org",
"description": "A safe, concurrent, practical language",
"long_description": "Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of \"programming in the large\", that is, of creating and maintaining boundaries -- both abstract and operational -- that preserve large-system integrity, availability and concurrency.",
"active": true,
"categories": [
"devel",
"lang"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1599
}
],
"variants": [
"mirror_all_architectures"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-20",
"cmake",
"ninja",
"pkgconfig",
"python312"
]
},
{
"type": "lib",
"ports": [
"zlib",
"legacy-support",
"curl",
"libiconv",
"openssl3"
]
}
],
"depends_on": []
},
{
"name": "rust-bootstrap-10.6",
"portdir": "lang/rust-bootstrap",
"version": "1.77.0",
"license": "(MIT or Apache-2) and BSD and zlib and NCSA and Permissive",
"platforms": "{darwin any >= 16 < 18}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.rust-lang.org",
"description": "A safe, concurrent, practical language",
"long_description": "Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of \"programming in the large\", that is, of creating and maintaining boundaries -- both abstract and operational -- that preserve large-system integrity, availability and concurrency.",
"active": true,
"categories": [
"devel",
"lang"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1599
}
],
"variants": [
"mirror_all_architectures"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-20",
"cmake",
"ninja",
"pkgconfig",
"rust-bootstrap-transition",
"python312"
]
},
{
"type": "extract",
"ports": [
"rust-bootstrap-transition"
]
},
{
"type": "lib",
"ports": [
"zlib",
"legacy-support",
"curl",
"libiconv",
"openssl3"
]
}
],
"depends_on": []
},
{
"name": "rust-bootstrap-10.5",
"portdir": "lang/rust-bootstrap",
"version": "1.77.0",
"license": "(MIT or Apache-2) and BSD and zlib and NCSA and Permissive",
"platforms": "{darwin any >= 16 < 18}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.rust-lang.org",
"description": "A safe, concurrent, practical language",
"long_description": "Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of \"programming in the large\", that is, of creating and maintaining boundaries -- both abstract and operational -- that preserve large-system integrity, availability and concurrency.",
"active": true,
"categories": [
"devel",
"lang"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1599
}
],
"variants": [
"mirror_all_architectures"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-20",
"python312",
"rust-bootstrap-transition",
"pkgconfig",
"ninja"
]
},
{
"type": "extract",
"ports": [
"rust-bootstrap-transition"
]
},
{
"type": "lib",
"ports": [
"zlib",
"openssl3",
"libiconv",
"curl",
"libunwind",
"legacy-support"
]
}
],
"depends_on": []
},
{
"name": "rust-bootstrap-transition",
"portdir": "lang/rust-bootstrap",
"version": "1.77.0",
"license": "(MIT or Apache-2) and BSD and zlib and NCSA and Permissive",
"platforms": "{darwin any >= 16 < 18}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.rust-lang.org",
"description": "A safe, concurrent, practical language",
"long_description": "Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of \"programming in the large\", that is, of creating and maintaining boundaries -- both abstract and operational -- that preserve large-system integrity, availability and concurrency.",
"active": true,
"categories": [
"devel",
"lang"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1599
}
],
"variants": [
"mirror_all_architectures"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-20",
"cmake",
"ninja",
"pkgconfig",
"python312"
]
},
{
"type": "lib",
"ports": [
"curl",
"libiconv",
"openssl3",
"zlib"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"rust-bootstrap-10.6",
"rust-bootstrap-10.5"
]
},
{
"type": "extract",
"ports": [
"rust-bootstrap-10.6",
"rust-bootstrap-10.5"
]
}
]
},
{
"name": "rust-script",
"portdir": "lang/rust-script",
"version": "0.36.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://rust-script.org",
"description": "Run Rust files and expressions as scripts without any setup or compilation step.",
"long_description": "Run Rust files and expressions as scripts without any setup or compilation step.",
"active": true,
"categories": [
"devel",
"lang"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1057
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "rustpython",
"portdir": "lang/rustpython",
"version": "0.5.0",
"license": "(MIT or CCBY-4)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://rustpython.github.io/",
"description": "A Python 3 (CPython >= 3.12.0) Interpreter written in Rust",
"long_description": "A Python 3 (CPython >= 3.12.0) Interpreter written in Rust",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1057
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"legacy-support",
"rust",
"clang-20",
"cargo",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"libunwind",
"zlib"
]
}
],
"depends_on": []
},
{
"name": "sbcl",
"portdir": "lang/sbcl",
"version": "2.6.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "http://www.sbcl.org",
"description": "The Steel Bank Common Lisp system",
"long_description": "Steel Bank Common Lisp (SBCL) is a Open Source implementation of ANSI Common Lisp. It provides an interactive environment including an integrated native compiler, interpreter, and debugger. SBCL is quite suitable for the creation of long running system services, as the compiler trades the time for a long initial compilation for blazingly fast loading of its binary runtime fasl representation.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "easieste",
"github": "easye",
"ports_count": 15
}
],
"variants": [
"bootstrap_ecl",
"simd",
"html",
"pdf",
"threads",
"fancy"
],
"dependencies": [
{
"type": "build",
"ports": [
"sbcl-bootstrap",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"zstd"
]
},
{
"type": "run",
"ports": [
"clang-18"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"nyxt",
"ocicl",
"QiII",
"cl-3bmd",
"cl-3bz",
"cl-access",
"cl-acclimation",
"cl-alexandria",
"cl-anaphora",
"cl-annot",
"cl-anonfun",
"cl-ansi-text",
"cl-anypool",
"cl-arnesi",
"cl-array-utils",
"cl-asdf-flv",
"cl-assoc-utils",
"cl-async",
"cl-atomics",
"cl-babel",
"cl-base64",
"cl-blackbird",
"cl-bordeaux-threads",
"cl-calispel",
"cl-cffi",
"cl-cffi-gtk",
"cl-change-case",
"cl-checkl",
"cl-chipz",
"cl-chunga",
"cl-circular-streams",
"cl-clack",
"cl-closer-mop",
"cl-clsql",
"cl-clss",
"cl-cluffer",
"cl-clump",
"cl-clunit2",
"cl-collectors",
"cl-colorize",
"cl-colors",
"cl-colors2",
"cl-com.gigamonkeys.binary-data",
"cl-com.inuoe.jzon",
"cl-containers",
"cl-contextl",
"cl-cookie",
"cl-custom-hash-table",
"cl-dbi",
"cl-deflate",
"cl-dexador",
"cl-difflib",
"cl-dexador-test",
"cl-dissect",
"cl-djula",
"cl-do-urlencode",
"cl-djula-demo",
"cl-docudown",
"cl-documentation-utils",
"cl-drakma",
"cl-dynamic-classes",
"cl-drakma-test",
"cl-eager-future",
"cl-eager-future2",
"cl-easy-routes",
"cl-enchant",
"cl-eos",
"cl-esrap",
"cl-fad",
"cl-fare-quasiquote",
"cl-fare-utils",
"cl-fast-http",
"cl-fast-io",
"cl-fastcgi",
"cl-fiasco",
"cl-find-port",
"cl-fiveam",
"cl-flexi-streams",
"cl-float-features",
"cl-form-fiddle",
"cl-fset",
"cl-gendoc",
"cl-gettext",
"cl-global-vars",
"cl-gobject-introspection",
"cl-gopher",
"cl-history-tree",
"cl-html-diff",
"cl-html-encode",
"cl-http-body",
"cl-hu.dwim.asdf",
"cl-hu.dwim.stefil",
"cl-hunchentoot",
"cl-hunchentoot-errors",
"cl-idna",
"cl-ieee-floats",
"cl-in-nomine",
"cl-infix",
"cl-interpol",
"cl-introspect-environment",
"cl-iolib",
"cl-ironclad",
"cl-isaac",
"cl-iterate",
"cl-jonathan",
"cl-jpeg",
"cl-jpeg-turbo",
"cl-jpl-queues",
"cl-jpl-util",
"cl-js",
"cl-json",
"cl-kmrcl",
"cl-lack",
"cl-language-codes",
"cl-lass",
"cl-legion",
"cl-let-plus",
"cl-libuv",
"cl-lift",
"cl-lisp-namespace",
"cl-lisp-unit",
"cl-lisp-unit2",
"cl-lml2",
"cl-local-time",
"cl-locale",
"cl-postgres-plus-local-time",
"cl-lparallel",
"cl-lw-compat",
"cl-markdown",
"cl-markup",
"cl-marshal",
"cl-md5",
"cl-metabang-bind",
"cl-metacopy",
"cl-metatilities",
"cl-metatilities-base",
"cl-mgl-pax",
"cl-mimeparse",
"cl-mgl-pax-bootstrap",
"cl-dref",
"cl-dref-test",
"cl-mgl-pax-test",
"cl-misc-extensions",
"cl-mmap",
"cl-montezuma",
"cl-moptilities",
"cl-mt19937",
"cl-multilang-documentation",
"cl-mysql",
"cl-named-readtables",
"cl-nasdf",
"cl-named-readtables-test",
"cl-nclasses",
"cl-ndebug",
"cl-nfiles",
"cl-nhooks",
"cl-nibbles",
"cl-njson",
"cl-nkeymaps",
"cl-nodgui",
"cl-nsymbols",
"cl-opticl",
"cl-opticl-core",
"cl-optima",
"cl-osicat",
"cl-parachute",
"cl-parenscript",
"cl-parse-declarations",
"cl-parse-float",
"cl-parse-js",
"cl-parse-number",
"cl-parser-combinators",
"cl-phos",
"cl-plump",
"cl-plus-ssl",
"cl-png-read",
"cl-pngload",
"cl-postmodern",
"cl-pngload-test",
"cl-postgres",
"cl-ppcre",
"cl-prevalence",
"cl-ppcre-unicode",
"cl-proc-parse",
"cl-prompter",
"cl-prove",
"cl-ptester",
"cl-puri",
"cl-py-configparser",
"cl-pythonic-string-reader",
"cl-qrencode",
"cl-quri",
"cl-redis",
"cl-retrospectiff",
"cl-rfc2388",
"cl-routes",
"cl-rove",
"cl-rt",
"cl-rutils",
"cl-s-sysdeps",
"cl-rutils-test",
"cl-s-xml",
"cl-salza2",
"cl-serapeum",
"cl-should-test",
"cl-simple-tasks",
"cl-skippy",
"cl-slice",
"cl-slynk",
"cl-smart-buffer",
"cl-speedy-queue",
"cl-spinneret",
"cl-split-sequence",
"cl-sqlite",
"cl-static-vectors",
"cl-stefil",
"cl-str",
"cl-string-case",
"cl-swank",
"cl-swap-bytes",
"cl-symbol-munger",
"cl-syntax",
"cl-system-locale",
"cl-test-more",
"cl-tga",
"cl-thrift",
"cl-tld",
"cl-toot",
"cl-translate",
"cl-trivia",
"cl-trivial-arguments",
"cl-trivial-backtrace",
"cl-trivial-benchmark",
"cl-trivial-clipboard",
"cl-trivial-cltl2",
"cl-trivial-custom-debugger",
"cl-trivial-features",
"cl-trivial-file-size",
"cl-trivial-garbage",
"cl-trivial-gray-streams",
"cl-trivial-indent",
"cl-trivial-macroexpand-all",
"cl-trivial-main-thread",
"cl-trivial-mime",
"cl-trivial-open-browser",
"cl-trivial-package-local-nicknames",
"cl-trivial-rfc-1123",
"cl-trivial-shell",
"cl-trivial-sockets",
"cl-trivial-timeout",
"cl-trivial-types",
"cl-trivial-utf-8",
"cl-trivial-with-current-source-form",
"cl-try",
"cl-type-i",
"cl-uax-15",
"cl-uffi",
"cl-unicode",
"cl-unix-opts",
"cl-url-rewrite",
"cl-usocket",
"cl-utilities",
"cl-variates",
"cl-vom",
"cl-webengine",
"cl-webkit2",
"cl-who",
"cl-wookie",
"cl-xlunit",
"cl-xsubseq",
"cl-yacc",
"cl-zpb-exif",
"cl-zpng",
"cl-trivial-features-tests"
]
},
{
"type": "lib",
"ports": [
"fricas",
"maxima",
"maxima-devel",
"acl2"
]
}
]
},
{
"name": "sbcl-bootstrap",
"portdir": "lang/sbcl-bootstrap",
"version": "2.2.9",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.sbcl.org",
"description": "Common Lisp boot system to boostrap SBCL",
"long_description": "Common Lisp boot system to boostrap SBCL",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"sbcl",
"sbcl-devel"
]
}
]
},
{
"name": "sbcl-devel",
"portdir": "lang/sbcl",
"version": "20240924",
"license": "BSD",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "http://www.sbcl.org",
"description": "The Steel Bank Common Lisp system",
"long_description": "Steel Bank Common Lisp (SBCL) is a Open Source implementation of ANSI Common Lisp. It provides an interactive environment including an integrated native compiler, interpreter, and debugger. SBCL is quite suitable for the creation of long running system services, as the compiler trades the time for a long initial compilation for blazingly fast loading of its binary runtime fasl representation.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "easieste",
"github": "easye",
"ports_count": 15
}
],
"variants": [
"bootstrap_ecl",
"simd",
"html",
"pdf",
"threads",
"fancy"
],
"dependencies": [
{
"type": "build",
"ports": [
"sbcl-bootstrap",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"zstd"
]
},
{
"type": "run",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "scala",
"portdir": "lang/scala",
"version": "3.4",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.scala-lang.org/",
"description": "The Scala Programming Language",
"long_description": "Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages. It runs inside a Java Virtual Machine and is fully interoperable with Java.",
"active": true,
"categories": [
"lang",
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"openjdk8-zulu"
]
},
{
"type": "run",
"ports": [
"scala3.4"
]
}
],
"depends_on": []
},
{
"name": "scheme48",
"portdir": "lang/scheme48",
"version": "1.9.2",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://s48.org/",
"description": "Scheme byte-code interpreter",
"long_description": "Scheme 48 is an implementation of Scheme written by Richard Kelsey and Jonathan Rees. It is based on a byte-code interpreter and is designed to be used as a testbed for experiments in implementation techniques and as an expository tool.",
"active": true,
"categories": [
"lang",
"scheme"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "scala3.4",
"portdir": "lang/scala",
"version": "3.4.1",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.scala-lang.org/",
"description": "The Scala Programming Language",
"long_description": "Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages. It runs inside a Java Virtual Machine and is fully interoperable with Java.",
"active": true,
"categories": [
"lang",
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"openjdk8-zulu",
"scala_select"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"scala"
]
}
]
},
{
"name": "scala3.3",
"portdir": "lang/scala",
"version": "3.3.3",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.scala-lang.org/",
"description": "The Scala Programming Language",
"long_description": "Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages. It runs inside a Java Virtual Machine and is fully interoperable with Java.",
"active": true,
"categories": [
"lang",
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"openjdk8-zulu",
"scala_select"
]
}
],
"depends_on": []
},
{
"name": "scala3.2",
"portdir": "lang/scala",
"version": "3.2.2",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.scala-lang.org/",
"description": "The Scala Programming Language",
"long_description": "Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages. It runs inside a Java Virtual Machine and is fully interoperable with Java.",
"active": true,
"categories": [
"lang",
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"openjdk8-zulu",
"scala_select"
]
}
],
"depends_on": []
},
{
"name": "scala3.1",
"portdir": "lang/scala",
"version": "3.1.3",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.scala-lang.org/",
"description": "The Scala Programming Language",
"long_description": "Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages. It runs inside a Java Virtual Machine and is fully interoperable with Java.",
"active": true,
"categories": [
"lang",
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"openjdk8-zulu",
"scala_select"
]
}
],
"depends_on": []
},
{
"name": "scala3.0",
"portdir": "lang/scala",
"version": "3.0.2",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.scala-lang.org/",
"description": "The Scala Programming Language",
"long_description": "Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages. It runs inside a Java Virtual Machine and is fully interoperable with Java.",
"active": true,
"categories": [
"lang",
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"openjdk8-zulu",
"scala_select"
]
}
],
"depends_on": []
},
{
"name": "scala2.13",
"portdir": "lang/scala",
"version": "2.13.16",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.scala-lang.org/",
"description": "The Scala Programming Language",
"long_description": "Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages. It runs inside a Java Virtual Machine and is fully interoperable with Java.",
"active": true,
"categories": [
"lang",
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"openjdk8-zulu",
"scala_select"
]
}
],
"depends_on": []
}
]
}