pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-RC4 Initial import of p5-Crypt-RC4 v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5460a8dfca7a
branches:  trunk
changeset: 531276:5460a8dfca7a
user:      seb <seb%pkgsrc.org@localhost>
date:      Fri Jul 27 23:10:37 2007 +0000

description:
Initial import of p5-Crypt-RC4 version 2.02 into The NetBSD
Packages Collection.

The Perl 5 module Crypt::RC4 provides a simple implementation of
the RC4 algorithm, developed by RSA Security, Inc.

Disclaimer: Strictly speaking, this module uses the "alleged" RC4
algorithm. The Algorithm known as "RC4" is a trademark of RSA
Security Inc., and this document [the module documentation] makes
no claims one way or another that this is the correct algorithm,
and further, make no claims about the quality of the source code
nor any licensing requirements for commercial use.

diffstat:

 security/p5-Crypt-RC4/DESCR    |   9 +++++++++
 security/p5-Crypt-RC4/Makefile |  16 ++++++++++++++++
 security/p5-Crypt-RC4/PLIST    |   1 +
 security/p5-Crypt-RC4/distinfo |   5 +++++
 4 files changed, 31 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r f6e50a56da4b -r 5460a8dfca7a security/p5-Crypt-RC4/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-RC4/DESCR       Fri Jul 27 23:10:37 2007 +0000
@@ -0,0 +1,9 @@
+The Perl 5 module Crypt::RC4 provides a simple implementation of
+the RC4 algorithm, developed by RSA Security, Inc.
+
+Disclaimer: Strictly speaking, this module uses the "alleged" RC4
+algorithm. The Algorithm known as "RC4" is a trademark of RSA
+Security Inc., and this document [the module documentation] makes
+no claims one way or another that this is the correct algorithm,
+and further, make no claims about the quality of the source code
+nor any licensing requirements for commercial use
diff -r f6e50a56da4b -r 5460a8dfca7a security/p5-Crypt-RC4/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-RC4/Makefile    Fri Jul 27 23:10:37 2007 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/07/27 23:10:37 seb Exp $
+#
+
+DISTNAME=      Crypt-RC4-2.02
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    security perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Crypt/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Crypt-RC4/
+COMMENT=       Perl5 module for the "alleged" RC4 encryption algorithm
+
+PERL5_PACKLIST=        auto/Crypt/RC4/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f6e50a56da4b -r 5460a8dfca7a security/p5-Crypt-RC4/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-RC4/PLIST       Fri Jul 27 23:10:37 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/07/27 23:10:37 seb Exp $
diff -r f6e50a56da4b -r 5460a8dfca7a security/p5-Crypt-RC4/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-RC4/distinfo    Fri Jul 27 23:10:37 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/07/27 23:10:37 seb Exp $
+
+SHA1 (Crypt-RC4-2.02.tar.gz) = e25f69936a828afa90cfe145349b58bc825cd23e
+RMD160 (Crypt-RC4-2.02.tar.gz) = cfdcba724a44d95694305872c2af6d5c9c86fce4
+Size (Crypt-RC4-2.02.tar.gz) = 4173 bytes



Home | Main Index | Thread Index | Old Index