mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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)
This commit is contained in:
parent
57c50ac376
commit
31e95ed232
1 changed files with 8 additions and 2 deletions
|
@ -1,16 +1,22 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Some of the standard commands are provided as separate ports for ease
|
||||
of upgrading:
|
||||
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue