summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>1999-06-28 22:54:50 +0000
committerNick Sayer <nsayer@FreeBSD.org>1999-06-28 22:54:50 +0000
commit9cc8c16a7f6b43ea450cf723d5e9d0dd8ba601ab (patch)
treed1ca70f2a86f1e230f41031cdb6ae0bb2d7711c7 /security
parentComplete resurrection of bind8 by adding it to net/Makefile. :> (diff)
Import of libmcrypt port of multicipher cryptographic library
Notes
Notes: svn path=/head/; revision=19885
Diffstat (limited to 'security')
-rw-r--r--security/libmcrypt/Makefile21
-rw-r--r--security/libmcrypt/distinfo1
-rw-r--r--security/libmcrypt/pkg-comment1
-rw-r--r--security/libmcrypt/pkg-descr5
-rw-r--r--security/libmcrypt/pkg-plist5
5 files changed, 33 insertions, 0 deletions
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile
new file mode 100644
index 000000000000..704a1c22dbf6
--- /dev/null
+++ b/security/libmcrypt/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: mcrypt
+# Version required: 2.2
+# Date created: Mon Jan 11 11:53:54 EET 1999
+# Whom: nsayer@freebsd.org
+#
+# $Id:$
+#
+
+DISTNAME= libmcrypt-2.2
+CATEGORIES= security
+MASTER_SITES= ftp://argeas.cs-net.gr/pub/unix/mcrypt/
+
+MAINTAINER= nsayer@freebsd.org
+
+GNU_CONFIGURE= yes
+
+MAN3= mcrypt.3
+
+RESTRICTED= "yes - cryptography"
+
+.include <bsd.port.mk>
diff --git a/security/libmcrypt/distinfo b/security/libmcrypt/distinfo
new file mode 100644
index 000000000000..33cce3358cd2
--- /dev/null
+++ b/security/libmcrypt/distinfo
@@ -0,0 +1 @@
+MD5 (libmcrypt-2.2.tar.gz) = 25d42a73c659045cd1ea56ff3831edab
diff --git a/security/libmcrypt/pkg-comment b/security/libmcrypt/pkg-comment
new file mode 100644
index 000000000000..2be8d63bfd4b
--- /dev/null
+++ b/security/libmcrypt/pkg-comment
@@ -0,0 +1 @@
+Multi-cipher cryptographic library (used in PHP3)
diff --git a/security/libmcrypt/pkg-descr b/security/libmcrypt/pkg-descr
new file mode 100644
index 000000000000..05ef05bf8e34
--- /dev/null
+++ b/security/libmcrypt/pkg-descr
@@ -0,0 +1,5 @@
+libmcrypt is a cryptographic library that conveniently brings together
+a variety of ciphers for convenient use.
+
+In particular, having libmcrypt allows you to build PHP3 with
+encryption.
diff --git a/security/libmcrypt/pkg-plist b/security/libmcrypt/pkg-plist
new file mode 100644
index 000000000000..5b4f37f904c8
--- /dev/null
+++ b/security/libmcrypt/pkg-plist
@@ -0,0 +1,5 @@
+lib/libmcrypt.a
+lib/libmcrypt.la
+lib/libmcrypt.so
+lib/libmcrypt.so.2
+include/mcrypt.h