Import the HTTP authentication mechanism for pear.
This commit is contained in:
parent
34bbba8ca6
commit
bde5c636a4
22
security/pear-Auth-HTTP/Makefile
Normal file
22
security/pear-Auth-HTTP/Makefile
Normal 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>
|
5
security/pear-Auth-HTTP/distinfo
Normal file
5
security/pear-Auth-HTTP/distinfo
Normal 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
|
3
security/pear-Auth-HTTP/pkg/DESCR
Normal file
3
security/pear-Auth-HTTP/pkg/DESCR
Normal 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.
|
14
security/pear-Auth-HTTP/pkg/PLIST
Normal file
14
security/pear-Auth-HTTP/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user