From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0DA2A1382C5 for ; Sun, 10 Jan 2021 11:32:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97D19E0AF4; Sun, 10 Jan 2021 11:32:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4635EE0AF0 for ; Sun, 10 Jan 2021 11:32:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2512340D1C for ; Sun, 10 Jan 2021 11:32:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9FEB4A6 for ; Sun, 10 Jan 2021 11:31:57 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1610210775.1fe1afafb83d0a0310bacbf0657ab9a9f8cfd8ea.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-mathematics/frama-c/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-mathematics/frama-c/Manifest sci-mathematics/frama-c/frama-c-22.0.ebuild sci-mathematics/frama-c/metadata.xml X-VCS-Directories: sci-mathematics/frama-c/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1fe1afafb83d0a0310bacbf0657ab9a9f8cfd8ea X-VCS-Branch: master Date: Sun, 10 Jan 2021 11:31:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d1c1ad26-1fa5-4ef1-b8b3-d380510040e4 X-Archives-Hash: 2c04c500a2ace23baf42ccff49eef909 commit: 1fe1afafb83d0a0310bacbf0657ab9a9f8cfd8ea Author: François-Xavier Carton gmail com> AuthorDate: Fri Nov 27 18:20:23 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Jan 9 16:46:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1fe1afaf sci-mathematics/frama-c: new package This is a bump of version in ::science. Signed-off-by: François-Xavier Carton gmail.com> sci-mathematics/frama-c/Manifest | 1 + sci-mathematics/frama-c/frama-c-22.0.ebuild | 102 ++++++++++++++++++++++++++++ sci-mathematics/frama-c/metadata.xml | 50 ++++++++++++++ 3 files changed, 153 insertions(+) diff --git a/sci-mathematics/frama-c/Manifest b/sci-mathematics/frama-c/Manifest new file mode 100644 index 00000000..9681962f --- /dev/null +++ b/sci-mathematics/frama-c/Manifest @@ -0,0 +1 @@ +DIST frama-c-22.0-Titanium.tar.gz 6008520 BLAKE2B 957f1fd383913718598c8d14bd0ff4b6251cc5350633888ca061fa0e44fae17273b379dcc1b70fe8a187975364aee1f255e0df232a4ee349ff29f9cb922a7b60 SHA512 7366127da4726ffec0022adc06fd867b6ea37fc23b6a5ddccbe7562fcaa635abc6894397d0101fcb0afc339c565299c6d637006305c8331aa62a8ce734740a0f diff --git a/sci-mathematics/frama-c/frama-c-22.0.ebuild b/sci-mathematics/frama-c/frama-c-22.0.ebuild new file mode 100644 index 00000000..1bb3dc8b --- /dev/null +++ b/sci-mathematics/frama-c/frama-c-22.0.ebuild @@ -0,0 +1,102 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="Framework for analysis of source codes written in C" +HOMEPAGE="https://frama-c.com" +NAME="Titanium" +SRC_URI="https://frama-c.com/download/${P}-${NAME}.tar.gz" + +LICENSE="BSD LGPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="+aorai +callgraph +dive +e-acsl +eva +from-analysis gtk +impact +inout +instantiate +loop-analysis +metrics +nonterm +obfuscator +ocamlopt +occurrence +pdg +postdominators +print-api +qed +report +rtegen +scope security-slicing +semantic-constant-folding +server +slicing +sparecode +studia +users +variadic +wp" +RESTRICT="strip" + +# TODO: $(use_enable markdown-report mdr) -> missing dev-ml/ppx_deriving_yojson + +RDEPEND=" + >=dev-lang/ocaml-4.08.1[ocamlopt?] + >=dev-ml/ocamlgraph-1.8.5[gtk?,ocamlopt?] + >=dev-ml/zarith-1.5[ocamlopt?] + >=dev-ml/yojson-1.4.1[ocamlopt?] + gtk? ( >=dev-ml/lablgtk-2.14:2=[sourceview,gnomecanvas,ocamlopt?] ) + wp? ( >=sci-mathematics/why3-1.3.3 )" +DEPEND="${RDEPEND} + dev-ml/findlib + media-gfx/graphviz" + +REQUIRED_USE=" + dive? ( eva studia ) + e-acsl? ( rtegen ) + from-analysis? ( eva callgraph ) + impact? ( pdg eva inout ) + inout? ( from-analysis eva callgraph ) + metrics? ( eva ) + nonterm? ( eva ) + occurrence? ( eva ) + pdg? ( from-analysis eva callgraph ) + scope? ( postdominators eva from-analysis pdg ) + security-slicing? ( slicing eva pdg gtk ) + semantic-constant-folding? ( eva ) + slicing? ( from-analysis pdg eva callgraph ) + sparecode? ( pdg eva ) + studia? ( eva ) + users? ( eva ) + wp? ( qed rtegen )" + +S="${WORKDIR}/${P}-${NAME}" + +src_prepare() { + mv configure.in configure.ac || die + sed -i 's/configure\.in/configure.ac/g' Makefile.generating Makefile || die + touch config_file || die + eautoreconf + eapply_user +} + +src_configure() { + econf \ + --disable-landmarks \ + $(use_enable aorai) \ + $(use_enable callgraph) \ + $(use_enable dive) \ + $(use_enable e-acsl) \ + $(use_enable eva) \ + $(use_enable from-analysis) \ + $(use_enable gtk gui) \ + $(use_enable impact) \ + $(use_enable inout) \ + $(use_enable instantiate) \ + $(use_enable loop-analysis) \ + --disable-mdr \ + $(use_enable metrics) \ + $(use_enable nonterm) \ + $(use_enable obfuscator) \ + $(use_enable occurrence) \ + $(use_enable pdg) \ + $(use_enable postdominators) \ + $(use_enable print-api) \ + $(use_enable qed) \ + $(use_enable report) \ + $(use_enable rtegen) \ + $(use_enable scope) \ + $(use_enable security-slicing) \ + $(use_enable semantic-constant-folding) \ + $(use_enable server) \ + --disable-server-zmq \ + $(use_enable slicing) \ + $(use_enable sparecode) \ + $(use_enable studia) \ + $(use_enable users) \ + $(use_enable variadic) \ + $(use_enable wp) \ + --disable-wp-coq +} + +src_install() { + emake install DESTDIR="${ED}" +} diff --git a/sci-mathematics/frama-c/metadata.xml b/sci-mathematics/frama-c/metadata.xml new file mode 100644 index 00000000..c4798f54 --- /dev/null +++ b/sci-mathematics/frama-c/metadata.xml @@ -0,0 +1,50 @@ + + + + + François-Xavier Carton + fx.carton91@gmail.com + + + Build the Aorai plugin + Build the callgraph plugin + Build the Dive plugin + Build the E-ACSL plugin + Build the value analysis plugin + Build the from analysis plugin + Build the graphical user interface + Build the impact plugin + Build the inout analysis plugin + Build the instantiate plugin + Build the loop analysis plugin + Build the metrics analysis plugin + Build the nonterm plugin + Build the Obfuscator plugin + Build the occurrence analysis plugin + Build the pdg plugin + Build the postdominators plugin + Build the print_api plugin + Build the qed plugin + Build the report plugin + Build the runtime error annotation plugin + Build the scope plugin + Build the Security slicing plugin + Build the constant propagation plugin + Build the Server plugin + Build the slicing plugin + Build the sparecode plugin + Build the studia plugin + Build the users plugin + Build the variadic plugin + Build the WP plugin + + +Frama-C is a suite of tools dedicated to the analysis of the source code +of software written in C. It gathers several static analysis techniques +in a single collaborative framework. The collaborative approach of +Frama-C allows static analyzers to build upon the results already +computed by other analyzers in the framework. Thanks to this approach, +Frama-C provides sophisticated tools, such as a slicer and dependency +analysis. + +