aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-SHA1/pkg-descr
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-31 01:27:04 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-31 01:27:04 +0000
commitfe7d801e4a605697f7a060de9413deddcef428bd (patch)
treea03ecad903c5f9290af005f37398264aca4251e9 /security/p5-Digest-SHA1/pkg-descr
parentdd80851deb3cf2917a2d9b09c5a2bb1c8e0683ef (diff)
Notes
Diffstat (limited to 'security/p5-Digest-SHA1/pkg-descr')
-rw-r--r--security/p5-Digest-SHA1/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/p5-Digest-SHA1/pkg-descr b/security/p5-Digest-SHA1/pkg-descr
new file mode 100644
index 000000000000..f2bcfcf996dc
--- /dev/null
+++ b/security/p5-Digest-SHA1/pkg-descr
@@ -0,0 +1,12 @@
+The Digest::SHA1 module allows you to use the NIST SHA-1 message
+digest algorithm from within Perl programs. The algorithm takes as
+input a message of arbitrary length and produces as output a 160-bit
+"fingerprint" or "message digest" of the input.
+
+You will need Perl version 5.004 or better to install this module.
+
+Copyright 1999-2001 Gisle Aas.
+Copyright 1997 Uwe Hollerbach.
+
+This library is free software; you can redistribute it and/or
+modify it under the same terms as Perl itself.