aboutsummaryrefslogtreecommitdiffstats
path: root/lang/seed7
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2012-10-29 16:54:40 +0800
committergahr <gahr@FreeBSD.org>2012-10-29 16:54:40 +0800
commitc293c0c11271a43b9b192daa8776e3300b992195 (patch)
tree92f99c416456c6951cb7b323d6fc1fceb88c3c0d /lang/seed7
parentcff6b76e3c545c168f9270f9e92c60b322626d28 (diff)
downloadfreebsd-ports-gnome-c293c0c11271a43b9b192daa8776e3300b992195.tar.gz
freebsd-ports-gnome-c293c0c11271a43b9b192daa8776e3300b992195.tar.zst
freebsd-ports-gnome-c293c0c11271a43b9b192daa8776e3300b992195.zip
- Update to 05_20121021
Changes: - The library vecfont10.s7i, which defines the standard vector font with capital height 10, was added. Now mahjong.sd7 and shisen.sd7 use vecfont10.s7i. - The programs mahjong.sd7, pairs.sd7, shisen.sd7 and sokoban.sd7 were improved to fit into a screen with a resolution of 1024 x 768. - The library make.s7i was improved: The parsing of command parameters (used by the Unix version of the echo command), was improved. The processing of pattern rules was improved (The rule with the shortest stem value is used, when several rules match). - Functions to read a makefile were moved from make.s7i to the new library makedata.s7i. - The reading of makefiles was improved: The processing of the gmake directives 'ifeq' and 'ifneq' was improved to allow else clauses. The processing of the nmake directive 'if' was added. Merging of dependencies for rules with the same target was improved. - The parse function for time values (library time.s7i) was improved to allow fractions of a second. - The functions getSubNodes and getContent and a for-loop for xmlNode values were defined in the library xmldom.s7i. - The compiler was improved to initialize bstring literals correctly, when pointers are 64-bit and integers are 32-bit. - The font libraries cronos16.s7i, cronos27.s7i, modern27.s7i and vecfont18.s7i were improved to include vectorfont.s7i. - The font libraries stdfont10.s7i, stdfont12.s7i, stdfont14.s7i, stdfont16.s7i, stdfont18.s7i, stdfont20.s7i and stdfont24.s7i were improved to include bitmapfont.s7i. - The program dnafight.sd7 was improved to limit the speed of the animation. - The program make7.sd7 was improved to recognize the options correctly. Additionally make7 inherits also all improvements of makedata.s7i and make.s7i. - The program ftp7.sd7 was improved to accept the option -?. - The graphic libraries drw_x11.c and drw_win.c were improved to draw the background of maximized windows with the color of the last clear command. Feature safe: yes
Diffstat (limited to 'lang/seed7')
-rw-r--r--lang/seed7/Makefile8
-rw-r--r--lang/seed7/distinfo4
-rw-r--r--lang/seed7/pkg-plist2
3 files changed, 6 insertions, 8 deletions
diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile
index f3f652e75101..af095647ad93 100644
--- a/lang/seed7/Makefile
+++ b/lang/seed7/Makefile
@@ -1,12 +1,8 @@
-# New ports collection Makefile for: seed7
-# Date created: 16 July 2008
-# Whom: gahr
-#
+# Created by: gahr
# $FreeBSD$
-#
PORTNAME= seed7
-DISTVERSION= 05_20121007
+DISTVERSION= 05_20121021
CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/lang/seed7/distinfo b/lang/seed7/distinfo
index 864734901f0e..7c891087ca10 100644
--- a/lang/seed7/distinfo
+++ b/lang/seed7/distinfo
@@ -1,2 +1,2 @@
-SHA256 (seed7_05_20121007.tgz) = 6cb18ecec1bbdceaf4c8facaa0490b88847ed6f6f610c69a61ff66b6b2752b22
-SIZE (seed7_05_20121007.tgz) = 1782217
+SHA256 (seed7_05_20121021.tgz) = 698f11a31d820c678ee54c1f013cb8538d37339898fc000d5ae4b8d4c2487d6b
+SIZE (seed7_05_20121021.tgz) = 1795775
diff --git a/lang/seed7/pkg-plist b/lang/seed7/pkg-plist
index c479f9e16691..98ccfa6d2f31 100644
--- a/lang/seed7/pkg-plist
+++ b/lang/seed7/pkg-plist
@@ -59,6 +59,7 @@ lib/seed7/listener.s7i
lib/seed7/lower.s7i
lib/seed7/mahjng32.s7i
lib/seed7/make.s7i
+lib/seed7/makedata.s7i
lib/seed7/math.s7i
lib/seed7/modern27.s7i
lib/seed7/more.s7i
@@ -110,6 +111,7 @@ lib/seed7/time.s7i
lib/seed7/upper.s7i
lib/seed7/utf16.s7i
lib/seed7/utf8.s7i
+lib/seed7/vecfont10.s7i
lib/seed7/vecfont18.s7i
lib/seed7/vectorfont.s7i
lib/seed7/window.s7i