diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-05 00:45:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-05 00:45:49 +0000 |
commit | 0208f99a905b5882e872b7686677e5656ea1ad63 (patch) | |
tree | 7be5e7e93c368fd3c438dc54a0f4a7fcc2cf358a /misc/cksfv/distinfo | |
parent | 98898949ba882e4410fb5918a827808749e1828c (diff) | |
download | pkgsrc-0208f99a905b5882e872b7686677e5656ea1ad63.tar.gz |
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.
Diffstat (limited to 'misc/cksfv/distinfo')
-rw-r--r-- | misc/cksfv/distinfo | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/misc/cksfv/distinfo b/misc/cksfv/distinfo index 6b6eb6c619f..1d7af77be7d 100644 --- a/misc/cksfv/distinfo +++ b/misc/cksfv/distinfo @@ -1,11 +1,4 @@ -$NetBSD: distinfo,v 1.6 2004/07/16 23:40:54 xtraeme Exp $ +$NetBSD: distinfo,v 1.7 2005/02/05 00:45:49 wiz Exp $ -SHA1 (cksfv-1.3.tar.gz) = be8a2adff70a3787b367cf01f247014113bfc646 -Size (cksfv-1.3.tar.gz) = 14925 bytes -SHA1 (patch-aa) = 41e2755168de7b1b07fbba22f48a8bab3220ecd6 -SHA1 (patch-ab) = e532c68c27518374de69f247f0b82160d11c7f08 -SHA1 (patch-ac) = 4048202c1e2baf8f01cd237e7c16368a0a8d1773 -SHA1 (patch-ad) = 99294fce6cdecbe7c256eaef90bc0e3c66096153 -SHA1 (patch-ae) = dd36480ccebd825a74554906ca075a82af304cd1 -SHA1 (patch-af) = c16ee21d0d45a89d3ae2dac6d647a43cba4671c1 -SHA1 (patch-ag) = 97cfdaef84f41349a96a0d5afd2f2b3b4a722cf7 +SHA1 (cksfv-1.3.3.tar.bz2) = a1e6aa4fd59ddc03aca3a9192d9d28bc59c35471 +Size (cksfv-1.3.3.tar.bz2) = 18266 bytes |