diff options
author | gahr <gahr@FreeBSD.org> | 2010-09-18 15:17:16 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-09-18 15:17:16 +0800 |
commit | cc2231df5e7421b3737925ae119a89fa20f9b180 (patch) | |
tree | 4346e7c0f89671d4e09c44bc0d507efe225ec4e5 /lang/seed7 | |
parent | 63766c7bdf596b734362d63327b14108a49e0af0 (diff) | |
download | freebsd-ports-gnome-cc2231df5e7421b3737925ae119a89fa20f9b180.tar.gz freebsd-ports-gnome-cc2231df5e7421b3737925ae119a89fa20f9b180.tar.zst freebsd-ports-gnome-cc2231df5e7421b3737925ae119a89fa20f9b180.zip |
- Update to 05_20100905
Changes:
- The chapter explaining the type 'time' in the manual was improved.
- The support for source level debugging in the compiler (comp.sd7) was
improved. Now the option -g generates better #line directives and the 'main'
function was arranged such that the current line shown by a debugger is
correct when the program is started.
- In the "seed7_05.s7i" library the function "rpos" was overloaded to do a
reverse search for a character in a string starting from a given position.
- The files "str_rtl.c", "strlib.c", "primitiv.c" and the compiler were
improved to support the primitive action STR_RCHIPOS (which implements the
new overloaded 'rpos' function).
Diffstat (limited to 'lang/seed7')
-rw-r--r-- | lang/seed7/Makefile | 2 | ||||
-rw-r--r-- | lang/seed7/distinfo | 6 | ||||
-rw-r--r-- | lang/seed7/pkg-plist | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile index 939bec6d9117..0e7dd8076c90 100644 --- a/lang/seed7/Makefile +++ b/lang/seed7/Makefile @@ -6,7 +6,7 @@ # PORTNAME= seed7 -DISTVERSION= 05_20100801 +DISTVERSION= 05_20100905 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/lang/seed7/distinfo b/lang/seed7/distinfo index 72ace8b81ba1..a94ec9464473 100644 --- a/lang/seed7/distinfo +++ b/lang/seed7/distinfo @@ -1,3 +1,3 @@ -MD5 (seed7_05_20100801.tgz) = 3f94016453abf4cbb24fdcd3585a6d6f -SHA256 (seed7_05_20100801.tgz) = ac5a8b07ba6e1ae8db13f64e38e107932f122aa69f3cee02de19edafbec3624c -SIZE (seed7_05_20100801.tgz) = 1395358 +MD5 (seed7_05_20100905.tgz) = fbc4d09b56f82d9b19619169a874f5a1 +SHA256 (seed7_05_20100905.tgz) = acd559719388f6295176c19e3d6f910e72a62594521278b722bec9b53a736194 +SIZE (seed7_05_20100905.tgz) = 1400535 diff --git a/lang/seed7/pkg-plist b/lang/seed7/pkg-plist index 4032f2fd0ea3..4295b9df7bd4 100644 --- a/lang/seed7/pkg-plist +++ b/lang/seed7/pkg-plist @@ -77,6 +77,7 @@ 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 @@ -113,6 +114,7 @@ lib/seed7/zip.s7i %%PORTEXAMPLES%%%%EXAMPLESDIR%%/err.sd7 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fib.sd7 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/files.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fractree.sd7 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gcd.sd7 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gkbd.sd7 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/green.dna |