From owner-svn-ports-all@FreeBSD.ORG Wed Jan 8 16:48:26 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 61432AEF; Wed, 8 Jan 2014 16:48:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4CE3F1B03; Wed, 8 Jan 2014 16:48:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s08GmQQs064935; Wed, 8 Jan 2014 16:48:26 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s08GmPbK064931; Wed, 8 Jan 2014 16:48:25 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201401081648.s08GmPbK064931@svn.freebsd.org> From: Pietro Cerutti Date: Wed, 8 Jan 2014 16:48:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339157 - head/lang/seed7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2014 16:48:26 -0000 Author: gahr Date: Wed Jan 8 16:48:25 2014 New Revision: 339157 URL: http://svnweb.freebsd.org/changeset/ports/339157 Log: - Update to 05_20140105 Changes: * The library des.s7i with DES (Data Encryption Standard) cipher support has been added. * The library tls.s7i has been improved to support block ciphers and encoding with DES. * The functions blockSize and decode have been added to cipher.s7i and arc4.s7i. * The the functions str, rotLeft and rotRight and the operators radix, RADIX, ~ and ><:= have been added to bin32.s7i. * Support to write bin32 values has been added to bin32.s7i. * The new library unicode.s7i, with functions to convert between Unicode encodings, has been added. * The functions utf16beToStri, utf16leToStri, utf7ToStri and replaceUtf16SurrogatePairs have been improved and moved from charsets.s7i to unicode.s7i. The functions striToUtf8 and utf8ToStri have been moved from string.s7i to unicode.s7i. The functions striToUtf16be and striToUtf16le have been added to unicode.s7i. * The actions FLT_MINUS, INT_MINUS and BIG_MINUS have been renamed to FLT_NEGATE, INT_NEGATE and BIG_NEGATE respectively. * The library gethttps.s7i has been improved to accept links to HTTP. * The operator symbols ~ and ><:= have been added to syntax.s7i. * Checks for -, mdiv, << and >> have been added to chkbig.sd7. * The compiler (s7c) has been improved to do more optimizations for the actions BIG_DIV, BIG_LSHIFT, BIG_RSHIFT, BIG_MDIV, BIG_MULT, BIG_NEGATE and CHR_CLIT. * The function charLiteral has been added to the compiler. * The compiler has been improved to avoid the generation of long lines for bigInteger literals. * The function bigMinus has been renamed bigNegate and the function bigNegateTemp has been added to big_gmp.c and big_rtl.c. * A check for the keyword 'restrict' has been added to chkccomp.c. * The function chrCLitToBuffer has been added to chr_rtl.c. * Interpreter, compiler and runtime library have been improved to support the action INT_XOR_ASSIGN. * The functions utf8_char (literal.c), utf8_to_stri (striutl.c), utf8_bytes_missing (striutl.c), strUtf8ToStri (str_rtl.c) and ut8Getc (in ut8_rtl.c) have been improved to check for ranges of characters instead of bit patterns. This improves the performance of UTF-8 conversions by up to 6%. * The functions freeArgVector and genArgVector have been added to cmd_unx.c. Modified: head/lang/seed7/Makefile head/lang/seed7/distinfo head/lang/seed7/pkg-plist Modified: head/lang/seed7/Makefile ============================================================================== --- head/lang/seed7/Makefile Wed Jan 8 16:22:28 2014 (r339156) +++ head/lang/seed7/Makefile Wed Jan 8 16:48:25 2014 (r339157) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= seed7 -DISTVERSION= 05_20131124 +DISTVERSION= 05_20140105 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/lang/seed7/distinfo ============================================================================== --- head/lang/seed7/distinfo Wed Jan 8 16:22:28 2014 (r339156) +++ head/lang/seed7/distinfo Wed Jan 8 16:48:25 2014 (r339157) @@ -1,2 +1,2 @@ -SHA256 (seed7_05_20131124.tgz) = 9d1f63cd58313dc8aa02afcd356c0ab8a50c3f6d95c8529dda9115b62a132830 -SIZE (seed7_05_20131124.tgz) = 1990629 +SHA256 (seed7_05_20140105.tgz) = 24383c1537d36b669b57494666fbf2199b9bfbdc6f2e2134def4aa23769e332e +SIZE (seed7_05_20140105.tgz) = 2002939 Modified: head/lang/seed7/pkg-plist ============================================================================== --- head/lang/seed7/pkg-plist Wed Jan 8 16:22:28 2014 (r339156) +++ head/lang/seed7/pkg-plist Wed Jan 8 16:48:25 2014 (r339157) @@ -9,6 +9,7 @@ lib/seed7/lib/arc4.s7i lib/seed7/lib/asn1.s7i lib/seed7/lib/cc_conf.s7i lib/seed7/lib/cipher.s7i +lib/seed7/lib/des.s7i lib/seed7/lib/gethttps.s7i lib/seed7/lib/hmac.s7i lib/seed7/lib/pkcs1.s7i @@ -92,6 +93,7 @@ lib/seed7/lib/pic32.s7i lib/seed7/lib/pixmap_file.s7i lib/seed7/lib/pixmapfont.s7i lib/seed7/lib/poll.s7i +lib/seed7/lib/process.s7i lib/seed7/lib/progs.s7i lib/seed7/lib/propertyfile.s7i lib/seed7/lib/rational.s7i @@ -128,6 +130,7 @@ lib/seed7/lib/tar.s7i lib/seed7/lib/tee.s7i lib/seed7/lib/text.s7i lib/seed7/lib/time.s7i +lib/seed7/lib/unicode.s7i lib/seed7/lib/upper.s7i lib/seed7/lib/utf16.s7i lib/seed7/lib/utf8.s7i