Import of pkgsrc-2016Q3

This commit is contained in:
2016-11-18 22:39:22 +01:00
committed by sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949747 additions and 377081 deletions
+9
View File
@@ -0,0 +1,9 @@
The Clang Static Analyzer is a source code analysis tool that finds
bugs in C, C++, and Objective-C programs.
The standalone tool is invoked from the command line, and is intended
to be run in tandem with a build of a codebase.
The analyzer is 100% open source and is part of the Clang project.
Like the rest of Clang, the analyzer is implemented as a C++ library
that can be used by other tools and applications
+19
View File
@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.6 2016/07/26 12:43:51 wiz Exp $
PKGNAME= ${DISTNAME:S/cfe/clang-static-analyzer/:S/.src//}
DEPENDS+= clang-${PKGVERSION_NOREV}{,nb*}:../../lang/clang
USE_TOOLS+= perl:run
BUILD_TARGET= clang-check scan-build scan-view
INSTALL_DIRS= ../build/tools/clang-check ../build/tools/scan-build ../build/tools/scan-view
CMAKE_ARGS+= -DCLANG_ENABLE_STATIC_ANALYZER=ON
REPLACE_PYTHON= # empty
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 3.5
.include "../../lang/python/application.mk"
.include "../../lang/clang/Makefile.common"
+15
View File
@@ -0,0 +1,15 @@
@comment $NetBSD: PLIST,v 1.2 2016/03/10 15:01:52 tnn Exp $
bin/clang-check
bin/scan-build
bin/scan-view
libexec/c++-analyzer
libexec/ccc-analyzer
man/man1/scan-build.1
share/scan-build/scanview.css
share/scan-build/sorttable.js
share/scan-view/FileRadar.scpt
share/scan-view/GetRadarVersion.scpt
share/scan-view/Reporter.py
share/scan-view/ScanView.py
share/scan-view/bugcatcher.ico
share/scan-view/startfile.py