K 10 svn:author V 3 knu K 8 svn:date V 27 2001-09-21T22:46:14.000000Z K 7 svn:log V 804 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. END