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 on branch 2022Q4
ruby-install Compile and install different versions of Ruby
0.8.5 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.8.5Version of this port present on the latest quarterly branch.
Maintainer: henry@henryphan.com search for ports maintained by this maintainer
Port Added: 2022-11-24 04:09:07
Last Update: 2022-11-24 04:03:34
Commit Hash: 3a7efbf
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 (29 items)
Collapse this list.
  1. /usr/local/share/licenses/ruby-install-0.8.5/catalog.mk
  2. /usr/local/share/licenses/ruby-install-0.8.5/LICENSE
  3. /usr/local/share/licenses/ruby-install-0.8.5/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/rbx/dependencies.txt
  15. share/ruby-install/rbx/functions.sh
  16. share/ruby-install/ruby-install.sh
  17. share/ruby-install/ruby-versions.sh
  18. share/ruby-install/ruby/dependencies.txt
  19. share/ruby-install/ruby/functions.sh
  20. share/ruby-install/system.sh
  21. share/ruby-install/truffleruby-graalvm/dependencies.txt
  22. share/ruby-install/truffleruby-graalvm/functions.sh
  23. share/ruby-install/truffleruby/dependencies.txt
  24. share/ruby-install/truffleruby/functions.sh
  25. share/ruby-install/util.sh
  26. share/ruby-install/versions.sh
  27. @owner
  28. @group
  29. @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 = 1669016345 SHA256 (postmodern-ruby-install-v0.8.5_GH0.tar.gz) = 793fcf44dce375c6c191003c3bfd22ebc85fa296d751808ab315872f5ee0179b SIZE (postmodern-ruby-install-v0.8.5_GH0.tar.gz) = 32904

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://codeload.github.com/postmodern/ruby-install/tar.gz/v0.8.5?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.8.5
24 Nov 2022 04:03:34
commit hash: 3a7efbf99c579fa525c8d3123cf14a326f8521e3commit hash: 3a7efbf99c579fa525c8d3123cf14a326f8521e3commit hash: 3a7efbf99c579fa525c8d3123cf14a326f8521e3commit hash: 3a7efbf99c579fa525c8d3123cf14a326f8521e3 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.

Merging into quarterly branch because it includes it is a leaf port and
update includes only bugfixes. Also fixing dependency.

PR:		267885

(cherry picked from commit fcfeadc2a8dd0cfc7260896e146b02cd1bdeeb88)

Number of commits found: 1