svn commit: r423196 - head/lang/seed7

Pietro Cerutti gahr at FreeBSD.org
Mon Oct 3 13:49:39 UTC 2016


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


More information about the svn-ports-head mailing list