Date: Fri, 1 Jul 2016 13:07:55 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417877 - head/lang/seed7 Message-ID: <201607011307.u61D7tRg085267@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Fri Jul 1 13:07:55 2016 New Revision: 417877 URL: https://svnweb.freebsd.org/changeset/ports/417877 Log: lang/seed7: update to 05_20160630 - The bas7.sd7 (basic interpreter) example program has been improved. Support for CVSMBF, CVDMBF, FLASH, FRE, GR, HGR, HOME, HTAB, INVERSE, NORMAL, TEXT, PR# and VTAB has been added. Support for CLEAR, COLOR, GET, INPUT, LOG, SQR and RUN has been improved. Some keywords can now be used as label. - Documentation comments have been added or improved in several files. - Definitions of the operator @:= have been added to bitset.s7i, bitsetof.s7i and hashsetof.s7i. - The compiler has been improved optimize expressions like factor*base**exponent when the base is a power of two. - In x509cert.s7i the constant stdCertificate has been improved to have a new validity (until end of 2017). - In drw_win.c the function privateConsole has been improved to determine a private console window (A cmd.exe console that was invoked implizit when the program started) more reliable. This avoids that an already existing console (from which the program was started) is accidentally hidden. - The function redraw in drw_x11.c has been improved to ignore NULL windows (EXPOSE events can arrive after a window has been freed). - The function drwFree in drw_x11.c has been improved to free also the backup pixmap. - Compiler and interpreter have been improved to support the action REF_ALLOC_INT. - Checks for factor*base**exponent when the base is a power of two have been added to chkflt.sd7. - Checks with several summands in a chain and checks of the subtraction of integer.first have been added to chkint.s7i. - First steps have been done for a compiler optimization of adding and subtracting several summands in a chain. - Occurances of nodeValue and MDULEOBJECT have been removed from interpreter and runtime library. - The function prg_find has been removed from prglib.c. - The function ref_find has been removed from reflib.c. - The support for the actions PRG_FIND and REF_FIND has been removed from the interpreter. - Function and variable definitions in setpaths.c and wrdepend.c have been changed to static definitions. Modified: head/lang/seed7/Makefile head/lang/seed7/distinfo Modified: head/lang/seed7/Makefile ============================================================================== --- head/lang/seed7/Makefile Fri Jul 1 13:07:21 2016 (r417876) +++ head/lang/seed7/Makefile Fri Jul 1 13:07:55 2016 (r417877) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= seed7 -DISTVERSION= 05_20160531 +DISTVERSION= 05_20160630 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/lang/seed7/distinfo ============================================================================== --- head/lang/seed7/distinfo Fri Jul 1 13:07:21 2016 (r417876) +++ head/lang/seed7/distinfo Fri Jul 1 13:07:55 2016 (r417877) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464787161 -SHA256 (seed7_05_20160531.tgz) = 7359a160e5d9efaac08b680e6ec0c3ec6731133e66602609eba4e1e509422af3 -SIZE (seed7_05_20160531.tgz) = 2627506 +TIMESTAMP = 1467367883 +SHA256 (seed7_05_20160630.tgz) = fecbaf660f5d436783152b9aa8a1aed377bdec3b1aa3dd70eb0c5a96b9706e14 +SIZE (seed7_05_20160630.tgz) = 2639753
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607011307.u61D7tRg085267>