From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_00,FORGED_HOTMAIL_RCVD2, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,80d6bf135d9e304d,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.74.201 with SMTP id w9mr3710932pbv.0.1328878808778; Fri, 10 Feb 2012 05:00:08 -0800 (PST) Path: wr5ni8655pbc.0!nntp.google.com!news1.google.com!postnews.google.com!b23g2000yqn.googlegroups.com!not-for-mail From: Gautier write-only Newsgroups: comp.lang.ada Subject: Ann: Zip-Ada v.42 Date: Fri, 10 Feb 2012 04:53:50 -0800 (PST) Organization: http://groups.google.com Message-ID: <9cf920e1-b8a0-4100-becf-3c5afc2c4be2@b23g2000yqn.googlegroups.com> NNTP-Posting-Host: 206.122.158.4 Mime-Version: 1.0 X-Trace: posting.google.com 1328878808 19238 127.0.0.1 (10 Feb 2012 13:00:08 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 10 Feb 2012 13:00:08 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: b23g2000yqn.googlegroups.com; posting-host=206.122.158.4; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKUARLSC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.77 Safari/535.7,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-02-10T04:53:50-08:00 List-Id: Hello! I am pleased to announce a new version of the Zip-Ada library, @ http://unzip-ada.sf.net/ . Major changes in the last versions: 42: Support for Zip archives appended to other files, like a self- extracting archive with Zip-Ada in the executable 41: Support for Unicode UTF-8 entry names within Zip archives 40: New package Zip.Compress.Deflate, with a first (weak but straightforward) compression technique for the Deflate format Some features: - full sources are in Ada (no binding) - decompression for all Zip sub-formats up to BZip2 - compression for all Zip sub-formats up to Deflate - unconditionally portable - input and output can be any stream (file, buffer,...) for archive creation as well as data extraction. - task safe - endian-neutral The zipada42.zip archive contains: * The full library sources (inside one directory: Zip_Lib), in Ada 95, using only Ada 95 standard's libraries * Some command-line demo / tools: * ZipAda, a zipping tool * UnZipAda, an unzipping utility * Comp_Zip, compares two Zip files * Find_Zip, searches a text string through contents of a Zip file * ReZip.adb, optimizes compression of Zip archives NB: the ZipAda, UnZipAda, ReZip use a few non-Ada 95 library items. The tools can be found pre-built for Windows in zipada42-bin- win32.zip . Enjoy! _________________________ Gautier's Ada programming http://gautiersblog.blogspot.com/ NB: follow the above link for a valid e-mail address