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: 103376,f87dfdc9e19e0bd6,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!r19g2000prm.googlegroups.com!not-for-mail From: Gautier write-only Newsgroups: comp.lang.ada Subject: Ann: Zip-Ada v.40 Date: Wed, 2 Mar 2011 01:51:48 -0800 (PST) Organization: http://groups.google.com Message-ID: <85e5f825-229e-4540-b90d-ff7ca1debaef@r19g2000prm.googlegroups.com> NNTP-Posting-Host: 206.122.158.4 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1299059697 26049 127.0.0.1 (2 Mar 2011 09:54:57 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 2 Mar 2011 09:54:57 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r19g2000prm.googlegroups.com; posting-host=206.122.158.4; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:17717 Date: 2011-03-02T01:51:48-08:00 List-Id: Hello! A new version of the Zip-Ada library, @ http://unzip-ada.sf.net/ , is out. Latest changes are: - New package Zip.Compress.Deflate, with a first (weak but straightforward) compression technique for the Deflate format - more to come! - Some improvements in the ReZip and UnZipAda tools Zip-Ada is a library for handling, decompressing and creating Zip archives. Some features: - full sources are in Ada (no binding) - decompression for all Zip formats up to BZip2 - compression for all Zip 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 URL: http://unzip-ada.sf.net/ The zipada40.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 * 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 Enjoy! ______________________________________________________________ Gautier's Ada programming -- http://gautiersblog.blogspot.com/ NB: follow the above link for a working e-mail address