lang/ruby33 - The NetBSD Packages Collection

Ruby 3.3.1 release package

Ruby is an interpreted object-oriented programming language often used for
web development. It also offers many scripting features to process plain
text and serialized files, or manage system tasks.  It is simple,
straightforward, and extensible.

Features of Ruby are shown below.
  + Simple Syntax
  + *Normal* Object-Oriented features (ex. class, method calls)
  + *Advanced* Object-Oriented features (ex. Mix-in, Singleton-method)
  + Operator Overloading
  + Exception Handling
  + Iterators and Closures
  + Garbage Collection
  + Dynamic Loading of Object files (on some architecture)
  + Highly Portable (works on many UNIX machines, and on Windows, Mac, etc.)

Ruby 3.3 introduces a number of new features and performance improvements,
here are some of them:
  * Prsim parser (as a default gem).
  * Performance: YJIT: Verious improvements including performance.
  * Performance: RJIT: Experital pure-Ruby JIT compiler replace MJIT.
  * M:N thread scheduler.
  * Retirement of ext/readline.

Build dependencies

lang/rust lang/rust pkgtools/mktools devel/pkgconf pkgtools/cwrappers

Runtime dependencies

devel/libffi textproc/libyaml devel/libffi textproc/libyaml

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64ruby33-3.3.0nb1.tgz
NetBSD 10.0earmv6hfruby33-3.3.0nb1.tgz
NetBSD 10.0earmv7hfruby33-3.3.0nb1.tgz
NetBSD 10.0i386ruby33-3.3.0nb1.tgz
NetBSD 10.0mips64ebruby33-3.3.0nb1.tgz
NetBSD 10.0x86_64ruby33-3.3.0nb1.tgz
NetBSD 9.0earmv6hfruby33-3.3.0nb1.tgz
NetBSD 9.0earmv7hfruby33-3.3.0nb1.tgz
NetBSD 9.0i386ruby33-3.3.0nb1.tgz
NetBSD 9.0x86_64ruby33-3.3.0nb1.tgz
NetBSD 9.3x86_64ruby33-3.3.0nb1.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

ruby-build-ri-db
Build and install database for Ruby's ri utility.
ruby-rjit
Enable in-process RJIT compiler (experimental).
ruby-yjit
Enable in-process YJIT compiler (require Rust).

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.