mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Import of mhash cryptographic hashing library port
This commit is contained in:
parent
15c5eaf394
commit
59aa1dc2a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19882
21
security/mhash/Makefile
Normal file
21
security/mhash/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: mhash
|
||||
# Version required: 5.0
|
||||
# Date created: Mon Jan 11 11:53:54 EET 1999
|
||||
# Whom: nsayer@freebsd.org
|
||||
#
|
||||
# $Id:$
|
||||
#
|
||||
|
||||
DISTNAME= mhash-0.5.0
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://sasweb.de/mhash/data/
|
||||
|
||||
MAINTAINER= nsayer@freebsd.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN3= mhash.3
|
||||
|
||||
RESTRICTED= "yes - cryptography"
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/mhash/distinfo
Normal file
1
security/mhash/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (mhash-0.5.0.tar.gz) = 71b0d98bacc55a6247615bb829dd3b99
|
1
security/mhash/pkg-comment
Normal file
1
security/mhash/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Cryptographic hashing library (used in PHP3)
|
4
security/mhash/pkg-descr
Normal file
4
security/mhash/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Libmhash is a library which implements some hash algorithms like
|
||||
crc32, md5 and sha-1.
|
||||
|
||||
See http://sasweb.de/mhash/
|
5
security/mhash/pkg-plist
Normal file
5
security/mhash/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/libmhash.la
|
||||
lib/libmhash.so.1
|
||||
lib/libmhash.so
|
||||
lib/libmhash.a
|
||||
include/mhash.h
|
Loading…
Reference in New Issue
Block a user