diff options
author | nsayer <nsayer@FreeBSD.org> | 1999-06-28 22:38:00 +0000 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 1999-06-28 22:38:00 +0000 |
commit | d9b56e9cc2bd7a7cf68d6779fb5775d39a9dd7b9 (patch) | |
tree | 3a0a6358cc398028973fac0de2f10f26a650804e /security | |
parent | 561285972f58a629956a5a2f9c0d6b268e7e793a (diff) | |
download | FreeBSD-ports-d9b56e9cc2bd7a7cf68d6779fb5775d39a9dd7b9.zip FreeBSD-ports-d9b56e9cc2bd7a7cf68d6779fb5775d39a9dd7b9.tar.gz |
Import of mhash cryptographic hashing library port
Diffstat (limited to 'security')
-rw-r--r-- | security/mhash/Makefile | 21 | ||||
-rw-r--r-- | security/mhash/distinfo | 1 | ||||
-rw-r--r-- | security/mhash/pkg-comment | 1 | ||||
-rw-r--r-- | security/mhash/pkg-descr | 4 | ||||
-rw-r--r-- | security/mhash/pkg-plist | 5 |
5 files changed, 32 insertions, 0 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile new file mode 100644 index 0000000..5395884 --- /dev/null +++ b/security/mhash/Makefile @@ -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> diff --git a/security/mhash/distinfo b/security/mhash/distinfo new file mode 100644 index 0000000..5d23df1 --- /dev/null +++ b/security/mhash/distinfo @@ -0,0 +1 @@ +MD5 (mhash-0.5.0.tar.gz) = 71b0d98bacc55a6247615bb829dd3b99 diff --git a/security/mhash/pkg-comment b/security/mhash/pkg-comment new file mode 100644 index 0000000..8d453cd --- /dev/null +++ b/security/mhash/pkg-comment @@ -0,0 +1 @@ +Cryptographic hashing library (used in PHP3) diff --git a/security/mhash/pkg-descr b/security/mhash/pkg-descr new file mode 100644 index 0000000..0acf502 --- /dev/null +++ b/security/mhash/pkg-descr @@ -0,0 +1,4 @@ +Libmhash is a library which implements some hash algorithms like +crc32, md5 and sha-1. + +See http://sasweb.de/mhash/ diff --git a/security/mhash/pkg-plist b/security/mhash/pkg-plist new file mode 100644 index 0000000..50a9674 --- /dev/null +++ b/security/mhash/pkg-plist @@ -0,0 +1,5 @@ +lib/libmhash.la +lib/libmhash.so.1 +lib/libmhash.so +lib/libmhash.a +include/mhash.h |