aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-06-24 21:32:41 +0800
committermarino <marino@FreeBSD.org>2015-06-24 21:32:41 +0800
commit86dd38daa35ec450483a85f6a0353920a4ead8e4 (patch)
tree29d8d94d4d315b0666a83a9425acf7cc859b4cb5 /devel
parentfe24c30fece357ae83654a2df5d50acde9f05f39 (diff)
downloadfreebsd-ports-gnome-86dd38daa35ec450483a85f6a0353920a4ead8e4.tar.gz
freebsd-ports-gnome-86dd38daa35ec450483a85f6a0353920a4ead8e4.tar.zst
freebsd-ports-gnome-86dd38daa35ec450483a85f6a0353920a4ead8e4.zip
Add new file lang/spark (will become run-depends for GPS)
SPARK 2014 is a programming language and a set of verification tools designed to meet the needs of high-assurance software development. SPARK is based on Ada 2012, both subsetting the language to remove features that defy verification, but also extending the system of contracts and aspects to support modular, formal verification. The new aspects support abstraction and refinement and facilitate deep static analysis to be performed including information-flow analysis and formal verification of an implementation against a specification. SPARK is a much larger and more flexible language than its predecessor SPARK 2005. The language can be configured to suit a number of application domains and standards, from server-class high-assurance systems (such as air-traffic management applications), to embedded, hard real-time, critical systems (such as avionic systems complying with DO-178C Level A). A major feature of SPARK is the support for a mixture of proof and other verification methods such as testing, which facilitates the use of unit proof in place of unit testing; an approach now formalized in DO-178C and the DO-333 formal methods supplement. Certain units may be formally proven and other units validated through testing.
Diffstat (limited to 'devel')
-rw-r--r--devel/gnatcoll/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/gnatcoll/Makefile b/devel/gnatcoll/Makefile
index 23766c23cd72..07e91d4bf2cd 100644
--- a/devel/gnatcoll/Makefile
+++ b/devel/gnatcoll/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gnatcoll
PORTVERSION= 2015
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://downloads.dragonlace.net/src/
DISTNAME= ${PORTNAME}-gpl-${PORTVERSION}-src
@@ -16,6 +17,7 @@ BUILD_DEPENDS= gprbuild>=20120510:${PORTSDIR}/devel/gprbuild \
gnat_util>=20140422:${PORTSDIR}/lang/gnat_util
LIB_DEPENDS= libgtkada.so:${PORTSDIR}/x11-toolkits/gtkada3 \
libgmp.so:${PORTSDIR}/math/gmp
+RUN_DEPENDS= gnat_util>=20140422:${PORTSDIR}/lang/gnat_util
USES= ada gmake pkgconfig python
USE_GNOME= pygobject3