pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-CAST5_PP Initial import of Crypt::CA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20f9fb840119
branches:  trunk
changeset: 469557:20f9fb840119
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Wed Feb 25 00:25:02 2004 +0000

description:
Initial import of Crypt::CAST5_PP.

This is a pure Perl implementation of the CAST5 block cipher.

diffstat:

 security/p5-Crypt-CAST5_PP/DESCR    |   1 +
 security/p5-Crypt-CAST5_PP/Makefile |  21 +++++++++++++++++++++
 security/p5-Crypt-CAST5_PP/PLIST    |   1 +
 security/p5-Crypt-CAST5_PP/distinfo |   4 ++++
 4 files changed, 27 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 9c82b2fffbb4 -r 20f9fb840119 security/p5-Crypt-CAST5_PP/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-CAST5_PP/DESCR  Wed Feb 25 00:25:02 2004 +0000
@@ -0,0 +1,1 @@
+This is a pure Perl implementation of the CAST5 block cipher.
diff -r 9c82b2fffbb4 -r 20f9fb840119 security/p5-Crypt-CAST5_PP/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-CAST5_PP/Makefile       Wed Feb 25 00:25:02 2004 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/25 00:25:02 heinz Exp $
+#
+
+DISTNAME=              Crypt-CAST5_PP-1.02
+PKGNAME=               p5-${DISTNAME}
+SVR4_PKGNAME=          p5cca
+CATEGORIES=            security perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
+
+MAINTAINER=            heinz%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Crypt-CAST5_PP/
+COMMENT=               The CAST5 block cipher, implemented in pure Perl
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_BUILDLINK3=                yes
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Crypt/CAST5_PP/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9c82b2fffbb4 -r 20f9fb840119 security/p5-Crypt-CAST5_PP/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-CAST5_PP/PLIST  Wed Feb 25 00:25:02 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/25 00:25:02 heinz Exp $
diff -r 9c82b2fffbb4 -r 20f9fb840119 security/p5-Crypt-CAST5_PP/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-CAST5_PP/distinfo       Wed Feb 25 00:25:02 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/25 00:25:02 heinz Exp $
+
+SHA1 (Crypt-CAST5_PP-1.02.tar.gz) = f411136de70fa46eaf060ec7325038d92fd72072
+Size (Crypt-CAST5_PP-1.02.tar.gz) = 19515 bytes



Home | Main Index | Thread Index | Old Index