Subject: CVS commit: pkgsrc/misc/cksfv
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 02/05/2005 00:45:49
Module Name:	pkgsrc
Committed By:	wiz
Date:		Sat Feb  5 00:45:49 UTC 2005

Modified Files:
	pkgsrc/misc/cksfv: Makefile PLIST distinfo
Removed Files:
	pkgsrc/misc/cksfv/patches: patch-aa patch-ab patch-ac patch-ad patch-ae
	    patch-af patch-ag

Log Message:
Update to 1.3.3:
2005-03-04  Heikki Orsila
	* version 1.3.3
	- lots of changes. see previous changelog entries.

2005-03-04  Heikki Orsila
        - configure script now ignore unknown arguments (but gives a warning)
	- configure allows setting mandir and compiler. Examples:
	  --mandir=/usr/man
	  --compiler=/opt/experimental/gcc-4/bin/gcc
	- fixed wording in man file (Thomas Klausner)
	- -b option: print only basenames of the given files when creating
	  an sfv.

2005-03-03  Heikki Orsila
	- fixed O_LARGEFILE for macosx
	- Thomas Klausner submitted partial sfv checking patch by Dieter Baron.
	  Now cksfv -f foo.sfv [FILE1 FILE2 ...] checks only given FILES.
	- Thomas Klausner submitted patch by Tobias Nygren
	  to avoid calculating CRC twice per
	  file (read once, compute twice).

2005-02-03  Heikki Orsila
        * version 1.3.2
        - solaris printf workaround. use %lu tu print filesizes. works
	  best on 64-bit architectures (with compilers assuming sizeof(long)
	  == sizeof(size_t)). GNU/Linux support %zu which is the appropriate
	  modifier for this case, but can't have it everywhere.
	- doesn't print directory infos into catalogues when creating sfvs
	- see other modifications since 1.3.1 (many of them)

2005-01-26  Heikki Orsila
	- fixed output (displayed only 32-bit file sizes, and months wrong)
	  OLD:
	  ;    100663296  14:54.37 2005-00-25 zeros
	  NEW:
	  ;   4395630592  14:54.37 2005-01-25 zeros
	- lots of code cleanups
	- solaris fixes

2005-01-25  Heikki Orsila
	* no new version
        - Added and edited man page from Debian distribution
	- Fixed Makefile issues for -jx
	- Added a simple configure script for more consistent compilation
	- Removed b0rken rpm creation from Makefile
	- Removed spam messages (when creating and verifying checksums)
	- Added test cases (make tests)
	- added fake and lousy stdint.h generation (OS that don't have it
	  should be upgraded)

2005-01-24  Heikki Orsila
        * no new version
	- I decided to start maintaining the program since Bryan Call is
	  unreachable.

2004-05-25  Heikki Orsila
        * version 1.3.1
	- Fixed 64-bit issues. Went into Gentoo portage.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/misc/cksfv/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/misc/cksfv/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/misc/cksfv/distinfo
cvs rdiff -r1.3 -r0 pkgsrc/misc/cksfv/patches/patch-aa \
    pkgsrc/misc/cksfv/patches/patch-ad pkgsrc/misc/cksfv/patches/patch-ae
cvs rdiff -r1.2 -r0 pkgsrc/misc/cksfv/patches/patch-ab \
    pkgsrc/misc/cksfv/patches/patch-ac
cvs rdiff -r1.1 -r0 pkgsrc/misc/cksfv/patches/patch-af \
    pkgsrc/misc/cksfv/patches/patch-ag

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.