Add p5-Crypt-SmbHash 0.02, Perl module implementing lanman and nt md4

hash functions.

PR:		ports/69640
Submitted by:	Florent Thoumie <flz@xbsd.org>
This commit is contained in:
Mathieu Arnold 2004-07-27 13:40:54 +00:00
parent 3fef219d73
commit 8affb349cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114875
5 changed files with 37 additions and 0 deletions

View File

@ -266,6 +266,7 @@
SUBDIR += p5-Crypt-Rijndael
SUBDIR += p5-Crypt-SSLeay
SUBDIR += p5-Crypt-Serpent
SUBDIR += p5-Crypt-SmbHash
SUBDIR += p5-Crypt-Solitaire
SUBDIR += p5-Crypt-TripleDES
SUBDIR += p5-Crypt-Twofish

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: Crypt-SmbHash
# Date created: Jul 27 2004
# Whom: Florent Thoumie <flz@xbsd.org>
#
# $FreeBSD$
#
PORTNAME= Crypt-SmbHash
PORTVERSION= 0.02
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
MAINTAINER= flz@xbsd.org
COMMENT= Perl module implementing lanman and nt md4 hash functions
PERL_CONFIGURE= yes
MAN3= Crypt::SmbHash.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (Crypt-SmbHash-0.02.tar.gz) = a0077b2a00b212c9fd8d22343fb338e5
SIZE (Crypt-SmbHash-0.02.tar.gz) = 7940

View File

@ -0,0 +1,7 @@
Perl implementation of lanman and nt md4 hash functions.
WWW: http://search.cpan.org/dist/Crypt-SmbHash/
- Florent Thoumie
flz@xbsd.org

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/Crypt/SmbHash.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/SmbHash/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/SmbHash
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Crypt 2>/dev/null || true