From owner-svn-ports-head@freebsd.org Thu Jul 9 18:10:35 2020 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 C650F35213F; Thu, 9 Jul 2020 18:10:35 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4B2kk24rzjz4Q8R; Thu, 9 Jul 2020 18:10:34 +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 183A714EF4; Thu, 9 Jul 2020 18:10:33 +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 069IAWVd040533; Thu, 9 Jul 2020 18:10:32 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 069IAWuf040531; Thu, 9 Jul 2020 18:10:32 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202007091810.069IAWuf040531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 9 Jul 2020 18:10:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541796 - head/math/ltl2ba X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/ltl2ba X-SVN-Commit-Revision: 541796 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.33 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: Thu, 09 Jul 2020 18:10:36 -0000 Author: yuri Date: Thu Jul 9 18:10:32 2020 New Revision: 541796 URL: https://svnweb.freebsd.org/changeset/ports/541796 Log: math/ltl2ba: Update 1.2 -> 1.3 Take maintainership. Also * Simplify Makefile * Update WWW and MASTER_SITES Modified: head/math/ltl2ba/Makefile head/math/ltl2ba/distinfo head/math/ltl2ba/pkg-descr Modified: head/math/ltl2ba/Makefile ============================================================================== --- head/math/ltl2ba/Makefile Thu Jul 9 18:10:30 2020 (r541795) +++ head/math/ltl2ba/Makefile Thu Jul 9 18:10:32 2020 (r541796) @@ -2,21 +2,23 @@ # $FreeBSD$ PORTNAME= ltl2ba -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= math -MASTER_SITES= http://www.lsv.ens-cachan.fr/~gastin/ltl2ba/ +MASTER_SITES= http://www.lsv.fr/~gastin/ltl2ba/ -MAINTAINER= ports@FreeBSD.org -COMMENT= Fast translation from LTL formulae to Buechi automata +MAINTAINER= yuri@FreeBSD.org +COMMENT= Fast translation from LTL formulae to Buchi automata LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE -ALL_TARGET= ltl2ba CFLAGS+= -DNXT -PLIST_FILES= bin/ltl2ba -post-patch: - ${REINPLACE_CMD} -e '/^CC=/d' -e '/^CFLAGS=/d' ${WRKSRC}/Makefile +MAKE_ARGS= CC=${CC} CFLAGS="${CFLAGS}" + +ALL_TARGET= ltl2ba + +PLIST_FILES= bin/ltl2ba do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ltl2ba ${STAGEDIR}${PREFIX}/bin Modified: head/math/ltl2ba/distinfo ============================================================================== --- head/math/ltl2ba/distinfo Thu Jul 9 18:10:30 2020 (r541795) +++ head/math/ltl2ba/distinfo Thu Jul 9 18:10:32 2020 (r541796) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527187553 -SHA256 (ltl2ba-1.2.tar.gz) = 9dfe16c2362e953982407eabf773fff49d69b137b13bd5360b241fb4cf2bfb6f -SIZE (ltl2ba-1.2.tar.gz) = 33026 +TIMESTAMP = 1594317391 +SHA256 (ltl2ba-1.3.tar.gz) = 912877cb2929cddeadfd545a467135a2c61c507bbd5ae0edb695f8b5af7ce9af +SIZE (ltl2ba-1.3.tar.gz) = 38265 Modified: head/math/ltl2ba/pkg-descr ============================================================================== --- head/math/ltl2ba/pkg-descr Thu Jul 9 18:10:30 2020 (r541795) +++ head/math/ltl2ba/pkg-descr Thu Jul 9 18:10:32 2020 (r541796) @@ -1,11 +1,11 @@ ltl2ba implements an algorithm of P. Gastin and D. Oddoux to generate -Buechi automata from linear temporal logic (LTL) formulae. This +Buchi automata from linear temporal logic (LTL) formulae. This algorithm generates a very weak alternating automaton and then -transforms it into a Buechi automaton, using a generalized Buechi +transforms it into a Buchi automaton, using a generalized Buchi automaton as an intermediate step. Each automaton is simplified on-the-fly in order to save memory and time. As usual the LTL formula -is simplified before any treatment. ltl2ba is more efficient than +is simplified before any treatment. ltl2ba is more efficient than Spin 3.4.1, with regard to the size of the resulting automaton, the time of the computation, and the memory used. -WWW: http://www.lsv.ens-cachan.fr/~gastin/ltl2ba/ +WWW: http://www.lsv.fr/~gastin/ltl2ba/