Created attachment 227323 [details] 0.1.0 GoKart is a static analysis tool for Go that finds vulnerabilities using the SSA (single static assignment) form of Go source code. Tested on: 11.4-RELEASE-p12 11.4-RELEASE-p12 12.1-RELEASE-p13 12.1-RELEASE-p13 12.2-RELEASE-p9 12.2-RELEASE-p9 13.0-RELEASE-p3 13.0-RELEASE-p3 Portlint: no errors
Nice work on this port! What you think including a DOCS option with README.md file? It is informative and have examples
Hi Nuno, I'm going to take some time to work on this. Great idea, thanks.
Created attachment 227503 [details] Added DOCS Hi, Nuno I added DOCS option. Please, review.
Created attachment 227512 [details] new port gokart Hello, Port is fine and I've just did some small changes: 1. Removed OPTIONS_SUB because it is implicit with DOCS option https://docs.freebsd.org/en/books/porters-handbook/quick-porting/#porting-desc 2. Moved PLIST_FILES to a correct position (portclippy) 3. Simplified: ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} to ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} 4. Used 72 cols formating in pkg-descr Please take a look and if it looks ok put maintainer approval on this diff so I can commit
(In reply to Nuno Teixeira from comment #4) Approved, Nuno Thanks for improvements.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=974e6bb08aed2dae231d30d33ba225f4c8b07bef commit 974e6bb08aed2dae231d30d33ba225f4c8b07bef Author: Gabriel Dutra <0xdutra@gmail.com> AuthorDate: 2021-09-08 15:55:17 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2021-09-08 15:57:36 +0000 security/gokart: New port: static go code analyzer GoKart is a static analysis tool for Go that finds vulnerabilities using the SSA (single static assignment) form of Go source code. WWW: https://github.com/praetorian-inc/gokart PR: 257942 security/Makefile | 1 + security/gokart/Makefile (new) | 49 +++++++++++++++++++++++++++++++++++++++++ security/gokart/distinfo (new) | 35 +++++++++++++++++++++++++++++ security/gokart/pkg-descr (new) | 4 ++++ 4 files changed, 89 insertions(+)
Committed thanks!
(In reply to Gabriel Dutra from comment #5) And there is a new version available 0.2.0 I'm waiting for a patch :) Cheers
*** Bug 258385 has been marked as a duplicate of this bug. ***