From owner-svn-ports-all@freebsd.org Sat Nov 16 03:56:39 2019 Return-Path: Delivered-To: svn-ports-all@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 6A94C1B8F6F; Sat, 16 Nov 2019 03:56:39 +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 47FLxg1Rnxz4N8B; Sat, 16 Nov 2019 03:56:39 +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 13C7923806; Sat, 16 Nov 2019 03:56:39 +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 xAG3ucir021624; Sat, 16 Nov 2019 03:56:38 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAG3ucZR021620; Sat, 16 Nov 2019 03:56:38 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201911160356.xAG3ucZR021620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 16 Nov 2019 03:56:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517713 - in head/math: . clingo X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . clingo X-SVN-Commit-Revision: 517713 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Nov 2019 03:56:39 -0000 Author: yuri Date: Sat Nov 16 03:56:37 2019 New Revision: 517713 URL: https://svnweb.freebsd.org/changeset/ports/517713 Log: New port: math/clingo: Grounder and solver for logic programs Added: head/math/clingo/ head/math/clingo/Makefile (contents, props changed) head/math/clingo/distinfo (contents, props changed) head/math/clingo/pkg-descr (contents, props changed) head/math/clingo/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri Nov 15 23:39:01 2019 (r517712) +++ head/math/Makefile Sat Nov 16 03:56:37 2019 (r517713) @@ -172,6 +172,7 @@ SUBDIR += clblas SUBDIR += clblast SUBDIR += clfft + SUBDIR += clingo SUBDIR += cln SUBDIR += cloog SUBDIR += clp Added: head/math/clingo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/clingo/Makefile Sat Nov 16 03:56:37 2019 (r517713) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= clingo +DISTVERSIONPREFIX= v +DISTVERSION= 5.4.0 +CATEGORIES= math + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Grounder and solver for logic programs + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +BUILD_DEPENDS= re2c:devel/re2c + +USES= cmake +USE_GITHUB= yes +GH_ACCOUNT= potassco +GH_TUPLE= potassco:clasp:c183473:clasp/clasp +USE_LDCONFIG= yes + +CMAKE_OFF= CLINGO_BUILD_WITH_PYTHON # broken, see https://github.com/potassco/clingo/issues/178 +CMAKE_OFF+= CLINGO_BUILD_WITH_LUA + +.include Added: head/math/clingo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/clingo/distinfo Sat Nov 16 03:56:37 2019 (r517713) @@ -0,0 +1,5 @@ +TIMESTAMP = 1573875509 +SHA256 (potassco-clingo-v5.4.0_GH0.tar.gz) = e2de331ee0a6d254193aab5995338a621372517adcf91568092be8ac511c18f3 +SIZE (potassco-clingo-v5.4.0_GH0.tar.gz) = 2822810 +SHA256 (potassco-clasp-c183473_GH0.tar.gz) = 04e9660309832a0c7627970fce605b3da8755858f33d39b6e132ad62eaa126db +SIZE (potassco-clasp-c183473_GH0.tar.gz) = 621447 Added: head/math/clingo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/clingo/pkg-descr Sat Nov 16 03:56:37 2019 (r517713) @@ -0,0 +1,5 @@ +Answer Set Programming (ASP) offers a simple and powerful modeling language to +solve combinatorial problems. With these tools users can concentrate on an +actual problem, rather than a smart way of implementing it. + +WWW: https://potassco.org/ Added: head/math/clingo/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/clingo/pkg-plist Sat Nov 16 03:56:37 2019 (r517713) @@ -0,0 +1,14 @@ +bin/clasp +bin/clingo +bin/gringo +bin/lpconvert +bin/reify +include/clingo.h +include/clingo.hh +lib/cmake/Clingo/ClingoConfig.cmake +lib/cmake/Clingo/ClingoConfigVersion.cmake +lib/cmake/Clingo/ClingoTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/Clingo/ClingoTargets.cmake +lib/libclingo.so +lib/libclingo.so.3 +lib/libclingo.so.3.0