| Port details |
- go-mode.el Emacs mode for the Go programming language
- 1.6.0_1 devel
=1 1.6.0_1Version of this port present on the latest quarterly branch. - Maintainer: pat@patmaddox.com
 - Port Added: 2024-06-09 13:24:05
- Last Update: 2026-04-11 16:03:58
- Commit Hash: bc45b7e
- People watching this port, also watch:: tmux, libjxl, tcpdump, vigenere
- License: BSD3CLAUSE
- WWW:
- https://github.com/dominikh/go-mode.el
- Description:
- This is go-mode, the Emacs mode for editing Go code.
It is a complete rewrite of the go-mode that shipped with Go 1.0.3 and
before, and was part of Go 1.1 until Go 1.3. Beginning with Go 1.4,
editor integration will not be part of the Go distribution anymore,
making this repository the canonical place for go-mode.
¦ ¦ ¦ ¦ 
- 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:
-
- go-mode.el>0:devel/go-mode.el
- To install the port:
- cd /usr/ports/devel/go-mode.el/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/go-mode.el
- pkg install go-mode.el
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: go-mode.el
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1705246850
SHA256 (dominikh-go-mode.el-v1.6.0_GH0.tar.gz) = d480f332bb0e286e41d1592bbce29a70637487788d1ae4ad36f6e7c75eb667d4
SIZE (dominikh-go-mode.el-v1.6.0_GH0.tar.gz) = 51329
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for go-mode.el-1.6.0_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_go-mode.el
- USES:
- emacs
- 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 |
1.6.0_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.6.0_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.6.0 09 Jun 2024 12:57:40
    |
Koichiro Iwao (meta)  Author: Pat Maddox |
devel/go-mode.el: new port
This is go-mode, the Emacs mode for editing Go code.
It is a complete rewrite of the go-mode that shipped with Go 1.0.3 and
before, and was part of Go 1.1 until Go 1.3. Beginning with Go 1.4,
editor integration will not be part of the Go distribution anymore,
making this repository the canonical place for go-mode.
PR: 276329 |