Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: pkgsrc-changes
Date: 03/12/2001 11:08:40
Module Name:	pkgsrc
Committed By:	agc
Date:		Mon Mar 12 09:08:40 UTC 2001

Modified Files:
	pkgsrc/pkgtools/digest: Makefile
	pkgsrc/pkgtools/digest/files: Makefile digest.1 digest.c
Added Files:
	pkgsrc/pkgtools/digest/files: sha2.c sha2.h sha2hl.c

Log Message:
Add sha256, sha384 and sha512 digest algorithms, with BSD-licenced
code from Aaron Gifford.

Bump version number to 20010307

Simplify the manual page installation:

+ remove the :D.gz modifier from the manual page installation commands.
It's not necessary, as bsd.pkg.mk works out whether the manual page
is gzipped or not

+ just use the make(1) :M modifier to work out
whether catinstall and maninstall are set in ${MANINSTALL}


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/pkgtools/digest/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/pkgtools/digest/files/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/pkgtools/digest/files/digest.1 \
    pkgsrc/pkgtools/digest/files/digest.c
cvs rdiff -r0 -r1.1 pkgsrc/pkgtools/digest/files/sha2.c \
    pkgsrc/pkgtools/digest/files/sha2.h pkgsrc/pkgtools/digest/files/sha2hl.c

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