Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Aug 2012 09:44:05 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302631 - head/lang/seed7
Message-ID:  <201208160944.q7G9i5rx092643@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Thu Aug 16 09:44:04 2012
New Revision: 302631
URL: http://svn.freebsd.org/changeset/ports/302631

Log:
  - 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.

Modified:
  head/lang/seed7/Makefile   (contents, props changed)
  head/lang/seed7/distinfo   (contents, props changed)
  head/lang/seed7/pkg-plist   (contents, props changed)

Modified: head/lang/seed7/Makefile
==============================================================================
--- head/lang/seed7/Makefile	Thu Aug 16 09:42:48 2012	(r302630)
+++ head/lang/seed7/Makefile	Thu Aug 16 09:44:04 2012	(r302631)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	seed7
-DISTVERSION=	05_20120703
+DISTVERSION=	05_20120806
 CATEGORIES=	lang
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/
 DISTNAME=	${PORTNAME}_${DISTVERSION}

Modified: head/lang/seed7/distinfo
==============================================================================
--- head/lang/seed7/distinfo	Thu Aug 16 09:42:48 2012	(r302630)
+++ head/lang/seed7/distinfo	Thu Aug 16 09:44:04 2012	(r302631)
@@ -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

Modified: head/lang/seed7/pkg-plist
==============================================================================
--- head/lang/seed7/pkg-plist	Thu Aug 16 09:42:48 2012	(r302630)
+++ head/lang/seed7/pkg-plist	Thu Aug 16 09:44:04 2012	(r302631)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208160944.q7G9i5rx092643>