===> The following configuration options are available for jetbrains-goland-2023.2.2:
DELVE=on: Debugger for the Go programming language
===> Use 'make config' to modify these settings
There is a native (faster) file watching support backed by kqueue which is
enabled by default. If you encounter problems with watching large
trees, you can disable it by adding the following property via the menu
entry Help -> Edit Custom Properties...
idea.filewatcher.disabled=true
devel/jetbrains-goland: Update to 2022.3.4
ChangeLog: https://youtrack.jetbrains.com/articles/GO-A-231735785
Debug not working with Webstorm because max websocket buffer size limit is
exceeded.
PR: 270445
Reported by: dmitry.wagin@ya.ru (maintainer)
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
devel/jetbrains-goland: Update to 2019.2.1
Actually commit proper patch this time
PR: 239616
Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru>
Pointyhat to: swills
devel/jetbrains-goland: create port
GoLand is cross-platform IDE built specially for Go developers.
While this is trial software, there are commercial and academic licenses
available.
WWW: https://www.jetbrains.com/go/
PR: 238148
Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru>