- Update to 05_20120304

Changes:
   * The "ftpserv.sd7" example program was improved to support the
     commands RNFR and RNTO and to work correctly, when the listener
     cannot open a passive data port.
   * The font support was improved, such that caching of character
     pixmaps works.
   * Some characters in the standard bitmap fonts were added or
     improved.
   * The functions 'socSend' and 'socSendto' in "soc_rtl.c" were
     improved to work correctly under 64-bit systems.
   * The function 'fltSci' in "flt_rtl.c", was improved to avoid
     a C compiler warning about the change of a constant value.
   * The function 'redraw' in "drw_x11.c" was changed, such that it
     does not use a parameter of type 'XExposeEvent'.
   * The functions 'drwHeight', 'drwWidth', 'drwXPos' and 'drwYPos'
     in "drw_x11.c" were improved to raise RANGE_ERROR when the
     window does not exist.
   * The function 'handleExpose' was introduced in "gkb_x11.c", to
     handle the job of calling 'redraw'.
   * The type 'unsigned int' was replaced by 'sysizetype' in
     'findid.c', 'findid.h', 'identutl.c', 'identutl.h', 'literal.c',
     'numlit.c', 'scanner.c' and 'symbol.h'.
   * Some improvements were done in 'prg_comp.c', 'reflib.c',
     'analyze.c', 'exec.c', 'infile.c', 'info.c' and 'typlib.c' to
     reduce the number of warnings.
   * Support for the unused action "ENU_SIZE" was removed.
- Add LICENSE
This commit is contained in:
Pietro Cerutti 2012-03-06 14:17:24 +00:00
parent 6881471454
commit 28556314b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292824
2 changed files with 5 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= seed7
DISTVERSION= 05_20120219
DISTVERSION= 05_20120304
CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/
DISTNAME= ${PORTNAME}_${DISTVERSION}
@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= gahr@FreeBSD.org
COMMENT= A high-level, extensible programming language
LICENSE= LGPL21
USE_GMAKE= yes
USE_XORG= x11

View File

@ -1,2 +1,2 @@
SHA256 (seed7_05_20120219.tgz) = 1f878561b87069cf6f966300b8d79abb792b0f96cb89e0f38fc76f7d64e9ab97
SIZE (seed7_05_20120219.tgz) = 1647591
SHA256 (seed7_05_20120304.tgz) = 04511fb6b392bbaf21e1ae173c35b44520f98f6cd29184264753a4c7a9509304
SIZE (seed7_05_20120304.tgz) = 1649595