diff options
author | adrianp <adrianp> | 2006-08-13 17:40:13 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2006-08-13 17:40:13 +0000 |
commit | fec63ccb1c638dc4df89ac0d3d740a218b6b8e12 (patch) | |
tree | 80e4d5f8108abc1490a502d0563a9f96577f19cc /security | |
parent | a1ff93c5132fd3a5b7ee3e6dece01fafbbe9a988 (diff) | |
download | pkgsrc-fec63ccb1c638dc4df89ac0d3d740a218b6b8e12.tar.gz |
The unix_md5_crypt() provides a crypt()-compatible interface to the rather
new MD5-based crypt() function found in modern operating systems.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-PasswdMD5/DESCR | 2 | ||||
-rw-r--r-- | security/p5-Crypt-PasswdMD5/Makefile | 17 | ||||
-rw-r--r-- | security/p5-Crypt-PasswdMD5/PLIST | 1 | ||||
-rw-r--r-- | security/p5-Crypt-PasswdMD5/distinfo | 5 |
4 files changed, 25 insertions, 0 deletions
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 |