Port details |
- ruby-install Compile and install different versions of Ruby
- 0.9.2 devel
=2 0.9.2Version of this port present on the latest quarterly branch. - Maintainer: henry@henryphan.com
 - Port Added: 2022-05-25 08:45:15
- Last Update: 2023-11-18 20:20:40
- Commit Hash: bff204ef
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: ruby
- License: MIT
- WWW:
- https://github.com/postmodern/ruby-install
- Description:
- Installs Ruby, JRuby, Rubinius, TruffleRuby (native / GraalVM), or mruby.
Features:
* Supports installing arbitrary versions.
* Supports downloading the latest versions and checksums from ruby-versions.
* Supports installing into /opt/rubies/ and ~/.rubies/ by default.
* Supports installing into arbitrary directories.
* Supports downloading from arbitrary URLs.
* Supports downloading from mirrors.
* Supports downloading/applying patches.
* Supports specifying arbitrary ./configure options.
* Supports downloading archives using wget or curl.
* Supports verifying downloaded archives via checksums.
* Has tests.
Anti-Features:
* Does not require updating every time a new Ruby version comes out.
* Does not require recipes for each individual Ruby version or configuration.
* Does not support installing trunk/HEAD or nightly rolling releases.
* Does not support installing unsupported/unmaintained versions of Ruby.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ruby-install>0:devel/ruby-install
- To install the port:
- cd /usr/ports/devel/ruby-install/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/ruby-install
- pkg install ruby-install
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ruby-install
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1699251375
SHA256 (ruby-install-0.9.2.tar.gz) = b8cb36ed5127eb23acbc36ebc44c43097dba7738cf860eca31be5e67a8996520
SIZE (ruby-install-0.9.2.tar.gz) = 35976
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- bash : shells/bash
- curl : ftp/curl
- sudo : security/sudo
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_ruby-install
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.2 18 Nov 2023 20:20:40
    |
Robert Clausecker (fuz)  Author: Henry Phan |
devel/ruby-install: bump from 0.9.1 to 0.9.2.
Changelog: https://github.com/postmodern/ruby-install/blob/master/ChangeLog.md
PR: 274932 |
0.9.1 26 Aug 2023 09:29:31
    |
Po-Chuan Hsieh (sunpoet)  |
devel/ruby-install: Update to 0.9.1
- While I'm here:
- Use upstream release tarball
- Use tab instead of space
- Add NO_ARCH
- Add NO_BUILD
- Use INSTALL_MAN: COPYTREE_BIN brings incorrect file mode (+x) to
ruby-install.1.gz
- Use . instead of \*
- Use DATADIR
Changes: https://github.com/postmodern/ruby-install/releases
PR: 273273
Reported by: Henry Phan <henry@henryphan.com> (maintainer) |
0.9.0 11 May 2023 00:10:15
    |
Koichiro Iwao (meta)  Author: Henry Phan |
devel/ruby-install: Bump ruby-install version to 0.9.0
PR: 271020 |
0.8.5 24 Nov 2022 01:58:02
    |
Koichiro Iwao (meta)  Author: Henry Phan |
devel/ruby-install: Update to 0.8.5
While here, add missing dependency on sudo.
PR: 267885 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.8.3 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.8.3 25 May 2022 08:33:21
    |
Koichiro Iwao (meta)  Author: Henry Phan |
devel/ruby-install: add new port
WWW: https://github.com/postmodern/ruby-install
PR: 264168 |