X-Recipient: archive-cygwin@delorie.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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: <CAAXzdLVc8tNv5GPE79_E2qwQeQ-L2Gmt9omwXw5+5F-ka6xdDQ@mail.gmail.com>
References: <CAAXzdLUx+zsvXGDfYyBkounDNLsMy8oW1ZmGZtLoOA-XfeDQHg@mail.gmail.com>	<20140526201210.GB3903@ednor.casa.cgf.cx>	<CAAXzdLUZ-0iR4NR2j30UPJpmr4LfPtqBXfPtc7vh-nY3ZfF9Ag@mail.gmail.com>	<20140527221151.GA6521@ednor.casa.cgf.cx>	<CAAXzdLVc8tNv5GPE79_E2qwQeQ-L2Gmt9omwXw5+5F-ka6xdDQ@mail.gmail.com>
Date: Wed, 11 Jun 2014 22:13:37 -0500
Message-ID: <CAAXzdLVxun74kMtLjPV1JJ5g=ayyfj9wXDoTwGfDUGcwc_avhg@mail.gmail.com>
Subject: Re: Package file lists archive
From: Steven Penny <svnpenn@gmail.com>
To: cygwin@cygwin.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

