Import the HTTP authentication mechanism for pear.

This commit is contained in:
mbalmer 2008-10-30 11:04:43 +00:00
parent 34bbba8ca6
commit bde5c636a4
4 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/30 11:04:43 mbalmer Exp $
COMMENT= HTTP authentication
V= 2.1.6
DISTNAME= Auth_HTTP-${V}
PKGNAME= pear-Auth-HTTP-${V}
CATEGORIES= security pear
MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
MODULES= www/pear
# PHP License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Auth_HTTP-2.1.6.tgz) = 1SCfDR8YdOI7RPv7OXoqoA==
RMD160 (Auth_HTTP-2.1.6.tgz) = ymqcdEOmGviqwDhS9cumk4McnMs=
SHA1 (Auth_HTTP-2.1.6.tgz) = ItT51Au5NZTJjFQ+FVF6tW/o9RU=
SHA256 (Auth_HTTP-2.1.6.tgz) = 1sq74YNaKva71CFBRhwCWcxokcHxmpGv2psEtpU3QhY=
SIZE (Auth_HTTP-2.1.6.tgz) = 9327

View File

@ -0,0 +1,3 @@
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.

View File

@ -0,0 +1,14 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/10/30 11:04:43 mbalmer Exp $
@group daemon
lib/
lib/php/
pear/lib/.registry/auth_http.reg
pear/lib/Auth/
pear/lib/Auth/HTTP.php
pear/tests/Auth_HTTP/
pear/tests/Auth_HTTP/tests/
pear/tests/Auth_HTTP/tests/sample.sql
pear/tests/Auth_HTTP/tests/test_basic_simple.php
pear/tests/Auth_HTTP/tests/test_digest_get.php
pear/tests/Auth_HTTP/tests/test_digest_post.php
pear/tests/Auth_HTTP/tests/test_digest_simple.php