Port details |
- ruby34 Object-oriented interpreted scripting language
- 3.4.5,1 lang
=0 3.4.5,1Version of this port present on the latest quarterly branch. - Maintainer: ruby@FreeBSD.org
 - Port Added: 2025-04-20 03:24:07
- Last Update: 2025-07-16 10:52:33
- Commit Hash: c1ddbe3
- Also Listed In: ruby
- License: BSD2CLAUSE RUBY
- WWW:
- https://www.ruby-lang.org/en/
- 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, 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 DOS,
Windows, Mac, BeOS etc.)
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/ruby34/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/ruby34
- pkg install ruby34
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ruby34
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1752661527
SHA256 (ruby/ruby-3.4.5.tar.xz) = 7b3a905b84b8777aa29f557bada695c3ce108390657e614d2cc9e2fb7e459536
SIZE (ruby/ruby-3.4.5.tar.xz) = 17265032
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- libffi>=0 : devel/libffi
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- Runtime dependencies:
-
- libffi>=0 : devel/libffi
- Library dependencies:
-
- libyaml.so : textproc/libyaml
- libunwind.so : devel/libunwind
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ruby34-3.4.5,1:
CAPIDOCS=off: Build and install C API documents
DEBUG=off: Build with debugging support
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
GMP=off: Use GMP to accelerate Bignum operations
RDOC=on: Build and install Rdoc indexes
YJIT=off: Enable YJIT (Yet Another Ruby JIT)
===> Use 'make config' to modify these settings
- Options name:
- lang_ruby34
- USES:
- autoreconf cpe localbase ruby:none ssl tar:xz
- pkg-message:
- For install:
- Some of the standard commands and libraries are provided as separate
ports for ease of upgrading:
converters/rubygem-base64: base64 - Encode and decode binary data using a Base64 representation
devel/ruby-gems: gem - RubyGems package manager
devel/rubygem-csv: csv - Interface to CSV files and data
devel/rubygem-debug: debug - Debugging functionality for Ruby
devel/rubygem-drb: drb - Distributed object system for Ruby
devel/rubygem-erb: erb - Templating system for Ruby
devel/rubygem-getoptlong: getoptlong -GetoptLong for Ruby
devel/rubygem-irb: irb - Interactive Ruby
devel/rubygem-minitest: minitest - Complete suite of testing facilities
devel/rubygem-mutex_m: mutex_m - Mixin to extend objects to be handled like a Mutex
devel/rubygem-observer: observer - Implementation of the Observer object-oriented design pattern
devel/rubygem-power_assert: power_assert - Power Assert for Ruby
devel/rubygem-racc: racc - LALR(1) parser generator for Ruby
devel/rubygem-rake: rake - Ruby Make
devel/rubygem-rbs: rbs - Language for type signatures for Ruby and standard library definitions
devel/rubygem-rdoc: rdoc - Ruby Documentation System
devel/rubygem-repl_type_completor: repl_type_completor - Type based completion for REPL
devel/rubygem-rinda: rinda - Linda distributed computing paradigm in Ruby
devel/rubygem-syslog: syslog - Ruby interface for the POSIX system logging facility
devel/rubygem-test-unit: test-unit - Unit testing framework for Ruby
devel/rubygem-typeprof: typeprof - Type analysis tool for Ruby code
dns/rubygem-resolv-replace: resolv-replace - Replace Socket DNS with Resolv
ftp/rubygem-net-ftp: net-ftp - Support for the File Transfer Protocol
mail/rubygem-net-imap: net-imap - Ruby client api for Internet Message Access Protocol
mail/rubygem-net-pop: net-pop - Ruby client library for POP3
mail/rubygem-net-smtp: net-smtp - Simple Mail Transfer Protocol client library for Ruby
math/rubygem-bigdecimal: bigdecimal - Arbitrary-precision decimal floating-point number class
math/rubygem-matrix: matrix - Implementation of Matrix and Vector classes
math/rubygem-prime: prime - Prime numbers and factorization library
net/rubygem-nkf: nkf - Ruby extension for Network Kanji Filter
sysutils/rubygem-bundler: bundler - Tool that manages gem dependencies for ruby applications
textproc/rubygem-abbrev: abbrev - Calculate a set of unique abbreviations for a given set of strings
textproc/rubygem-rexml: rexml - XML toolkit for Ruby
www/rubygem-rss: rss - Family of libraries that support various formats of XML "feeds"
Install them as occasion demands.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.4.5,1 16 Jul 2025 10:52:33
    |
Yasuhiro Kimura (yasu)  |
lang/ruby34: Update to 3.4.5
ReleaseNotes: https://www.ruby-lang.org/en/news/2025/07/15/ruby-3-4-5-released/ |
3.4.4,1 14 May 2025 23:29:17
    |
Yasuhiro Kimura (yasu)  |
lang/ruby34: Update to 3.4.4
ReleaseNotes: https://www.ruby-lang.org/en/news/2025/05/14/ruby-3-4-4-released/ |
3.4.3,1 21 Apr 2025 04:39:01
    |
Yasuhiro Kimura (yasu)  |
Mk/Uses/ruby.mk: Remove RUBY_WRKSRC
Currently it is only used to set WRKSRC in ruby
ports (lang/ruby3[2-5]). But it is unnecessary to set it explicitly as
default value of WRKSRC is same as that of RUBY_WRKSRC. |
3.4.3,1 21 Apr 2025 02:38:54
    |
Yasuhiro Kimura (yasu)  |
lang/ruby34: Import improvements from lang/ruby33/Makefile
On March 2024 I started work to add ruby 3.4 to ports tree based on
lang/ruby33 at that time, and finally it was added as commit
438427bea8dd. After that, however, I noticed there are some
improvements in lang/ruby33/Makefile. So import them. |
3.4.3,1 20 Apr 2025 03:20:18
    |
Yasuhiro Kimura (yasu)  |
lang/ruby34: Add new port
Add lang/ruby34, new 3.4 series of Ruby language.
ReleaseNotes: https://www.ruby-lang.org/en/news/2024/12/25/ruby-3-4-0-released/
ReleaseNotes: https://www.ruby-lang.org/en/news/2024/12/25/ruby-3-4-1-released/
ReleaseNotes: https://www.ruby-lang.org/en/news/2025/02/14/ruby-3-4-2-released/
ReleaseNotes: https://www.ruby-lang.org/en/news/2025/04/14/ruby-3-4-3-released/ |