diff --git a/security/pear-Auth-HTTP/Makefile b/security/pear-Auth-HTTP/Makefile new file mode 100644 index 00000000000..e9d63a94d37 --- /dev/null +++ b/security/pear-Auth-HTTP/Makefile @@ -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 +MODULES= www/pear + +# PHP License +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +.include diff --git a/security/pear-Auth-HTTP/distinfo b/security/pear-Auth-HTTP/distinfo new file mode 100644 index 00000000000..4724bf3ff71 --- /dev/null +++ b/security/pear-Auth-HTTP/distinfo @@ -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 diff --git a/security/pear-Auth-HTTP/pkg/DESCR b/security/pear-Auth-HTTP/pkg/DESCR new file mode 100644 index 00000000000..53a1b0b76e8 --- /dev/null +++ b/security/pear-Auth-HTTP/pkg/DESCR @@ -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. diff --git a/security/pear-Auth-HTTP/pkg/PLIST b/security/pear-Auth-HTTP/pkg/PLIST new file mode 100644 index 00000000000..6d75e736c83 --- /dev/null +++ b/security/pear-Auth-HTTP/pkg/PLIST @@ -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