diff options
author | gahr <gahr@FreeBSD.org> | 2012-08-16 17:44:04 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-08-16 17:44:04 +0800 |
commit | 425da1126f4eac5fd5d28f63a067afa3d54eb367 (patch) | |
tree | 306429d515de9b64eb5d92c84d52a071647eda41 | |
parent | 04cd8d4a9dc6ae3b96c5b79db1154f630627f742 (diff) | |
download | freebsd-ports-gnome-425da1126f4eac5fd5d28f63a067afa3d54eb367.tar.gz freebsd-ports-gnome-425da1126f4eac5fd5d28f63a067afa3d54eb367.tar.zst freebsd-ports-gnome-425da1126f4eac5fd5d28f63a067afa3d54eb367.zip |
- Update to 05_20120806
Changes:
* The new library image.s7i was added. The contents of this library
was extracted from the program "carddemo.sd7".
* The new library make.s7i was added. The contents of this library
was extracted from the program "make7.sd7".
* The function 'str' and the 'parse' operator were added to the
library bstring.s7i.
* The function readDir was added to the library tar.s7i.
* A documentation comment was improved in the library bigint.s7i.
* The generation of bstring constants in the compiler (comp.sd7) was
improved.
* The function intStrHex was renamed to intStrPow2Base in the files
"int_rtl.c", "int_rtl.h" and in the compiler. The new function is
used to convert an integer to a string, when the number base is a
power of two.
* The function stri_export was renamed to stri_export_utf8 in the C
source files.
* The function cp_to_cstri was renamed to cp_to_cstri8 in the C
source files.
* Documentation comments were added and improved in the file
"striutl.c".
* The makefile mk_msvc.mak was changed to write a definition of
LIMITED_CSTRI_LITERAL_LEN to "version.h".
* Documentation comments were improved in the libraries idxarray.s7i,
array.s7i, dir.s7i, external_file.s7i, osfiles.s7i, duration.s7i
and time.s7i.
* Parameter names were added to function definitions in the
libraries array.s7i, bigfile.s7i, hash.s7i and idxarray.s7i.
* The compiler was improved to generate better inline code for set
membership (operator: in).
* The functions 'cmdFileType' and 'cmdFileTypeSL' in "cmd_rtl.c" were
improved to return FILE_ABSENT, when the file name is too long
(stat() respectively lstat() return an error and errno has the
value ENAMETOOLONG) or when the file name is an empty string.
* The new libraries subrange.s7i, ref_list.s7i and reference.s7i were
added. The contents of this libraries were extracted from the
seed7_05.s7i library.
-rw-r--r-- | lang/seed7/Makefile | 2 | ||||
-rw-r--r-- | lang/seed7/distinfo | 4 | ||||
-rw-r--r-- | lang/seed7/pkg-plist | 5 |
3 files changed, 8 insertions, 3 deletions
diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile index b832693c1696..fb5b823cbc02 100644 --- a/lang/seed7/Makefile +++ b/lang/seed7/Makefile @@ -6,7 +6,7 @@ # PORTNAME= seed7 -DISTVERSION= 05_20120703 +DISTVERSION= 05_20120806 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/lang/seed7/distinfo b/lang/seed7/distinfo index a5b77edb1fc0..0598a0f59435 100644 --- a/lang/seed7/distinfo +++ b/lang/seed7/distinfo @@ -1,2 +1,2 @@ -SHA256 (seed7_05_20120703.tgz) = a6235e8f385a4a9ff244d53356d036b9ea94af5756a61ac84274be4026e26a1d -SIZE (seed7_05_20120703.tgz) = 1751216 +SHA256 (seed7_05_20120806.tgz) = f2b623e49980355ac9ac0427ac9b3ec02d7c5f31ccdd928c6b57bdb4bed419a7 +SIZE (seed7_05_20120806.tgz) = 1755295 diff --git a/lang/seed7/pkg-plist b/lang/seed7/pkg-plist index c887d78bda70..c479f9e16691 100644 --- a/lang/seed7/pkg-plist +++ b/lang/seed7/pkg-plist @@ -50,6 +50,7 @@ lib/seed7/hashsetof.s7i lib/seed7/html.s7i lib/seed7/html_ent.s7i lib/seed7/idxarray.s7i +lib/seed7/image.s7i lib/seed7/inifile.s7i lib/seed7/integer.s7i lib/seed7/keybd.s7i @@ -57,6 +58,7 @@ lib/seed7/line.s7i lib/seed7/listener.s7i lib/seed7/lower.s7i lib/seed7/mahjng32.s7i +lib/seed7/make.s7i lib/seed7/math.s7i lib/seed7/modern27.s7i lib/seed7/more.s7i @@ -70,6 +72,8 @@ lib/seed7/pixmapfont.s7i lib/seed7/poll.s7i lib/seed7/progs.s7i lib/seed7/rational.s7i +lib/seed7/ref_list.s7i +lib/seed7/reference.s7i lib/seed7/reverse.s7i lib/seed7/s7_comp.a lib/seed7/s7_con.a @@ -97,6 +101,7 @@ lib/seed7/strifile.s7i lib/seed7/string.s7i lib/seed7/stritext.s7i lib/seed7/struct.s7i +lib/seed7/subrange.s7i lib/seed7/syntax.s7i lib/seed7/tar.s7i lib/seed7/tee.s7i |