pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Digest-SHA Initial addition of p5-Digest-S...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c79ef1c8da1
branches:  trunk
changeset: 483375:6c79ef1c8da1
user:      seb <seb%pkgsrc.org@localhost>
date:      Thu Nov 11 16:17:08 2004 +0000

description:
Initial addition of p5-Digest-SHA version 5.27 in the NetBSD Packages
Collection.

The Perl 5 module Digest::SHA is a complete implementation of the
NIST Secure Hash Standard. It gives Perl programmers a convenient
way to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512
message digests. The module can handle all types of input, including
partial-byte data.

diffstat:

 security/p5-Digest-SHA/DESCR    |   5 +++++
 security/p5-Digest-SHA/Makefile |  18 ++++++++++++++++++
 security/p5-Digest-SHA/PLIST    |   1 +
 security/p5-Digest-SHA/distinfo |   4 ++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 17ef75ce32f8 -r 6c79ef1c8da1 security/p5-Digest-SHA/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Digest-SHA/DESCR      Thu Nov 11 16:17:08 2004 +0000
@@ -0,0 +1,5 @@
+The Perl 5 module Digest::SHA is a complete implementation of the
+NIST Secure Hash Standard. It gives Perl programmers a convenient
+way to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512
+message digests. The module can handle all types of input, including
+partial-byte data.
diff -r 17ef75ce32f8 -r 6c79ef1c8da1 security/p5-Digest-SHA/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Digest-SHA/Makefile   Thu Nov 11 16:17:08 2004 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/11 16:17:08 seb Exp $
+#
+
+DISTNAME=              Digest-SHA-5.27
+PKGNAME=               p5-${DISTNAME}
+#SVR4_PKGNAME=
+CATEGORIES=            security perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Digest/}
+
+MAINTAINER=            seb%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Digest-SHA/
+COMMENT=               Perl module for SHA-1/224/256/384/512 algorithms
+
+USE_BUILDLINK3=                YES
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Digest/SHA/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 17ef75ce32f8 -r 6c79ef1c8da1 security/p5-Digest-SHA/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Digest-SHA/PLIST      Thu Nov 11 16:17:08 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/11 16:17:08 seb Exp $
diff -r 17ef75ce32f8 -r 6c79ef1c8da1 security/p5-Digest-SHA/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Digest-SHA/distinfo   Thu Nov 11 16:17:08 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/11/11 16:17:08 seb Exp $
+
+SHA1 (Digest-SHA-5.27.tar.gz) = de471c88e8ed80f109ff8b6fe73e09aa4536e1c3
+Size (Digest-SHA-5.27.tar.gz) = 43980 bytes



Home | Main Index | Thread Index | Old Index