| Port details |
- rubygem-rufo Fast and unobtrusive Ruby code formatter
- 0.18.2 devel
=0 0.18.1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2025-02-19 12:00:17
- Last Update: 2026-01-15 11:53:49
- Commit Hash: e13362b
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/ruby-formatter/rufo
- Description:
- Rufo is as an opinionated ruby formatter, intended to be used via the command
line as a text-editor plugin, to autoformat files on save or on demand.
Unlike the best known Ruby formatter RuboCop, Rufo offers little in the way of
configuration. Like other language formatters such as gofmt, prettier, and
autopep8, we strive to find a "one true format" for Ruby code, and make sure
your code adheres to it, with zero config where possible.
RuboCop does much more than just format code though, so feel free to run them
both!
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- rubygem-rufo>0:devel/rubygem-rufo
- To install the port:
- cd /usr/ports/devel/rubygem-rufo/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rubygem-rufo
- pkg install rubygem-rufo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-rufo
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1767157733
SHA256 (rubygem/rufo-0.18.2.gem) = f279bea838aae7cd51149413a2dfa3383044b1c93f1469ceaddd1ca3824fc46f
SIZE (rubygem/rufo-0.18.2.gem) = 45568
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:
-
- ruby33 : lang/ruby33
- gem : devel/ruby-gems
- Runtime dependencies:
-
- ruby33 : lang/ruby33
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby33 : lang/ruby33
- gem : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_rubygem-rufo
- USES:
- gem
- 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 |
0.18.2 15 Jan 2026 11:53:49
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-rufo: Update to 0.18.2
Changes: https://github.com/ruby-formatter/rufo/blob/master/CHANGELOG.md |
0.18.1 14 Mar 2025 09:54:44
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-rufo: Update to 0.18.1
Changes: https://github.com/ruby-formatter/rufo/blob/master/CHANGELOG.md |
0.18.0 19 Feb 2025 11:53:00
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-rufo: Add rubygem-rufo 0.18.0
Rufo is as an opinionated ruby formatter, intended to be used via the command
line as a text-editor plugin, to autoformat files on save or on demand.
Unlike the best known Ruby formatter RuboCop, Rufo offers little in the way of
configuration. Like other language formatters such as gofmt, prettier, and
autopep8, we strive to find a "one true format" for Ruby code, and make sure
your code adheres to it, with zero config where possible.
RuboCop does much more than just format code though, so feel free to run them
both! |