mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
This perl module implements the LGI$HPWD password hashing function
from VMS, and some associated VMS username and password handling functions. WWW: http://search.cpan.org/dist/Authen-DecHpwd/ Approved by: erwin (mentor)
This commit is contained in:
parent
e55254fcf2
commit
5b499869df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214150
@ -328,6 +328,7 @@
|
||||
SUBDIR += p5-Authen-Bitcard
|
||||
SUBDIR += p5-Authen-Captcha
|
||||
SUBDIR += p5-Authen-CyrusSASL
|
||||
SUBDIR += p5-Authen-DecHpwd
|
||||
SUBDIR += p5-Authen-Htpasswd
|
||||
SUBDIR += p5-Authen-Krb5
|
||||
SUBDIR += p5-Authen-Libwrap
|
||||
|
21
security/p5-Authen-DecHpwd/Makefile
Normal file
21
security/p5-Authen-DecHpwd/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: Authen-DecHpwd
|
||||
# Date created: 01 Jun 2008
|
||||
# Whom: brix@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Authen-DecHpwd
|
||||
PORTVERSION= 2.002
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= brix@FreeBSD.org
|
||||
COMMENT= Perl module for DEC VMS password hashing
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Authen::DecHpwd.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/p5-Authen-DecHpwd/distinfo
Normal file
3
security/p5-Authen-DecHpwd/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Authen-DecHpwd-2.002.tar.gz) = 61127cb1c432e4e9afb84916fcd68e01
|
||||
SHA256 (Authen-DecHpwd-2.002.tar.gz) = a40c97faf6769992c15b7e5e11b51e30dfb1911096afd0cf96d8b9b4c1485ce5
|
||||
SIZE (Authen-DecHpwd-2.002.tar.gz) = 18721
|
5
security/p5-Authen-DecHpwd/pkg-descr
Normal file
5
security/p5-Authen-DecHpwd/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This perl module implements the LGI$HPWD password hashing function
|
||||
from VMS, and some associated VMS username and password handling
|
||||
functions.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Authen-DecHpwd/
|
6
security/p5-Authen-DecHpwd/pkg-plist
Normal file
6
security/p5-Authen-DecHpwd/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Authen/DecHpwd.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/DecHpwd/DecHpwd.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/DecHpwd/DecHpwd.so
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/DecHpwd
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Authen
|
Loading…
Reference in New Issue
Block a user