From owner-freebsd-questions@FreeBSD.ORG Fri Jun 7 09:23:44 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 9B970744 for ; Fri, 7 Jun 2013 09:23:44 +0000 (UTC) (envelope-from gobble.wa@gmail.com) Received: from mail-bk0-x22f.google.com (mail-bk0-x22f.google.com [IPv6:2a00:1450:4008:c01::22f]) by mx1.freebsd.org (Postfix) with ESMTP id 3128C12D9 for ; Fri, 7 Jun 2013 09:23:44 +0000 (UTC) Received: by mail-bk0-f47.google.com with SMTP id jg1so1933509bkc.34 for ; Fri, 07 Jun 2013 02:23:43 -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=nThtOG8EkC+cY0HrM4C6c2oN5dK1j2x9TKiMRtTm2fc=; b=IJdZHWCQTzp4zBFRs52HB/9typiL3Fzdj2U4sDotkJGs5I3p3oDxh/Vkb9xwfj6hyf o1y0PagMH2zTmAVXxo7efEV50D2dWpvjDnYV+aVf0rjXqmVhLILAmLHLjPmFvcGHJ9cW 1wRjCw8v0TLI7mEW4qk9y8Yg5TUPFk3RuSrOGOXNOLFK4xfJ9ZKx78q2CAE0hufW1LLe hGl3xNvS5myx7dcF7SAmtOCC0/DcOHOUxpMsR3TX3CZd6XogpjZMHFGMftqHFdbMdAzr NB3VTRJT4OxbE8Duclig6DvntzBXYGJQIrF6OvhDa5ecFLaleKjRwGVhd57cHd0YYctO MIrA== MIME-Version: 1.0 X-Received: by 10.205.9.129 with SMTP id ow1mr11972129bkb.130.1370597022956; Fri, 07 Jun 2013 02:23:42 -0700 (PDT) Received: by 10.204.184.8 with HTTP; Fri, 7 Jun 2013 02:23:42 -0700 (PDT) In-Reply-To: References: <51ADD8AF.5010102@a1poweruser.com> <51B013D2.5070106@ShaneWare.Biz> Date: Fri, 7 Jun 2013 02:23:42 -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: Fri, 07 Jun 2013 09:23:44 -0000 On Wed, Jun 5, 2013 at 11:29 PM, Waitman Gobble wrote: > 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 >>