diff options
author | gahr <gahr@FreeBSD.org> | 2013-07-09 15:26:49 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-07-09 15:26:49 +0800 |
commit | 5b2ccccd63c80954b66b3d2523a4f3ed1a7a547d (patch) | |
tree | 07489a0b90aac62a16e710e236cef4df52f57c5a /lang/seed7 | |
parent | 3f45a6112a28dc9f70d8038778ffd799da982e59 (diff) | |
download | freebsd-ports-gnome-5b2ccccd63c80954b66b3d2523a4f3ed1a7a547d.tar.gz freebsd-ports-gnome-5b2ccccd63c80954b66b3d2523a4f3ed1a7a547d.tar.zst freebsd-ports-gnome-5b2ccccd63c80954b66b3d2523a4f3ed1a7a547d.zip |
- Update to 05_20130704
Changes:
* A wordfile for Ultraedit and a syntax definition file for Textpad
has been added. Many thanks to Renato Lenzi for providing it. This
files can be found also on his great italian page about Seed7.
* A compilation problem with DJGPP in fil_rtl.c has been fixed
(thanks to "Rugxulo" for pointing it out).
* The keyboard read function getc(KEYBOARD) has been improved to
accept all Unicode characters also under Linux/Unix/BSD. Up do now
the function did only accept Latin-1 characters.
* The keyboard read function getc(KEYBOARD) has been improved to
accept usages of the mouse wheel also under Windows.
* Checks for correct UTF-8 encoding of the program source have been
added. Overlong UTF-8 encodings, UTF-16 surrogate characters and
missing UTF-8 continuation bytes result in a compile time error.
* The example program err.sd7, which checks compile time error
messages, has been improved.
* The FAQ explanations concerning Unicode and automatic casts have
been improved.
* Documentation comments have been added to gzip.s7i and make.s7i.
* The example programs gkbd.sd7 and kbd.sd7 have been improved to
write the character, if it is printable.
* The example programs pairs.sd7, panic.sd7, tetg.sd7, sokoban.sd7,
sudoku7.sd7, mandelbr.sd7 and wator.sd7 have been changed to use
proportional Seed7 pixmap fonts.
* Tests for the functions lower and upper with cyrillic letters have
been added to chkstr.sd7.
* The libraries console.s7i, pixmap_file.s7i, graph_file.s7i,
file.s7i, editline.s7i, echo.s7i, null_file.s7i, external_file.s7i,
strifile.s7i, stritext.s7i, tee.s7i, window.s7i, reverse.s7i,
lower.s7i and upper.s7i, have been improved to work with
proportional fonts. Proportional font support uses the functions
moveLeft, erase, backSpace, cursorOn and cursorOff.
* The vector font cronos16 has been improved to look more similar to
the font cronos27.
* The bitmap fonts stdFont10, stdFont12, stdFont14, stdFont16,
stdFont18, stdFont20 and stdFont24 have been improved.
* The vector fonts vecFont10 and vecFont18 have been adjusted to look
like the corresponding bitmap fonts.
* The fonts stdFont8, stdFont9 and cronos27 have been improved to use
less spacing between the characters.
* In graph_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 description of the subrange operator, which gets an array slice
from a position with maximum length, has been added to the manual.
* A table to map keysym values to Unicode and the function
mapKeysymToUnicode, which does a binary search in this table, have
been added to gkb_x11.c.
* The function gkbGetc in gkb_x11.c has been improved to work without
recursion, to use mapKeysymToUnicode and to recognize cursor keys
in combination with ALT, NUMLOCK and SHIFT.
Diffstat (limited to 'lang/seed7')
-rw-r--r-- | lang/seed7/Makefile | 2 | ||||
-rw-r--r-- | lang/seed7/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile index db7e86783513..bf4baefc1efd 100644 --- a/lang/seed7/Makefile +++ b/lang/seed7/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= seed7 -DISTVERSION= 05_20130616 +DISTVERSION= 05_20130704 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/lang/seed7/distinfo b/lang/seed7/distinfo index 7997f0865e2e..f6bd891f15bd 100644 --- a/lang/seed7/distinfo +++ b/lang/seed7/distinfo @@ -1,2 +1,2 @@ -SHA256 (seed7_05_20130616.tgz) = 2778bd9e38c66c5d2ae72955e55f7a61eb00b29b72bf2fb92f95fd53652eca18 -SIZE (seed7_05_20130616.tgz) = 1900562 +SHA256 (seed7_05_20130704.tgz) = 5bb6007df5301711e8f44ae0314a18592bd2723b194baeb53e27a7864be0859e +SIZE (seed7_05_20130704.tgz) = 1921412 |