summaryrefslogtreecommitdiff
path: root/security/mhash
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>1999-06-28 22:38:00 +0000
committerNick Sayer <nsayer@FreeBSD.org>1999-06-28 22:38:00 +0000
commit59aa1dc2a45b1b2551136418c2aa0976132010a4 (patch)
tree9a328d861d13387af488bbc6dc39a592cfeb8b82 /security/mhash
parentBring back bind8, even -CURRENT only has 8.1.2, this port is more up-to-date. (diff)
Import of mhash cryptographic hashing library port
Notes
Notes: svn path=/head/; revision=19882
Diffstat (limited to 'security/mhash')
-rw-r--r--security/mhash/Makefile21
-rw-r--r--security/mhash/distinfo1
-rw-r--r--security/mhash/pkg-comment1
-rw-r--r--security/mhash/pkg-descr4
-rw-r--r--security/mhash/pkg-plist5
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