aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Text_Password
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-29 19:42:01 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-29 19:42:01 +0000
commit45c65f3637564ac15f34f33463a8632e4d08ca72 (patch)
tree611e91a838ae0f21ecfb727cb00ae8cbaa85e535 /security/pear-Text_Password
parente3bf8a7877507b0917d280e6027687aa6000546f (diff)
downloadports-45c65f3637564ac15f34f33463a8632e4d08ca72.tar.gz
ports-45c65f3637564ac15f34f33463a8632e4d08ca72.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>
Notes
Notes: svn path=/head/; revision=105645
Diffstat (limited to 'security/pear-Text_Password')
-rw-r--r--security/pear-Text_Password/Makefile26
-rw-r--r--security/pear-Text_Password/distinfo2
-rw-r--r--security/pear-Text_Password/pkg-descr4
3 files changed, 32 insertions, 0 deletions
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