summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorlth <lth@FreeBSD.org>2005-09-15 15:02:39 +0000
committerlth <lth@FreeBSD.org>2005-09-15 15:02:39 +0000
commit9eb806f78643819efef209accc2e4027dc71d90c (patch)
tree8d125c9e264c52cb57648bc6fc4cfcd8b31b70b6 /security
parent1aed3bb0f2273276e8bdacd39b14a1841581b4e7 (diff)
downloadFreeBSD-ports-9eb806f78643819efef209accc2e4027dc71d90c.zip
FreeBSD-ports-9eb806f78643819efef209accc2e4027dc71d90c.tar.gz
Add p5-Crypt-NULL 1.02, perl implementation of the NULL encryption
algorithm. PR: ports/84629 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org>
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/p5-Crypt-NULL/Makefile22
-rw-r--r--security/p5-Crypt-NULL/distinfo2
-rw-r--r--security/p5-Crypt-NULL/pkg-descr8
-rw-r--r--security/p5-Crypt-NULL/pkg-plist6
5 files changed, 39 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 3794ebb..29ac642 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -284,6 +284,7 @@
SUBDIR += p5-Crypt-GeneratePassword
SUBDIR += p5-Crypt-HCE_SHA
SUBDIR += p5-Crypt-IDEA
+ SUBDIR += p5-Crypt-NULL
SUBDIR += p5-Crypt-OFB
SUBDIR += p5-Crypt-OTP
SUBDIR += p5-Crypt-OpenPGP
diff --git a/security/p5-Crypt-NULL/Makefile b/security/p5-Crypt-NULL/Makefile
new file mode 100644
index 0000000..c8b3d8e
--- /dev/null
+++ b/security/p5-Crypt-NULL/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Crypt-NULL
+# Date created: 2005-08-06
+# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Crypt-NULL
+PORTVERSION= 1.02
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Crypt
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= kaoru@kaisei.org
+COMMENT= Perl implementation of the NULL encryption algorithm
+
+PERL_CONFIGURE= yes
+
+MAN3= Crypt::NULL.3
+
+.include <bsd.port.mk>
diff --git a/security/p5-Crypt-NULL/distinfo b/security/p5-Crypt-NULL/distinfo
new file mode 100644
index 0000000..53386fc
--- /dev/null
+++ b/security/p5-Crypt-NULL/distinfo
@@ -0,0 +1,2 @@
+MD5 (Crypt-NULL-1.02.tar.gz) = 86918bc7d084be0600a26279304ed395
+SIZE (Crypt-NULL-1.02.tar.gz) = 2043
diff --git a/security/p5-Crypt-NULL/pkg-descr b/security/p5-Crypt-NULL/pkg-descr
new file mode 100644
index 0000000..7a85fea
--- /dev/null
+++ b/security/p5-Crypt-NULL/pkg-descr
@@ -0,0 +1,8 @@
+This is Crypt::NULL. Perl module for NULL Encryption Algorithm.
+
+The NULL Encryption Algorithm is a symmetric block cipher described in
+RFC 2410 by Rob Glenn and Stephen Kent.
+
+This module implements NULL encryption. It supports the Crypt::CBC.
+
+WWW: http://search.cpan.org/dist/Crypt-NULL/
diff --git a/security/p5-Crypt-NULL/pkg-plist b/security/p5-Crypt-NULL/pkg-plist
new file mode 100644
index 0000000..f94a6a4
--- /dev/null
+++ b/security/p5-Crypt-NULL/pkg-plist
@@ -0,0 +1,6 @@
+@comment $FreeBSD$
+%%SITE_PERL%%/Crypt/NULL.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/NULL/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/NULL
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Crypt 2>/dev/null || true
OpenPOWER on IntegriCloud