SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
security/p5-Digest-BubbleBabble/Makefile
Normal file
12
security/p5-Digest-BubbleBabble/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
COMMENT= module to bubble-babble fingerprints
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= Digest-BubbleBabble-0.02
|
||||
REVISION= 1
|
||||
CATEGORIES= security
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/p5-Digest-BubbleBabble/distinfo
Normal file
2
security/p5-Digest-BubbleBabble/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Digest-BubbleBabble-0.02.tar.gz) = gM+y0uQ9b3lABlhgBWfSonCxRbTu9a6limaVd4giXAA=
|
||||
SIZE (Digest-BubbleBabble-0.02.tar.gz) = 45661
|
7
security/p5-Digest-BubbleBabble/pkg/DESCR
Normal file
7
security/p5-Digest-BubbleBabble/pkg/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
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.
|
3
security/p5-Digest-BubbleBabble/pkg/PLIST
Normal file
3
security/p5-Digest-BubbleBabble/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Digest/
|
||||
${P5SITE}/Digest/BubbleBabble.pm
|
||||
@man man/man3p/Digest::BubbleBabble.3p
|
Loading…
Add table
Add a link
Reference in a new issue