From owner-freebsd-www Thu Feb 27 06:52:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA00228 for www-outgoing; Thu, 27 Feb 1997 06:52:29 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA00215 for ; Thu, 27 Feb 1997 06:52:26 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id GAA13382; Thu, 27 Feb 1997 06:51:57 -0800 (PST) To: John Fieber cc: Doug White , "Joe \"Marcus\" Clarke" , www@freebsd.org Subject: Re: New ports In-reply-to: Your message of "Thu, 27 Feb 1997 09:46:34 EST." Date: Thu, 27 Feb 1997 06:51:57 -0800 Message-ID: <13378.857055117@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-www@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > It is not the speed of the changes, but implementing a reasonably > efficient and accurate way to detect them. It would be essential > to distinguish between "new" and "updated" ports. The curret > ports web pages are built from the INDEX file in -current which > is updated on an irregular basis and comparing different versions Actually, it's built once a day from /etc/daily. Our web pages are built once a day from your crontab entry. I think I see a certain potential for syncronization here. :-) Jordan