svn commit: r316237 - head/lang/seed7
Pietro Cerutti
gahr at FreeBSD.org
Mon Apr 22 15:12:26 UTC 2013
Author: gahr
Date: Mon Apr 22 15:12:25 2013
New Revision: 316237
URL: http://svnweb.freebsd.org/changeset/ports/316237
Log:
- 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.
Modified:
head/lang/seed7/Makefile
head/lang/seed7/distinfo
head/lang/seed7/pkg-plist
Modified: head/lang/seed7/Makefile
==============================================================================
--- head/lang/seed7/Makefile Mon Apr 22 15:12:24 2013 (r316236)
+++ head/lang/seed7/Makefile Mon Apr 22 15:12:25 2013 (r316237)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= seed7
-DISTVERSION= 05_20130401
+DISTVERSION= 05_20130421
CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/
DISTNAME= ${PORTNAME}_${DISTVERSION}
Modified: head/lang/seed7/distinfo
==============================================================================
--- head/lang/seed7/distinfo Mon Apr 22 15:12:24 2013 (r316236)
+++ head/lang/seed7/distinfo Mon Apr 22 15:12:25 2013 (r316237)
@@ -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
Modified: head/lang/seed7/pkg-plist
==============================================================================
--- head/lang/seed7/pkg-plist Mon Apr 22 15:12:24 2013 (r316236)
+++ head/lang/seed7/pkg-plist Mon Apr 22 15:12:25 2013 (r316237)
@@ -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
More information about the svn-ports-all
mailing list