From owner-freebsd-ports Tue Feb 20 23:06:51 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA12367 for ports-outgoing; Tue, 20 Feb 1996 23:06:51 -0800 (PST) Received: from sunrise.cs.berkeley.edu (sunrise.CS.Berkeley.EDU [128.32.38.121]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id XAA12362 for ; Tue, 20 Feb 1996 23:06:48 -0800 (PST) Received: (from asami@localhost) by sunrise.cs.berkeley.edu (8.6.12/8.6.12) id XAA12839; Tue, 20 Feb 1996 23:09:38 -0800 Date: Tue, 20 Feb 1996 23:09:38 -0800 Message-Id: <199602210709.XAA12839@sunrise.cs.berkeley.edu> To: mark@grondar.za CC: ports@freebsd.org In-reply-to: <199602210700.JAA18191@grumble.grondar.za> (message from Mark Murray on Wed, 21 Feb 1996 09:00:54 +0200) Subject: Re: Improvement? for the files/ directory... From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org Precedence: bulk * Duh. 'Cos I didnt actually look at what md5 looked like. Although * If I wanted to write a script that nuked all old distfiles, I * couldn't use files/md5 right now, as that would kill those ports * which do not have md5 files (TeX, LaTeX spring to mind). Any way * we could do something similar to my idea that would be compulsory * for all ports that could be used to give a definitive list of * relevant distfile names? Actually - I could probably come up with * this given ten minutes or so. Interested? You mean for the ports that can't have md5 for some reason? * I know the job is a bit of a bitch as some authors do not change the * tarball name when they change the contents of the file. (TeX, LaTeX * and expect are culprits). Still, the names are still useable? That's not the problem. Missing md5's are usually because the tarballs are built on the fly (and the dates and such can screw up the checksum). I don't like the idea of adding yet another file, as most of the information is already there in files/md5. All we need to do is to add a special treatment in files/md5 for "ignorable" checksums or something. Satoshi