FreeBSD Bugzilla – Attachment 178888 Details for
Bug 203075
[NEW PORT] devel/sonar-ant-task: SonarQube Plugin for analysis projects with an Apache Ant
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shar file for devel/soanar-ant-task
sonar-ant-task.shar (text/plain), 4.32 KB, created by
Dušan Vejnovič
on 2017-01-14 16:46:30 UTC
(
hide
)
Description:
shar file for devel/soanar-ant-task
Filename:
MIME Type:
Creator:
Dušan Vejnovič
Created:
2017-01-14 16:46:30 UTC
Size:
4.32 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># sonar-ant-task ># sonar-ant-task/README.md ># sonar-ant-task/files ># sonar-ant-task/files/pkg-message.in ># sonar-ant-task/pkg-descr ># sonar-ant-task/distinfo ># sonar-ant-task/Makefile ># >echo c - sonar-ant-task >mkdir -p sonar-ant-task > /dev/null 2>&1 >echo x - sonar-ant-task/README.md >sed 's/^X//' >sonar-ant-task/README.md << '987bfe2fd74e7784ee6544575b07f956' >X# The SonarQube Scanner for Ant port for The FreeBSD Ports >X >XThe SonarQube Scanner for Ant is an Ant Task that is wrapper of SonarQube Scanner, which works by invoking SonarQube Scanner and passing to it all properties named following a sonar.* convention. This has the downside of not being very Ant-y, but the upside of providing instant availability of any new analysis parameter introduced by a new version of a plugin or of SonarQube itself. >X >X___VERSION:___ 2.4 >X___MAINTAINER:___ <freebsd@dussan.org> >X___LICENSE:___ [GNU Lesser General Public License, Version 3](http://www.gnu.org/licenses/lgpl-3.0.html) >X___WWW:___ [http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner+for+Ant](http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner+for+Ant) >987bfe2fd74e7784ee6544575b07f956 >echo c - sonar-ant-task/files >mkdir -p sonar-ant-task/files > /dev/null 2>&1 >echo x - sonar-ant-task/files/pkg-message.in >sed 's/^X//' >sonar-ant-task/files/pkg-message.in << 'a663aa006693691c7d8c951a598dbf19' >X************************************************************************ >X >X To integrate SonarQube with SonarQube Scanner for Ant (default >X settings): >X - define a new sonar Ant target in your Ant build script >X - for the SonarQube target set classpath value to >X "/usr/local/sonar-ant-task/sonar-ant-task.jar" >X >X More information: >X http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner+for+Ant >X >X************************************************************************ >a663aa006693691c7d8c951a598dbf19 >echo x - sonar-ant-task/pkg-descr >sed 's/^X//' >sonar-ant-task/pkg-descr << '0c363da0cf5121a17347515042a2537e' >XThe SonarQube Scanner for Ant is an Ant Task that is wrapper of SonarQube >XScanner, which works by invoking SonarQube Scanner and passing to it all >Xproperties named following a sonar.* convention. This has the downside of not >Xbeing very Ant-y, but the upside of providing instant availability of any new >Xanalysis parameter introduced by a new version of a plugin or of SonarQube >Xitself. >X >XWWW: http://docs.sonarqube.org/display/SONAR/Installing+and+Configuring+Ant+SonarQube+Task >0c363da0cf5121a17347515042a2537e >echo x - sonar-ant-task/distinfo >sed 's/^X//' >sonar-ant-task/distinfo << '911963abf3081d6eb77e14f567ed0ddd' >XTIMESTAMP = 1484408469 >XSHA256 (sonarqube-ant-task-2.5.jar) = 43e7a8e0a5f8d44cd602de4a7ccf2e819e23429370d1b97425d38562651331cf >XSIZE (sonarqube-ant-task-2.5.jar) = 537405 >911963abf3081d6eb77e14f567ed0ddd >echo x - sonar-ant-task/Makefile >sed 's/^X//' >sonar-ant-task/Makefile << '851fef966b6bd6550a50a74299dbe90b' >X# Created by: Dusan Vejnovic <freebsd@dussan.org> >X# $FreeBSD$ >X >XPORTNAME= sonar-ant-task >XPORTVERSION= 2.5 >XCATEGORIES= devel java >XMASTER_SITES= https://sonarsource.bintray.com/Distribution/sonarqube-ant-task/ >XDISTNAME= sonarqube-ant-task-${PORTVERSION} >XEXTRACT_SUFX= .jar >XEXTRACT_ONLY= >X >XMAINTAINER= freebsd@dussan.org >XCOMMENT= SonarQube Plugin for analysis projects with an Apache Ant >X >XLICENSE= LGPL3 >X >XNO_ARCH= yes >XNO_BUILD= yes >XNO_WRKSUBDIR= yes >X >XRUN_DEPENDS+= ant:devel/apache-ant >X >XUSES= cpe >XCPE_VENDOR= sonarsource >X >XUSE_JAVA= yes >XJAVA_VERSION= 1.7+ >X >XSUB_FILES= pkg-message >XPLIST_FILES= ${PORTNAME}/${PORTNAME}${EXTRACT_SUFX} >X >XSQ= ${PREFIX}/sonarqube/bin/freebsd >X >XOPTIONS_DEFINE= SQ >XSQ_DESC= SonarQube server support >XSQ_RUN_DEPENDS= ${SQ}/sonar.sh.sample:devel/sonarqube >X >Xdo-install: >X @${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME} >X ${INSTALL_DATA} ${DISTDIR}/${DISTFILES} \ >X ${STAGEDIR}${PREFIX}/${PORTNAME}/${PORTNAME}${EXTRACT_SUFX} >X @${CHMOD} -R 644 ${STAGEDIR}${PREFIX}/${PORTNAME} >X >X.include <bsd.port.mk> >851fef966b6bd6550a50a74299dbe90b >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 203075
:
160991
|
160992
|
169115
| 178888