freebsd-ports/lang/ruby30/pkg-message
Yasuhiro Kimura 31e95ed232 lang/ruby30: Update pkg-message
In Ruby 3.0 following standard libraries are distributed as bundled
gems.

- minitest
- power_assert
- test-unit
- typeprof
- rexml
- rss

But this port doesn't include bundled gems in its package. So add
message to pkg-message that they are provided as separate ports.

PR:		259757
Approved by:	maintainer timeout (> 3 weeks)
2021-12-03 16:54:53 +09:00

31 lines
1.2 KiB
Plaintext

[
{ type: install
message: <<EOM
Some of the standard commands and libraries are provided as separate
ports for ease of upgrading:
devel/ruby-gems: gem - RubyGems package manager
devel/rubygem-erb: erb - Templating system for Ruby
devel/rubygem-irb: irb - Interactive Ruby
devel/rubygem-minitest: minitest - Complete suite of testing facilities
devel/rubygem-power_assert: power_assert - Power Assert 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-test-unit: test-unit - Unit testing framework for Ruby
devel/rubygem-typeprof: typeprof - Type analysis tool for Ruby code
sysutils/rubygem-bundler: bundler - Tool that manages gem dependencies for ruby applications
textproc/rubygem-rexml: rexml - XML toolkit for Ruby
www/rubygem-rss: rss - Family of libraries that support various formats of XML "feeds"
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.
EOM
}
]