diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-14 14:55:13 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-14 14:55:13 +0000 |
commit | 13cf6fb6d1e3c9c0f6e3ededd1c2909b6c7ea811 (patch) | |
tree | feaa0751a2c5b6d6195e7fe21a9ab58b088aa614 /security/p5-Digest-BubbleBabble | |
parent | c81f0646ee3bf8b7c8365acb4a06288f7185d120 (diff) | |
download | ports-13cf6fb6d1e3c9c0f6e3ededd1c2909b6c7ea811.tar.gz ports-13cf6fb6d1e3c9c0f6e3ededd1c2909b6c7ea811.zip |
Notes
Diffstat (limited to 'security/p5-Digest-BubbleBabble')
-rw-r--r-- | security/p5-Digest-BubbleBabble/Makefile | 22 | ||||
-rw-r--r-- | security/p5-Digest-BubbleBabble/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Digest-BubbleBabble/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Digest-BubbleBabble/pkg-descr | 14 | ||||
-rw-r--r-- | security/p5-Digest-BubbleBabble/pkg-plist | 1 |
5 files changed, 39 insertions, 0 deletions
diff --git a/security/p5-Digest-BubbleBabble/Makefile b/security/p5-Digest-BubbleBabble/Makefile new file mode 100644 index 000000000000..46e1a9692386 --- /dev/null +++ b/security/p5-Digest-BubbleBabble/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Digest-BubbleBabble +# Date created: 2002/03/14 +# Whom: jesper +# +# $FreeBSD$ +# + +PORTNAME= Digest-BubbleBabble +PORTVERSION= 0.01 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Digest +PKGNAMEPREFIX= p5- + +MAINTAINER= jesper@FreeBSD.org + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Digest::BubbleBabble.3 + +.include <bsd.port.mk> diff --git a/security/p5-Digest-BubbleBabble/distinfo b/security/p5-Digest-BubbleBabble/distinfo new file mode 100644 index 000000000000..7a06dbea9800 --- /dev/null +++ b/security/p5-Digest-BubbleBabble/distinfo @@ -0,0 +1 @@ +MD5 (Digest-BubbleBabble-0.01.tar.gz) = 0e8ef3de82ae909cfaeddf8269140c17 diff --git a/security/p5-Digest-BubbleBabble/pkg-comment b/security/p5-Digest-BubbleBabble/pkg-comment new file mode 100644 index 000000000000..7c8a397a99e9 --- /dev/null +++ b/security/p5-Digest-BubbleBabble/pkg-comment @@ -0,0 +1 @@ +Perl5 interface to a fingerprint in "bubble babble" format diff --git a/security/p5-Digest-BubbleBabble/pkg-descr b/security/p5-Digest-BubbleBabble/pkg-descr new file mode 100644 index 000000000000..7e0ab2d7e0a9 --- /dev/null +++ b/security/p5-Digest-BubbleBabble/pkg-descr @@ -0,0 +1,14 @@ +Digest::BubbleBabble takes a message digest (generated by +either of the MD5 or SHA-1 message digest algorithms) and creates +a fingerprint of that digest in "bubble babble" format. +Bubble babble is a method of representing a message digest +as a string of "real" words, to make the fingerprint easier +to remember. The "words" are not necessarily real words, but +they look more like words than a string of hex characters. + +Bubble babble fingerprinting is used by the SSH2 suite +(and, consequently, by Net::SSH::Perl, the Perl SSH +implementation) to display easy-to-remember key fingerprints. +The key (a DSA or RSA key) is converted into a textual form, +digested using Digest::SHA1, and run through bubblebabble +to create the key fingerprint. diff --git a/security/p5-Digest-BubbleBabble/pkg-plist b/security/p5-Digest-BubbleBabble/pkg-plist new file mode 100644 index 000000000000..ae4ea50af9b7 --- /dev/null +++ b/security/p5-Digest-BubbleBabble/pkg-plist @@ -0,0 +1 @@ +lib/perl5/site_perl/%%PERL_VER%%/Digest/BubbleBabble.pm |