From owner-svn-ports-head@freebsd.org Fri Nov 29 19:40:19 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B90D11BA21D; Fri, 29 Nov 2019 19:40:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47PlGW4X0fz4FH5; Fri, 29 Nov 2019 19:40:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 66AA21AEBA; Fri, 29 Nov 2019 19:40:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xATJeJsX083961; Fri, 29 Nov 2019 19:40:19 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xATJeIfL083957; Fri, 29 Nov 2019 19:40:18 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201911291940.xATJeIfL083957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 29 Nov 2019 19:40:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518670 - in head/math: . abella X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . abella X-SVN-Commit-Revision: 518670 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2019 19:40:19 -0000 Author: yuri Date: Fri Nov 29 19:40:18 2019 New Revision: 518670 URL: https://svnweb.freebsd.org/changeset/ports/518670 Log: New port: math/abella: Interactive theorem prover Added: head/math/abella/ head/math/abella/Makefile (contents, props changed) head/math/abella/distinfo (contents, props changed) head/math/abella/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri Nov 29 18:18:47 2019 (r518669) +++ head/math/Makefile Fri Nov 29 19:40:18 2019 (r518670) @@ -113,6 +113,7 @@ SUBDIR += SCIP SUBDIR += SoPlex SUBDIR += aamath + SUBDIR += abella SUBDIR += abs SUBDIR += acalc SUBDIR += add Added: head/math/abella/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/abella/Makefile Fri Nov 29 19:40:18 2019 (r518670) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= abella +DISTVERSION= 2.0.6 +CATEGORIES= math +MASTER_SITES= http://abella-prover.org/distributions/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Interactive theorem prover + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ocamlbuild:devel/ocaml-ocamlbuild \ + ocamlfind:devel/ocaml-findlib + +USES= gmake + +PLIST_FILES= bin/${PORTNAME} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +.include Added: head/math/abella/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/abella/distinfo Fri Nov 29 19:40:18 2019 (r518670) @@ -0,0 +1,3 @@ +TIMESTAMP = 1575054547 +SHA256 (abella-2.0.6.tar.gz) = d1f793b1e34f3adcaf6d28e2c0274bccb281afe89c8e3093c1e64df6ec4b9898 +SIZE (abella-2.0.6.tar.gz) = 214785 Added: head/math/abella/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/abella/pkg-descr Fri Nov 29 19:40:18 2019 (r518670) @@ -0,0 +1,6 @@ +Abella is an interactive theorem prover based on lambda-tree syntax. This means +that Abella is well-suited for reasoning about the meta-theory of programming +languages and other logical systems which manipulate objects with binding. For +example, the following applications are included in the distribution of Abella. + +WWW: http://abella-prover.org/