summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-18 16:58:08 +0000
committerijliao <ijliao@FreeBSD.org>2002-06-18 16:58:08 +0000
commit9c792eb63e8ba7688f1da725d117048bc1e34c2e (patch)
tree94ce949114365c1f9b04cc3d7045470b947ca327
parent6f187859549290b2e4f7c26f0622697592e374cd (diff)
downloadFreeBSD-ports-9c792eb63e8ba7688f1da725d117048bc1e34c2e.zip
FreeBSD-ports-9c792eb63e8ba7688f1da725d117048bc1e34c2e.tar.gz
add p5-Crypt-PasswordMD5 1.2
Perl module that provides interoperable MD5-based crypt() function PR: 39467 Submitted by: Erwin Lansing <erwin@lansing.dk>
-rw-r--r--security/Makefile1
-rw-r--r--security/p5-Crypt-PasswdMD5/Makefile25
-rw-r--r--security/p5-Crypt-PasswdMD5/distinfo1
-rw-r--r--security/p5-Crypt-PasswdMD5/pkg-comment1
-rw-r--r--security/p5-Crypt-PasswdMD5/pkg-descr11
-rw-r--r--security/p5-Crypt-PasswdMD5/pkg-plist4
6 files changed, 43 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 9b39dd7..9b4cfdf 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -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
diff --git a/security/p5-Crypt-PasswdMD5/Makefile b/security/p5-Crypt-PasswdMD5/Makefile
new file mode 100644
index 0000000..df5306f
--- /dev/null
+++ b/security/p5-Crypt-PasswdMD5/Makefile
@@ -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>
diff --git a/security/p5-Crypt-PasswdMD5/distinfo b/security/p5-Crypt-PasswdMD5/distinfo
new file mode 100644
index 0000000..f89458a
--- /dev/null
+++ b/security/p5-Crypt-PasswdMD5/distinfo
@@ -0,0 +1 @@
+MD5 (Crypt-PasswdMD5-1.2.tar.gz) = 35966352a496fd2f30e3d08734bf13e4
diff --git a/security/p5-Crypt-PasswdMD5/pkg-comment b/security/p5-Crypt-PasswdMD5/pkg-comment
new file mode 100644
index 0000000..ac1422a
--- /dev/null
+++ b/security/p5-Crypt-PasswdMD5/pkg-comment
@@ -0,0 +1 @@
+Perl module that provides interoperable MD5-based crypt() function
diff --git a/security/p5-Crypt-PasswdMD5/pkg-descr b/security/p5-Crypt-PasswdMD5/pkg-descr
new file mode 100644
index 0000000..aae51ff
--- /dev/null
+++ b/security/p5-Crypt-PasswdMD5/pkg-descr
@@ -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>
diff --git a/security/p5-Crypt-PasswdMD5/pkg-plist b/security/p5-Crypt-PasswdMD5/pkg-plist
new file mode 100644
index 0000000..59283eb
--- /dev/null
+++ b/security/p5-Crypt-PasswdMD5/pkg-plist
@@ -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
OpenPOWER on IntegriCloud