summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Solitaire
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-01-26 04:28:05 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-01-26 04:28:05 +0000
commita59084b34bc9c8581c0653bc4a3058ae9edc933b (patch)
tree2b4b89681c5b89e0e568109700f2b0f1a018fc62 /security/p5-Crypt-Solitaire
parentAdd p5-RADIUS-UserFile 1.01, perl extension for manipulating a (diff)
Add p5-Crypt-Solitaire 2.0, solitaire encryption.
PR: 33376 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes: svn path=/head/; revision=53755
Diffstat (limited to 'security/p5-Crypt-Solitaire')
-rw-r--r--security/p5-Crypt-Solitaire/Makefile22
-rw-r--r--security/p5-Crypt-Solitaire/distinfo1
-rw-r--r--security/p5-Crypt-Solitaire/pkg-comment1
-rw-r--r--security/p5-Crypt-Solitaire/pkg-descr22
-rw-r--r--security/p5-Crypt-Solitaire/pkg-plist8
5 files changed, 54 insertions, 0 deletions
diff --git a/security/p5-Crypt-Solitaire/Makefile b/security/p5-Crypt-Solitaire/Makefile
new file mode 100644
index 000000000000..469265653e2c
--- /dev/null
+++ b/security/p5-Crypt-Solitaire/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: Crypt::Solitaire
+# Date created: 30 Dec 2001
+# Whom: Seamus Venasse <svenasse@polaris.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Crypt-Solitaire
+PORTVERSION= 2.0
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Crypt
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= svenasse@polaris.ca
+
+PERL_CONFIGURE= yes
+
+MAN3= Crypt::Solitaire.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/security/p5-Crypt-Solitaire/distinfo b/security/p5-Crypt-Solitaire/distinfo
new file mode 100644
index 000000000000..6896eb0ab5ce
--- /dev/null
+++ b/security/p5-Crypt-Solitaire/distinfo
@@ -0,0 +1 @@
+MD5 (Crypt-Solitaire-2.0.tar.gz) = a1e7410aa42d2904628219b52217d1bd
diff --git a/security/p5-Crypt-Solitaire/pkg-comment b/security/p5-Crypt-Solitaire/pkg-comment
new file mode 100644
index 000000000000..603308f4381e
--- /dev/null
+++ b/security/p5-Crypt-Solitaire/pkg-comment
@@ -0,0 +1 @@
+Solitaire encryption
diff --git a/security/p5-Crypt-Solitaire/pkg-descr b/security/p5-Crypt-Solitaire/pkg-descr
new file mode 100644
index 000000000000..61b12fd155ab
--- /dev/null
+++ b/security/p5-Crypt-Solitaire/pkg-descr
@@ -0,0 +1,22 @@
+Solitaire is a top-notch pencil-and-paper encryption system developed
+by Bruce Schneier. Here is the description in Schneier's own words:
+
+"Solitaire gets its security from the inherent randomness in a
+shuffled deck of cards. By manipulating this deck, a communicant
+can create a string of "random" letters that he then combines with
+his message. Of course Solitaire can be simulated on a computer,
+but it is designed to be implemented by hand.
+
+"Solitaire may be low-tech, but its security is intended to be
+high-tech. I designed Solitaire to be secure even against the most
+well-funded military adversaries with the biggest computers and the
+smartest cryptanalysts. Of course, there is no guarantee that someone
+won't find a clever attack against Solitaire, but the algorithm is
+certainly better than any other pencil-and-paper cipher I've ever
+seen."
+
+Simple system, easy to use, and relatively fast.
+
+WWW: http://search.cpan.org/search?dist=Crypt-Solitaire
+
+Seamus Venasse <svenasse@polaris.ca>
diff --git a/security/p5-Crypt-Solitaire/pkg-plist b/security/p5-Crypt-Solitaire/pkg-plist
new file mode 100644
index 000000000000..ca65cac4688e
--- /dev/null
+++ b/security/p5-Crypt-Solitaire/pkg-plist
@@ -0,0 +1,8 @@
+lib/perl5/site_perl/%%PERL_VER%%/Crypt/Solitaire.pm
+lib/perl5/site_perl/%%PERL_VER%%/auto/Crypt/Solitaire/autosplit.ix
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Solitaire/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Solitaire
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Crypt/Solitaire
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Crypt 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Crypt 2>/dev/null || true