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:
parent
3fef219d73
commit
8affb349cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114875
@ -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
|
||||
|
22
security/p5-Crypt-SmbHash/Makefile
Normal file
22
security/p5-Crypt-SmbHash/Makefile
Normal 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>
|
2
security/p5-Crypt-SmbHash/distinfo
Normal file
2
security/p5-Crypt-SmbHash/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Crypt-SmbHash-0.02.tar.gz) = a0077b2a00b212c9fd8d22343fb338e5
|
||||
SIZE (Crypt-SmbHash-0.02.tar.gz) = 7940
|
7
security/p5-Crypt-SmbHash/pkg-descr
Normal file
7
security/p5-Crypt-SmbHash/pkg-descr
Normal 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
|
5
security/p5-Crypt-SmbHash/pkg-plist
Normal file
5
security/p5-Crypt-SmbHash/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user