diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-10-25 17:13:20 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-10-25 17:13:20 +0800 |
commit | ddb2a78b871e0a3f9f5c883df44b9b515e5f8a3c (patch) | |
tree | 867048b455a8821cd17059b2ecbff1a5cde7751e /security | |
parent | 355f389bda2ba2ccde37019fac6213115187aee3 (diff) | |
download | freebsd-ports-gnome-ddb2a78b871e0a3f9f5c883df44b9b515e5f8a3c.tar.gz freebsd-ports-gnome-ddb2a78b871e0a3f9f5c883df44b9b515e5f8a3c.tar.zst freebsd-ports-gnome-ddb2a78b871e0a3f9f5c883df44b9b515e5f8a3c.zip |
Add p5-Crypt-RandPasswd 0.02, an implementation of the Automated
Password Generator standard.
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 |