aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2010-09-20 19:36:12 +0800
committergahr <gahr@FreeBSD.org>2010-09-20 19:36:12 +0800
commit6870c5593fda8ba3f086806d6cc0378a991e4c88 (patch)
tree2c2d338e4ca5cd827a2aef2b2fe1172d0f20409a /lang
parent326332ed0cfd3b5d7a4bf75c8171a9395a72da86 (diff)
downloadfreebsd-ports-graphics-6870c5593fda8ba3f086806d6cc0378a991e4c88.tar.gz
freebsd-ports-graphics-6870c5593fda8ba3f086806d6cc0378a991e4c88.tar.zst
freebsd-ports-graphics-6870c5593fda8ba3f086806d6cc0378a991e4c88.zip
- Update to 05_20100919
Changes: - The chapter explaining string indexing in the manual was improved. - The compiler (comp.sd7) and the hi interpreter were improved to support the actions "ITF_CMP" and "ITF_HASHCODE". - The parameter names of the functions arc, chord and pieslice in the "draw.s7i" library were changed to startAngle and sweepAngle. - The compiler was improved such that compiled programs which use SIGALARM (the functions 'wait' and 'await' from the "time.s7i" library may use SIGALARM) can be terminated with ctrl-c followed by * and enter. - Parameter names were added to the prototypes in the file "drw_drv.h". - The function drwPFArcPieSlice in "drw_win.c" was implemented. - The functions drwFCircle and drwPFCircle in "drw_x11.c were improved.
Diffstat (limited to 'lang')
-rw-r--r--lang/seed7/Makefile2
-rw-r--r--lang/seed7/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile
index 0e7dd8076c9..545c9298c66 100644
--- a/lang/seed7/Makefile
+++ b/lang/seed7/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= seed7
-DISTVERSION= 05_20100905
+DISTVERSION= 05_20100919
CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/lang/seed7/distinfo b/lang/seed7/distinfo
index a94ec946447..d1f515f6e11 100644
--- a/lang/seed7/distinfo
+++ b/lang/seed7/distinfo
@@ -1,3 +1,3 @@
-MD5 (seed7_05_20100905.tgz) = fbc4d09b56f82d9b19619169a874f5a1
-SHA256 (seed7_05_20100905.tgz) = acd559719388f6295176c19e3d6f910e72a62594521278b722bec9b53a736194
-SIZE (seed7_05_20100905.tgz) = 1400535
+MD5 (seed7_05_20100919.tgz) = 256d7addaff6f05b51740c85dcda7d48
+SHA256 (seed7_05_20100919.tgz) = b1cd0a6866a27ddec13540960e54c649c5fb7dfc5955874a0c8b7c2a9bda8249
+SIZE (seed7_05_20100919.tgz) = 1401800