aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2012-09-24 20:56:05 +0800
committergahr <gahr@FreeBSD.org>2012-09-24 20:56:05 +0800
commita2bcf89730b7d83d1f504c2129da3b87d5eae42f (patch)
tree8ad9a1568c9a47a454b148fd43841922182b0b92 /lang
parent81b1a951e291b59ae848085f34c19dc971348a07 (diff)
downloadfreebsd-ports-gnome-a2bcf89730b7d83d1f504c2129da3b87d5eae42f.tar.gz
freebsd-ports-gnome-a2bcf89730b7d83d1f504c2129da3b87d5eae42f.tar.zst
freebsd-ports-gnome-a2bcf89730b7d83d1f504c2129da3b87d5eae42f.zip
- update to 05_20120909
Changes: 20120909: - The chapters about predefined statements and the foreign function interface in the manual, were improved. - An explanation, why the div operator is used for integer divisions, was added to the FAQ. - The FAQ about garbage collection was improved. - Links to EBNF syntax descriptions and exceptions were added to the HTML version of the manual. - EBNF syntax descriptions in the manual were improved. - Interpreter and compiler were improved to support the actions CMD_ENVIRONMENT and CMD_GET_SEARCH_PATH. - The library shell.s7i was improved to define the functions getSearchPath and environment. - The function path(PROGRAM) was improved to return the accurate value under all circumstances. - Several preprocessor defines were moved from "common.h to the new include file "config.h". - In cmdlib.c the function toArraytype() was introduced and used in cmd_environment() and cmd_getSearchPath(). - In cmd_rtl.c the functions add_stri_to_array() and complete_stri_array() were introduced and used in read_dir(), getSearchPath() and cmdEnvironment(). - Parameter names in drw_win.c, drw_x11.c and drw_dos.c were changed to fit to the names used in graph.s7i. - Parameter names in clib_file.s7i, keybd.s7i, sockbase.s7i, socket.s7i, utf8.s7i, fil_rtl.c, gkb_rtl.c, kbd_rtl.c, soc_dos.c, soc_rtl.c and ut8_rtl.c were changed to fit to each other. - The function conv_from_os_stri() was added to striutl.c . - The function concat_path in str_rtl.c was improved to work correctly, when the relative path contains "..". - In several makefiles defines for SEARCH_PATH_DELIMITER and os_environ were added and defines for MAP_ABSOLUTE_PATH_TO_DRIVE_LETTERS were replaced with defines for OS_PATH_HAS_DRIVE_LETTERS. - A description of several C preprocessor macros used in "version.h" and "config.h" was added to the file "src/read_me.txt". - Parameter names were added to function definitions in various libraries. - Documentation comments were added or improved in the files "clib_file.s7i", "external_file.s7i", "socket.s7i", "fil_rtl.c" and "striutl.c". - The function determineEnvironDefines was added to "chkccomp.c". 20120826: - A chapter, which explains the foreign function interface, was added to the manual. - Syntax descriptions, code examples and tables in the HTML version of the manual were improved. - Documentation comments were added to the file "striutl.c". - A description of several C preprocessor macros used in "version.h" was added to the file "src/read_me.txt".
Diffstat (limited to 'lang')
-rw-r--r--lang/seed7/Makefile2
-rw-r--r--lang/seed7/distinfo4
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile
index fb5b823cbc02..fb9dbd854df2 100644
--- a/lang/seed7/Makefile
+++ b/lang/seed7/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= seed7
-DISTVERSION= 05_20120806
+DISTVERSION= 05_20120909
CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/lang/seed7/distinfo b/lang/seed7/distinfo
index 0598a0f59435..368b35b9522c 100644
--- a/lang/seed7/distinfo
+++ b/lang/seed7/distinfo
@@ -1,2 +1,2 @@
-SHA256 (seed7_05_20120806.tgz) = f2b623e49980355ac9ac0427ac9b3ec02d7c5f31ccdd928c6b57bdb4bed419a7
-SIZE (seed7_05_20120806.tgz) = 1755295
+SHA256 (seed7_05_20120909.tgz) = 34389aaeee86f5b222904c53136a6607cf0e3dbf07ffa1ce40d99b0e50f77495
+SIZE (seed7_05_20120909.tgz) = 1773845