HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 52331,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=867",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=865",
"results": [
{
"name": "rb33-posix-spawn",
"portdir": "ruby/rb-posix-spawn",
"version": "0.3.15",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rtomayko/posix-spawn",
"description": "rb-posix-spawn uses posix_spawnp(2) for faster process spawning",
"long_description": "rb-posix-spawn uses posix_spawnp(2) for faster process spawning",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": []
},
{
"name": "rb32-posix-spawn",
"portdir": "ruby/rb-posix-spawn",
"version": "0.3.15",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rtomayko/posix-spawn",
"description": "rb-posix-spawn uses posix_spawnp(2) for faster process spawning",
"long_description": "rb-posix-spawn uses posix_spawnp(2) for faster process spawning",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby32"
]
}
],
"depends_on": []
},
{
"name": "rb31-posix-spawn",
"portdir": "ruby/rb-posix-spawn",
"version": "0.3.15",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rtomayko/posix-spawn",
"description": "rb-posix-spawn uses posix_spawnp(2) for faster process spawning",
"long_description": "rb-posix-spawn uses posix_spawnp(2) for faster process spawning",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby31"
]
}
],
"depends_on": []
},
{
"name": "rb30-posix-spawn",
"portdir": "ruby/rb-posix-spawn",
"version": "0.3.15",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rtomayko/posix-spawn",
"description": "rb-posix-spawn uses posix_spawnp(2) for faster process spawning",
"long_description": "rb-posix-spawn uses posix_spawnp(2) for faster process spawning",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby30"
]
}
],
"depends_on": []
},
{
"name": "rb33-powerbar",
"portdir": "ruby/rb-powerbar",
"version": "2.0.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/busyloop/powerbar",
"description": "The last progress-bar library you will ever need",
"long_description": "The last progress-bar library you will ever need",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby33",
"rb33-hashie"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"rb33-minitar-cli"
]
}
]
},
{
"name": "rb32-powerbar",
"portdir": "ruby/rb-powerbar",
"version": "2.0.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/busyloop/powerbar",
"description": "The last progress-bar library you will ever need",
"long_description": "The last progress-bar library you will ever need",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby32",
"rb32-hashie"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"rb32-minitar-cli"
]
}
]
},
{
"name": "rb31-powerbar",
"portdir": "ruby/rb-powerbar",
"version": "2.0.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/busyloop/powerbar",
"description": "The last progress-bar library you will ever need",
"long_description": "The last progress-bar library you will ever need",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby31",
"rb31-hashie"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"rb31-minitar-cli"
]
}
]
},
{
"name": "rb-preferences",
"portdir": "ruby/rb-preferences",
"version": "0.3",
"license": "Ruby",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://redshift.sourceforge.net/preferences/",
"description": "Persistent preferences for applications",
"long_description": "The Preferences class is an easy way to make variables in an application persist in a file. The file is human readable, through the magic of YAML. Preferences vary from user to user, so typically the file used for persistence will be chosen based on the users environment as well as the name of the app. Any pair of methods that look like a reader/writer pair can be persisted, so existing variables can be stored with little additional fuss and bother.",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby"
]
}
],
"depends_on": []
},
{
"name": "rb-product",
"portdir": "ruby/rb-product",
"version": "1.0.0",
"license": "Ruby",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.notwork.org/~gotoken/ruby/p/product/",
"description": "Direct product class for enumerables",
"long_description": "Direct product class for enumerables",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby"
]
}
],
"depends_on": []
},
{
"name": "rb-progressbar",
"portdir": "ruby/rb-progressbar",
"version": "1.13.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jfelchner/ruby-progressbar",
"description": "rb-progressbar is a text progress bar library",
"long_description": "rb-progressbar is a text progress bar library for Ruby.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "rb33-progressbar",
"portdir": "ruby/rb-progressbar",
"version": "1.13.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jfelchner/ruby-progressbar",
"description": "rb-progressbar is a text progress bar library",
"long_description": "rb-progressbar is a text progress bar library for Ruby.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": []
},
{
"name": "rb32-progressbar",
"portdir": "ruby/rb-progressbar",
"version": "1.13.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jfelchner/ruby-progressbar",
"description": "rb-progressbar is a text progress bar library",
"long_description": "rb-progressbar is a text progress bar library for Ruby.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby32"
]
}
],
"depends_on": []
},
{
"name": "rb31-progressbar",
"portdir": "ruby/rb-progressbar",
"version": "1.13.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jfelchner/ruby-progressbar",
"description": "rb-progressbar is a text progress bar library",
"long_description": "rb-progressbar is a text progress bar library for Ruby.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby31"
]
}
],
"depends_on": []
},
{
"name": "rb30-progressbar",
"portdir": "ruby/rb-progressbar",
"version": "1.13.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jfelchner/ruby-progressbar",
"description": "rb-progressbar is a text progress bar library",
"long_description": "rb-progressbar is a text progress bar library for Ruby.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby30"
]
}
],
"depends_on": []
},
{
"name": "rb-psych",
"portdir": "ruby/rb-psych",
"version": "5.1.2",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/psych",
"description": "Psych is a YAML parser and emitter",
"long_description": "Psych is a YAML parser and emitter for Ruby projects.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "rb-public_suffix",
"portdir": "ruby/rb-public_suffix",
"version": "7.0.5",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://simonecarletti.com/code/publicsuffix-ruby",
"description": "PublicSuffix can parse and decompose a domain name into top level domain, domain and subdomains",
"long_description": "PublicSuffix can parse and decompose a domain name into top level domain, domain and subdomains",
"active": true,
"categories": [
"net",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "rb33-psych",
"portdir": "ruby/rb-psych",
"version": "5.1.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/psych",
"description": "Psych is a YAML parser and emitter",
"long_description": "Psych is a YAML parser and emitter for Ruby projects.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby33",
"rb33-stringio"
]
}
],
"depends_on": []
},
{
"name": "rb32-psych",
"portdir": "ruby/rb-psych",
"version": "5.1.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/psych",
"description": "Psych is a YAML parser and emitter",
"long_description": "Psych is a YAML parser and emitter for Ruby projects.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby32",
"rb32-stringio"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"rb32-rdoc"
]
}
]
},
{
"name": "rb31-psych",
"portdir": "ruby/rb-psych",
"version": "5.1.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/psych",
"description": "Psych is a YAML parser and emitter",
"long_description": "Psych is a YAML parser and emitter for Ruby projects.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby31",
"rb31-stringio"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"rb31-rdoc"
]
}
]
},
{
"name": "rb34-public_suffix",
"portdir": "ruby/rb-public_suffix",
"version": "7.0.5",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://simonecarletti.com/code/publicsuffix-ruby",
"description": "PublicSuffix can parse and decompose a domain name into top level domain, domain and subdomains",
"long_description": "PublicSuffix can parse and decompose a domain name into top level domain, domain and subdomains",
"active": true,
"categories": [
"net",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby34"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb34-addressable"
]
}
]
},
{
"name": "rb33-public_suffix",
"portdir": "ruby/rb-public_suffix",
"version": "7.0.5",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://simonecarletti.com/code/publicsuffix-ruby",
"description": "PublicSuffix can parse and decompose a domain name into top level domain, domain and subdomains",
"long_description": "PublicSuffix can parse and decompose a domain name into top level domain, domain and subdomains",
"active": true,
"categories": [
"net",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-addressable"
]
}
]
},
{
"name": "rb32-public_suffix",
"portdir": "ruby/rb-public_suffix",
"version": "7.0.5",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://simonecarletti.com/code/publicsuffix-ruby",
"description": "PublicSuffix can parse and decompose a domain name into top level domain, domain and subdomains",
"long_description": "PublicSuffix can parse and decompose a domain name into top level domain, domain and subdomains",
"active": true,
"categories": [
"net",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby32"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb32-addressable"
]
}
]
},
{
"name": "rb31-public_suffix",
"portdir": "ruby/rb-public_suffix",
"version": "7.0.5",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://simonecarletti.com/code/publicsuffix-ruby",
"description": "PublicSuffix can parse and decompose a domain name into top level domain, domain and subdomains",
"long_description": "PublicSuffix can parse and decompose a domain name into top level domain, domain and subdomains",
"active": true,
"categories": [
"net",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby31"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb31-addressable"
]
}
]
},
{
"name": "rb-racc",
"portdir": "ruby/rb-racc",
"version": "1.7.3",
"license": "(BSD or Ruby)",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/racc",
"description": "rb-racc is a LALR(1) parser generator",
"long_description": "rb-racc is a LALR(1) parser generator",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "rb-rack",
"portdir": "ruby/rb-rack",
"version": "1.0.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://rack.github.io",
"description": "Rack provides a common API for connecting web frameworks, web servers and layers of software inbetween.",
"long_description": "Rack provides a common API for connecting web frameworks, web servers and layers of software inbetween.",
"active": true,
"categories": [
"devel",
"www",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"rb18-rake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby",
"rb-rubygems"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"rb-innate"
]
}
]
},
{
"name": "rb32-racc",
"portdir": "ruby/rb-racc",
"version": "1.7.3",
"license": "(BSD or Ruby)",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/racc",
"description": "rb-racc is a LALR(1) parser generator",
"long_description": "rb-racc is a LALR(1) parser generator",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby32"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb32-gettext",
"rb32-nokogiri",
"rb32-parser",
"rb32-ruby_parser"
]
}
]
},
{
"name": "rb31-racc",
"portdir": "ruby/rb-racc",
"version": "1.7.3",
"license": "(BSD or Ruby)",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/racc",
"description": "rb-racc is a LALR(1) parser generator",
"long_description": "rb-racc is a LALR(1) parser generator",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby31"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb31-gettext",
"rb31-nokogiri",
"rb31-parser",
"rb31-ruby_parser"
]
}
]
},
{
"name": "rb30-racc",
"portdir": "ruby/rb-racc",
"version": "1.7.3",
"license": "(BSD or Ruby)",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/racc",
"description": "rb-racc is a LALR(1) parser generator",
"long_description": "rb-racc is a LALR(1) parser generator",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby30"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb30-gettext",
"rb30-nokogiri"
]
}
]
},
{
"name": "rb27-racc",
"portdir": "ruby/rb-racc",
"version": "1.7.3",
"license": "(BSD or Ruby)",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/racc",
"description": "rb-racc is a LALR(1) parser generator",
"long_description": "rb-racc is a LALR(1) parser generator",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby27"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb27-nokogiri"
]
}
]
},
{
"name": "rb-rails",
"portdir": "ruby/rb-rails",
"version": "2.3.5",
"license": "unknown",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.rubygems.org/gems/rails",
"description": "Ruby web-application framework for the MVC pattern.",
"long_description": "Rails is a web-application framework for the MVC pattern that includes both a template engine, controller framework, and object-relational mapping package. Everything needed to develop web-apps that can run on CGI, FastCGI, and mod_ruby.",
"active": true,
"categories": [
"devel",
"www",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"rb18-rake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"rb-actionpack",
"rb-activerecord",
"rb-activeresource",
"ruby",
"rb-rake",
"rb-rubygems",
"rb-sqlite3",
"rb-activesupport",
"rb-actionmailer"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb-rspec-rails",
"metasploit3"
]
}
]
},
{
"name": "rb-rake",
"portdir": "ruby/rb-rake",
"version": "13.4.2",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/rake",
"description": "Ruby make-like utility using standard Ruby syntax",
"long_description": "This package contains Rake, a simple ruby build program with capabilities similar to make. Rake has the following features: * Rakefiles (rakeʼs version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) * Users can specify tasks with prerequisites. * Rake supports rule patterns to sythesize implicit tasks. * Rake is lightweight. It can be distributed with other projects as a single file. Projects that depend upon rake do not require that rake be installed on target systems.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby",
"rb-rubygems"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"sup",
"rb-ferret",
"rb-tweetstream",
"rb-twitter-stream"
]
},
{
"type": "lib",
"ports": [
"rb-rails",
"rb-launchy",
"rb19-dotenv",
"sup",
"rb-gem_plugin",
"rb-hoe"
]
}
]
},
{
"name": "rb-ramaze",
"portdir": "ruby/rb-ramaze",
"version": "2009.10",
"license": "(Ruby or GPL-2) and BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://ramaze.net/",
"description": "a simple and modular web framework",
"long_description": "Ramaze is a simple, light and modular open-source web-framework written in Ruby.",
"active": true,
"categories": [
"devel",
"www",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"rb18-rake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"rb-innate"
]
}
],
"depends_on": []
},
{
"name": "rb34-rake",
"portdir": "ruby/rb-rake",
"version": "13.4.2",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/rake",
"description": "Ruby make-like utility using standard Ruby syntax",
"long_description": "This package contains Rake, a simple ruby build program with capabilities similar to make. Rake has the following features: * Rakefiles (rakeʼs version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) * Users can specify tasks with prerequisites. * Rake supports rule patterns to sythesize implicit tasks. * Rake is lightweight. It can be distributed with other projects as a single file. Projects that depend upon rake do not require that rake be installed on target systems.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby34"
]
}
],
"depends_on": []
},
{
"name": "rb33-rake",
"portdir": "ruby/rb-rake",
"version": "13.4.2",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/rake",
"description": "Ruby make-like utility using standard Ruby syntax",
"long_description": "This package contains Rake, a simple ruby build program with capabilities similar to make. Rake has the following features: * Rakefiles (rakeʼs version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) * Users can specify tasks with prerequisites. * Rake supports rule patterns to sythesize implicit tasks. * Rake is lightweight. It can be distributed with other projects as a single file. Projects that depend upon rake do not require that rake be installed on target systems.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"jekyll"
]
}
]
},
{
"name": "rb32-rake",
"portdir": "ruby/rb-rake",
"version": "13.4.2",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/rake",
"description": "Ruby make-like utility using standard Ruby syntax",
"long_description": "This package contains Rake, a simple ruby build program with capabilities similar to make. Rake has the following features: * Rakefiles (rakeʼs version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) * Users can specify tasks with prerequisites. * Rake supports rule patterns to sythesize implicit tasks. * Rake is lightweight. It can be distributed with other projects as a single file. Projects that depend upon rake do not require that rake be installed on target systems.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby32"
]
}
],
"depends_on": []
},
{
"name": "rb31-rake",
"portdir": "ruby/rb-rake",
"version": "13.4.2",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/rake",
"description": "Ruby make-like utility using standard Ruby syntax",
"long_description": "This package contains Rake, a simple ruby build program with capabilities similar to make. Rake has the following features: * Rakefiles (rakeʼs version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) * Users can specify tasks with prerequisites. * Rake supports rule patterns to sythesize implicit tasks. * Rake is lightweight. It can be distributed with other projects as a single file. Projects that depend upon rake do not require that rake be installed on target systems.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby31"
]
}
],
"depends_on": []
},
{
"name": "rb30-rake",
"portdir": "ruby/rb-rake",
"version": "13.4.2",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/rake",
"description": "Ruby make-like utility using standard Ruby syntax",
"long_description": "This package contains Rake, a simple ruby build program with capabilities similar to make. Rake has the following features: * Rakefiles (rakeʼs version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) * Users can specify tasks with prerequisites. * Rake supports rule patterns to sythesize implicit tasks. * Rake is lightweight. It can be distributed with other projects as a single file. Projects that depend upon rake do not require that rake be installed on target systems.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby30"
]
}
],
"depends_on": []
},
{
"name": "rb27-rake",
"portdir": "ruby/rb-rake",
"version": "13.4.2",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/rake",
"description": "Ruby make-like utility using standard Ruby syntax",
"long_description": "This package contains Rake, a simple ruby build program with capabilities similar to make. Rake has the following features: * Rakefiles (rakeʼs version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) * Users can specify tasks with prerequisites. * Rake supports rule patterns to sythesize implicit tasks. * Rake is lightweight. It can be distributed with other projects as a single file. Projects that depend upon rake do not require that rake be installed on target systems.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby27"
]
}
],
"depends_on": []
},
{
"name": "rb26-rake",
"portdir": "ruby/rb-rake",
"version": "13.4.2",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/rake",
"description": "Ruby make-like utility using standard Ruby syntax",
"long_description": "This package contains Rake, a simple ruby build program with capabilities similar to make. Rake has the following features: * Rakefiles (rakeʼs version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) * Users can specify tasks with prerequisites. * Rake supports rule patterns to sythesize implicit tasks. * Rake is lightweight. It can be distributed with other projects as a single file. Projects that depend upon rake do not require that rake be installed on target systems.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby26"
]
}
],
"depends_on": []
},
{
"name": "rb25-rake",
"portdir": "ruby/rb-rake",
"version": "13.4.2",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/rake",
"description": "Ruby make-like utility using standard Ruby syntax",
"long_description": "This package contains Rake, a simple ruby build program with capabilities similar to make. Rake has the following features: * Rakefiles (rakeʼs version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) * Users can specify tasks with prerequisites. * Rake supports rule patterns to sythesize implicit tasks. * Rake is lightweight. It can be distributed with other projects as a single file. Projects that depend upon rake do not require that rake be installed on target systems.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby25"
]
}
],
"depends_on": []
},
{
"name": "rb23-rake",
"portdir": "ruby/rb-rake",
"version": "13.4.2",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/rake",
"description": "Ruby make-like utility using standard Ruby syntax",
"long_description": "This package contains Rake, a simple ruby build program with capabilities similar to make. Rake has the following features: * Rakefiles (rakeʼs version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) * Users can specify tasks with prerequisites. * Rake supports rule patterns to sythesize implicit tasks. * Rake is lightweight. It can be distributed with other projects as a single file. Projects that depend upon rake do not require that rake be installed on target systems.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby23"
]
}
],
"depends_on": []
},
{
"name": "rb22-rake",
"portdir": "ruby/rb-rake",
"version": "13.4.2",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/rake",
"description": "Ruby make-like utility using standard Ruby syntax",
"long_description": "This package contains Rake, a simple ruby build program with capabilities similar to make. Rake has the following features: * Rakefiles (rakeʼs version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) * Users can specify tasks with prerequisites. * Rake supports rule patterns to sythesize implicit tasks. * Rake is lightweight. It can be distributed with other projects as a single file. Projects that depend upon rake do not require that rake be installed on target systems.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby22"
]
}
],
"depends_on": []
},
{
"name": "rb18-rake",
"portdir": "ruby/rb-rake",
"version": "0.8.7",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/rake",
"description": "Ruby make-like utility using standard Ruby syntax",
"long_description": "This package contains Rake, a simple ruby build program with capabilities similar to make. Rake has the following features: * Rakefiles (rakeʼs version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) * Users can specify tasks with prerequisites. * Rake supports rule patterns to sythesize implicit tasks. * Rake is lightweight. It can be distributed with other projects as a single file. Projects that depend upon rake do not require that rake be installed on target systems.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby",
"rb-rubygems"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"rb-actionmailer",
"rb-actionpack",
"rb-actionwebservice",
"rb-activeldap",
"rb-activerecord",
"rb-activeresource",
"rb-activesupport",
"rb-acts_as_taggable",
"rb-builder",
"rb-capistrano",
"rb-captcha",
"rb-cgi_multipart_eof_fix",
"rb-coderay",
"rb-compass",
"rb-cucumber",
"rb-daemons",
"rb-diff-lcs",
"rb-dnssd",
"rb-easyjour",
"rb-erubis",
"rb-fastthread",
"rb-flickr",
"rb-fxruby",
"rb-gd2",
"rb-gem_plugin",
"rb-getopt-declare",
"rb-haml",
"rb-haml-edge",
"rb-hikidoc",
"rb-hpricot",
"rb-hoe",
"rb-http_parser",
"rb-innate",
"rb-jabber4r",
"rb-kwartz",
"rb-lafcadio",
"rb-lazylist",
"rb-mini_portile",
"rb-minitest",
"rb-mocha",
"rb-mofo",
"rb-mongrel",
"rb-mongrel_cluster",
"rb-msgpack",
"rb-nanoc",
"rb-nanoc3",
"rb-net-irc",
"rb-net-scp",
"rb-net-sftp",
"rb-net-yail",
"rb-netaddr",
"rb-og",
"rb-pluginfactory",
"rb-polyglot",
"rb-rack",
"rb-rails",
"rb-ramaze",
"rb-rbot",
"rb-rcov",
"rb-rflickr",
"rb-rgl",
"rb-rio",
"rb-rspec",
"rb-rspec-rails",
"rb-ruby-debug",
"rb-ruby-debug-base",
"rb-ruby-openid",
"rb-slave",
"rb-snmp",
"rb-sqlite",
"rb-stomp",
"rb-stream",
"rb-technorati-ruby",
"rb-term-ansicolor",
"rb-text-format",
"rb-treetop",
"xmlresume2x"
]
}
]
},
{
"name": "rb-rb_sdl2",
"portdir": "ruby/rb-rb_sdl2",
"version": "0.2.0",
"license": "zlib",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/shinokaro/rb_sdl2/blob/main/README.md",
"description": "Extension library to use SDL (Simple DirectMedia Layer)",
"long_description": "RbSDL2 treats the functions and pointers provided by SDL2 as Ruby objects.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "rb-rbon",
"portdir": "ruby/rb-rbon",
"version": "0.2.221217",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/carlosjhr64/rbon",
"description": "RBON is not JSON!",
"long_description": "RBON is not JSON! Use RBON to store your configration items.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "rb33-rb_sdl2",
"portdir": "ruby/rb-rb_sdl2",
"version": "0.2.0",
"license": "zlib",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/shinokaro/rb_sdl2/blob/main/README.md",
"description": "Extension library to use SDL (Simple DirectMedia Layer)",
"long_description": "RbSDL2 treats the functions and pointers provided by SDL2 as Ruby objects.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
},
{
"type": "run",
"ports": [
"rb33-ffi",
"rb33-sdl2-bindings"
]
}
],
"depends_on": []
},
{
"name": "rb32-rb_sdl2",
"portdir": "ruby/rb-rb_sdl2",
"version": "0.2.0",
"license": "zlib",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/shinokaro/rb_sdl2/blob/main/README.md",
"description": "Extension library to use SDL (Simple DirectMedia Layer)",
"long_description": "RbSDL2 treats the functions and pointers provided by SDL2 as Ruby objects.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby32"
]
},
{
"type": "run",
"ports": [
"rb32-ffi",
"rb32-sdl2-bindings"
]
}
],
"depends_on": []
},
{
"name": "rb31-rb_sdl2",
"portdir": "ruby/rb-rb_sdl2",
"version": "0.2.0",
"license": "zlib",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/shinokaro/rb_sdl2/blob/main/README.md",
"description": "Extension library to use SDL (Simple DirectMedia Layer)",
"long_description": "RbSDL2 treats the functions and pointers provided by SDL2 as Ruby objects.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby31"
]
},
{
"type": "run",
"ports": [
"rb31-ffi",
"rb31-sdl2-bindings"
]
}
],
"depends_on": []
},
{
"name": "rb33-rbon",
"portdir": "ruby/rb-rbon",
"version": "0.2.221217",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/carlosjhr64/rbon",
"description": "RBON is not JSON!",
"long_description": "RBON is not JSON! Use RBON to store your configration items.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": []
},
{
"name": "rb32-rbon",
"portdir": "ruby/rb-rbon",
"version": "0.2.221217",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/carlosjhr64/rbon",
"description": "RBON is not JSON!",
"long_description": "RBON is not JSON! Use RBON to store your configration items.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby32"
]
}
],
"depends_on": []
}
]
}