Add Auth_HTTP 2.0 from PEAR.
This commit is contained in:
parent
2374efe046
commit
248fc3aabc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120150
@ -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
|
||||
|
24
security/pear-Auth_HTTP/Makefile
Normal file
24
security/pear-Auth_HTTP/Makefile
Normal 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>
|
2
security/pear-Auth_HTTP/distinfo
Normal file
2
security/pear-Auth_HTTP/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (PEAR/Auth_HTTP-2.0.tgz) = ec9efa9e5df6d196776f491467f77a43
|
||||
SIZE (PEAR/Auth_HTTP-2.0.tgz) = 2283
|
5
security/pear-Auth_HTTP/pkg-descr
Normal file
5
security/pear-Auth_HTTP/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user