From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10235 invoked from network); 1 Oct 2007 01:55:58 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 1 Oct 2007 01:55:58 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 81532 invoked from network); 1 Oct 2007 01:55:52 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 1 Oct 2007 01:55:52 -0000 Received: (qmail 3180 invoked by alias); 1 Oct 2007 01:55:50 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23878 Received: (qmail 3166 invoked from network); 1 Oct 2007 01:55:50 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 1 Oct 2007 01:55:50 -0000 Received: (qmail 81228 invoked from network); 1 Oct 2007 01:55:50 -0000 Received: from mx7.netwood.net (209.247.184.8) by a.mx.sunsite.dk with SMTP; 1 Oct 2007 01:55:43 -0000 Received: from netwood.net (mail.netwood.net [209.247.184.35]) by mx7.netwood.net (8.13.8/8.13.8) with ESMTP id l911tx2m070772 for ; Sun, 30 Sep 2007 18:55:59 -0700 (PDT) (envelope-from jessw@netwood.net) Received: from [192.168.0.240] [70.213.167.190] by netwood.net with ESMTP (SMTPD-8.22) id A3A903A4; Sun, 30 Sep 2007 18:55:53 -0700 Mime-Version: 1.0 (Apple Message framework v624) To: zsh-workers@sunsite.dk Message-Id: <190a0e2905afddd9b1c5a2a3c347f5ff@netwood.net> Content-Type: multipart/mixed; boundary=Apple-Mail-1-295837641 From: Jesse W Subject: PATCH: _ranlib Date: Sun, 30 Sep 2007 18:58:38 -0700 X-Mailer: Apple Mail (2.624) X-Virus-Scanned: ClamAV 0.91.2/4443/Sun Sep 30 15:16:01 2007 on mx7.netwood.net X-Virus-Status: Clean --Apple-Mail-1-295837641 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed Here's a ranlib completion function; comments welcomed, of course. Jesse Weinstein --Apple-Mail-1-295837641 Content-Transfer-Encoding: 7bit Content-Type: application/octet-stream; x-unix-mode=0644; name="_ranlib" Content-Disposition: attachment; filename=_ranlib #compdef ranlib #based on the options in the libtool/ranlib from the #OSX Compiler Tools, version cctools-495 (1999), #licensed under Apple Public Source License Version 2.0 #Written by Jesse Weinstein #Sun Sep 30 18:56:44 2007 #Released into the public domain. #TODO: specify customary extensions for the archive files operated on by ranlib _arguments \ "(-a)-s[preferred type ToC (default)]" \ "(-s)-a[original type ToC]" \ "-c[include common symbols]" \ "(-T)-L[4.4bsd archive extended format #1 (default)]" \ "(-L)-T[truncate names to 16 chars, per pre-4.4.bsd format]" \ "-f[warn about fat archives]" \ "-t[do not rebuild ToC (ignored)]" \ "(-)-[no more options]" \ "1:archive: _files" --Apple-Mail-1-295837641--