diff options
author | gahr <gahr@FreeBSD.org> | 2016-10-03 21:49:37 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2016-10-03 21:49:37 +0800 |
commit | de20808fe6526036a1b6c0b00c21f2d14519e994 (patch) | |
tree | ae26444f49d05535688f3a31e76940df9b3b6673 /lang | |
parent | d888b7b1814abc862e73d861c92433ac756bde36 (diff) | |
download | freebsd-ports-gnome-de20808fe6526036a1b6c0b00c21f2d14519e994.tar.gz freebsd-ports-gnome-de20808fe6526036a1b6c0b00c21f2d14519e994.tar.zst freebsd-ports-gnome-de20808fe6526036a1b6c0b00c21f2d14519e994.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.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/seed7/Makefile | 2 | ||||
-rw-r--r-- | lang/seed7/distinfo | 6 |
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 |