diff options
author | itojun <itojun> | 2000-11-10 11:34:22 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-11-10 11:34:22 +0000 |
commit | 5e6866541344b2726baf5c002cd3ca0cf640cdd9 (patch) | |
tree | b4c289862b39f2dd0513f886f1c7ed31086f2bbe /security/mhash | |
parent | 758d2668ccddcebffeba5e9083664c05277afe8f (diff) | |
download | pkgsrc-5e6866541344b2726baf5c002cd3ca0cf640cdd9.tar.gz |
mhash, library of hash functions
Diffstat (limited to 'security/mhash')
-rw-r--r-- | security/mhash/Makefile | 13 | ||||
-rw-r--r-- | security/mhash/files/md5 | 3 | ||||
-rw-r--r-- | security/mhash/pkg/COMMENT | 1 | ||||
-rw-r--r-- | security/mhash/pkg/DESCR | 11 | ||||
-rw-r--r-- | security/mhash/pkg/PLIST | 8 |
5 files changed, 36 insertions, 0 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile new file mode 100644 index 00000000000..941ea1b768d --- /dev/null +++ b/security/mhash/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/11/10 11:34:22 itojun Exp $ + +DISTNAME= mhash-0.8.3 +CATEGORIES= security devel +MASTER_SITES= http://mhash.sourceforge.net/dl/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://mhash.sourceforge.net/ + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/security/mhash/files/md5 b/security/mhash/files/md5 new file mode 100644 index 00000000000..ed06cbecd05 --- /dev/null +++ b/security/mhash/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/11/10 11:34:22 itojun Exp $ + +MD5 (mhash-0.8.3.tar.gz) = 1cb607808273744b1affbcf8a75bf13b diff --git a/security/mhash/pkg/COMMENT b/security/mhash/pkg/COMMENT new file mode 100644 index 00000000000..3bf8ccc9411 --- /dev/null +++ b/security/mhash/pkg/COMMENT @@ -0,0 +1 @@ +hash algorithms library diff --git a/security/mhash/pkg/DESCR b/security/mhash/pkg/DESCR new file mode 100644 index 00000000000..f1fe23e6e95 --- /dev/null +++ b/security/mhash/pkg/DESCR @@ -0,0 +1,11 @@ +Mhash: + +Mhash is an open source (under GNU Lesser GPL) library which provides +a uniform interface to a large number of hash algorithms. These +algorithms can be used to compute checksums, message digests, and +other signatures. The HMAC support implements the basics for message +authentication, following RFC 2104. In the later versions some key +generation algorithms, which use hash algorithms, have been added. +The manpage for mhash is mhash.3.html. At the time of writing this, +the library supports the algorithms: SHA1, GOST, HAVAL, MD5, +RIPEMD160, TIGER, and CRC32 checksums. diff --git a/security/mhash/pkg/PLIST b/security/mhash/pkg/PLIST new file mode 100644 index 00000000000..6389cd12a92 --- /dev/null +++ b/security/mhash/pkg/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/11/10 11:34:22 itojun Exp $ +include/mhash.h +lib/libmhash.a +lib/libmhash.la +lib/libmhash.so +lib/libmhash.so.2 +lib/libmhash.so.2.0 +man/man3/mhash.3 |