diff options
author | pav <pav@FreeBSD.org> | 2004-03-30 03:42:01 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-30 03:42:01 +0800 |
commit | b5bb0496c148e429e28a958b25dea13a78c7faa9 (patch) | |
tree | 529d942e4bce285447f3d06c450fadb808c82795 /security | |
parent | 40414d74af06d6455af25d25cd1922355dbfe547 (diff) | |
download | freebsd-ports-gnome-b5bb0496c148e429e28a958b25dea13a78c7faa9.tar.gz freebsd-ports-gnome-b5bb0496c148e429e28a958b25dea13a78c7faa9.tar.zst freebsd-ports-gnome-b5bb0496c148e429e28a958b25dea13a78c7faa9.zip |
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>
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/pear-Text_Password/Makefile | 26 | ||||
-rw-r--r-- | security/pear-Text_Password/distinfo | 2 | ||||
-rw-r--r-- | security/pear-Text_Password/pkg-descr | 4 |
4 files changed, 33 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index c02c91632346..2f7d94bdc58a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -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 diff --git a/security/pear-Text_Password/Makefile b/security/pear-Text_Password/Makefile new file mode 100644 index 000000000000..a9f2718feca3 --- /dev/null +++ b/security/pear-Text_Password/Makefile @@ -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> diff --git a/security/pear-Text_Password/distinfo b/security/pear-Text_Password/distinfo new file mode 100644 index 000000000000..837ec4e1f222 --- /dev/null +++ b/security/pear-Text_Password/distinfo @@ -0,0 +1,2 @@ +MD5 (PEAR/Text_password-1.0.tgz) = 75d1cb6c91ac2b2afb86385b0dc0d957 +SIZE (PEAR/Text_password-1.0.tgz) = 3707 diff --git a/security/pear-Text_Password/pkg-descr b/security/pear-Text_Password/pkg-descr new file mode 100644 index 000000000000..a05e623b4e8d --- /dev/null +++ b/security/pear-Text_Password/pkg-descr @@ -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 |