From owner-cvs-all@FreeBSD.ORG Sun Feb 26 17:27:37 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BF5B106566B; Sun, 26 Feb 2012 17:27:37 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 575EA8FC17; Sun, 26 Feb 2012 17:27:37 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q1QHRbbo022746; Sun, 26 Feb 2012 17:27:37 GMT (envelope-from matthew@repoman.freebsd.org) Received: (from matthew@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q1QHRbiT022745; Sun, 26 Feb 2012 17:27:37 GMT (envelope-from matthew) Message-Id: <201202261727.q1QHRbiT022745@repoman.freebsd.org> From: Matthew Seaman Date: Sun, 26 Feb 2012 17:27:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ports-mgmt/p5-FreeBSD-Portindex Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2012 17:27:37 -0000 matthew 2012-02-26 17:27:37 UTC FreeBSD ports repository Modified files: ports-mgmt/p5-FreeBSD-Portindex Makefile distinfo pkg-plist Log: - Release 2.8 - Radical changes to the cache: now stores a record for every file that could affect the generated INDEX, which ports those files belong to and the timestamp of the file. - Default update mechanism is now to compare timestamps with what is in the cache. Doesn't need to parse the output of any update mechanism (although you can still do that.) - Added new make-readmes command to create a tree of README.html files. More details: http://www.infracaninophile.co.uk/portindex/index.xhtml Approved by: shaun (mentor) Revision Changes Path 1.24 +3 -3 ports/ports-mgmt/p5-FreeBSD-Portindex/Makefile 1.18 +2 -2 ports/ports-mgmt/p5-FreeBSD-Portindex/distinfo 1.7 +6 -1 ports/ports-mgmt/p5-FreeBSD-Portindex/pkg-plist