1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

add p5-Crypt-PasswordMD5 1.2

Perl module that provides interoperable MD5-based crypt() function

PR:		39467
Submitted by:	Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
Ying-Chieh Liao 2002-06-18 16:58:08 +00:00
parent 66e7246418
commit 8adebe1b7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61514
6 changed files with 43 additions and 0 deletions

View File

@ -146,6 +146,7 @@
SUBDIR += p5-Crypt-OpenSSL-Random
SUBDIR += p5-Crypt-PGPSimple
SUBDIR += p5-Crypt-PassGen
SUBDIR += p5-Crypt-PasswdMD5
SUBDIR += p5-Crypt-Primes
SUBDIR += p5-Crypt-RC4
SUBDIR += p5-Crypt-RIPEMD160

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-Crypt-PasswdMD5
# Date created: 18 June, 2002
# Whom: Erwin Lansing <erwin@lansing.dk>
#
# $FreeBSD$
#
PORTNAME= Crypt-PasswdMD5
PORTVERSION= 1.2
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
MAINTAINER= erwin@lansing.dk
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Crypt::PasswdMD5.3
pre-patch:
@${REINPLACE_CMD} -e 's|\r||g' ${WRKSRC}/PasswdMD5.pm
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Crypt-PasswdMD5-1.2.tar.gz) = 35966352a496fd2f30e3d08734bf13e4

View File

@ -0,0 +1 @@
Perl module that provides interoperable MD5-based crypt() function

View File

@ -0,0 +1,11 @@
The `unix_md5_crypt()' provides a crypt()-compatible interface
to the rather new MD5-based crypt() function found in modern
operating systems. It's based on the implementation found on
FreeBSD 2.2.[56]-RELEASE.
`apache_md5_crypt()' provides a function compatible with
Apache's `.htpasswd' files. This was contributed by Bryan Hart
<bryan@eai.com>.
- Erwin Lansing
<erwin@lansing.dk>

View File

@ -0,0 +1,4 @@
lib/perl5/site_perl/%%PERL_VER%%/Crypt/PasswdMD5.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/PasswdMD5/.packlist
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Crypt 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true