From 28556314b9d147656b3140bf33a38824dcf97dda Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Tue, 6 Mar 2012 14:17:24 +0000 Subject: - 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 --- lang/seed7/Makefile | 4 +++- lang/seed7/distinfo | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'lang/seed7') diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile index 2db922fb9c43..a23eb17f03a3 100644 --- a/lang/seed7/Makefile +++ b/lang/seed7/Makefile @@ -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 diff --git a/lang/seed7/distinfo b/lang/seed7/distinfo index 7acc3dc8c16d..28b3f7a2efda 100644 --- a/lang/seed7/distinfo +++ b/lang/seed7/distinfo @@ -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 -- cgit v1.2.3