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 Imported p5-Crypt-PasswdMD5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9825150c1240
branches:  trunk
changeset: 519388:9825150c1240
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Oct 02 17:30:26 2006 +0000

description:
Imported p5-Crypt-PasswdMD5.

This code provides various crypt()-compatible interfaces to the
MD5-based crypt() function found in various *nixes.

diffstat:

 security/p5-Crypt-PasswdMD5/DESCR    |   4 ++--
 security/p5-Crypt-PasswdMD5/Makefile |  16 ++++++++--------
 2 files changed, 10 insertions(+), 10 deletions(-)

diffs (37 lines):

diff -r 947c3f6a3dd9 -r 9825150c1240 security/p5-Crypt-PasswdMD5/DESCR
--- a/security/p5-Crypt-PasswdMD5/DESCR Mon Oct 02 17:12:29 2006 +0000
+++ b/security/p5-Crypt-PasswdMD5/DESCR Mon Oct 02 17:30:26 2006 +0000
@@ -1,2 +1,2 @@
-The unix_md5_crypt() provides a crypt()-compatible interface to the rather
-new MD5-based crypt() function found in modern operating systems.
+This code provides various crypt()-compatible interfaces to the
+MD5-based crypt() function found in various *nixes.
diff -r 947c3f6a3dd9 -r 9825150c1240 security/p5-Crypt-PasswdMD5/Makefile
--- a/security/p5-Crypt-PasswdMD5/Makefile      Mon Oct 02 17:12:29 2006 +0000
+++ b/security/p5-Crypt-PasswdMD5/Makefile      Mon Oct 02 17:30:26 2006 +0000
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/08/13 17:40:13 adrianp Exp $
+# $NetBSD: Makefile,v 1.1.1.2 2006/10/02 17:30:26 rillig Exp $
+#
 
 DISTNAME=      Crypt-PasswdMD5-1.3
 PKGNAME=       p5-${DISTNAME}
-CATEGORIES=    perl5 security
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Crypt/}
+CATEGORIES=    security perl5
+MASTER_SITES=  ftp://ftp.cpan.org/pub/CPAN/modules/by-module/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
+MAINTAINER=    rillig%NetBSD.org@localhost
+HOMEPAGE=      ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Crypt/
+COMMENT=       MD5-based crypt() function
 
 PERL5_PACKLIST=        auto/Crypt/PasswdMD5/.packlist
+USE_LANGUAGES= # none
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index