| Port details |
- rust-mode Emacs major-mode for editing Rust source code
- 1.0.5.58_1 devel
=0 1.0.5.58_1Version of this port present on the latest quarterly branch. - Maintainer: pat@patmaddox.com
 - Port Added: 2024-01-24 01:39:07
- Last Update: 2026-04-11 16:03:58
- Commit Hash: bc45b7e
- License: APACHE20
- WWW:
- https://github.com/rust-lang/
- Description:
- rust-mode makes editing Rust code with Emacs enjoyable. It requires
Emacs 25 or later, and is included in both Emacs Prelude and Spacemacs
by default.
This mode provides:
- Syntax highlighting (for Font Lock Mode)
- Indentation
- Integration with Cargo, clippy and rustfmt
This mode does not provide auto completion, or jumping to function /
trait definitions. See Auto-completion below for tips on how to enable
this.
If you are missing features in rust-mode, please check out rustic
before you open a feature request. It depends on rust-mode and
provides additional features. This allows us to keep rust-mode
light-weight for users that are happy with basic functionality.
¦ ¦ ¦ ¦ 
- 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:
-
- rust-mode>0:devel/rust-mode
- To install the port:
- cd /usr/ports/devel/rust-mode/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rust-mode
- pkg install rust-mode
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rust-mode
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1706059992
SHA256 (rust-lang-rust-mode-1.0.5-58-g9c26dc1_GH0.tar.gz) = e8a9e84045b0cafd6db65417f3499f4edcb5964d53672af8b487e9d283b0009c
SIZE (rust-lang-rust-mode-1.0.5-58-g9c26dc1_GH0.tar.gz) = 53202
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Run
-
- devel/ob-rust
Configuration Options:
- No options to configure
- Options name:
- devel_rust-mode
- USES:
- emacs
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.0.5.58_1 11 Apr 2026 16:03:58
    |
Joseph Mingrone (jrm)  |
Emacs Lisp ports framework: Overhaul
This overhaul introduces four key changes to the elisp ports framework:
1. Remove support for packaged byte-compiled elisp.
The primary motivation is to remove a large number of flavor-specific
packages and to simplify the ports tree. As an example, supporting
byte-compiled elisp for devel/tablist required six packages, one for
each flavor of editors/emacs and editors/emacs-devel. With over 100
elisp ports and requests for new Emacs flavors, this was
unmanageable.
2. Install configuration to integrate with Emacs's native compilation
machinery, allowing elisp from ports to be compiled into the standard (Only the first 15 lines of the commit message are shown above ) |
1.0.5.58_1 16 Aug 2025 00:42:54
    |
Yasuhiro Kimura (yasu)  |
editors/emacs: Update to 30.2
* Replace '30.1' in Mk/Uses/emacs.mk with '30.2'.
* Bump PORTREVISION of dependent ports.
ChangLog: https://cgit.git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-30.2
Reviewed by: jrm
Differential Revision: https://reviews.freebsd.org/D51906 |
1.0.5.58 24 Jan 2024 01:37:28
    |
Yuri Victorovich (yuri)  |
devel/rust-mode: New port: Emacs major-mode for editing Rust source code
PR: 276340
Submitted by: Pat Maddox <pat@patmaddox.com> |
Number of commits found: 3
|