pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/p5-Digest-BubbleBabble Import of Digest::Bubb...
details: https://anonhg.NetBSD.org/pkgsrc/rev/df4e3e92174e
branches: trunk
changeset: 464082:df4e3e92174e
user: heinz <heinz%pkgsrc.org@localhost>
date: Wed Dec 03 19:53:28 2003 +0000
description:
Import of Digest::BubbleBabble 0.1
The Perl module Digest::BubbleBabble can be used to create a fingerprint of
a MD5 or SHA-1 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.
diffstat:
security/p5-Digest-BubbleBabble/DESCR | 5 +++++
security/p5-Digest-BubbleBabble/Makefile | 21 +++++++++++++++++++++
security/p5-Digest-BubbleBabble/PLIST | 1 +
security/p5-Digest-BubbleBabble/distinfo | 4 ++++
4 files changed, 31 insertions(+), 0 deletions(-)
diffs (47 lines):
diff -r 0236390842b9 -r df4e3e92174e security/p5-Digest-BubbleBabble/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Digest-BubbleBabble/DESCR Wed Dec 03 19:53:28 2003 +0000
@@ -0,0 +1,5 @@
+The Perl module Digest::BubbleBabble can be used to create a fingerprint of
+a MD5 or SHA-1 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.
diff -r 0236390842b9 -r df4e3e92174e security/p5-Digest-BubbleBabble/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Digest-BubbleBabble/Makefile Wed Dec 03 19:53:28 2003 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 19:53:28 heinz Exp $
+#
+
+DISTNAME= Digest-BubbleBabble-0.01
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5bbl
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
+
+MAINTAINER= heinz%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/author/BTROTT/Digest-BubbleBabble/
+COMMENT= Perl5 module for bubble babble fingerprints
+
+DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
+DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
+
+USE_BUILDLINK2= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Digest/BubbleBabble/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0236390842b9 -r df4e3e92174e security/p5-Digest-BubbleBabble/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Digest-BubbleBabble/PLIST Wed Dec 03 19:53:28 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 19:53:28 heinz Exp $
diff -r 0236390842b9 -r df4e3e92174e security/p5-Digest-BubbleBabble/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Digest-BubbleBabble/distinfo Wed Dec 03 19:53:28 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/03 19:53:28 heinz Exp $
+
+SHA1 (Digest-BubbleBabble-0.01.tar.gz) = ca0cdfbcaa2a10a7a617bfae871411ab678f15fb
+Size (Digest-BubbleBabble-0.01.tar.gz) = 2468 bytes
Home |
Main Index |
Thread Index |
Old Index