import php-openid 2.1.2

The PHP OpenID library lets you enable OpenID authentication on sites
built using PHP. It features the OpenID consumer, Store implementations,
and an OpenID server.

feedback and ok sthen@, additional help from todd@, thanks!
This commit is contained in:
jasper 2009-03-27 10:41:01 +00:00
parent c00e904277
commit 14abca6431
4 changed files with 93 additions and 0 deletions

40
www/php-openid/Makefile Normal file
View File

@ -0,0 +1,40 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/03/27 10:41:01 jasper Exp $
COMMENT= OpenID authentication for PHP
DISTNAME= php-openid-2.1.2
CATEGORIES= www security
# Apache 2.0 license
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
HOMEPAGE= http://openidenabled.com/php-openid/
MASTER_SITES= http://openidenabled.com/files/php-openid/packages/
EXTRACT_SUFX= .tar.bz2
NO_BUILD= Yes
NO_REGRESS= Yes
PKG_ARCH= *
# Although this library is not PEAR, installing it into
# ${PREFIX}/pear/lib will make sure it's picked up by PHP
# without the need to adjust the include path in php.ini
PREFIX= /var/www
INSTDIR= ${PREFIX}/pear/lib/
SUBST_VARS= INSTDIR
PHP_VERSION= 5
RUN_DEPENDS= ::databases/pear-DB \
:php${PHP_VERSION}-gmp-*:www/php${PHP_VERSION}/extensions,-gmp \
:php${PHP_VERSION}-curl-*:www/php${PHP_VERSION}/extensions,-curl
do-install:
${INSTALL_DATA_DIR} ${INSTDIR}
cp -Rp ${WRKSRC}/Auth ${INSTDIR}
chown -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
.include <bsd.port.mk>

5
www/php-openid/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (php-openid-2.1.2.tar.bz2) = Jrlvos+hjn68RTK6/m51wg==
RMD160 (php-openid-2.1.2.tar.bz2) = 4nkvQ8/ixO88KOxpA+GlEUCOx4c=
SHA1 (php-openid-2.1.2.tar.bz2) = dcXCYw2RctJ6nNXTtoXvKRGYx0s=
SHA256 (php-openid-2.1.2.tar.bz2) = u2KBt5JuZtIB31X9Qk0QZg9qpFQGsOF5EJPgZf60ggQ=
SIZE (php-openid-2.1.2.tar.bz2) = 311216

3
www/php-openid/pkg/DESCR Normal file
View File

@ -0,0 +1,3 @@
The PHP OpenID library lets you enable OpenID authentication on sites
built using PHP. It features the OpenID consumer, Store implementations,
and an OpenID server.

45
www/php-openid/pkg/PLIST Normal file
View File

@ -0,0 +1,45 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/03/27 10:41:01 jasper Exp $
@group daemon
pear/lib/Auth/
pear/lib/Auth/OpenID/
pear/lib/Auth/OpenID.php
pear/lib/Auth/OpenID/AX.php
pear/lib/Auth/OpenID/Association.php
pear/lib/Auth/OpenID/BigMath.php
pear/lib/Auth/OpenID/Consumer.php
pear/lib/Auth/OpenID/CryptUtil.php
pear/lib/Auth/OpenID/DatabaseConnection.php
pear/lib/Auth/OpenID/DiffieHellman.php
pear/lib/Auth/OpenID/Discover.php
pear/lib/Auth/OpenID/DumbStore.php
pear/lib/Auth/OpenID/Extension.php
pear/lib/Auth/OpenID/FileStore.php
pear/lib/Auth/OpenID/HMAC.php
pear/lib/Auth/OpenID/Interface.php
pear/lib/Auth/OpenID/KVForm.php
pear/lib/Auth/OpenID/MemcachedStore.php
pear/lib/Auth/OpenID/Message.php
pear/lib/Auth/OpenID/MySQLStore.php
pear/lib/Auth/OpenID/Nonce.php
pear/lib/Auth/OpenID/PAPE.php
pear/lib/Auth/OpenID/Parse.php
pear/lib/Auth/OpenID/PostgreSQLStore.php
pear/lib/Auth/OpenID/SQLStore.php
pear/lib/Auth/OpenID/SQLiteStore.php
pear/lib/Auth/OpenID/SReg.php
pear/lib/Auth/OpenID/Server.php
pear/lib/Auth/OpenID/ServerRequest.php
pear/lib/Auth/OpenID/TrustRoot.php
pear/lib/Auth/OpenID/URINorm.php
pear/lib/Auth/Yadis/
pear/lib/Auth/Yadis/HTTPFetcher.php
pear/lib/Auth/Yadis/Manager.php
pear/lib/Auth/Yadis/Misc.php
pear/lib/Auth/Yadis/ParanoidHTTPFetcher.php
pear/lib/Auth/Yadis/ParseHTML.php
pear/lib/Auth/Yadis/PlainHTTPFetcher.php
pear/lib/Auth/Yadis/XML.php
pear/lib/Auth/Yadis/XRDS.php
pear/lib/Auth/Yadis/XRI.php
pear/lib/Auth/Yadis/XRIRes.php
pear/lib/Auth/Yadis/Yadis.php