diff options
author | cjep <cjep@pkgsrc.org> | 2002-10-08 05:30:52 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-10-08 05:30:52 +0000 |
commit | b5d4b7365e210ce09ac0c908825ab42cd8df439b (patch) | |
tree | c37b97029bdfb9c7ed18644237fe104af90bd55d /doc | |
parent | 63e500b8d00828eb7adfe669d33fba64278875d1 (diff) | |
download | pkgsrc-b5d4b7365e210ce09ac0c908825ab42cd8df439b.tar.gz |
Initial import of String::CRC32 1.2 into the NetBSD packages collection
as textproc/p5-String-CRC32.
This package provides a perl module to generate checksums from
strings and from files. The checksums are the same as those
calculated by ZMODEM, PKZIP, PICCHECK and many others.
Supplied by mishka at terabyte.com.ua in PR#18107. Thanks!
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 0b4c9d76799..6685361dfa0 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.201 2002/10/08 04:50:43 cjep Exp $ +$NetBSD: CHANGES,v 1.202 2002/10/08 05:30:52 cjep Exp $ Changes to the packages collection and infrastructure in 2002: @@ -3150,3 +3150,4 @@ Changes to the packages collection and infrastructure in 2002: Updated spamassassin to 2.42 [heinz 2002-10-08] Updated matchbox to 0.3.5 [wiz 2002-10-08] Updated gap to 4.3nb1 [cjep 2002-10-08] + Added p5-String-CRC32-1.2 [cjep 2002-10-08] |