aboutsummaryrefslogtreecommitdiffstats
path: root/lang/seed7
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2010-10-13 17:50:58 +0800
committergahr <gahr@FreeBSD.org>2010-10-13 17:50:58 +0800
commitb9b3c9a298e02250570ad6ac5b818c362e85ced8 (patch)
treed4d9ca9732c7ca5203e3217a3d874350a305ec71 /lang/seed7
parent68a69d5c6fde20bbb4113730e77061e5c86d6a53 (diff)
downloadfreebsd-ports-gnome-b9b3c9a298e02250570ad6ac5b818c362e85ced8.tar.gz
freebsd-ports-gnome-b9b3c9a298e02250570ad6ac5b818c362e85ced8.tar.zst
freebsd-ports-gnome-b9b3c9a298e02250570ad6ac5b818c362e85ced8.zip
- Update to 05_20101010
Changes: - The first steps towards support of bitmap fonts were done. - The standard bitmap font was defined for the sizes 10, 12, 14, 16, 18 and 24. - A new example program (testfont.sd7), which writes with the standard font in various sizes, was added. - The initialisation of the random number generator in the function uint_rand in "int_rtl.c" was improved. - The function timMycroSec was defined in "tim_unx.c" and "tim_win.c".
Diffstat (limited to 'lang/seed7')
-rw-r--r--lang/seed7/Makefile2
-rw-r--r--lang/seed7/distinfo6
-rw-r--r--lang/seed7/pkg-plist12
3 files changed, 15 insertions, 5 deletions
diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile
index 545c9298c663..e7cb09f004ea 100644
--- a/lang/seed7/Makefile
+++ b/lang/seed7/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= seed7
-DISTVERSION= 05_20100919
+DISTVERSION= 05_20101010
CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/lang/seed7/distinfo b/lang/seed7/distinfo
index d1f515f6e111..f35954ce72ec 100644
--- a/lang/seed7/distinfo
+++ b/lang/seed7/distinfo
@@ -1,3 +1,3 @@
-MD5 (seed7_05_20100919.tgz) = 256d7addaff6f05b51740c85dcda7d48
-SHA256 (seed7_05_20100919.tgz) = b1cd0a6866a27ddec13540960e54c649c5fb7dfc5955874a0c8b7c2a9bda8249
-SIZE (seed7_05_20100919.tgz) = 1401800
+MD5 (seed7_05_20101010.tgz) = 88d8f303f7e298ef2cdcbbb44430964e
+SHA256 (seed7_05_20101010.tgz) = 33c4acd269a857b08e2701e59b6398a9f93f32ce0a0dd3b13fc49a98e462841b
+SIZE (seed7_05_20101010.tgz) = 1445255
diff --git a/lang/seed7/pkg-plist b/lang/seed7/pkg-plist
index 4295b9df7bd4..371f1fa2cec7 100644
--- a/lang/seed7/pkg-plist
+++ b/lang/seed7/pkg-plist
@@ -5,6 +5,7 @@ lib/seed7/bigfile.s7i
lib/seed7/bigint.s7i
lib/seed7/bigrat.s7i
lib/seed7/binary.s7i
+lib/seed7/bitmapfont.s7i
lib/seed7/cards.s7i
lib/seed7/cgi.s7i
lib/seed7/charsets.s7i
@@ -17,6 +18,7 @@ lib/seed7/echo.s7i
lib/seed7/encoding.s7i
lib/seed7/field.s7i
lib/seed7/float.s7i
+lib/seed7/font.s7i
lib/seed7/getf.s7i
lib/seed7/gethttp.s7i
lib/seed7/graph.s7i
@@ -34,6 +36,7 @@ lib/seed7/more.s7i
lib/seed7/multiscr.s7i
lib/seed7/pic16.s7i
lib/seed7/pic32.s7i
+lib/seed7/pixmapfont.s7i
lib/seed7/progs.s7i
lib/seed7/rational.s7i
lib/seed7/reverse.s7i
@@ -48,6 +51,12 @@ lib/seed7/shell.s7i
lib/seed7/socket.s7i
lib/seed7/sokoban1.s7i
lib/seed7/stars.s7i
+lib/seed7/stdfont10.s7i
+lib/seed7/stdfont12.s7i
+lib/seed7/stdfont14.s7i
+lib/seed7/stdfont16.s7i
+lib/seed7/stdfont18.s7i
+lib/seed7/stdfont24.s7i
lib/seed7/strifile.s7i
lib/seed7/stritext.s7i
lib/seed7/syntax.s7i
@@ -77,7 +86,6 @@ lib/seed7/zip.s7i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/COPYING
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/LGPL
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addup.sd7
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dragon.sd7
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bas7.sd7
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bifurk.sd7
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/blue.dna
@@ -109,6 +117,7 @@ lib/seed7/zip.s7i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dirx.sd7
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dna_base.s7i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnafight.sd7
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dragon.sd7
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/echo.sd7
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eliza.sd7
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/err.sd7
@@ -157,6 +166,7 @@ lib/seed7/zip.s7i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tan.dna
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tar7.sd7
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tch.sd7
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testfont.sd7
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tet.sd7
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tetg.sd7
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/toutf8.sd7