Port details on branch 2022Q2 |
- ruby27 Object-oriented interpreted scripting language
- 2.7.6,1 lang
=0 2.7.6,1Version of this port present on the latest quarterly branch. - Maintainer: ruby@FreeBSD.org
 - Port Added: 2022-04-24 08:19:42
- Last Update: 2022-04-16 13:36:30
- Commit Hash: 23075ba
- 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.)
WWW: https://www.ruby-lang.org/en/
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/ruby27/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/ruby27
- pkg install ruby
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ruby
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1649819405
SHA256 (ruby/ruby-2.7.6.tar.xz) = 54dcd3044726c4ab75a9d4604720501442b229a3aed6a55fe909567da8807f24
SIZE (ruby/ruby-2.7.6.tar.xz) = 12084408
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.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- Runtime dependencies:
-
- libffi>=0 : devel/libffi
- Library dependencies:
-
- libyaml.so : textproc/libyaml
- libedit.so.0 : devel/libedit
- libunwind.so : devel/libunwind
- This port is required by:
- for Build
-
- devel/gitaly
- devel/ruby-subversion
- devel/rubygem-claide
- devel/rubygem-claide-plugins
- devel/rubygem-cork
- devel/rubygem-danger
- devel/rubygem-danger-gitlab
- for Extract
-
- for Patch
-
- devel/gitaly
- devel/ruby-subversion
- devel/rubygem-claide
- devel/rubygem-claide-plugins
- devel/rubygem-cork
- devel/rubygem-danger
- devel/rubygem-danger-gitlab
- for Run
-
- devel/gitaly
- devel/ruby-subversion
- devel/rubygem-claide
- devel/rubygem-claide-plugins
- devel/rubygem-cork
- devel/rubygem-danger
- devel/rubygem-danger-gitlab
Configuration Options:
- ===> The following configuration options are available for ruby-2.7.6,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
====> Which line editing lib to use: you have to select exactly one of them
LIBEDIT=on: Use libedit
READLINE=off: Use libreadline
===> Use 'make config' to modify these settings
- Options name:
- lang_ruby27
- USES:
- autoreconf cpe ssl tar:xz libedit
- pkg-message:
- For install:
- Some of the standard commands are provided as separate ports for ease
of upgrading:
devel/ruby-gems: gem - RubyGems package manager
devel/rubygem-irb: irb - Interactive Ruby
devel/rubygem-rake: rake - Ruby Make
devel/rubygem-rdoc: rdoc - Ruby Documentation System
sysutils/rubygem-bundler: bundler - Tool that manages gem dependencies for ruby applications
And some of the standard libraries are provided as separate ports
since they require extra dependencies:
databases/rubygem-dbm: DBM module
databases/rubygem-gdbm: GDBM module
Install them as occasion demands.
- Master Sites:
|