Add Auth_HTTP 2.0 from PEAR.

This commit is contained in:
Dag-Erling Smørgrav 2004-10-25 13:28:19 +00:00
parent 2374efe046
commit 248fc3aabc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120150
4 changed files with 32 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
MD5 (PEAR/Auth_HTTP-2.0.tgz) = ec9efa9e5df6d196776f491467f77a43
SIZE (PEAR/Auth_HTTP-2.0.tgz) = 2283

View File

@ -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/