HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50612,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=852",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=850",
"results": [
{
"name": "rb33-rubysdl",
"portdir": "ruby/rb-rubysdl",
"version": "2.2.0",
"license": "LGPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.kmc.gr.jp/~ohai/rubysdl.en.html",
"description": "Extension library to use SDL 1.x (Simple DirectMedia Layer)",
"long_description": "Extension library to use SDL 1.x (Simple DirectMedia Layer)",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libsdl",
"libsdl_image",
"libsdl_mixer",
"ruby33",
"libsdl_ttf"
]
},
{
"type": "run",
"ports": [
"rb33-ffi"
]
}
],
"depends_on": []
},
{
"name": "rb33-rubytoc",
"portdir": "ruby/rb-rubytoc",
"version": "1.0.0.5",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://rubygems.org/gems/RubyToC",
"description": "Ruby (subset) to C translator",
"long_description": "ruby_to_c translates a static Ruby subset to C. Hopefully it works.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
},
{
"type": "run",
"ports": [
"rb33-parsetree"
]
}
],
"depends_on": []
},
{
"name": "rb33-rubyzip",
"portdir": "ruby/rb-rubyzip",
"version": "3.2.2",
"license": "(Ruby or GPL-2)",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rubyzip/rubyzip",
"description": "rubyzip is a ruby module for reading and writing zip files",
"long_description": "rubyzip is a ruby module for reading and writing zip files, with the restriction that only uncompressed and deflated zip entries are supported. All this library does is handling of the zip file format. the actual compression/decompression is handled by zlib.",
"active": true,
"categories": [
"archivers",
"ruby"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 652
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"rb33-bee",
"rb33-heroku"
]
}
]
},
{
"name": "rb33-rufus-mnemo",
"portdir": "ruby/rb-rufus-mnemo",
"version": "1.2.3",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jmettraux/rufus-mnemo/",
"description": "Turns (large) integers into Japanese-sounding words and vice versa",
"long_description": "Turns (large) integers into Japanese-sounding words and vice versa",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": []
},
{
"name": "rb33-sass",
"portdir": "ruby/rb-sass",
"version": "3.7.4",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sass-lang.com/",
"description": "Sass makes CSS fun again.",
"long_description": "Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It’s translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.",
"active": true,
"categories": [
"www",
"ruby"
],
"maintainers": [
{
"name": "cal",
"github": "neverpanic",
"ports_count": 53
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
},
{
"type": "run",
"ports": [
"rb33-sass-listen"
]
}
],
"depends_on": []
},
{
"name": "rb33-sass-listen",
"portdir": "ruby/rb-sass-listen",
"version": "4.0.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sass/listen",
"description": "This fork of guard/listen provides a stable API for users of the Ruby Sass CLI",
"long_description": "This fork of guard/listen provides a stable API for users of the Ruby Sass CLI",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33",
"rb33-fsevent",
"rb33-inotify"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-sass"
]
}
]
},
{
"name": "rb33-sdl2",
"portdir": "ruby/rb-sdl2",
"version": "0.3.6",
"license": "LGPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ohai/ruby-sdl2",
"description": "Ruby wrapper for SDL 2.x",
"long_description": "Ruby wrapper for SDL 2.x",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libsdl2",
"libsdl2_gfx",
"libsdl2_mixer",
"libsdl2_ttf",
"ruby33",
"libsdl2_image"
]
}
],
"depends_on": []
},
{
"name": "rb33-sdl2-bindings",
"portdir": "ruby/rb-sdl2-bindings",
"version": "0.2.3",
"license": "zlib",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/vaiorabbit/sdl2-bindings",
"description": "Ruby bindings for SDL2",
"long_description": "Ruby bindings for SDL2",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
},
{
"type": "run",
"ports": [
"libsdl2",
"libsdl2_gfx",
"libsdl2_image",
"libsdl2_ttf",
"rb33-ffi",
"libsdl2_mixer"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-rb_sdl2"
]
}
]
},
{
"name": "rb33-sdl-ffi",
"portdir": "ruby/rb-sdl-ffi",
"version": "0.4",
"license": "Ruby",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jacius/ruby-sdl-ffi",
"description": "Ruby-FFI binding to SDL 1.x multimedia libraries",
"long_description": "Ruby-FFI binding to SDL 1.x multimedia libraries",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
},
{
"type": "run",
"ports": [
"libsdl",
"libsdl_gfx",
"libsdl_image",
"libsdl_ttf",
"rb33-nice-ffi",
"libsdl_mixer"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-rubydraw"
]
}
]
},
{
"name": "rb33-sexp_processor",
"portdir": "ruby/rb-sexp_processor",
"version": "4.17.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/seattlerb/sexp_processor",
"description": "S-expression branch of ParseTree",
"long_description": "sexp_processor branches from ParseTree bringing all the generic sexp processing tools with it. Sexp, SexpProcessor, Environment, etc... all for your language processing pleasure.",
"active": true,
"categories": [
"textproc",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-ruby_parser",
"rb33-parsetree"
]
}
]
},
{
"name": "rb33-simple_oauth",
"portdir": "ruby/rb-simple_oauth",
"version": "0.3.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/laserlemon/simple_oauth",
"description": "Simply builds and verifies OAuth headers",
"long_description": "Simply builds and verifies OAuth headers",
"active": true,
"categories": [
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-twitter"
]
}
]
},
{
"name": "rb33-singleton",
"portdir": "ruby/rb-singleton",
"version": "0.2.0",
"license": "(BSD or Ruby)",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/singleton",
"description": "rb-singleton module implements the Singleton pattern",
"long_description": "rb-singleton module implements the Singleton pattern",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": []
},
{
"name": "rb33-snaky_hash",
"portdir": "ruby/rb-snaky_hash",
"version": "2.0.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gitlab.com/oauth-xx/snaky_hash",
"description": "Hashie::Mash joint to make snakelife better",
"long_description": "Hashie::Mash joint to make snakelife better",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
},
{
"type": "run",
"ports": [
"rb33-hashie",
"rb33-version_gem"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-oauth"
]
}
]
},
{
"name": "rb33-stringio",
"portdir": "ruby/rb-stringio",
"version": "3.1.2",
"license": "BSD and Ruby",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/stringio",
"description": "Pseudo-IO class from/to string",
"long_description": "Pseudo-IO class from/to string",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"rb33-psych"
]
}
]
},
{
"name": "rb33-such",
"portdir": "ruby/rb-such",
"version": "2.1.230106",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/carlosjhr64/such",
"description": "Such wrapper for Ruby Gnome GTK",
"long_description": "Such wrapper for Ruby Gnome GTK",
"active": true,
"categories": [
"devel",
"gnome",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": []
},
{
"name": "rb33-sup",
"portdir": "ruby/rb-sup",
"version": "2024.01.01",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sup-heliotrope.github.io",
"description": "Console-based e-mail client for people with a lot of e-mail",
"long_description": "Console-based e-mail client for people with a lot of e-mail",
"active": true,
"categories": [
"mail",
"ruby"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"xapian-bindings-ruby33",
"ruby33"
]
},
{
"type": "run",
"ports": [
"rb33-mime-types",
"rb33-gpgme",
"rb33-ncursesw",
"rb33-optimist",
"rb33-rmail",
"rb33-unicode",
"rb33-unicode-display_width",
"rb33-highline",
"rb33-chronic",
"rb33-lockfile",
"rb33-locale"
]
}
],
"depends_on": []
},
{
"name": "rb33-super_random",
"portdir": "ruby/rb-super_random",
"version": "3.2.230213",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/carlosjhr64/super_random",
"description": "rb-super_random combines sources of entropy to generate super-random bytes!",
"long_description": "rb-super_random combines sources of entropy to generate super-random bytes!",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": []
},
{
"name": "rb33-t",
"portdir": "ruby/rb-t",
"version": "4.1.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sferik/t-ruby",
"description": "Command-line power tool for Twitter",
"long_description": "Command-line power tool for Twitter",
"active": true,
"categories": [
"www",
"ruby"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
},
{
"type": "run",
"ports": [
"rb33-launchy",
"rb33-htmlentities",
"rb33-retryable",
"rb33-geokit",
"rb33-oauth",
"rb33-twitter",
"rb33-thor"
]
}
],
"depends_on": []
},
{
"name": "rb33-t_algebra",
"portdir": "ruby/rb-t_algebra",
"version": "0.1.6",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/afg419/t_algebra",
"description": "Functor, Applicative and Monad interfaces for Ruby",
"long_description": "Functor, Applicative and Monad interfaces for Ruby",
"active": true,
"categories": [
"math",
"ruby"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": []
},
{
"name": "rb33-terminal-notifier",
"portdir": "ruby/rb-terminal-notifier",
"version": "2.0.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/julienXX/terminal-notifier",
"description": "Send user notifications on macOS 10.10 or higher",
"long_description": "Send user notifications on macOS 10.10 or higher",
"active": true,
"categories": [
"sysutils",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-twterm"
]
}
]
},
{
"name": "rb33-text",
"portdir": "ruby/rb-text",
"version": "1.3.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/threedaymonk/text",
"description": "A collection of text algorithms",
"long_description": "A collection of text algorithms: Levenshtein, Soundex, Metaphone, Double Metaphone, Porter Stemming",
"active": true,
"categories": [
"ruby"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 652
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-gettext"
]
}
]
},
{
"name": "rb33-thor",
"portdir": "ruby/rb-thor",
"version": "1.3.2",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://rubygems.org/gems/thor",
"description": "Thor is a toolkit for building powerful command-line interfaces",
"long_description": "Thor is a toolkit for building powerful command-line interfaces",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-t"
]
}
]
},
{
"name": "rb33-thread_safe",
"portdir": "ruby/rb-thread_safe",
"version": "0.3.6",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby-concurrency/thread_safe",
"description": "Thread-safe collections for Ruby",
"long_description": "Thread-safe collections for Ruby",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-memoizable"
]
}
]
},
{
"name": "rb33-timeout",
"portdir": "ruby/rb-timeout",
"version": "0.4.2",
"license": "BSD and Ruby",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ruby/timeout",
"description": "Auto-terminate potentially long-running operations",
"long_description": "Auto-terminate potentially long-running operations in Ruby.",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-net-protocol",
"rb33-net-ftp"
]
}
]
},
{
"name": "rb33-toml-rb",
"portdir": "ruby/rb-toml-rb",
"version": "2.2.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/emancu/toml-rb",
"description": "Toml parser using Citrus parsing library",
"long_description": "Toml parser using Citrus parsing library",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33",
"rb33-citrus"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-twterm"
]
}
]
},
{
"name": "rb33-topinambour",
"portdir": "ruby/rb-topinambour",
"version": "2.0.6",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/cedlemo/topinambour",
"description": "VTE terminal based on the ruby Gtk3 bindings",
"long_description": "VTE terminal based on the ruby Gtk3 bindings",
"active": true,
"categories": [
"sysutils",
"ruby"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
},
{
"type": "run",
"ports": [
"rb33-gdk3",
"rb33-vte3"
]
}
],
"depends_on": []
},
{
"name": "rb33-totp",
"portdir": "ruby/rb-totp",
"version": "1.0.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/soveran/totp",
"description": "Time-based One-Time Passwords",
"long_description": "Time-based One-Time Passwords",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
},
{
"type": "run",
"ports": [
"rb33-base32"
]
}
],
"depends_on": []
},
{
"name": "rb33-trollop",
"portdir": "ruby/rb-trollop",
"version": "2.9.10",
"license": "GPL-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.manageiq.org/optimist",
"description": "Commandline argument processing library for Ruby",
"long_description": "Commandline argument processing library for Ruby",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-nitpick"
]
}
]
},
{
"name": "rb33-tty-color",
"portdir": "ruby/rb-tty-color",
"version": "0.6.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://ttytoolkit.org",
"description": "Terminal color capabilities detection",
"long_description": "Terminal color capabilities detection",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-pastel"
]
}
]
},
{
"name": "rb33-tty-cursor",
"portdir": "ruby/rb-tty-cursor",
"version": "0.7.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://ttytoolkit.org",
"description": "Library with some functions for terminal cursor",
"long_description": "Library with some functions for terminal cursor",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-tty-reader"
]
}
]
},
{
"name": "rb33-tty-prompt",
"portdir": "ruby/rb-tty-prompt",
"version": "0.23.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://ttytoolkit.org",
"description": "Beautiful and powerful interactive command line prompt",
"long_description": "Beautiful and powerful interactive command line prompt with a robust API for getting and validating complex inputs.",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
},
{
"type": "run",
"ports": [
"rb33-pastel",
"rb33-tty-reader"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-3llo"
]
}
]
},
{
"name": "rb33-tty-reader",
"portdir": "ruby/rb-tty-reader",
"version": "0.9.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://ttytoolkit.org",
"description": "Set of methods for processing keyboard input",
"long_description": "Set of methods for processing keyboard input in character, line and multiline modes.",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
},
{
"type": "run",
"ports": [
"rb33-tty-cursor",
"rb33-tty-screen",
"rb33-wisper"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-tty-prompt"
]
}
]
},
{
"name": "rb33-tty-screen",
"portdir": "ruby/rb-tty-screen",
"version": "0.8.2",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://ttytoolkit.org",
"description": "Terminal screen size detection",
"long_description": "Terminal screen size detection",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-tty-reader"
]
}
]
},
{
"name": "rb33-twitter",
"portdir": "ruby/rb-twitter",
"version": "8.1.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sferik.github.io/twitter",
"description": "Ruby interface to the Twitter API",
"long_description": "Ruby interface to the Twitter API",
"active": true,
"categories": [
"www",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
},
{
"type": "run",
"ports": [
"rb33-buftok",
"rb33-equalizer",
"rb33-memoizable",
"rb33-multipart-post",
"rb33-naught",
"rb33-http",
"rb33-http-form_data",
"rb33-llhttp-ffi",
"rb33-simple_oauth",
"rb33-addressable"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-twterm",
"rb33-t"
]
}
]
},
{
"name": "rb33-twitter-text",
"portdir": "ruby/rb-twitter-text",
"version": "3.1.0",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://rubygems.org/gems/twitter-text",
"description": "A gem that provides text handling for Twitter",
"long_description": "A gem that provides text handling for Twitter",
"active": true,
"categories": [
"textproc",
"www",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
},
{
"type": "run",
"ports": [
"rb33-unf",
"rb33-idn-ruby"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-twterm"
]
}
]
},
{
"name": "rb33-twterm",
"portdir": "ruby/rb-twterm",
"version": "2.10.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://twterm.ryota-ka.me",
"description": "Full-featured TUI Twitter client",
"long_description": "Full-featured TUI Twitter client",
"active": true,
"categories": [
"www"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"readline",
"libidn",
"ruby33",
"ncurses"
]
},
{
"type": "run",
"ports": [
"rb33-concurrent-ruby",
"rb33-toml-rb",
"rb33-launchy",
"rb33-oauth",
"rb33-terminal-notifier",
"rb33-twitter",
"rb33-twitter-text",
"rb33-curses"
]
}
],
"depends_on": []
},
{
"name": "rb33-unf",
"portdir": "ruby/rb-unf",
"version": "0.1.4",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/knu/ruby-unf",
"description": "Wrapper library to bring Unicode Normalization Form support to Ruby/JRuby",
"long_description": "Wrapper library to bring Unicode Normalization Form support to Ruby/JRuby",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
},
{
"type": "run",
"ports": [
"rb33-unf_ext"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-twitter-text"
]
}
]
},
{
"name": "rb33-unf_ext",
"portdir": "ruby/rb-unf_ext",
"version": "0.0.9.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/knu/ruby-unf_ext",
"description": "Unicode Normalization Form support library for CRuby",
"long_description": "Unicode Normalization Form support library for CRuby",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-unf"
]
}
]
},
{
"name": "rb33-unicode",
"portdir": "ruby/rb-unicode",
"version": "0.4.4.5",
"license": "Ruby",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://rubygems.org/gems/unicode",
"description": "Unicode normalization library",
"long_description": "Unicode normalization library",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-sup"
]
}
]
},
{
"name": "rb33-unicode-display_width",
"portdir": "ruby/rb-unicode-display_width",
"version": "2.6.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/janlelis/unicode-display_width",
"description": "Monospace Unicode character width in Ruby",
"long_description": "Monospace Unicode character width in Ruby",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-sup"
]
}
]
},
{
"name": "rb33-user_space",
"portdir": "ruby/rb-user_space",
"version": "5.2.230101",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/carlosjhr64/user_space",
"description": "Automated certain XDG features",
"long_description": "Automated certain XDG features",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": []
},
{
"name": "rb33-uuidtools",
"portdir": "ruby/rb-uuidtools",
"version": "2.2.0",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sporkmonger/uuidtools",
"description": "Generate UUIDs (or GUIDs) with Ruby.",
"long_description": "UUIDTools was designed to be a simple library for generating any of the various types of UUIDs (or GUIDs if you prefer to call them that). It conforms to RFC 4122 whenever possible.",
"active": true,
"categories": [
"ruby"
],
"maintainers": [
{
"name": "blair",
"github": "",
"ports_count": 5
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": []
},
{
"name": "rb33-version_gem",
"portdir": "ruby/rb-version_gem",
"version": "1.1.3",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gitlab.com/oauth-xx/version_gem",
"description": "Enhance that VERSION! Sugar for boring version modules",
"long_description": "Enhance that VERSION! Sugar for boring version modules",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-oauth",
"rb33-oauth-tty",
"rb33-snaky_hash"
]
}
]
},
{
"name": "rb33-vte3",
"portdir": "ruby/rb-vte3",
"version": "4.2.4",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://ruby-gnome2.osdn.jp",
"description": "Ruby/VTE3 is a Ruby binding of VTE for GTK 3",
"long_description": "Ruby/VTE3 is a Ruby binding of VTE for GTK 3",
"active": true,
"categories": [
"devel",
"gnome",
"ruby"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"vte",
"ruby33"
]
},
{
"type": "run",
"ports": [
"rb33-gdk3"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-topinambour"
]
}
]
},
{
"name": "rb33-will_paginate",
"portdir": "ruby/rb-will_paginate",
"version": "4.0.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mislav/will_paginate/wikis",
"description": "Adaptive pagination plugin for web frameworks and other applications",
"long_description": "Adaptive pagination plugin for web frameworks and other applications",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": []
},
{
"name": "rb33-wirble",
"portdir": "ruby/rb-wirble",
"version": "0.1.3",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://rubygems.org/gems/wirble",
"description": "Handful of common Irb features, made easy.",
"long_description": "Wirble is a set of enhancements for Irb. Basically, it allows you to fill Irb with useful features without turning your ~/.irbic file into Swiss cheese. Wirble includes tab-completion, history, and a built-in ri command, as well as colorized results and a couple other goodies.",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": []
},
{
"name": "rb33-wisper",
"portdir": "ruby/rb-wisper",
"version": "2.0.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/krisleech/wisper",
"description": "Micro-library providing objects with publish-subscribe capabilities",
"long_description": "Micro-library providing objects with publish-subscribe capabilities",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb33-tty-reader"
]
}
]
},
{
"name": "rb33-x",
"portdir": "ruby/rb-x",
"version": "0.14.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sferik.github.io/x-ruby",
"description": "Ruby interface to the X (Twitter) API",
"long_description": "Ruby interface to the X (Twitter) API",
"active": true,
"categories": [
"devel",
"www",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": []
},
{
"name": "rb33-xml-simple",
"portdir": "ruby/rb-xml-simple",
"version": "1.1.9",
"license": "Ruby",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/maik/xml-simple",
"description": "A simple API for XML processing",
"long_description": "Class XmlSimple offers an easy API to read and write XML. It is a Ruby translation of Grant McLean's Perl module XML::Simple.",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
}
],
"depends_on": []
},
{
"name": "rb33-yaml_zlib_blowfish",
"portdir": "ruby/rb-yaml_zlib_blowfish",
"version": "2.0.230116",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/carlosjhr64/yaml_zlib_blowfish",
"description": "Dump, compress and encrypt your Ruby data structures!",
"long_description": "Dump, compress and encrypt your Ruby data structures!",
"active": true,
"categories": [
"devel",
"crypto",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ruby33"
]
},
{
"type": "run",
"ports": [
"rb33-base32"
]
}
],
"depends_on": []
}
]
}