Add pear-Text_Password, a PEAR package, which provides the ability to the user

to generate random passwords, either pronounceable or not pronounceable.

PR:		ports/64896
Submitted by:	<bra@fsn.hu>
This commit is contained in:
Pav Lucistnik 2004-03-29 19:42:01 +00:00
parent e3bf8a7877
commit 45c65f3637
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105645
4 changed files with 33 additions and 0 deletions

View File

@ -297,6 +297,7 @@
SUBDIR += pear-Auth
SUBDIR += pear-Auth_SASL
SUBDIR += pear-Crypt_CBC
SUBDIR += pear-Text_Password
SUBDIR += pf
SUBDIR += pgp
SUBDIR += pgp6

View File

@ -0,0 +1,26 @@
# Ports collection makefile for: pear-Text_Password
# Date created: 29 March 2004
# Whom: Attila Nagy <bra@fsn.hu>
#
# $FreeBSD$
#
PORTNAME= Text_password
PORTVERSION= 1.0
CATEGORIES= security www pear
MAINTAINER= bra@fsn.hu
COMMENT= PEAR random password creator
USE_PHP= yes
WANT_PHP_PEAR= yes
CATEGORY= Text
FILES= Password.php
TESTS= 01-text-password.phpt
WRKSRC= ${WRKDIR}/Text_Password-${PORTVERSION}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (PEAR/Text_password-1.0.tgz) = 75d1cb6c91ac2b2afb86385b0dc0d957
SIZE (PEAR/Text_password-1.0.tgz) = 3707

View File

@ -0,0 +1,4 @@
The PEAR Text_Password package allows one to create pronounceable and
unpronounceable passwords.
WWW: http://pear.php.net/package/Text_Password