From owner-freebsd-ports Mon Oct 28 18:01:54 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA14943 for ports-outgoing; Mon, 28 Oct 1996 18:01:54 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA14937; Mon, 28 Oct 1996 18:01:51 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.6/8.6.9) with ESMTP id SAA04044; Mon, 28 Oct 1996 18:01:14 -0800 (PST) To: John Fieber cc: Stefan Franziskus , www@freebsd.org, ports@freebsd.org Subject: Re: www.freebsd.org/ports/index.html In-reply-to: Your message of "Mon, 28 Oct 1996 10:01:53 EST." Date: Mon, 28 Oct 1996 18:01:13 -0800 Message-ID: <4042.846554473@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > This is something I want very much, in addition to recently > changed/updated ports. Unfortunately, the current mechanism for > generating the ports pages doesn't easily lend itself to such > features. I have a little perl program that reads the ports > INDEX file and spits out HTML, but the INDEX file contains no Hmmm. This seems like one of those problems which might be better served through a cron job. Why not simply cache the previous day's and previous week's INDEX files, doing a running diff each day which generates the HTML? Jordan