Date: Thu, 11 May 2000 12:34:20 -0400 From: Will Andrews <andrews@TECHNOLOGIST.COM> To: Maxim Sobolev <sobomax@altavista.net> Cc: Neil Blakey-Milner <nbm@mithrandr.moria.org>, Will Andrews <andrews@TECHNOLOGIST.COM>, Michael Haro <mharo@area51.fremont.ca.us>, ports@FreeBSD.ORG Subject: Re: port helper scripts directory Message-ID: <20000511123420.D393@argon.blackdawn.com> In-Reply-To: <39088F88.50085B4D@altavista.net>; from sobomax@altavista.net on Thu, Apr 27, 2000 at 10:05:44PM %2B0300 References: <20000426170301.A24093@area51.fremont.ca.us> <3907F075.1D6865E8@altavista.net> <20000427075903.A39186@area51.fremont.ca.us> <20000427111810.A369@argon.blackdawn.com> <20000427193908.A27000@mithrandr.moria.org> <3908820E.3DCC85B1@altavista.net> <20000427201115.C27000@mithrandr.moria.org> <39088F88.50085B4D@altavista.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Apr 27, 2000 at 10:05:44PM +0300, Maxim Sobolev wrote: > 1. wordclean. This script intended to clean mandatory pieces of base system > resulting from removing/renaming/moving in /usr/src. This problem is known to all > people actively tracking -current or doing system upgrade via cvsup/makeworld. The > idea is simple: > - do "make buildworld installworld" as usually; > - do "make DESTDIR=[....] installworld" into some temporary directory (/tmp/world > in my case); > - list files in each dir in /tmp/world, compare it with the listing in the > appropriate "real" directory and report differences I assume you mean "worldclean".. in any case, if this script were to be added to the repository, it wouldn't go under ports. Well, I guess I could be persuaded to believe that it could be added as misc/worldclean or something like that... it would indeed be helpful to clean systems that have been around for so long they have outdated includes/binaries/etc. > I've actually wrote small script in Python doing this procedure and use it > regularly. I'm attaching it with this message. Thanks! I'm gonna add it to my private collection of scripts (at least for the time being). > 2. <noname>. The script to report stale files in ${LOCALBASE} and ${X11BASE} usually > resulting from incomplete PLISTs. Following is main idea: > - parse +CONTENT files in /var/db/pkg and build list of files which are "allowed" > to be in ${LOCALBASE} and ${X11BASE} > - list actual files in above mentioned directories, compare list with one obtained > on previous step and report differences (optionally comparing md5 checksums). > > This is still in the "idea" stage, but if someone could implement it please be my > guest ;). Methinks this was implemented by Satoshi on bento. -- Will Andrews <andrews@technologist.com> GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000511123420.D393>