diff options
-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 000000000000..5395884f375e --- /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 000000000000..5d23df183dd2 --- /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 000000000000..8d453cd36718 --- /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 000000000000..0acf50204c83 --- /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 000000000000..50a9674933b5 --- /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 |