Re: cvs commit: ports/Tools/scripts distinfochecker

2006-01-26 Thread Kris Kennaway
On Thu, Jan 26, 2006 at 10:08:41PM +1100, Edwin Groothuis wrote: > On Wed, Jan 25, 2006 at 06:38:40PM -0500, Kris Kennaway wrote: > > On Tue, Jan 24, 2006 at 09:53:51PM +, Edwin Groothuis wrote: > > > edwin 2006-01-24 21:53:51 UTC > > > > > > FreeBSD ports repository > > > > > > Mod

Re: cvs commit: ports/Tools/scripts distinfochecker

2006-01-26 Thread Edwin Groothuis
On Wed, Jan 25, 2006 at 06:38:40PM -0500, Kris Kennaway wrote: > On Tue, Jan 24, 2006 at 09:53:51PM +, Edwin Groothuis wrote: > > edwin 2006-01-24 21:53:51 UTC > > > > FreeBSD ports repository > > > > Modified files: > > Tools/scriptsdistinfochecker > > Log: > > War

Re: cvs commit: ports/Tools/scripts distinfochecker

2006-01-25 Thread Kris Kennaway
On Thu, Jan 26, 2006 at 12:28:22PM +1100, Peter Jeremy wrote: > On Wed, 2006-Jan-25 18:38:40 -0500, Kris Kennaway wrote: > >AFAIK duplicate checksums are OK - they are useful if e.g. mirrors > >have different versions of the distfile that are functionally > >identical. Duplicate SIZE causes errors

Re: cvs commit: ports/Tools/scripts distinfochecker

2006-01-25 Thread Peter Jeremy
On Wed, 2006-Jan-25 18:38:40 -0500, Kris Kennaway wrote: >AFAIK duplicate checksums are OK - they are useful if e.g. mirrors >have different versions of the distfile that are functionally >identical. Duplicate SIZE causes errors though (arguably a bug). Different, but functionally identical, vers

Re: cvs commit: ports/Tools/scripts distinfochecker

2006-01-25 Thread Kris Kennaway
On Tue, Jan 24, 2006 at 09:53:51PM +, Edwin Groothuis wrote: > edwin 2006-01-24 21:53:51 UTC > > FreeBSD ports repository > > Modified files: > Tools/scriptsdistinfochecker > Log: > Warn if there are duplicate MD5/SHA256/SIZE statements for a single file AFAIK dupl

cvs commit: ports/Tools/scripts distinfochecker

2006-01-24 Thread Edwin Groothuis
edwin 2006-01-24 21:53:51 UTC FreeBSD ports repository Modified files: Tools/scriptsdistinfochecker Log: Warn if there are duplicate MD5/SHA256/SIZE statements for a single file Revision ChangesPath 1.2 +33 -3 ports/Tools/scripts/distinfochecker __

cvs commit: ports/Tools/scripts distinfochecker

2006-01-23 Thread Edwin Groothuis
edwin 2006-01-24 07:30:08 UTC FreeBSD ports repository Added files: Tools/scriptsdistinfochecker Log: Small tool to check the necessary lines in the distinfo files, based on the contents of the distinfo files. # # Small tool to find distinfo with missing MD5/SH