Port details |
- ruby-gems Package management framework for the Ruby language
- 3.4.2 devel
=41 Version of this port present on the latest quarterly branch. - Maintainer: ruby@FreeBSD.org
 - Port Added: 2004-10-19 16:58:54
- Last Update: 2023-01-17 01:07:50
- Commit Hash: f03ab0f
- People watching this port, also watch:: pcre, gmake, libxml2, libiconv, expat
- Also Listed In: ruby
- License: MIT RUBY
- Description:
- a package management framework for the Ruby programming language
An application or library is packaged into a gem, which is
a single installation unit.
RubyGems entirely manages its own filesystem space, rather
than installing files into the "usual" places. This enables
greater functionality and reliability.
Using RubyGems, you can:
- download and install Ruby libraries easily
- not worry about libraries A and B depending on
different versions of library C
- easily remove libraries you no longer use
- have power and control over your Ruby platform!
You could browse source code at https://github.com/rubygems/rubygems
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ruby30-gems>0:devel/ruby-gems
- To install the port:
- cd /usr/ports/devel/ruby-gems/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/ruby-gems
- pkg install ruby30-gems
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ruby30-gems
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1672940778
SHA256 (ruby/rubygems-3.4.2.tgz) = 619a61177dfbe219dd159f7790058b1829bcabcfc433727154600e337b31d01a
SIZE (ruby/rubygems-3.4.2.tgz) = 1302381
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby30 : lang/ruby30
- Runtime dependencies:
-
- ruby30 : lang/ruby30
- Patch dependencies:
-
- ruby30 : lang/ruby30
-
- This port is required by:
- for Build
-
- accessibility/rubygem-atk
- archivers/rubygem-archive-tar-minitar
- archivers/rubygem-archive-zip
- archivers/rubygem-bzip2-ruby
- archivers/rubygem-fpm
- archivers/rubygem-libarchive
- archivers/rubygem-minitar
-
Deleted ports which required this port:
- for Patch
-
- accessibility/rubygem-atk
- archivers/rubygem-archive-tar-minitar
- archivers/rubygem-archive-zip
- archivers/rubygem-bzip2-ruby
- archivers/rubygem-fpm
- archivers/rubygem-libarchive
- archivers/rubygem-minitar
-
Deleted ports which required this port:
- for Run
-
- accessibility/rubygem-atk
- archivers/rubygem-archive-tar-minitar
- archivers/rubygem-archive-zip
- archivers/rubygem-bzip2-ruby
- archivers/rubygem-fpm
- archivers/rubygem-libarchive
- archivers/rubygem-minitar
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
- Configuration Options:
- ===> The following configuration options are available for ruby30-gems-3.4.2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_ruby-gems
- USES:
- cpe ruby tar:tgz
- 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 |
3.4.2 17 Jan 2023 01:07:50
    |
Yasuhiro Kimura (yasu)  |
devel/ruby-gems: Update to 3.4.2
ChangeLog: https://github.com/rubygems/rubygems/releases/tag/v3.4.2
PR: 268578
Approved by: meta (ruby@, maintainer)
Exp-run by: antoine |
3.3.26 14 Jan 2023 23:08:33
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
3.3.26 30 Dec 2022 09:06:10
    |
Po-Chuan Hsieh (sunpoet)  |
devel/ruby-gems: Update to 3.3.26
Changes: https://github.com/rubygems/rubygems/releases
https://github.com/rubygems/rubygems/blob/master/CHANGELOG.md |
3.3.23 09 Oct 2022 19:45:38
    |
Po-Chuan Hsieh (sunpoet)  |
devel/ruby-gems: Update to 3.3.23
Changes: https://github.com/rubygems/rubygems/releases |
3.3.22 10 Sep 2022 13:02:59
    |
Po-Chuan Hsieh (sunpoet)  |
devel/ruby-gems: Update to 3.3.22
Changes: https://github.com/rubygems/rubygems/releases |
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) |
3.3.21 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 ) |
3.3.21 31 Aug 2022 11:41:51
    |
Po-Chuan Hsieh (sunpoet)  |
devel/ruby-gems: Update to 3.3.21
Changes: https://github.com/rubygems/rubygems/releases |
3.3.19 30 Jul 2022 19:26:41
  |