notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
ruby-install Compile and install different versions of Ruby
0.9.2 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.9.2Version of this port present on the latest quarterly branch.
Maintainer: henry@henryphan.com search for ports maintained by this maintainer
Port Added: 2022-05-25 08:45:15
Last Update: 2023-11-18 20:20:40
Commit Hash: bff204ef
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (27 items)
Collapse this list.
  1. /usr/local/share/licenses/ruby-install-0.9.2/catalog.mk
  2. /usr/local/share/licenses/ruby-install-0.9.2/LICENSE
  3. /usr/local/share/licenses/ruby-install-0.9.2/MIT
  4. bin/ruby-install
  5. share/man/man1/ruby-install.1.gz
  6. share/ruby-install/checksums.sh
  7. share/ruby-install/functions.sh
  8. share/ruby-install/jruby/dependencies.txt
  9. share/ruby-install/jruby/functions.sh
  10. share/ruby-install/logging.sh
  11. share/ruby-install/mruby/dependencies.txt
  12. share/ruby-install/mruby/functions.sh
  13. share/ruby-install/package_manager.sh
  14. share/ruby-install/ruby-install.sh
  15. share/ruby-install/ruby-versions.sh
  16. share/ruby-install/ruby/dependencies.txt
  17. share/ruby-install/ruby/functions.sh
  18. share/ruby-install/system.sh
  19. share/ruby-install/truffleruby-graalvm/dependencies.txt
  20. share/ruby-install/truffleruby-graalvm/functions.sh
  21. share/ruby-install/truffleruby/dependencies.txt
  22. share/ruby-install/truffleruby/functions.sh
  23. share/ruby-install/util.sh
  24. share/ruby-install/versions.sh
  25. @owner
  26. @group
  27. @mode
Collapse this list.
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):
ruby-install
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.9.20.9.2-0.9.20.9.2---
FreeBSD:13:quarterly0.9.20.9.20.9.00.9.20.9.20.9.20.9.20.9.2
FreeBSD:14:latest0.9.20.9.20.8.50.9.20.9.20.9.0-0.9.0
FreeBSD:14:quarterly0.9.20.9.2-0.9.20.9.20.9.20.9.20.9.2
FreeBSD:15:latest0.9.20.9.2n/a0.9.2n/a0.9.20.9.20.9.2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. bash : shells/bash
  2. curl : ftp/curl
  3. 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:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/postmodern/ruby-install/releases/download/v0.9.2/
Collapse this list.

Number of commits found: 7

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.9.2
18 Nov 2023 20:20:40
commit hash: bff204efe0707a3ea3630395b6f3105835a4eee5commit hash: bff204efe0707a3ea3630395b6f3105835a4eee5commit hash: bff204efe0707a3ea3630395b6f3105835a4eee5commit hash: bff204efe0707a3ea3630395b6f3105835a4eee5 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
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
commit hash: 933d0190d989210414902eb73f9e2469f73260c5commit hash: 933d0190d989210414902eb73f9e2469f73260c5commit hash: 933d0190d989210414902eb73f9e2469f73260c5commit hash: 933d0190d989210414902eb73f9e2469f73260c5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 1faa5dcb25236b64faba5f6b808b6ed45ff347f7commit hash: 1faa5dcb25236b64faba5f6b808b6ed45ff347f7commit hash: 1faa5dcb25236b64faba5f6b808b6ed45ff347f7commit hash: 1faa5dcb25236b64faba5f6b808b6ed45ff347f7 files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
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
commit hash: fcfeadc2a8dd0cfc7260896e146b02cd1bdeeb88commit hash: fcfeadc2a8dd0cfc7260896e146b02cd1bdeeb88commit hash: fcfeadc2a8dd0cfc7260896e146b02cd1bdeeb88commit hash: fcfeadc2a8dd0cfc7260896e146b02cd1bdeeb88 files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
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
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.8.3
25 May 2022 08:33:21
commit hash: e6d7b187ae0cdff86a062340a0ed3d95c48d542ccommit hash: e6d7b187ae0cdff86a062340a0ed3d95c48d542ccommit hash: e6d7b187ae0cdff86a062340a0ed3d95c48d542ccommit hash: e6d7b187ae0cdff86a062340a0ed3d95c48d542c files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
Author: Henry Phan
devel/ruby-install: add new port

WWW:		https://github.com/postmodern/ruby-install

PR:		264168

Number of commits found: 7