aboutsummaryrefslogtreecommitdiff
path: root/lang/seed7
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2016-10-03 13:49:37 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2016-10-03 13:49:37 +0000
commit6b54361030fc0b10d9a8f4134bd5b51931f01134 (patch)
treeae26444f49d05535688f3a31e76940df9b3b6673 /lang/seed7
parent734c10fd08fbacb4f8b2b7cd78cc63719c697e73 (diff)
downloadports-6b54361030fc0b10d9a8f4134bd5b51931f01134.tar.gz
ports-6b54361030fc0b10d9a8f4134bd5b51931f01134.zip
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.
Notes
Notes: svn path=/head/; revision=423196
Diffstat (limited to 'lang/seed7')
-rw-r--r--lang/seed7/Makefile2
-rw-r--r--lang/seed7/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile
index 6d180cfcda8e..14b6dca1600a 100644
--- a/lang/seed7/Makefile
+++ b/lang/seed7/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= seed7
-DISTVERSION= 05_20160831
+DISTVERSION= 05_20161002
CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/lang/seed7/distinfo b/lang/seed7/distinfo
index 5d3f03a64674..63bdffdbbb3e 100644
--- a/lang/seed7/distinfo
+++ b/lang/seed7/distinfo
@@ -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