From 92c407cf3f7a7f28bc18ed7900a953412c58b694 Mon Sep 17 00:00:00 2001 From: adrianp Date: Sun, 13 Aug 2006 17:40:13 +0000 Subject: The unix_md5_crypt() provides a crypt()-compatible interface to the rather new MD5-based crypt() function found in modern operating systems. --- security/p5-Crypt-PasswdMD5/DESCR | 2 ++ security/p5-Crypt-PasswdMD5/Makefile | 17 +++++++++++++++++ security/p5-Crypt-PasswdMD5/PLIST | 1 + security/p5-Crypt-PasswdMD5/distinfo | 5 +++++ 4 files changed, 25 insertions(+) create mode 100644 security/p5-Crypt-PasswdMD5/DESCR create mode 100644 security/p5-Crypt-PasswdMD5/Makefile create mode 100644 security/p5-Crypt-PasswdMD5/PLIST create mode 100644 security/p5-Crypt-PasswdMD5/distinfo diff --git a/security/p5-Crypt-PasswdMD5/DESCR b/security/p5-Crypt-PasswdMD5/DESCR new file mode 100644 index 00000000000..f7b33d5eb7c --- /dev/null +++ b/security/p5-Crypt-PasswdMD5/DESCR @@ -0,0 +1,2 @@ +The unix_md5_crypt() provides a crypt()-compatible interface to the rather +new MD5-based crypt() function found in modern operating systems. diff --git a/security/p5-Crypt-PasswdMD5/Makefile b/security/p5-Crypt-PasswdMD5/Makefile new file mode 100644 index 00000000000..c94eeffa4ac --- /dev/null +++ b/security/p5-Crypt-PasswdMD5/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/08/13 17:40:13 adrianp Exp $ + +DISTNAME= Crypt-PasswdMD5-1.3 +PKGNAME= p5-${DISTNAME} +CATEGORIES= perl5 security +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} + +MAINTAINER= adrianp@NetBSD.org +HOMEPAGE= http://search.cpan.org/~luismunoz/${DISTNAME}/ +COMMENT= Provides interoperable MD5-based crypt() functions + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +PERL5_PACKLIST= auto/Crypt/PasswdMD5/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Crypt-PasswdMD5/PLIST b/security/p5-Crypt-PasswdMD5/PLIST new file mode 100644 index 00000000000..ed6108eccbc --- /dev/null +++ b/security/p5-Crypt-PasswdMD5/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/13 17:40:13 adrianp Exp $ diff --git a/security/p5-Crypt-PasswdMD5/distinfo b/security/p5-Crypt-PasswdMD5/distinfo new file mode 100644 index 00000000000..485069a3c8a --- /dev/null +++ b/security/p5-Crypt-PasswdMD5/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/08/13 17:40:13 adrianp Exp $ + +SHA1 (Crypt-PasswdMD5-1.3.tar.gz) = 887782eb7fd1568ce9514f46156a08c415c26fdf +RMD160 (Crypt-PasswdMD5-1.3.tar.gz) = ae1d6884fcff39c4b5d5200153f2573c3f54a6d3 +Size (Crypt-PasswdMD5-1.3.tar.gz) = 4820 bytes -- cgit v1.2.3