From owner-freebsd-questions@FreeBSD.ORG Thu Jun 6 06:29:56 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B1F322A9 for ; Thu, 6 Jun 2013 06:29:56 +0000 (UTC) (envelope-from gobble.wa@gmail.com) Received: from mail-bk0-x22a.google.com (mail-bk0-x22a.google.com [IPv6:2a00:1450:4008:c01::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 4A5FE1A25 for ; Thu, 6 Jun 2013 06:29:56 +0000 (UTC) Received: by mail-bk0-f42.google.com with SMTP id jk13so1363137bkc.1 for ; Wed, 05 Jun 2013 23:29:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=i67w2scWafPvTHo/Iq1m1dKuXPNlFyopbHotU/nmHUk=; b=RQtzGbLu9ZjMjM5cVBCtaL0Y8COD0F51nFRVIICFshIBYmkBUqTfPUP87F++yHlopB Iqm7K9lpclje4iZ24KF7B1xAamH9g16d/HcTK0htKMh5cWkVd/PYJjdsLDd1ULNvVg13 KocdtttBhXFup/NtdxyoVXrDpjJxEve7pA/tu2TMK5epuvBsFZYYzPwOO6BYNpx8EB+b zTkJoBKGbpwsbINEhmjd67+LHDCTKE0xOA8MhYikZXMv5fngBIxmQ7oaiK9syDU1W769 3jgqHfZpGN2qgB3qAyakifgIzKD3vV44ASsgybcSTGtiawmLOTi3SATEDO+xnGcWx8Jh NhNw== MIME-Version: 1.0 X-Received: by 10.205.9.129 with SMTP id ow1mr10354182bkb.130.1370500195222; Wed, 05 Jun 2013 23:29:55 -0700 (PDT) Received: by 10.204.184.8 with HTTP; Wed, 5 Jun 2013 23:29:55 -0700 (PDT) In-Reply-To: <51B013D2.5070106@ShaneWare.Biz> References: <51ADD8AF.5010102@a1poweruser.com> <51B013D2.5070106@ShaneWare.Biz> Date: Wed, 5 Jun 2013 23:29:55 -0700 Message-ID: Subject: Re: why is ports web page so far out of date From: Waitman Gobble To: Shane Ambler Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jun 2013 06:29:56 -0000 On Wed, Jun 5, 2013 at 9:45 PM, Shane Ambler wrote: > On 05/06/2013 17:00, Waitman Gobble wrote: > >> If you must have a web based version, another option is DIY roll your >> own ports index based on your own local ports tree. At least you can >> set it up how you want. >> >> a simple quick-together script running on my computer: >> https://dx.burplex.com/FreeBSD-ports/index.php >> >> there's a github link at the bottom of the page you can hack on if you >> wanna. >> >> cool thing is you can easily cross-reference all the corresponding >> gnats PR files in your mailbox to the generated port page, i'll add >> that bit tomorrow. > > > That looks useful. One thing I would think of adding is a search box. > > I would have thought of breaking the lists into pages but am surprised at > how fast the longer pages are generated. > > One port that it has an issue with is devel/pear-HTML_Select_Common the >