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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,3c39791ca8ea7b2,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!k19g2000yqc.googlegroups.com!not-for-mail From: Gautier write-only Newsgroups: comp.lang.ada Subject: Ann: Zip-Ada v.36 Date: Sat, 21 Nov 2009 05:48:16 -0800 (PST) Organization: http://groups.google.com Message-ID: <475c7650-f3fd-4ff2-bb48-839f0040814c@k19g2000yqc.googlegroups.com> NNTP-Posting-Host: 92.107.28.143 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1258811296 24767 127.0.0.1 (21 Nov 2009 13:48:16 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 21 Nov 2009 13:48:16 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k19g2000yqc.googlegroups.com; posting-host=92.107.28.143; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.33 Safari/532.0,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8186 Date: 2009-11-21T05:48:16-08:00 List-Id: Hello! Again a new version of the Zip-Ada library, @ http://unzip-ada.sf.net/ , is out. Latest changes: - BZip2 method added for decompression - Added Zip.Traverse_verbose - Added an UnZip.Extract to extract all files, using a Zip_Info variable (allows any stream, not only file, for archive) - Some more run-time library performance bottlenecks removed (less spectacular than for v.35) - Some improvements around ReZip, which now includes the BZip2 method Zip-Ada is a library for handling, decompressing and creating .zip archives. Some features: - decompression for all methods up to BZip2 (new!) - full sources are in Ada - unconditionally portable - input and output can be any stream (file, buffer,...) for archive creation as well as data extraction. - task safe - endian-neutral URL: http://unzip-ada.sf.net/ The zipada36.zip archive contains: * The full library sources inside one directory, Zip_Lib, in pure Ada 95 * Some command-line demo / tools: * ZipAda, a zipping tool - only weak compression available so far * UnZipAda, an unzipping utility * Comp_Zip, compares two zip files (compare contents, check missing files) * Find_Zip, searches a text string through contents of a zip file * ReZip.adb, recompresses Zip archives Enjoy! _________________________________________________________ Gautier's Ada programming -- http://sf.net/users/gdemont/ NB: For a direct answer, e-mail address on the Web site!