From owner-cvs-all Fri Sep 21 15:46:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F20737B403; Fri, 21 Sep 2001 15:46:14 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8LMkEt21062; Fri, 21 Sep 2001 15:46:14 -0700 (PDT) (envelope-from knu) Message-Id: <200109212246.f8LMkEt21062@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 21 Sep 2001 15:46:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/portupgrade Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/09/21 15:46:14 PDT Modified files: sysutils/portupgrade Makefile distinfo pkg-descr pkg-plist Log: Update to 20010922, with some brand new functionalities. overall: - Implement new package glob patterns: {<|<=|>=|>}{date|pkgname_glob}. For example, you can rebuild and reinstall all the dependent packages of png that had been installed prior to png this way: portupgrade -fr png -x '>=png' - Introduce the packages database, which is currently a simple hash that maps file paths to package names. Inspired by: NetBSD pkgdb(1): (new) - A command to create/update the packages database. pkg_which(1): (new) - A command to check which package a file came from quickly. portsclean(1): - Suppress "can't cd" error messages. Submitted by: Jos Backus ports_glob(1): (new) - Give portsdb(1)'s ports glob expanding feature a suitable name. Revision Changes Path 1.78 +9 -5 ports/sysutils/portupgrade/Makefile 1.68 +1 -1 ports/sysutils/portupgrade/distinfo 1.16 +6 -6 ports/sysutils/portupgrade/pkg-descr 1.18 +4 -1 ports/sysutils/portupgrade/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message