Bug 276329 - [NEW PORT] devel/go-mode.el: Emacs mode for the Go programming language
Summary: [NEW PORT] devel/go-mode.el: Emacs mode for the Go programming language
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Koichiro Iwao
URL:
Keywords:
Depends on:
Blocks: 276322
  Show dependency treegraph
 
Reported: 2024-01-14 15:45 UTC by Pat Maddox
Modified: 2024-06-09 13:24 UTC (History)
1 user (show)

See Also:


Attachments
new port (3.36 KB, patch)
2024-01-14 15:49 UTC, Pat Maddox
pat: maintainer-approval+
Details | Diff
change category to devel (3.32 KB, patch)
2024-01-15 01:33 UTC, Pat Maddox
pat: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pat Maddox 2024-01-14 15:45:49 UTC

    
Comment 1 Pat Maddox 2024-01-14 15:49:52 UTC
Created attachment 247652 [details]
new port
Comment 2 Pat Maddox 2024-01-15 01:33:15 UTC
Created attachment 247670 [details]
change category to devel
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-06-09 13:23:28 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=aca963f179baa977a9ee2fcdafa564b30959817b

commit aca963f179baa977a9ee2fcdafa564b30959817b
Author:     Pat Maddox <pat@patmaddox.com>
AuthorDate: 2024-01-14 15:43:53 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2024-06-09 12:57:40 +0000

    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

 devel/Makefile                   |  1 +
 devel/go-mode.el/Makefile (new)  | 32 ++++++++++++++++++++++++++++++++
 devel/go-mode.el/distinfo (new)  |  3 +++
 devel/go-mode.el/pkg-descr (new) |  6 ++++++
 devel/go-mode.el/pkg-plist (new) |  4 ++++
 5 files changed, 46 insertions(+)
Comment 4 Koichiro Iwao freebsd_committer freebsd_triage 2024-06-09 13:24:13 UTC
Committed, thanks!