diff options
author | gahr <gahr@FreeBSD.org> | 2012-03-06 22:17:24 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-03-06 22:17:24 +0800 |
commit | 0779e13fcedec82e03e1bf80043bcdbaba010327 (patch) | |
tree | 3d5271398b0d3dfc5014a19a3ba07875274f3d35 /lang/seed7 | |
parent | e7b2062f4cdb8ee89c32734f5cf37a818e45e4ce (diff) | |
download | freebsd-ports-gnome-0779e13fcedec82e03e1bf80043bcdbaba010327.tar.gz freebsd-ports-gnome-0779e13fcedec82e03e1bf80043bcdbaba010327.tar.zst freebsd-ports-gnome-0779e13fcedec82e03e1bf80043bcdbaba010327.zip |
- 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
Diffstat (limited to 'lang/seed7')
-rw-r--r-- | lang/seed7/Makefile | 4 | ||||
-rw-r--r-- | lang/seed7/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
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 |