From owner-svn-ports-head@freebsd.org Mon Oct 3 13:49:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E5E9AF3074; Mon, 3 Oct 2016 13:49:39 +0000 (UTC) (envelope-from gahr@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 mx1.freebsd.org (Postfix) with ESMTPS id 0BD68DF5; Mon, 3 Oct 2016 13:49:38 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u93DncPG036158; Mon, 3 Oct 2016 13:49:38 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u93Dnch3036156; Mon, 3 Oct 2016 13:49:38 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201610031349.u93Dnch3036156@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 3 Oct 2016 13:49:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423196 - head/lang/seed7 X-SVN-Group: ports-head 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.23 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: Mon, 03 Oct 2016 13:49:39 -0000 Author: gahr Date: Mon Oct 3 13:49:37 2016 New Revision: 423196 URL: https://svnweb.freebsd.org/changeset/ports/423196 Log: lang/seed7: update to 05_20161002 20161002: - Definitions of float shift operators << and >> have been added to float.s7i (A << B is equivalent to A * 2.0 ** B and A >> B is equivalent to A / 2.0 ** B). - Checks for the operators << and >> have been added to chflt.sd7. - Interpreter and compiler have been improved to support the primitiv actions FLT_LSHIFT and FLT_RSHIFT. - The example program find7.sd7 has been added. This program is an utility to search for files and file contents. - Documentation comments have been added to arrlib.c, biglib.c, blnlib.c, bstlib.c, fillib.c, pcslib.c, prclib.c, prglib.c and strlib.c. Modified: head/lang/seed7/Makefile head/lang/seed7/distinfo Modified: head/lang/seed7/Makefile ============================================================================== --- head/lang/seed7/Makefile Mon Oct 3 13:44:27 2016 (r423195) +++ head/lang/seed7/Makefile Mon Oct 3 13:49:37 2016 (r423196) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= seed7 -DISTVERSION= 05_20160831 +DISTVERSION= 05_20161002 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/lang/seed7/distinfo ============================================================================== --- head/lang/seed7/distinfo Mon Oct 3 13:44:27 2016 (r423195) +++ head/lang/seed7/distinfo Mon Oct 3 13:49:37 2016 (r423196) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472802895 -SHA256 (seed7_05_20160831.tgz) = 50592030154d4d6fb4400fe9b7a2da451783384ec778653ed1dcaa89b3be48cf -SIZE (seed7_05_20160831.tgz) = 2661481 +TIMESTAMP = 1475494508 +SHA256 (seed7_05_20161002.tgz) = fb571ad1fb4c8f7433ed6f745156bab44ffacc7deedb0d6829e63e1b40ba61e1 +SIZE (seed7_05_20161002.tgz) = 2670484