secure hash library
This commit is contained in:
parent
f807edbd30
commit
daf5e064a7
21
security/mhash/Makefile
Normal file
21
security/mhash/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/10/04 21:11:09 jakob Exp $
|
||||
|
||||
DISTNAME= mhash-0.8.2
|
||||
CATEGORIES= security
|
||||
NEED_VERSION= 1.338
|
||||
|
||||
HOMEPAGE= http://mhash.sourceforge.net/
|
||||
|
||||
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= mhash
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/mhash/files/md5
Normal file
3
security/mhash/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (mhash-0.8.2.tar.gz) = ec8e7ec70ea8f441593491f439cfd345
|
||||
RMD160 (mhash-0.8.2.tar.gz) = d23d17908737777dc440af93fb848b8c6a249395
|
||||
SHA1 (mhash-0.8.2.tar.gz) = f17725080194467bb1e02234f7841757aa759196
|
1
security/mhash/pkg/COMMENT
Normal file
1
security/mhash/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
strong hash library
|
14
security/mhash/pkg/DESCR
Normal file
14
security/mhash/pkg/DESCR
Normal file
@ -0,0 +1,14 @@
|
||||
The mhash library provides an easy way to access strong hashes such as
|
||||
MD5, SHA1 and other algorithms.
|
||||
|
||||
The mhash library provides the following features:
|
||||
|
||||
o Open-Source software (GNU Lesser General Public License)
|
||||
o Useable for both commercial and non-commercial use
|
||||
o Reentrancy support through POSIX threads
|
||||
o Support for known strong algorithms
|
||||
o Support for less-known algorithms such as GOST
|
||||
o Should work on every ANSI C conforming platform
|
||||
|
||||
|
||||
WWW: ${HOMEPAGE}
|
3
security/mhash/pkg/PFRAG.shared
Normal file
3
security/mhash/pkg/PFRAG.shared
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2000/10/04 21:11:10 jakob Exp $
|
||||
lib/libmhash.so.2.0
|
||||
DYNLIBDIR(%D/lib)
|
6
security/mhash/pkg/PLIST
Normal file
6
security/mhash/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/10/04 21:11:10 jakob Exp $
|
||||
include/mhash.h
|
||||
lib/libmhash.a
|
||||
lib/libmhash.la
|
||||
man/man3/mhash.3
|
||||
%%SHARED%%
|
Loading…
Reference in New Issue
Block a user