diff options
author | gahr <gahr@FreeBSD.org> | 2013-04-22 23:12:25 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-04-22 23:12:25 +0800 |
commit | 58ddb6ede2313078e8fd889e9ddb3b941f82eb0a (patch) | |
tree | 8e71131040ecc6fb380d3300ccd6fe26c8dbacfd /lang | |
parent | b09e354b0b25546908282930bbeef40a8c6997ae (diff) | |
download | freebsd-ports-gnome-58ddb6ede2313078e8fd889e9ddb3b941f82eb0a.tar.gz freebsd-ports-gnome-58ddb6ede2313078e8fd889e9ddb3b941f82eb0a.tar.zst freebsd-ports-gnome-58ddb6ede2313078e8fd889e9ddb3b941f82eb0a.zip |
- Update to 05_20130421
Changes:
* The FAQ explanation concerning garbage collection has been
improved.
* The manual chapters describing the introduction, EBNF, literals
(for integer, bigInteger, float, char and string), set operations
and file I/O have been improved.
* Operations, to get an array slice with a specified length, have
been added to the libraries array.s7i and idxarray.s7i.
* Array aggregates for arrays with a given start index have been
added to idxarray.s7i.
* Functions for binomial coefficient and modular exponentiation have
been added to the library bigint.s7i.
* A definition of an empty set with the name {} has been added to
bitset.s7i.
* Functions to compute the minimum and maximum have been added to the
libraries integer.s7i and float.s7i.
* Documentations comments in keybd.s7i have been improved.
* In pixmap_file.s7i the logic of a writeln after a setPosXY has been
changed. Now the writeln moves one line downward relative to the
position given with setPosXY.
* A pound symbol has been added to several bitmap fonts.
* A standard bitmap font, with capital height of 9, has been defined
in the new library stdfont9.s7i.
* Checks for the factorial function and the binomial coefficient have
been added to chkbig.sd7.
* The comanche webserver has been improved to accept cookies.
* The compiler has been improved to generate better code for the
allocation of array memory.
* The function arrMalloc in arr_rtl.c has been improved to avoid an
overflow, when the size of the memory is computed.
* The functions arrSubarr and arrSubarrTemp have been added to
arr_rtl.c.
* Support for the action ARR_SUBARR has been added to the compiler.
* The macros arraySize and arraySize2 have been defined in common.h
and used in arrlib.c, arr_rtl.c, arrutl.c, cmdlib.c, cmd_unx.c and
cmd_win.c.
* Definitions of INT64TYPE_MIN, INTTYPE_MIN and MIN_MEM_INDEX have
been added to common.h.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/seed7/Makefile | 2 | ||||
-rw-r--r-- | lang/seed7/distinfo | 4 | ||||
-rw-r--r-- | lang/seed7/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile index 799c3f6d4928..fc5e0a6cef26 100644 --- a/lang/seed7/Makefile +++ b/lang/seed7/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= seed7 -DISTVERSION= 05_20130401 +DISTVERSION= 05_20130421 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/lang/seed7/distinfo b/lang/seed7/distinfo index 58bbf457ba97..d5534edf217f 100644 --- a/lang/seed7/distinfo +++ b/lang/seed7/distinfo @@ -1,2 +1,2 @@ -SHA256 (seed7_05_20130401.tgz) = 2970371aa47490fa78710decf220cd5dda0f8fc39f3b614543c289af1574b523 -SIZE (seed7_05_20130401.tgz) = 1855785 +SHA256 (seed7_05_20130421.tgz) = 0d2752285844726c3cd24221dd1fbc64f95efb2f94c2b14145972e68f4d38eab +SIZE (seed7_05_20130421.tgz) = 1864737 diff --git a/lang/seed7/pkg-plist b/lang/seed7/pkg-plist index d72b0d0ae2d6..676bcb30e059 100644 --- a/lang/seed7/pkg-plist +++ b/lang/seed7/pkg-plist @@ -92,6 +92,7 @@ lib/seed7/lib/sockbase.s7i lib/seed7/lib/socket.s7i lib/seed7/lib/sokoban1.s7i lib/seed7/lib/stars.s7i +lib/seed7/lib/stdfont9.s7i lib/seed7/lib/stdfont10.s7i lib/seed7/lib/stdfont12.s7i lib/seed7/lib/stdfont14.s7i |