notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details on branch 2024Q2
gopls Go language LSP server
0.15.3_2 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.15.3_2Version of this port present on the latest quarterly branch.
Maintainer: fuz@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-04-15 08:39:30
Last Update: 2024-06-15 09:57:50
Commit Hash: aa2919f
License: BSD3CLAUSE
WWW:
https://pkg.go.dev/golang.org/x/tools/gopls
Description:
gopls (pronounced "Go please") is the official Go language server developed by the Go team. It provides IDE features to any LSP-compatible editor. You should not need to interact with gopls directly---it will be automatically integrated into your editor. The specific features and settings vary slightly by editor, so we recommend that you proceed to the documentation for your editor below.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (32 items)
Collapse this list.
  1. /usr/local/share/licenses/gopls-0.15.3_2/catalog.mk
  2. /usr/local/share/licenses/gopls-0.15.3_2/LICENSE
  3. /usr/local/share/licenses/gopls-0.15.3_2/BSD3CLAUSE
  4. bin/gopls
  5. share/doc/gopls/README.md
  6. share/doc/gopls/doc/advanced.md
  7. share/doc/gopls/doc/analyzers.md
  8. share/doc/gopls/doc/command-line.md
  9. share/doc/gopls/doc/commands.md
  10. share/doc/gopls/doc/contributing.md
  11. share/doc/gopls/doc/daemon.md
  12. share/doc/gopls/doc/design/architecture.svg
  13. share/doc/gopls/doc/design/design.md
  14. share/doc/gopls/doc/design/implementation.md
  15. share/doc/gopls/doc/design/integrating.md
  16. share/doc/gopls/doc/emacs.md
  17. share/doc/gopls/doc/features.md
  18. share/doc/gopls/doc/helix.md
  19. share/doc/gopls/doc/inlayHints.md
  20. share/doc/gopls/doc/inline-after.png
  21. share/doc/gopls/doc/inline-before.png
  22. share/doc/gopls/doc/refactor-inline.md
  23. share/doc/gopls/doc/releases.md
  24. share/doc/gopls/doc/semantictokens.md
  25. share/doc/gopls/doc/settings.md
  26. share/doc/gopls/doc/subl.md
  27. share/doc/gopls/doc/troubleshooting.md
  28. share/doc/gopls/doc/vim.md
  29. share/doc/gopls/doc/workspace.md
  30. @owner
  31. @group
  32. @mode
Collapse this list.
Dependency lines:
  • gopls>0:devel/gopls
To install the port:
cd /usr/ports/devel/gopls/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/gopls
  • pkg install gopls
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: gopls
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1713652898 SHA256 (go/devel_gopls/gopls-v0.15.3/v0.15.3.mod) = a0041e74d81665d4076d7f05796697a05c6a3c6ac0e7d7abfee6ba2929f174f6 SIZE (go/devel_gopls/gopls-v0.15.3/v0.15.3.mod) = 769

Expand this list (2 items)

Collapse this list.

SHA256 (go/devel_gopls/gopls-v0.15.3/v0.15.3.zip) = fe5543655b563d20f225956b4730d1c638e0889b2c7176fc254ce7b55ab4521f SIZE (go/devel_gopls/gopls-v0.15.3/v0.15.3.zip) = 1650905

Collapse this list.


Packages (timestamps in pop-ups are UTC):
gopls
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.18.1_10.18.1_1-0.18.1_10.18.1_1---
FreeBSD:13:quarterly0.18.10.18.1-0.18.10.18.1---
FreeBSD:14:latest0.18.1_10.18.1_1-0.18.1_10.18.1_1---
FreeBSD:14:quarterly0.18.10.18.1-0.18.10.18.1---
FreeBSD:15:latest0.18.1_10.18.1_1n/a0.18.1_1n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go121 : lang/go121
Fetch dependencies:
  1. go121 : lang/go121
  2. ca_root_nss>0 : security/ca_root_nss
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for gopls-0.15.3_2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
devel_gopls
USES:
go:modules zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://proxy.golang.org/golang.org/x/tools/gopls/@v/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.15.3_2
15 Jun 2024 09:57:50
commit hash: aa2919fafeb561c987ff7957a14f3bdbd4b62399commit hash: aa2919fafeb561c987ff7957a14f3bdbd4b62399commit hash: aa2919fafeb561c987ff7957a14f3bdbd4b62399commit hash: aa2919fafeb561c987ff7957a14f3bdbd4b62399 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
(cherry picked from commit 746fa696a12ef1ca798e36baf087f579375b8cd1)
0.15.3_1
13 May 2024 18:28:41
commit hash: 8db69aebd121759c5b407c78e9e82a26b229efb9commit hash: 8db69aebd121759c5b407c78e9e82a26b229efb9commit hash: 8db69aebd121759c5b407c78e9e82a26b229efb9commit hash: 8db69aebd121759c5b407c78e9e82a26b229efb9 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
(cherry picked from commit fce0cc32720e61042bc675152b116f9e61532e92)
0.15.3
06 May 2024 20:18:29
commit hash: cd3e4ce9f65247875b53bb11979d8ffc6752a618commit hash: cd3e4ce9f65247875b53bb11979d8ffc6752a618commit hash: cd3e4ce9f65247875b53bb11979d8ffc6752a618commit hash: cd3e4ce9f65247875b53bb11979d8ffc6752a618 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
devel/gopls: update to 0.15.3

A bug fix release.

Changelog: https://github.com/golang/tools/releases/tag/gopls%2Fv0.15.3

MFH:		2024Q2
(cherry picked from commit 033d8e2627300c11711fd276d5f52e4de663f9ef)
0.15.2_2
15 Apr 2024 08:31:41
commit hash: 0bbb270314a986cf7200e39bb7c49823b7147b75commit hash: 0bbb270314a986cf7200e39bb7c49823b7147b75commit hash: 0bbb270314a986cf7200e39bb7c49823b7147b75commit hash: 0bbb270314a986cf7200e39bb7c49823b7147b75 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
(cherry picked from commit 32b284679a1954ef1e0c0d52c4741d00e36dc6e0)

Number of commits found: 4