pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-PasswdMD5 The unix_md5_crypt() provi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4453064e118b
branches:  trunk
changeset: 517520:4453064e118b
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Aug 13 17:40:13 2006 +0000

description:
The unix_md5_crypt() provides a crypt()-compatible interface to the rather
new MD5-based crypt() function found in modern operating systems.

diffstat:

 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(+), 0 deletions(-)

diffs (41 lines):

diff -r 41041db1ccda -r 4453064e118b security/p5-Crypt-PasswdMD5/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-PasswdMD5/DESCR Sun Aug 13 17:40:13 2006 +0000
@@ -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 -r 41041db1ccda -r 4453064e118b security/p5-Crypt-PasswdMD5/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-PasswdMD5/Makefile      Sun Aug 13 17:40:13 2006 +0000
@@ -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@localhost
+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 -r 41041db1ccda -r 4453064e118b security/p5-Crypt-PasswdMD5/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-PasswdMD5/PLIST Sun Aug 13 17:40:13 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/13 17:40:13 adrianp Exp $
diff -r 41041db1ccda -r 4453064e118b security/p5-Crypt-PasswdMD5/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-PasswdMD5/distinfo      Sun Aug 13 17:40:13 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index