From owner-svn-ports-all@freebsd.org Thu Mar 26 18:26:58 2020 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 01A152A6127; Thu, 26 Mar 2020 18:26:57 +0000 (UTC) (envelope-from makc@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 48pD3N5MVQz4Gx1; Thu, 26 Mar 2020 18:26:56 +0000 (UTC) (envelope-from makc@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 19652AB72; Thu, 26 Mar 2020 18:26:50 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02QIQnUE045443; Thu, 26 Mar 2020 18:26:49 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02QIQnQ0045440; Thu, 26 Mar 2020 18:26:49 GMT (envelope-from makc@FreeBSD.org) Message-Id: <202003261826.02QIQnQ0045440@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Thu, 26 Mar 2020 18:26:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r529204 - head/science/2d-rewriter X-SVN-Group: ports-head X-SVN-Commit-Author: makc X-SVN-Commit-Paths: head/science/2d-rewriter X-SVN-Commit-Revision: 529204 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: Thu, 26 Mar 2020 18:26:58 -0000 Author: makc Date: Thu Mar 26 18:26:49 2020 New Revision: 529204 URL: https://svnweb.freebsd.org/changeset/ports/529204 Log: science/2d-rewriter: - Update to 1.6 - Drop maintainership - while I'm here reformat descrption, add WWW, clean up Makefile PR: 244394 (based on) Submitted by: Igor Serikov (maintainer) Modified: head/science/2d-rewriter/Makefile head/science/2d-rewriter/distinfo head/science/2d-rewriter/pkg-descr Modified: head/science/2d-rewriter/Makefile ============================================================================== --- head/science/2d-rewriter/Makefile Thu Mar 26 18:21:25 2020 (r529203) +++ head/science/2d-rewriter/Makefile Thu Mar 26 18:26:49 2020 (r529204) @@ -2,10 +2,8 @@ # $FreeBSD$ PORTNAME= 2d-rewriter -PORTVERSION= 1.5 -PORTREVISION= 1 +PORTVERSION= 1.6 CATEGORIES= science -#MASTER_SITES= http://www.crowdeduniverse.org/distfiles/ MAINTAINER= iserikov@acm.org COMMENT= Cellular automata simulator @@ -17,12 +15,8 @@ GH_ACCOUNT= iserikov OPTIONS_DEFINE= EXAMPLES -.include - -.if ${PORT_OPTIONS:MEXAMPLES} -post-install: +do-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) -.endif .include Modified: head/science/2d-rewriter/distinfo ============================================================================== --- head/science/2d-rewriter/distinfo Thu Mar 26 18:21:25 2020 (r529203) +++ head/science/2d-rewriter/distinfo Thu Mar 26 18:26:49 2020 (r529204) @@ -1,2 +1,3 @@ -SHA256 (iserikov-2d-rewriter-1.5_GH0.tar.gz) = 794bbd1e6d4edaeba6dd63c1eaa0b68a2a1132cfaae1bda4e187de10fec755a8 -SIZE (iserikov-2d-rewriter-1.5_GH0.tar.gz) = 15859 +TIMESTAMP = 1585246506 +SHA256 (iserikov-2d-rewriter-1.6_GH0.tar.gz) = 904efb7d185ec818a75436f966145a7dfb4fd39fa0affddf593b7fdc18174a92 +SIZE (iserikov-2d-rewriter-1.6_GH0.tar.gz) = 15848 Modified: head/science/2d-rewriter/pkg-descr ============================================================================== --- head/science/2d-rewriter/pkg-descr Thu Mar 26 18:21:25 2020 (r529203) +++ head/science/2d-rewriter/pkg-descr Thu Mar 26 18:26:49 2020 (r529204) @@ -1,19 +1,12 @@ -2d-rewriter is a cellular automata simulator. - - Key features - -Declarative input language for rules and initial patterns definition. - -Ability to emulate Conway's "Life Game" via proper rules specification. - -Ability to demonstrate self replicating loops. - -Patterns are tried in 4 orientations. - -Cell directions are defined against the pattern orientation. - -Total number of rules can be substantially decreased by using +2d-rewriter is a cellular automata simulator. Key features: +- Declarative input language for rules and initial patterns definition. +- Ability to emulate Conway's "Life Game" via proper rules specification. +- Ability to demonstrate self replicating loops. +- Patterns are tried in 4 orientations. +- Cell directions are defined against the pattern orientation. +- Total number of rules can be substantially decreased by using sets and defining patterns using variables. - -Required run time environment is a minimal X window system installation +- Required run time environment is a minimal X window system installation on a POSIX-compatible system (*BSD/Linux/Mac OS X/Cygwin/...). + +WWW: https://github.com/iserikov/2d-rewriter