diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-25 09:13:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-25 09:13:20 +0000 |
commit | 1f51c83763806a79cd2a3944f1d397117f765165 (patch) | |
tree | c72cfa27562ef035846697c1d8cfd6bc2594a697 /security | |
parent | 4bb9bf24e87a0e629b212254d39a53dc73a66881 (diff) | |
download | ports-1f51c83763806a79cd2a3944f1d397117f765165.tar.gz ports-1f51c83763806a79cd2a3944f1d397117f765165.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-RandPasswd/Makefile | 23 | ||||
-rw-r--r-- | security/p5-Crypt-RandPasswd/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Crypt-RandPasswd/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Crypt-RandPasswd/pkg-descr | 3 | ||||
-rw-r--r-- | security/p5-Crypt-RandPasswd/pkg-plist | 5 |
6 files changed, 34 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index b02430e6df0e..94c2f1a72953 100644 --- a/security/Makefile +++ b/security/Makefile @@ -166,6 +166,7 @@ SUBDIR += p5-Crypt-RC6 SUBDIR += p5-Crypt-RIPEMD160 SUBDIR += p5-Crypt-RSA + SUBDIR += p5-Crypt-RandPasswd SUBDIR += p5-Crypt-Random SUBDIR += p5-Crypt-Rijndael SUBDIR += p5-Crypt-SSLeay diff --git a/security/p5-Crypt-RandPasswd/Makefile b/security/p5-Crypt-RandPasswd/Makefile new file mode 100644 index 000000000000..eafec7792804 --- /dev/null +++ b/security/p5-Crypt-RandPasswd/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: Crypt::RandPasswd +# Date created: 24 October 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Crypt-RandPasswd +PORTVERSION= 0.02 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Crypt +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +PERL_CONFIGURE= yes +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +MAN3= Crypt::RandPasswd.3 + +.include <bsd.port.mk> diff --git a/security/p5-Crypt-RandPasswd/distinfo b/security/p5-Crypt-RandPasswd/distinfo new file mode 100644 index 000000000000..82cc59f02c80 --- /dev/null +++ b/security/p5-Crypt-RandPasswd/distinfo @@ -0,0 +1 @@ +MD5 (Crypt-RandPasswd-0.02.tar.gz) = c266c6f10b59945d7dddc58ecef6e13b diff --git a/security/p5-Crypt-RandPasswd/pkg-comment b/security/p5-Crypt-RandPasswd/pkg-comment new file mode 100644 index 000000000000..76737de623d7 --- /dev/null +++ b/security/p5-Crypt-RandPasswd/pkg-comment @@ -0,0 +1 @@ +An implementation of the Automated Password Generator standard diff --git a/security/p5-Crypt-RandPasswd/pkg-descr b/security/p5-Crypt-RandPasswd/pkg-descr new file mode 100644 index 000000000000..b7cc612c912c --- /dev/null +++ b/security/p5-Crypt-RandPasswd/pkg-descr @@ -0,0 +1,3 @@ +This is an implementation of the Automated Password Generator standard, +defined in FIPS Publication 181, "Standard for Automated Password Generator": +http://www.itl.nist.gov/fipspubs/fip181.htm diff --git a/security/p5-Crypt-RandPasswd/pkg-plist b/security/p5-Crypt-RandPasswd/pkg-plist new file mode 100644 index 000000000000..368ae693603c --- /dev/null +++ b/security/p5-Crypt-RandPasswd/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/Crypt/RandPasswd.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/RandPasswd/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/RandPasswd +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Crypt |