diff options
author | gahr <gahr@FreeBSD.org> | 2018-07-16 23:32:20 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2018-07-16 23:32:20 +0800 |
commit | f7b18586b57e25a21373e1742e7a8d638a771ce2 (patch) | |
tree | 8de0296d8dfb7b7adb48124e2d0b824a3fea7282 | |
parent | 673aa80aa7ac52f2dd65911cbe6de0bb1bbbf498 (diff) | |
download | freebsd-ports-gnome-f7b18586b57e25a21373e1742e7a8d638a771ce2.tar.gz freebsd-ports-gnome-f7b18586b57e25a21373e1742e7a8d638a771ce2.tar.zst freebsd-ports-gnome-f7b18586b57e25a21373e1742e7a8d638a771ce2.zip |
lang/seed7: update to 05_20180708
20180708:
- The operating system DOS is supported (with DJGPP) again. The tests
have been done with Dosbox.
- In the compiler (in comp/const.s7i) the actions BIN_AND and BIN_OR
have been added to the list of special actions. This way the
functions rotLeft and rotRight (from bin32.s7i and bin64.s7i) are
implemented as inline functions. This reduces the runtime of sha256
(from msgdigest.s7i) by 44% (measured with gcc and valgrind, when
reading data from 200 https connections). The cpu-time of the whole
test program was reduced by 17%.
- In msgdigest.s7i the functions md4, md5, sha1, sha224 and sha256
have been improved to use an index for words instead of an index
for chunks. This simplifies the conversion to 32-bit words.
- In comp/action.s7i the function process_action has been improved to
use a case-statement instead of multiple if-statements. This reduces
the runtime of process_action by 39% (measured with gcc and valgrind,
when the compiler compiles itself). The runtime of the compiler is
reduced by 2.5%.
- The contents of the libraries enable_input.s7i and enable_output.s7i
have been moved to the library enable_io.s7i.
- The library comp/expr_util.s7i has been renamed to comp/expr_utl.s7i.
- The program chkccomp.c has been improved to search 64-bit functions
for fseek() and ftell(). The findings are stored in version.h with
the macros _FILE_OFFSET_BITS, OS_OFF_T_SIZE, os_off_t, os_fseek and
os_ftell.
- In chkflt.sd7 the tests for float shift and logarithm of 0.0 have
been improved.
- The file src/read_me.txt has been updated.
- In chkccomp.c the functions isNullDevice, initializeNullDevice,
determineStatFunctions, determineOsFunctions and numericProperties
have been improved.
- The program chkccomp.c has been improved to work for PostgreSQL
versions 9.6, 10 and 11.
- In cmd_rtl.c the function getOsCwd has been improved to assure that
PATH_DELIMITER is used as path delimiter.
- In flt_rtl.c the functions fltDigits and fltSci have been improved,
to work correct, when printf() with format %f and %e and a huge
precision crashes. Additionally fltSci() has been improved to work
correct, when the number of exponent digits written with format %f is
not fixed.
- In con_wat.c the functions kbdShut and conWrite have been improved
and the functions term_descr_equal, tcset_term_descr, kbd_init,
doWriteConsole and doCPuts have been added.
- The functions handleIntSignal, readCharChkCtrlC and filPipe have been
added to fil_dos.c.
- The function drwConvPointList has been added to drw_dos.c.
- The definitions of volumeListType, IS_VOLUME_LIST and
openVolumeList() have been moved from dir_win.h to the new file
vol_drv.h
- In traceutl.c the function prot_cstri has been improved to optionally
-rw-r--r-- | lang/seed7/Makefile | 2 | ||||
-rw-r--r-- | lang/seed7/distinfo | 6 | ||||
-rw-r--r-- | lang/seed7/pkg-plist | 14 |
3 files changed, 10 insertions, 12 deletions
diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile index 120ff177a472..49ea7cf6c2ab 100644 --- a/lang/seed7/Makefile +++ b/lang/seed7/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= seed7 -DISTVERSION= 05_20180601 +DISTVERSION= 05_20180708 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/lang/seed7/distinfo b/lang/seed7/distinfo index cdb4ce1bb8a6..d5768370ab24 100644 --- a/lang/seed7/distinfo +++ b/lang/seed7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1528117967 -SHA256 (seed7_05_20180601.tgz) = cc3c6fcb0c52b4234c039ca809fc983820c010af3cbb4cfe788b118a77572245 -SIZE (seed7_05_20180601.tgz) = 2809518 +TIMESTAMP = 1531742319 +SHA256 (seed7_05_20180708.tgz) = 345cc21c824dee87c44f0dd738c22af78ba4c7b98788db771376b783423392c9 +SIZE (seed7_05_20180708.tgz) = 2816808 diff --git a/lang/seed7/pkg-plist b/lang/seed7/pkg-plist index 1d103e026d25..a0bea3c0d16f 100644 --- a/lang/seed7/pkg-plist +++ b/lang/seed7/pkg-plist @@ -55,7 +55,7 @@ lib/seed7/lib/comp/drw_act.s7i lib/seed7/lib/comp/enu_act.s7i lib/seed7/lib/comp/error.s7i lib/seed7/lib/comp/expr.s7i -lib/seed7/lib/comp/expr_util.s7i +lib/seed7/lib/comp/expr_utl.s7i lib/seed7/lib/comp/fil_act.s7i lib/seed7/lib/comp/flt_act.s7i lib/seed7/lib/comp/gkb_act.s7i @@ -95,9 +95,7 @@ lib/seed7/lib/draw.s7i lib/seed7/lib/duration.s7i lib/seed7/lib/echo.s7i lib/seed7/lib/editline.s7i -lib/seed7/lib/enable_input.s7i lib/seed7/lib/enable_io.s7i -lib/seed7/lib/enable_output.s7i lib/seed7/lib/encoding.s7i lib/seed7/lib/environment.s7i lib/seed7/lib/external_file.s7i @@ -112,17 +110,17 @@ lib/seed7/lib/ftpserv.s7i lib/seed7/lib/getf.s7i lib/seed7/lib/gethttp.s7i lib/seed7/lib/gethttps.s7i -lib/seed7/lib/graph.s7i lib/seed7/lib/graph_file.s7i +lib/seed7/lib/graph.s7i lib/seed7/lib/gtkserver.s7i lib/seed7/lib/gzip.s7i lib/seed7/lib/hash.s7i lib/seed7/lib/hashsetof.s7i lib/seed7/lib/hmac.s7i -lib/seed7/lib/html.s7i lib/seed7/lib/html_ent.s7i -lib/seed7/lib/httpserv.s7i +lib/seed7/lib/html.s7i lib/seed7/lib/http_response.s7i +lib/seed7/lib/httpserv.s7i lib/seed7/lib/idxarray.s7i lib/seed7/lib/image.s7i lib/seed7/lib/inflate.s7i @@ -146,9 +144,9 @@ lib/seed7/lib/msgdigest.s7i lib/seed7/lib/multiscr.s7i lib/seed7/lib/null_file.s7i lib/seed7/lib/osfiles.s7i +lib/seed7/lib/pic_util.s7i lib/seed7/lib/pic16.s7i lib/seed7/lib/pic32.s7i -lib/seed7/lib/pic_util.s7i lib/seed7/lib/pixmap_file.s7i lib/seed7/lib/pixmapfont.s7i lib/seed7/lib/pkcs1.s7i @@ -187,8 +185,8 @@ lib/seed7/lib/stritext.s7i lib/seed7/lib/struct.s7i lib/seed7/lib/subrange.s7i lib/seed7/lib/syntax.s7i -lib/seed7/lib/tar.s7i lib/seed7/lib/tar_cmds.s7i +lib/seed7/lib/tar.s7i lib/seed7/lib/tdes.s7i lib/seed7/lib/tee.s7i lib/seed7/lib/text.s7i |