summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-CBC
diff options
context:
space:
mode:
authorexplorer <explorer@pkgsrc.org>2001-01-18 18:24:43 +0000
committerexplorer <explorer@pkgsrc.org>2001-01-18 18:24:43 +0000
commit323b9cbf360ecd42360ce82babf546138c7156bd (patch)
tree3cb099f5dd664415cae9cc1340a4d508477cd8ca /security/p5-Crypt-CBC
parent8ed768d6abd91518c3235f114a6740444e25afbd (diff)
downloadpkgsrc-323b9cbf360ecd42360ce82babf546138c7156bd.tar.gz
add p5-Crypt-CBC, a cypher block chaining module which works with various crypto algorithms.
Diffstat (limited to 'security/p5-Crypt-CBC')
-rw-r--r--security/p5-Crypt-CBC/Makefile21
-rw-r--r--security/p5-Crypt-CBC/files/md53
-rw-r--r--security/p5-Crypt-CBC/pkg/COMMENT1
-rw-r--r--security/p5-Crypt-CBC/pkg/DESCR9
-rw-r--r--security/p5-Crypt-CBC/pkg/PLIST1
5 files changed, 35 insertions, 0 deletions
diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile
new file mode 100644
index 00000000000..e012b0bfaad
--- /dev/null
+++ b/security/p5-Crypt-CBC/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2001/01/18 18:24:43 explorer Exp $
+# FreeBSD Id: Makefile,v 1.7 1997/06/24 18:43:23 jfitz Exp
+#
+
+DISTNAME= Crypt-CBC-1.25
+PKGNAME= p5-Crypt-CBC-1.25
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
+
+MAINTAINER= packages@netbsd.org
+#HOMEPAGE=
+
+DEPENDS+= p5-Digest-MD5:../../security/p5-Digest-MD5
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/CBC/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/p5-Crypt-CBC/files/md5 b/security/p5-Crypt-CBC/files/md5
new file mode 100644
index 00000000000..ee3a4efd991
--- /dev/null
+++ b/security/p5-Crypt-CBC/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1 2001/01/18 18:24:43 explorer Exp $
+
+MD5 (Crypt-CBC-1.25.tar.gz) = 0f77cf5536381e2face83d67d7d6099f
diff --git a/security/p5-Crypt-CBC/pkg/COMMENT b/security/p5-Crypt-CBC/pkg/COMMENT
new file mode 100644
index 00000000000..11ba8895c68
--- /dev/null
+++ b/security/p5-Crypt-CBC/pkg/COMMENT
@@ -0,0 +1 @@
+perl5 cipher block chaining mode for various crypto algorithms
diff --git a/security/p5-Crypt-CBC/pkg/DESCR b/security/p5-Crypt-CBC/pkg/DESCR
new file mode 100644
index 00000000000..8674c001f94
--- /dev/null
+++ b/security/p5-Crypt-CBC/pkg/DESCR
@@ -0,0 +1,9 @@
+This is Crypt::CBC, a Perl-only implementation of the cryptographic
+cipher block chaining mode (CBC). In combination with a block cipher
+such as Crypt::DES or Crypt::IDEA, you can encrypt and decrypt
+messages of arbitrarily long length. The encrypted messages are
+compatible with the encryption format used by SSLeay.
+
+In addition to this module you will need to install the MD5 module,
+and one or more of the Crypt::DES, Crypt::IDEA, or Crypt::Blowfish
+modules.
diff --git a/security/p5-Crypt-CBC/pkg/PLIST b/security/p5-Crypt-CBC/pkg/PLIST
new file mode 100644
index 00000000000..1cfd4692d2e
--- /dev/null
+++ b/security/p5-Crypt-CBC/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1 2001/01/18 18:24:43 explorer Exp $