diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-10-25 13:28:19 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-10-25 13:28:19 +0000 |
commit | 248fc3aabcf878b5cebeb5ea2f52195d50add1cd (patch) | |
tree | ed9df5668c7c459c07ebe9625ad2b465744c82a4 /security | |
parent | 2374efe0466417fd18b1f7d40814f9ae55e031f0 (diff) | |
download | ports-248fc3aabcf878b5cebeb5ea2f52195d50add1cd.tar.gz ports-248fc3aabcf878b5cebeb5ea2f52195d50add1cd.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/pear-Auth_HTTP/Makefile | 24 | ||||
-rw-r--r-- | security/pear-Auth_HTTP/distinfo | 2 | ||||
-rw-r--r-- | security/pear-Auth_HTTP/pkg-descr | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 4c961bea7cda..1955edfba3e0 100644 --- a/security/Makefile +++ b/security/Makefile @@ -312,6 +312,7 @@ SUBDIR += pam_pwdfile SUBDIR += pam_smb SUBDIR += pear-Auth + SUBDIR += pear-Auth_HTTP SUBDIR += pear-Auth_SASL SUBDIR += pear-Crypt_CBC SUBDIR += pear-Text_Password diff --git a/security/pear-Auth_HTTP/Makefile b/security/pear-Auth_HTTP/Makefile new file mode 100644 index 000000000000..50b612671ba6 --- /dev/null +++ b/security/pear-Auth_HTTP/Makefile @@ -0,0 +1,24 @@ +# Ports collection makefile for: pear-Auth_HTTP +# Date created: 2004-10-25 +# Whom: des +# +# $FreeBSD$ +# + +PORTNAME= Auth_HTTP +PORTVERSION= 2.0 +CATEGORIES= security www pear + +MAINTAINER= ports@FreeBSD.org +COMMENT= PEAR HTTP authentication methods + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR \ + ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= Auth +FILES= Auth_HTTP.php + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include <bsd.port.post.mk> diff --git a/security/pear-Auth_HTTP/distinfo b/security/pear-Auth_HTTP/distinfo new file mode 100644 index 000000000000..29b242769ab1 --- /dev/null +++ b/security/pear-Auth_HTTP/distinfo @@ -0,0 +1,2 @@ +MD5 (PEAR/Auth_HTTP-2.0.tgz) = ec9efa9e5df6d196776f491467f77a43 +SIZE (PEAR/Auth_HTTP-2.0.tgz) = 2283 diff --git a/security/pear-Auth_HTTP/pkg-descr b/security/pear-Auth_HTTP/pkg-descr new file mode 100644 index 000000000000..a48569cc7eb6 --- /dev/null +++ b/security/pear-Auth_HTTP/pkg-descr @@ -0,0 +1,5 @@ +The PEAR::Auth_HTTP class provides methods for creating an HTTP +authentication system using PHP, that is similar to Apache's +realm-based .htaccess authentication. + +WWW: http://pear.php.net/package/Auth_HTTP/ |