X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=OE fCZO6VRjJysKli72Ddghopzx3TzGqUuWdaWRjWKgHxJMKtLX/V0bBLQMegVVwA2+ EPYUOwKJ1oTMYSRty6gKMBffZSrPlc1rB9Z5WfXRlIbhA0zEYEfUWNJo2fnvBLXd WIEOh7nNgX2UBKKhkmdhnyLYrggdDHgoZptVzmzq8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=6cXpuh+x P9JrqnLP8fVN01G5I1A=; b=DhtkoU6y2U7lHD0Y6knWijJjkxddABuRsrgDZ2Jq wJ4Or3aYd6/7UW8f0Lb+n6cMXFTQO88I/y3V6aVJ5H4vxIaoP85T0aqndRGktAIc thNUkkyXUPWru+5L7BzkpUTQiP82aR2w0mfgy6bbPqP1oGnWtJdCQg9AGucrMbev 7Rg= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yh0-f53.google.com MIME-Version: 1.0 X-Received: by 10.236.65.227 with SMTP id f63mr11702628yhd.13.1402542817517; Wed, 11 Jun 2014 20:13:37 -0700 (PDT) In-Reply-To: References: <20140526201210 DOT GB3903 AT ednor DOT casa DOT cgf DOT cx> <20140527221151 DOT GA6521 AT ednor DOT casa DOT cgf DOT cx> Date: Wed, 11 Jun 2014 22:13:37 -0500 Message-ID: Subject: Re: Package file lists archive From: Steven Penny To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes On Mon, Jun 9, 2014 at 5:45 AM, Steven Penny wrote: > Using Google Search API is in many cases faster than "cygcheck -p". Code is > here Adding to this, here is the sometimes frustrating experience of "cygcheck -p" $ time cygcheck -p bin/aclocal cygcheck: unable to contact cygwin.com site, InternetOpenUrl() failed: The operation timed out (win32 error 12002) real 0m31.132s user 0m0.016s sys 0m0.031s And here is current iteration of my tool $ time apt-cyg searchall bin/aclocal getting pages . . . getting start 0 . . . getting start 8 . . . gcc-tools-epoch1-automake gcc-tools-epoch2-automake automake1.4 automake1.13 automake1.12 automake1.11 automake1.7 automake1.14 automake1.10 automake1.8 automake1.9 real 0m1.295s user 0m0.165s sys 0m0.182s -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple