Port details |
- sonar-scanner-cli Scanner component of SonarQube
- 6.2.1.4610 devel =2 6.2.0.4584Version of this port present on the latest quarterly branch.
- Maintainer: netchild@FreeBSD.org
- Port Added: 2017-03-02 15:52:57
- Last Update: 2024-10-02 08:39:42
- Commit Hash: abcda10
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java security www
- License: LGPL3
- WWW:
- https://www.sonarqube.org/
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sonar-scanner-cli
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1727858226
SHA256 (sonar-scanner-cli-6.2.1.4610.zip) = d45e09eecb2fe867ce7548be59d54317192c79944ef7e54c691423c832a8208f
SIZE (sonar-scanner-cli-6.2.1.4610.zip) = 11196067
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/openjdk17
- node : www/node20
- 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:
- The SonarQube scanner component is now installed as
/usr/local/bin/sonar-scanner
Before the first start (but not if you update), you have to configure which
SonarQube server to use in
/usr/local/libexec/sonar-scanner-cli/conf/sonar-scanner.properties
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.2.1.4610 02 Oct 2024 08:39:42 |
Alexander Leidinger (netchild) |
devel/sonar-scanner-cli: Update to 6.2.1. |
6.2.0.4584 18 Sep 2024 08:50:06 |
Alexander Leidinger (netchild) |
devel/sonar-scanner-cli: Update to 6.2.0. |
6.1.0.4477 15 Jul 2024 14:17:02 |
Alexander Leidinger (netchild) |
devel/sonar-scanner-cli: Update to 6.1.0. |
6.0.0.4432 01 Jun 2024 07:47:17 |
Alexander Leidinger (netchild) |
devel/sonar-scanner-cli: Update to 6.0.0. |
5.0.1.3006 29 Nov 2023 14:14:41 |
Alexander Leidinger (netchild) |
devel/sonar-scanner-cli: update to 5.0.1 |
4.4.0.2170_5 01 Nov 2023 19:29:11 |
Po-Chuan Hsieh (sunpoet) |
nodejs: Bump PORTREVISION for dependency change
USES=nodejs defaults to www/node20 now. |
4.4.0.2170_4 25 Feb 2023 13:34:55 |
Alexander Leidinger (netchild) |
devel/sonar-scanner-cli: Switch to openjdk 17+ |
4.4.0.2170_3 30 Jan 2023 14:20:38 |
Po-Chuan Hsieh (sunpoet) |
Framework: Rewrite nodejs.mk and reorganize www/{node,npm,yarn}
The current USES=nodejs has the following issues:
- www/node is not the default version while www/node16 is.
- It also means inconsistent naming of node ports.
- www/npm duplicates with www/npm-node16.
- www/yarn duplicates with www/yarn-node16.
The notable changes are introduced to fix the above issues:
- Rewrite Mk/Uses/nodejs.mk.
- Add new LTS version of nodejs (www/noe18).
- Add new current version of nodejs (www/node19).
- Change default nodejs version from 16 to 18 (latest LTS).
- Use consistent naming for all supported node versions.
- Convert www/node, www/npm and www/yarn to meta ports.
After this commit:
- All supported node versions are named as node{14,16,18,19}
- www/node is a meta port which depends on the default version (e.g. www/node18)
- www/npm is a meta port which depends on the default version (e.g.
www/npm-node18)
- www/yarn is a meta port which depends on the default version (e.g.
www/yarn-node18)
- Bump PORTREVISION of dependent ports for dependency change (from www/node16 to
www/node18)
Discussed with: jrm, otis, pizzamig |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
4.4.0.2170_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
4.4.0.2170_2 12 Nov 2021 05:54:51 |
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 |
4.4.0.2170_1 27 Oct 2021 13:36:18 |
Alexander Leidinger (netchild) |
devel/sonar-scanner-cli: fix CPE product |
4.4.0.2170 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.4.0.2170 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
4.4.0.2170 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.4.0.2170 26 Jun 2020 08:14:40 |
netchild |
Update to 4.4.0.2170. |
4.3.0.2102 26 Mar 2020 10:03:50 |
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 |
2.8_1 26 Mar 2020 09:39:31 |
netchild |
Take over as maintainer.
Approved by: maintainer |
2.8_1 26 Nov 2019 21:46:13 |
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 |
2.8_1 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
2.8_1 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
2.8_1 03 Jul 2017 12:59:04 |
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 |
2.8 02 Mar 2017 15:52:46 |
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 |