Port details |
- sonar-scanner-cli Scanner component of SonarQube
- 4.4.0.2170_2 devel
=0 4.4.0.2170Version of this port present on the latest quarterly branch. - Maintainer: netchild@FreeBSD.org
 - Port Added: 2017-03-02 15:52:57
- Last Update: 2021-11-12 05:54:51
- Commit Hash: f4ffcdf
- Also Listed In: java security www
- License: LGPL3
- Description:
- SonarQube is the leading tool for continuously inspecting the Code
Quality and Security of your codebases and guiding development teams
during Code Reviews.
Sonar-scanner-cli is a source code scanning component of SonarQube.
WWW: https://www.sonarqube.org/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- sonar-scanner-cli>0:devel/sonar-scanner-cli
- To install the port:
- cd /usr/ports/devel/sonar-scanner-cli/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/sonar-scanner-cli
- pkg install sonar-scanner-cli
- PKGNAME: sonar-scanner-cli
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1593158938
SHA256 (sonar-scanner-cli-4.4.0.2170.zip) = b24c19e948f152a4ea8dc43d037253234add639503d42194f6175869693ff058
SIZE (sonar-scanner-cli-4.4.0.2170.zip) = 588933
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- java : java/openjdk11
- node : www/node16
- This port is required by:
- for Run
-
- devel/sonarqube-ant-task
- Configuration Options:
- No options to configure
- Options name:
- devel_sonar-scanner-cli
- USES:
- cpe nodejs:run zip
- pkg-message:
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
12 Nov 2021 05:54:51 4.4.0.2170_2
|
Matthias Fechner (mfechner)  |
*/*: use new nodejs USES flag
Simply define which nodejs version is required using the nodejs USES flag.
PR: 259783
Differential Revision: https://reviews.freebsd.org/D32790 |
27 Oct 2021 13:36:18 4.4.0.2170_1
|
Alexander Leidinger (netchild)  |
devel/sonar-scanner-cli: fix CPE product |
07 Apr 2021 08:09:01 4.4.0.2170
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:13 4.4.0.2170
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 4.4.0.2170
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
26 Jun 2020 08:14:40
4.4.0.2170
|
netchild  |
Update to 4.4.0.2170. |
26 Mar 2020 10:03:50
4.3.0.2102
|
netchild  |
Update sonarqube ports to the most revent version:
- sonarqube-community: 8.2
- sonarqube-ant-task: 2.7.0.1612
- sonar-scanner-cli: 4.3.0.2102 |
26 Mar 2020 09:39:31
2.8_1
|
netchild  |
Take over as maintainer.
Approved by: maintainer |
26 Nov 2019 21:46:13
2.8_1
|
jkim  |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
06 Nov 2019 12:48:32
2.8_1 
|
antoine  |
Mark a few ports BROKEN, unfetchable |
13 Aug 2019 16:01:59
2.8_1 
|
mat  |
Convert to UCL & cleanup pkg-message (categories d) |
03 Jul 2017 12:59:04
2.8_1
|
bhughes  |
devel/sonar-scanner-cli: Fix build as non-root
PR: 220115
Submitted by: Du<C5><A1>an Vejnovi<C4><8D> <freebsd@dussan.org> (maintainer)
Approved by: mat (co-mentor)
Differential Revision: https://reviews.freebsd.org/D11438 |
02 Mar 2017 15:52:46
2.8
|
girgen  |
Add sonar-scanner-cli
The SonarQube Scanner is recommended as the default launcher to analyze a
project with SonarQube. The SonarQube Scanner allows you to perform source code
analyzes without using tools such as Ant or Maven. The SonarQube platform is an
open source quality management platform, dedicated to continuously analyzing
and measuring the technical quality of source code, from project portfolio down
to the method level. With the SonarQube Scanner, and also a tool like Jenkins,
everyone can analyze all kinds of languages, not just Java.
WWW: http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner
PR: 208667 |